summaryrefslogtreecommitdiff
path: root/app/views/admin
Commit message (Expand)AuthorAgeFilesLines
* Allow configuring the circuitbreaker through the API and UIBob Van Landuyt2017-10-171-0/+26
* Merge branch '38720-sort-admin-runners' into 'master'Rémy Coutable2017-10-111-1/+1
|\
| * Add sort runners on admin runnersTakuya Noguchi2017-10-041-1/+1
* | Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master'Douwe Maan2017-10-102-2/+2
|\ \
| * | Created group_icon and group_icon_urlTim Zallmann2017-10-042-2/+2
| |/
* | Make tabs on top scrollable on admin dashboardTakuya Noguchi2017-10-052-2/+2
|/
* Remove unused admin subnavsAnnabel Dunstone Gray2017-09-2515-76/+0
* Merge branch '36884-gitaly-admin-version' into 'master'Tim Zallmann2017-09-201-2/+6
|\
| * Add Gitaly version to Admin DashboardJacopo2017-09-191-2/+6
* | Change all instances of btn-sm to btn-small to keep things consistentJedidiah2017-09-192-3/+3
|/
* Add GitLab-Pages version to Admin DashboardTravis Miller2017-09-071-0/+5
* Merge branch 'master' into zj-auto-devops-tablezj/gitlab-ce-zj-auto-devops-tableZeger-Jan van de Weg2017-09-071-1/+1
|\
| * Remove the `pretty` parameter for `usage_data`rs-remove-usage-ping-prettyRobert Speicher2017-09-061-1/+1
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into zj/gitlab-ce-zj...Kamil Trzcinski2017-09-0611-0/+17
|\ \ | |/
| * Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-041-28/+40
| |\
| * \ Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-08-304-15/+24
| |\ \
| * | | various breadcrumb updatesPhil Hughes2017-08-1811-0/+17
* | | | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-061-18/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch '30162-retire-koding-integration' into 'master'Douwe Maan2017-09-041-18/+21
| |\ \ \
| | * | | Hide Koding setting in admin panel if not enabledMike Bartlett2017-09-011-18/+21
* | | | | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-041-7/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into '...Robert Speicher2017-09-011-6/+15
| |\ \ \ \
| | * | | | Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-36/+6
| | * | | | Add settings for minimum key strength and allowed key typeNick Thomas2017-08-301-5/+44
| | | |_|/ | | |/| |
| * | | | Merge branch '37202-revert-changes-to-signing-enabled' into 'master'Douwe Maan2017-09-011-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Rollsback changes made to signing_enabled.Tiago Botelho2017-09-011-1/+1
* | | | | Fix testsZeger-Jan van de Weg2017-09-041-2/+2
* | | | | Form for setting project auto devops settingsZeger-Jan van de Weg2017-08-311-2/+6
* | | | | Implement the implied CI/CD config for AutoDevOpsZeger-Jan van de Weg2017-08-311-1/+7
|/ / / /
* | | | Merge branch '31273-creating-an-project-within-an-internal-sub-group-gives-th...Tim Zallmann2017-08-311-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | rename .project-visibility-level-holder to .visibility-level-setting and move...Mike Greiling2017-08-261-3/+3
| |/ /
* | | Merge branch '34413-move-convdev-index-location-to-after-cohorts' into 'master'Phil Hughes2017-08-292-4/+4
|\ \ \ | |/ / |/| |
| * | Move ConvDev index to Overview from Monitoring.34413-move-convdev-index-location-to-after-cohortsBryce Johnson2017-08-182-4/+4
| |/
* | Refactor `Admin::LogsController#show`rs-fix-admin-logs-timeoutRobert Speicher2017-08-221-10/+6
* | Removed some useless code, codestyle changes and removed an indexGabriel Mazetto2017-08-221-1/+1
* | Enable automatic hashed storage for new projects by application settingsGabriel Mazetto2017-08-221-0/+11
* | Only require sidekiq-limit_fetch when enabled in settingsonly-limit-fetch-when-requestedSean McGivern2017-08-211-1/+3
|/
* Make admin user actions dropdown consistentwinh-admin-user-actions-dropdownwinh2017-08-171-1/+2
* Add option to disable project export on instanceRobin Bobbitt2017-08-111-0/+6
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-042-13/+29
* Fix Prometheus help link to lead to proper Prometheus help pagepawel/fix_link_to_prometheus_docs-33921Pawel Chojnacki2017-08-021-1/+1
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-2/+2
* Backport gitlab-ee!2456Oswaldo Ferreira2017-07-273-0/+16
* Add missing colonMax Raab2017-07-261-1/+1
* Merge branch '20817-please-add-coordinator-url-to-admin-area-runner-page' int...Grzegorz Bizon2017-07-201-20/+13
|\
| * Add an id for the tag(#registration_token). Wrap long lines.Shinya Maeda2017-07-201-1/+3
| * i18n readyShinya Maeda2017-07-201-2/+2
| * Add coordinator url to admin area runner pageShinya Maeda2017-07-201-20/+11
* | Merge branch 'pawel/prometheus_multiproc_dir_documentation' into 'master'Filipa Lacerda2017-07-201-5/+10
|\ \
| * | Documentation and link to explanation of prometheus_multiproc_dirpawel/prometheus_multiproc_dir_documentationPawel Chojnacki2017-07-201-5/+10