summaryrefslogtreecommitdiff
path: root/lib/api/settings.rb
Commit message (Collapse)AuthorAgeFilesLines
* Attempted adding separate clientside_sentry settingsLuke "Jared" Bennett2017-04-281-0/+5
|
* Separate CE params on Grape APIOswaldo Ferreira2017-04-101-16/+51
|
* Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-1/+2
| | | | | Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
* Override setters so it also accepts string visibility levels27501-api-use-visibility-everywhereToon Claes2017-03-021-15/+1
| | | | | Override the `ApplicationSetting` default visibility_level setters so they accept strings & integers for the levels.
* Expose ApplicationSetting visibility settings as StringToon Claes2017-03-021-4/+20
| | | | | | | | Use strings for the ApplicationSetting properties: - restricted_visibility_levels - default_project_visibility - default_snippet_visibility - default_group_visibility
* Fix tests and disallow 0 to make it consistent with .gitlab-ci.ymlLin Jen-Shin2017-02-151-1/+1
|
* Use the same syntax for default expirationLin Jen-Shin2017-02-151-2/+2
| | | | | | | | Feedback: * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9219#note_23343951 * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9219#note_23344036 * https://gitlab.com/gitlab-org/gitlab-ce/issues/27762#note_23344797
* Initial implementation for default artifacts expirationLin Jen-Shin2017-02-151-2/+5
| | | | TODO: Add tests and screenshots
* Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-061-1/+2
|\ | | | | | | # Conflicts: # db/schema.rb
| * Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-061-1/+2
| | | | | | | | | | Store the value in application settings. Expose the value to Workhorse.
* | Ported max_pages_size in settings API to CEJames Edwards-Jones2017-02-021-1/+2
|/
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-1/+5
| | | | | | | | | | | | | | | | | | | | | 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
* Grapify the settings APIgrapify-settings-apiRobert Schilling2016-12-291-12/+106
|
* Allow multiple repository storage shards to be enabled, and automatically ↵Nick Thomas2016-11-041-2/+2
| | | | round-robin between them
* Add tests and improve logicDmitriy Zaporozhets2015-07-061-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add docs and empty specs for applicaiton settings APIDmitriy Zaporozhets2015-07-061-2/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* API to set application settings for adminDmitriy Zaporozhets2015-07-031-0/+35
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>