- 20 Sep, 2017 1 commit
-
-
Mike Greiling authored
-
- 19 Sep, 2017 1 commit
-
-
Jose Ivan Vargas authored
-
- 18 Sep, 2017 36 commits
-
-
Mike Greiling authored
* master: (97 commits) Eliminate N+1 queries in loading discussions.json endpoint Clean up read_registry scope changes Add missing import statements Improve “New project“ page description Fix notification message when admin label was modified Remove gaps under nav on build page Replace the 'project/snippets.feature' spinach test with an rspec analog Use correct group members path for members flyout link Fix docs for lightweight tag creation via API Replace the 'project/commits/revert.feature' spinach test with an rspec analog Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0' Replace the 'project/archived.feature' spinach test with an rspec analog Fix broken link in docs/api/wiki.md Fixed the new sidebars width when browser has scrollbars Improve 'spec/features/profiles/*' specs Replace the 'search.feature' spinach test with an rspec analog dedupe yarn packages add dependency approvals (all MIT license) update build image to latest with node 8.x, yarn 1.0.2, and chrome 61 Ensure we use `Entities::User` for non-admin `users/:id` API requests ...
-
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
-
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
-
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
Prepare Repository#merge for migration to Gitaly Closes gitaly#559 See merge request gitlab-org/gitlab-ce!14154
-
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
-
Rémy Coutable authored
Replace the 'project/commits/revert.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14325
-
Rémy Coutable authored
Replace the 'project/archived.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14322
-
Tim Zallmann authored
Update build images See merge request gitlab-org/gitlab-ce!14315
-
Rémy Coutable authored
Improve 'spec/features/profiles/*' specs Closes #37855 et #37856 See merge request gitlab-org/gitlab-ce!14317
-
Rémy Coutable authored
Replace the 'search.feature' spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!14248
-
Douwe Maan authored
Clean up redirect routes that conflict with regular routes Closes #36229 See merge request gitlab-org/gitlab-ce!13783
-
Douwe Maan authored
IssueNotes: Fix role badge styling. See merge request gitlab-org/gitlab-ce!14279
-
Phil Hughes authored
Remove gaps under nav on build page Closes #37857 See merge request gitlab-org/gitlab-ce!14283
-
Annabel Dunstone Gray authored
-
Vitaliy @blackst0ne Klachkov authored
-
kushalpandya authored
-
Achilleas Pipinellis authored
Change Pipelines to CI/CD for Settings page See merge request gitlab-org/gitlab-ce!14168
-
Mark Fletcher authored
-
Achilleas Pipinellis authored
# Conflicts: # doc/ci/variables/README.md
-
Vitaliy @blackst0ne Klachkov authored
-
- 17 Sep, 2017 2 commits
-
-
Robert Speicher authored
Add Security Concerns section to reply by email documentation [ci skip] See merge request gitlab/gitlabhq!2191
-
Vitaliy @blackst0ne Klachkov authored
-