- 19 Sep, 2017 11 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 18 Sep, 2017 29 commits
-
-
kushalpandya authored
-
Micaël Bergeron authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Yorick Peterse authored
Eliminate N+1 queries in loading discussions.json endpoint Closes #37955 See merge request gitlab-org/gitlab-ce!14327
-
Annabel Dunstone Gray authored
Fix mini graph pipeline breaking in merge request view Closes #37590 See merge request gitlab-org/gitlab-ce!14306
-
Rémy Coutable authored
CE upstream - Wednesday Closes gitlab-ce#37652, gitaly#519, gitlab-ce#37653, #3389, gitlab-ce#37648 et gitlab-ce#35990 See merge request gitlab-org/gitlab-ee!2906
-
Tim Zallmann authored
Add missing import statements See merge request gitlab-org/gitlab-ce!14209
-
Tim Zallmann authored
Fixes milestone issuable assignee URL Closes #33124 See merge request gitlab-org/gitlab-ce!14292
-
Phil Hughes authored
Merge branch '37933-improve-new-project-page-description-explaining-what-a-project-is' into 'master' Resolve "Improve “New project“ page description explaining what a project is" Closes #37933 See merge request gitlab-org/gitlab-ce!14331
-
Rémy Coutable authored
Clean up read_registry scope changes Closes #37789 See merge request gitlab-org/gitlab-ce!14307
-
Achilleas Pipinellis authored
Fix docs for lightweight tag creation via API Closes #17499 See merge request gitlab-org/gitlab-ce!14328
-
Stan Hu authored
In #37955,we see that the profile had a number of N+1 queries from repeated access to `cross_reference_not_visible_for?`. This was optimized in previous versions of GitLab by rendering all notes at once, counting the number of visible references, and then using that number to check whether a system note should be fully redacted. There was also another N+1 query calling `ProjectTeam#member?`, which did not take advantage of an optimization in prepare_notes_for_rendering that would preload the maximum access level per project. Closes #37955
-
Rémy Coutable authored
Fix notification message when admin label was modified See merge request gitlab-org/gitlab-ce!14330
-
Robin Bobbitt authored
Closes #37789
-
Rémy Coutable authored
Minor update to address Sean McGivern's comment. See merge request gitlab-org/gitlab-ce!14311
-
Phil Hughes authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
winh authored
-
Pedro Moreira da Silva authored
Explain what a project is instead of what a user can do
-
Rémy Coutable authored
Replace the 'project/snippets.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14326
-
Phil Hughes authored
Use correct group members path for members flyout link Closes #37957 See merge request gitlab-org/gitlab-ce!14329
-
Achilleas Pipinellis authored
Fix broken link in docs/api/wiki.md See merge request gitlab-org/gitlab-ce!14296
-
Robert Schilling authored
-
Rémy Coutable authored
(EE) Prepare Repository#merge for migration to Gitaly See merge request gitlab-org/gitlab-ee!2934
-
Rémy Coutable authored
Prepare Repository#merge for migration to Gitaly Closes gitaly#559 See merge request gitlab-org/gitlab-ce!14154
-
Nick Thomas authored
Instrument Geo::RepositorySyncWorker See merge request gitlab-org/gitlab-ee!2936
-
Grzegorz Bizon authored
Never connect to webpack-dev-server over SSL in dev mode See merge request gitlab-org/gitlab-ce!14297
-
Grzegorz Bizon authored
Extract AutocompleteController#users into finder Closes #24121 See merge request gitlab-org/gitlab-ce!13778
-