- 19 Sep, 2017 8 commits
-
-
Phil Hughes authored
Closes #37972
-
Rémy Coutable authored
Allow DEVELOPER role to admin milestones Closes #32215 See merge request gitlab-org/gitlab-ce!14257
-
Tim Zallmann authored
Change all instances of btn-sm to btn-small to keep things consistent See merge request gitlab-org/gitlab-ce!14113
-
Jedidiah authored
-
Grzegorz Bizon authored
Allow updating of project auto devops settings Closes #37893 See merge request gitlab-org/gitlab-ce!14291
-
Robert Speicher authored
Fixes project denial of service via gitmodules using Extended ASCII. Closes #34259 See merge request gitlab-org/gitlab-ce!14301
-
Jacob Schatz authored
Repo editor UI fixes part 2 Closes #37830, #36247, #37829, and #36244 See merge request gitlab-org/gitlab-ce!14261
-
Fatih Acet authored
Fix MR widget with external CI services/integrations Closes #33287 See merge request gitlab-org/gitlab-ce!13977
-
- 18 Sep, 2017 32 commits
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33287 The MR widget was trying to render the pipelines section when there are no GitLab CI pipelines which was throwing some NPE errors.
-
Fatih Acet authored
Fix MR widget with ready to merge buttons/controls at mobile breakpoint Closes #37259 See merge request gitlab-org/gitlab-ce!14242
-
Annabel Dunstone Gray authored
Update "x/x discussions resolved" checkmark icon to be green when all discussions resolved Closes #37465 See merge request gitlab-org/gitlab-ce!14255
-
Felipe Artur authored
-
Rémy Coutable authored
fix #35290 Make read-only API for public merge requests available without authentication Closes #35290 See merge request gitlab-org/gitlab-ce!13291
-
haseeb authored
-
Rémy Coutable authored
Add 'closed_at' attribute to Issues API Closes #5935 See merge request gitlab-org/gitlab-ce!14316
-
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
-
Zeger-Jan van de Weg authored
When a user selected 'Instance default' as value for the auto devops settings, this was interpreted as a true value. Now we post an empty string in this case, meaning we want to set `NULL` in the database. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37893#note_40541294
-
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
-