- 04 Oct, 2017 24 commits
-
-
Sean McGivern authored
There were a couple of things here: 1. If the state was already enabled, we don't need to check all the remaining steps - only those that can prevent the state. (An enable followed by an enable is a no-op.) This logic is in `#run`, but we still did the work of scoring and sorting the steps. 2. The sorting is known to be inefficient, but we can make it slightly more efficient by stopping once we have a step with zero score, as that means it's free. Neither of these make this _fast_, especially when called lots of times - as we do when there is lots of activity on an issue - but they do help some.
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
Fatih Acet authored
Hide close MR button after merge without reloading page Closes #36742 See merge request gitlab-org/gitlab-ce!14122
-
Sean McGivern authored
Set default scope on PATs that don't have one set to allow them to be revoked Closes #38650 See merge request gitlab-org/gitlab-ce!14660
-
Jarka Kadlecova authored
-
Phil Hughes authored
Updated Profile Events Helper to use SVG Sprite Icons See merge request gitlab-org/gitlab-ce!14577
-
Tim Zallmann authored
-
Filipa Lacerda authored
Re-arrange <script> tags before <template> tags in .vue files Closes #38743 See merge request gitlab-org/gitlab-ce!14671
-
Filipa Lacerda authored
Disable comment textarea while submitting a new comment. Closes #37858 See merge request gitlab-org/gitlab-ce!14541
-
Filipa Lacerda authored
Fix link to Vue.js style guide See merge request gitlab-org/gitlab-ce!14667
-
Douwe Maan authored
Ensure key fingerprints are generated correctly when modified See merge request gitlab-org/gitlab-ce!14663
-
Grzegorz Bizon authored
Lazy load and paginate registry image list Closes #31050 See merge request gitlab-org/gitlab-ce!14303
-
Fatih Acet authored
Use explicit boolean true attribute for show-disabled-button Closes #38417 See merge request gitlab-org/gitlab-ce!14672
-
Douwe Maan authored
Implement OperationService.UserDeleteBranch Gitaly RPC See merge request gitlab-org/gitlab-ce!14603
-
Douwe Maan authored
Reduce method calls while evaluating Projects::MergeRequestsController#show.json See merge request gitlab-org/gitlab-ce!14285
-
Grzegorz Bizon authored
Add byebug to GitLab QA gem list for debugging See merge request gitlab-org/gitlab-ce!14675
-
Grzegorz Bizon authored
Fix GitLab QA: increase window size to ensure License link shows See merge request gitlab-org/gitlab-ce!14674
-
Stan Hu authored
-
Stan Hu authored
-
Oswaldo Ferreira authored
-
-
-
Alejandro Rodríguez authored
-
- 03 Oct, 2017 16 commits
-
-
Annabel Dunstone Gray authored
Fix bottom spacing for dropdowns that open upwards Closes #38187 and #38315 See merge request gitlab-org/gitlab-ce!14535
-
Jose Ivan Vargas authored
[ci skip]
-
Clement Ho authored
Fix linting errors in sprintf See merge request gitlab-org/gitlab-ce!14664
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Kamil Trzciński authored
Hide CI section markers from job trace See merge request gitlab-org/gitlab-ce!14393
-
Kamil Trzciński authored
Change index on ci_builds to optimize Jobs Controller See merge request gitlab-org/gitlab-ce!14519
-
Victor Wu authored
regression with product labels See merge request gitlab-org/gitlab-ce!14634
-
Victor Wu authored
-
Nick Thomas authored
-
Grzegorz Bizon authored
Make the `QA:Page::Project::Show` driver less brittle See merge request gitlab-org/gitlab-ce!14659
-
Sean McGivern authored
Hide Gollum inside Gitlab::Git::Wiki See merge request gitlab-org/gitlab-ce!14447
-
Jacob Vosmaer (GitLab) authored
-
Douwe Maan authored
Restore User.from_gitaly See merge request gitlab-org/gitlab-ce!14662
-
Jacob Vosmaer (GitLab) authored
-