Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-07Merge branch ↵Sean McGivern
'43486-update-language-about-version-check-in-admin-settings-and-docs' into 'master' Resolve "Update language about version check in admin settings and docs" Closes #43486 See merge request gitlab-org/gitlab-ce!17535
2018-03-07Merge branch 'dz-plugins-project-integrations' into 'master'Dmitriy Zaporozhets
Show plugins list on system hooks page Closes #40812 See merge request gitlab-org/gitlab-ce!17518
2018-03-07Clarify version check in admin settingsSean McGivern
2018-03-05Replace deprecated name_with_namespace with full_name in app/viewsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-05Render plugins list on system hooks pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-02Merge branch ↵Sean McGivern
'43548-update-language-about-usage-ping-in-admin-settings-and-docs' into 'master' Resolve "Update language about usage ping in admin settings" Closes #43548 See merge request gitlab-org/gitlab-ce!17468
2018-03-02Clarify usage ping wording in admin areaSean McGivern
2018-03-01Merge branch 'feature/move_oauth_modules_to_auth_dir_structure' into 'master'Douwe Maan
Moved o_auth/saml/ldap modules under gitlab/auth See merge request gitlab-org/gitlab-ce!17359
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-02-28Add IP Address to admin runners table (#43489)Dylan Griffith
2018-02-23Merge branch '29497-pages-custom-domain-dns-verification' into 'master'Robert Speicher
Resolve "Domain validation for Pages custom domains" (master branch) Closes #29497, #42971, and #42083 See merge request gitlab-org/gitlab-ce!17311
2018-02-23Add a button to deploy a runner to a Kubernetes cluster in the settings pageOswaldo Ferreira
2018-02-23Add DNS verification to Pages custom domainsNick Thomas
2018-02-21Revert "Merge branch 'tc-info-version-check' into 'master'"Victor Wu
This reverts merge request !17257
2018-02-21Add more info about data collected when version check is enabledToon Claes
2018-02-14Add new modal Vue componentWinnie Hellmann
2018-02-13Use more specific #avatar_icon_for_user.Andreas Brandl
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
2018-02-08Resolve "New design for user deletion confirmation in admin area"Shah El-Rahman
2018-02-08Resolve "New design for project deletion confirmation"Shah El-Rahman
2018-02-07Merge branch '38175-add-domain-field-to-auto-devops-application-setting' ↵Kamil Trzciński
into 'master' Resolve "Add domain field to Auto DevOps application setting" Closes #38175 See merge request gitlab-org/gitlab-ce!16604
2018-02-05Replace $.ajax in admin broadcast messages with axiosClement Ho
2018-02-02Merge branch 'master' into ↵Matija Čupić
38175-add-domain-field-to-auto-devops-application-setting
2018-02-02Merge branch 'master' into ↵Matija Čupić
38175-add-domain-field-to-auto-devops-application-setting
2018-02-02use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa
including/extending it
2018-01-31Refactor repository_storages_options_for_selectNick Thomas
2018-01-31Gitaly Server info for admin panelZeger-Jan van de Weg
Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything.
2018-01-31Update auto_devops_domain help block with i18nMatija Čupić
2018-01-22Expose auto_devops_domain in admin settings viewMatija Čupić
2018-01-18Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan
System hooks for Merge Requests See merge request gitlab-org/gitlab-ce!14387
2018-01-18Merge branch 'winh-stop-jobs-modal' into 'master'Phil Hughes
Add modal for stopping jobs in admin area Closes #41305 See merge request gitlab-org/gitlab-ce!16283
2018-01-18Add modal for stopping jobs in admin areaWinnie Hellmann
2018-01-17use class reader instead of dynamic constantAlexis Reigel
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan
'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
2018-01-12Move row containing Projects, Users and Groups count to the topKushal Pandya
2018-01-08Backport option to disable writing to `authorized_keys` fileMichael Kozono
Originally branch 'mk-toggle-writing-to-auth-keys-1631' See merge request !2004 Squashed commits: Add authorized_keys_enabled to Application Settings Ensure default settings are exposed in UI Without this change, `authorized_keys_enabled` is unchecked when it is nil, even if it should be checked by default. Add “Speed up SSH operations” documentation Clarify the reasons for disabling writes Add "How to go back" section Tweak copy Update Application Setting screenshot
2018-01-04use sentence case for "Merge request events"Alexis Reigel
2018-01-04merge requests on system hook admin pageAlexis Reigel
2017-12-20Employ Groups dropdown in admin viewMark Fletcher
2017-12-15fix issue #39843 Incorrect guidance stating blocked users will be removed ↵Cesar Apodaca
from groups and projects as members
2017-12-15Fix UX issues in system info pageGilbert Roulot
2017-12-08Move the circuitbreaker check out in a separate processBob Van Landuyt
Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
2017-12-04Add custom brand text on new project pagesMarkus Koller
2017-11-29Add timeouts for Gitaly callsAndrew Newdigate
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-11-17Merge branch 'mk-add-user-rate-limits' into 'master'Douwe Maan
Add request rate limits Closes #30053 See merge request gitlab-org/gitlab-ce!14708
2017-11-17Merge branch 'rc/use-existing-url-helper' into 'master'Grzegorz Bizon
Replace ci_status_path with pipeline_path See merge request gitlab-org/gitlab-ce!15369
2017-11-17Add request throttlesMichael Kozono
2017-11-16When a custom header logo is present, don't show GitLab type logoDrew Blessing
In the new navigation header, when a user uploads a custom header logo GitLab will still show the 'GitLab' type logo. This is often undesirable as the user may want to upload a logo with their own name present. This change will toggle the GitLab type logo if a custom header logo is present.
2017-11-14Replace ci_status_path with pipeline_pathRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-12Revert a regression on runners sorting (!15134)Takuya Noguchi