An error occurred fetching the project authors.
- 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
-
- 20 Jan, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 15 Jan, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 12 Jan, 2017 1 commit
-
-
Horacio Sanson authored
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
-
- 13 Nov, 2016 1 commit
-
-
Stan Hu authored
If the database has not been migrated properly, the initializer for Sidekiq will fail to start and cause the whole Rails server to crash. This change checks the existence for the column and allows Rails to start even if the setting has not been added as a database column. Closes #24452
-
- 11 Nov, 2016 1 commit
-
-
Patricio Cano authored
-
- 10 Nov, 2016 2 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
- 07 Nov, 2016 1 commit
-
-
Nick Thomas authored
-
- 04 Nov, 2016 1 commit
-
-
Jacob Vosmaer authored
-