gitlab-org--gitlab-foss/app
Lin Jen-Shin 696a5da7fd ApplicationSetting.current doesn't work well in tests
Therefore we prefer
`Gitlab::CurrentSettings.current_application_settings`
and fix the tests by setting default_artifacts_expire_in to 0
to restore the original behaviour.
2017-02-15 15:31:51 +08:00
..
assets
controllers Initial implementation for default artifacts expiration 2017-02-15 15:31:51 +08:00
finders
helpers
mailers
models ApplicationSetting.current doesn't work well in tests 2017-02-15 15:31:51 +08:00
policies
presenters
serializers
services
uploaders
validators
views Initial implementation for default artifacts expiration 2017-02-15 15:31:51 +08:00
workers