summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings
Commit message (Collapse)AuthorAgeFilesLines
* option to make variables protected by defaultAlexis Reigel2018-11-291-0/+7
|
* Update docsarchive-builds-documentationKamil Trzciński2018-11-131-4/+5
|
* Add documentation for archive buildsKamil Trzciński2018-11-091-5/+4
|
* User can keep their commit email private43521-keep-personal-emails-privateTiago Botelho2018-11-071-0/+6
| | | | | | | | The private commit email is automatically generated in the format: id-username@noreply.HOSTNAME GitLab instance admins are able to change the HOSTNAME portion, that defaults to Gitlab's hostname, to whatever they prefer.
* Allow to make builds soft-archived.disallow-retry-of-old-buildsKamil Trzciński2018-11-051-0/+8
| | | | | The soft-archived builds cannot be run after some deadline time. The intent is to aggressively recycle old builds after sometime.
* Remove Koding integration and documentationStan Hu2018-10-122-34/+0
| | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-102-28/+1
| | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
* Merge branch 'ce-7763-failure-in-geo-rb' into 'master'Douglas Barbosa Alexandre2018-10-023-4/+4
|\ | | | | | | | | [QA] Improve admin hashed-storage settings See merge request gitlab-org/gitlab-ce!22045
| * [QA] Improve admin hashed-storage settingsRémy Coutable2018-10-023-4/+4
| | | | | | | | | | | | | | | | | | | | This was introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7371 for which no QA was run, even though QA files were changed. This is a follow-up to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7531. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Make single diff patch limit configurableosw-configurable-single-diff-file-limitOswaldo Ferreira2018-10-012-0/+27
|/ | | | | | | | | | - Creates a new column to hold the single patch limit value on application_settings - Allows updating this value through the application_settings API - Calculates single diff patch collapsing limit based on diff_max_patch_bytes column - Updates diff limit documentation - Adds documentation (with warning) as of how one can update this limit
* Remove background job throttling feature51509-remove-sidekiq-limit-fetchValery Sizov2018-09-242-38/+0
| | | | We remove this feature as it never worked properly
* Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets2018-09-208-287/+303
|\ | | | | | | | | | | | | Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
| * Utilize expanded_by_defaultMartin Wortschack2018-09-198-75/+67
| |
| * Adds translationsMartin Wortschack2018-09-188-16/+16
| |
| * Adds 'Snowplow' section to IntegrationsMartin Wortschack2018-09-141-0/+2
| |
| * Moves 'External Authorization' before 'Web terminal'Martin Wortschack2018-09-141-0/+2
| |
| * Removes duplicated sectionsMartin Wortschack2018-09-142-22/+0
| |
| * remove 'Geo' and 'Templates' template from CE and display menu items for EE onlyMartin Wortschack2018-09-112-14/+0
| |
| * merge master and resolve conflictsMartin Wortschack2018-09-111-1/+4
| |\
| * | use referer for redirect instead of hidden field param from partialsMartin Wortschack2018-09-1030-60/+0
| | |
| * | fix broken pathMartin Wortschack2018-09-071-1/+1
| | |
| * | merge master and resolve conflictsMartin Wortschack2018-09-061-14/+17
| |\ \
| * | | add breadcrumb and page title for sub pages on admin settingsMartin Wortschack2018-09-069-18/+18
| | | |
| * | | add 'redirect_path' parameter to formsMartin Wortschack2018-09-0630-0/+60
| | | |
| * | | remove trailing whitespacesMartin Wortschack2018-09-051-1/+0
| | | |
| * | | fix qa selectorMartin Wortschack2018-09-052-2/+2
| | | |
| * | | adds 'Geo' sub page to application settingsMartin Wortschack2018-09-051-0/+6
| | | |
| * | | split application settings into multiple sub pagesMartin Wortschack2018-09-049-250/+309
| | | |
* | | | Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-173-4/+4
| |_|/ |/| |
* | | Add receive_max_input_size setting to Application settingsRubén Dávila2018-09-071-1/+4
| |/ |/| | | | | | | If user has configure the setting then it will be passed to gitlab-shell and gitlab-workhorse
* | Resolve "Remove usage ping payload from Cohorts, add to Settings"Luke Bennett2018-09-061-14/+17
| |
* | Conditional partial rendering for EE in application settingsMartin Wortschack2018-09-041-0/+8
|/
* Allow whitelisting for "external collaborator by default" settingRoger Rüttimann2018-08-301-0/+7
|
* doc: ci/yaml expire_in: the value is in secondsElan Ruusamäe2018-08-171-0/+2
|
* Merge branch 'backport-5986-license-templates' into 'master'Robert Speicher2018-08-151-0/+2
|\ | | | | | | | | Core backports from the Premium license templates feature See merge request gitlab-org/gitlab-ce!21212
| * Changes /admin/application_settings to support template repository selection ↵Nick Thomas2018-08-151-0/+2
| | | | | | | | in EE
* | Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason2018-08-081-0/+6
|/ | | | | | | | | | | | | This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation this feature is intended to be used when SSH certificates are enabled. Then this warning becomes not only pointless, but also misleading. This builds on top of gitlab-org/gitlab-ce!21009 since both need to modify the same documentation, which avoids a merge conflict. See also the gitlab-org/gitlab-ce#49218 issue and associated merge request.
* Web IDE & CodeSandboxPhil Hughes2018-08-071-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | This enables JavaScripts projects to have live previews straight in the browser without requiring any local configuration. This uses the CodeSandbox package `sandpack` to compile it all inside of an iframe. This feature is off by default and can be toggled on in the admin settings. Only projects with a `package.json` and a `main` key are supported. Updates happen in real-time with hot-reloading. We just watch for changes to files and then send them to `sandpack` to allow it to reload the iframe. The iframe includes a very simple navigation bar, the text bar is `readonly` to stop users navigating away from the preview and the back and forward buttons just pop/splice the navigation stack which is tracked by a listener on `sandpack` There is a button inside the iframe which allows the user to open the projects inside of CodeSandbox. This button is only visible on **public** projects. On private or internal projects this button get hidden to protect private code being leaked into an external public URL. Closes #47268
* Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling2018-08-061-7/+9
|
* ensure all admin settings panels remain open after form submissionMike Greiling2018-08-0630-30/+30
|
* Merge branch '6860-FE-instance-level-project-templates' into 'master'Tim Zallmann2018-08-051-1/+2
|\ | | | | | | | | Backport changes from gitlab-ee!6740 See merge request gitlab-org/gitlab-ce!21012
| * backport changes from ↵Lukas Eipert2018-08-031-1/+2
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6740
* | Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ↵Valery Sizov2018-08-031-1/+1
|/ | | | to "for all new and renamed projects""
* missing i18n, the sequelLuke Bennett2018-07-301-3/+3
|
* Add instance_statistics_visibility_private application setting and top nav iconLuke Bennett2018-07-271-0/+3
|
* Create instance_statistics namespace and move convdev index and cohorts to itLuke Bennett2018-07-271-1/+1
|
* Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' ↵Sean McGivern2018-07-271-4/+1
| | | | | into 'master'" This reverts merge request !20679
* Add instance_statistics_visibility_private application setting and top nav iconLuke Bennett2018-07-261-0/+3
|
* Create instance_statistics namespace and move convdev index and cohorts to itLuke Bennett2018-07-261-1/+1
|
* Replace label-light with label-bold. Because it's bold, not lightAnnabel Dunstone Gray2018-07-1923-73/+73
|