- 06 Jul, 2017 1 commit
-
-
Yorick Peterse authored
This cop has been renamed to ActiveRecordSerialize to match the way "ActiveRecord" is usually written.
-
- 14 Jun, 2017 1 commit
-
-
Robin Bobbitt authored
-
- 06 Jun, 2017 1 commit
-
-
Paul Charlton authored
-
- 05 Jun, 2017 1 commit
-
-
Tiago Botelho authored
-
- 02 Jun, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 31 May, 2017 1 commit
-
-
Yorick Peterse authored
This Cop blacklists the use of ActiveRecord's "serialize" method, except for cases where we already use this.
-
- 11 May, 2017 1 commit
-
-
Sean McGivern authored
Setting `usage_ping_enabled` to false in `gitlab.yml`: 1. Disables the usage ping, regardless of the value stored in the database. 2. Prevents the usage ping from being enabled through the admin panel. It can only be enabled by either removing the line from `gitlab.yml` and configuring through the admin panel, or setting it to true in `gitlab.yml`.
-
- 28 Apr, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 26 Apr, 2017 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 14 Apr, 2017 1 commit
-
-
Sean McGivern authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/557
-
- 03 Apr, 2017 1 commit
-
-
Adam Niedzielski authored
Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
-
- 22 Mar, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 18 Mar, 2017 1 commit
-
-
Stan Hu authored
Due to a Rails bug, fetching the application settings from Redis may prevent the attribute methods from being loaded for the `ApplicationSetting` model. More details here: https://github.com/rails/rails/issues/27348 There was also a secondary problem introduced by overriding these association methods which caused all default visibility levels to be set to `nil`. Before, the previous implementation allowed the string "20" to be saved as an integer, while now a table lookup happens before that. We fix this by enforcing the integer value in the controller and default to PRIVATE. Closes #29674
-
- 06 Mar, 2017 2 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
- 02 Mar, 2017 2 commits
-
-
Toon Claes authored
Override the `ApplicationSetting` default visibility_level setters so they accept strings & integers for the levels.
-
Toon Claes authored
Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility
-
- 24 Feb, 2017 1 commit
-
- 23 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 22 Feb, 2017 1 commit
-
-
Andre Guedes authored
-
- 21 Feb, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 20 Feb, 2017 1 commit
-
- 16 Feb, 2017 4 commits
-
-
Lin Jen-Shin authored
- 15 Feb, 2017 6 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
TODO: Add tests and screenshots
-
- 07 Feb, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 06 Feb, 2017 1 commit
-
-
Adam Niedzielski authored
Store the value in application settings. Expose the value to Workhorse.
-
- 27 Jan, 2017 3 commits
-
-
Mike Greiling authored
-
Rémy Coutable authored
This will avoid autoloading issues in the long term. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Also, remove non-existing Ci::ApplicationSetting.expire! Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 23 Jan, 2017 1 commit
-
-
Grzegorz Bizon authored
This reverts commit c2093486, reversing changes made to 4b7ec44b.
-
- 21 Jan, 2017 2 commits
-
-
Grzegorz Bizon authored
This reverts merge request !8573
-
Stan Hu authored
This reverts merge request !8671
-