- 16 May, 2018 15 commits
-
-
Lin Jen-Shin authored
Never drop the database when granting privileges
-
Lin Jen-Shin authored
-
Tim Zallmann authored
Move discussion and notes actions to the right Closes #33645 See merge request gitlab-org/gitlab-ce!18476
-
Nick Thomas authored
Fix GitLab Performance Monitoring content types for Doorkeeper Closes #46412 See merge request gitlab-org/gitlab-ce!18984
-
Filipa Lacerda authored
Project Sidebar: Split CI/CD into CI/CD and Operations Closes #43673 See merge request gitlab-org/gitlab-ce!18941
-
Lukas Eipert authored
-
Douwe Maan authored
Move Gitlab::Git::Repository#add_branch to mandatory Closes gitaly#540 See merge request gitlab-org/gitlab-ce!18939
-
Yorick Peterse authored
Certain controllers (e.g. Doorkeeper::TokensController) don't expose the method "request_format". This commit changes Gitlab::Metrics::WebTransaction so we don't rely on this method, instead using the underlying code this method uses. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/46412
-
Filipa Lacerda authored
Remove docker pull prefix from registry clipboard feature Closes #46314 and #45968 See merge request gitlab-org/gitlab-ce!18933
-
Lars Greiss authored
-
Filipa Lacerda authored
Docs fe vuex updates See merge request gitlab-org/gitlab-ce!18826
-
Rémy Coutable authored
Document the 3h timeout for GitLab.com shared Runners See merge request gitlab-org/gitlab-ce!18983
-
Achilleas Pipinellis authored
Add documentation for bulk editing of issues and merge requests Closes #41873 See merge request gitlab-org/gitlab-ce!16614
-
Achilleas Pipinellis authored
-
Robert Speicher authored
Ref contains oid check done by Gitaly Closes gitaly#884 See merge request gitlab-org/gitlab-ce!18944
-
- 15 May, 2018 25 commits
-
-
Annabel Gray authored
Fix bug with long strings in issue boards Closes #43367 See merge request gitlab-org/gitlab-ce!18924
-
Paul Slaughter authored
-
Stan Hu authored
Fix setting Gitlab metrics content types Closes gitlab-com/infrastructure#3499 See merge request gitlab-org/gitlab-ce!18975
-
Grzegorz Bizon authored
Resolve "Add nip.io domain suggestion in the Kubernetes cluster details view" Closes #45584 See merge request gitlab-org/gitlab-ce!18496
-
John Northrup authored
improve basic details on inspecting NFS mounts See merge request gitlab-org/gitlab-ce!18734
-
Rémy Coutable authored
add values to OpenID configuration test, not only checking for issuer key See merge request gitlab-org/gitlab-ce!18773
-
Rémy Coutable authored
Fix link for `query_recorder.rb` See merge request gitlab-org/gitlab-ce!18761
-
Rémy Coutable authored
fix runner requirements See merge request gitlab-org/gitlab-ce!18728
-
Yorick Peterse authored
The method "content_type" on a controller does not always return the correct content type. On the other hand, the method "request_format" does _and_ immediately returns a Symbol (e.g. :json) instead of a mime-type name (e.g. application/json). With these changes metrics should again report their action names correctly. Fixes https://gitlab.com/gitlab-com/infrastructure/issues/3499
-
Mark Fletcher authored
-
Yorick Peterse authored
Add a unique and not null constraint on the project_features.project_id column Closes #37882 See merge request gitlab-org/gitlab-ce!18925
-
Rémy Coutable authored
Simplified priority, performance impact should be severity See merge request gitlab-org/gitlab-ce!18873
-
Tim Zallmann authored
Update Web IDE documentation with recent changes See merge request gitlab-org/gitlab-ce!18910
-
Rémy Coutable authored
Remove authentication for readonly endpoints in issues API Closes #40855 See merge request gitlab-org/gitlab-ce!18638
-
haseeb authored
-
Tim Zallmann authored
fix typos Frontend Guide, development_process.md See merge request gitlab-org/gitlab-ce!18965
-
Rémy Coutable authored
Improve fast specs helper to autoload the library See merge request gitlab-org/gitlab-ce!18903
-
Grzegorz Bizon authored
It mentions that explicitly defining dependencies in sources is preferred over defining such dependencies only in spec files.
-
Rémy Coutable authored
Merge branch '46361-does-not-log-failed-sign-in-attempts-when-the-database-is-in-read-only-mode' into 'master' Does not log failed sign-in attempts when the database is in read-only mode Closes #46361 See merge request gitlab-org/gitlab-ce!18957
-
Stan Hu authored
This commit has two migrations: 1. The first prunes duplicate rows in the project_features table and leaves the row with the highest ID. Since the behavior was indeterministic before and depended on which row the database decided to use, this change at least makes the permissions consistent. For example, in some cases, the Wiki may have been disabled but enabled in another entry. 2. The second adds a non-null constraint on the project_features.project_id column. Closes #37882 Fixes a significant part of gitlab-com/migration#408. We found that we were overcounting Wikis because of these duplicates. On GitLab.com, there are 56 rows with duplicate entries by project_id, and 16,661 rows with NULL project_id values.
-
Kamil Trzciński authored
Add index on ci_runners.runner_type See merge request gitlab-org/gitlab-ce!18897
-
Grzegorz Bizon authored
Merge branch '31662-remove-squashed-related-commits-together-from-default-mr-template' into 'master' Resolve "Remove `Squashed related commits together` from default MR template" Closes #31662 See merge request gitlab-org/gitlab-ce!18961
-
Dennis Tang authored
-
Rémy Coutable authored
Disable greedy mode when matching filename Closes #44784 See merge request gitlab-org/gitlab-ce!18914
-
Jan Provaznik authored
-