- 21 Dec, 2017 3 commits
-
-
Rémy Coutable authored
Enables ordering groups and their children by name in the web interface Closes #24962 et #36958 See merge request gitlab-org/gitlab-ce!16045
-
Phil Hughes authored
Fix racing condition in Ajax call of merge_request_tabs_spec.js Closes #35294 See merge request gitlab-org/gitlab-ce!16012
-
Robert Speicher authored
Merge branch '41291-spec-failure-on-spec-features-merge_requests-image_diff_notes_spec-rb' into 'master' Fix a failure because we stub DiffHelper#diff_file_blob_raw_path instead of #diff_file_blob_raw_url Closes #41291 See merge request gitlab-org/gitlab-ce!16052
-
- 20 Dec, 2017 22 commits
-
-
Clement Ho authored
-
Mike Greiling authored
Update d3 to v4 to enable tree shaking (and reduce the size of our webpack bundles) Closes #37013 See merge request gitlab-org/gitlab-ce!15585
-
Robert Speicher authored
Revert "Move Repository#write_ref to Git::Repository#write_ref" Closes #41143 [ci skip] See merge request gitlab-org/gitlab-ce!16055
-
Winnie Hellmann authored
-
Mark Fletcher authored
-
Stan Hu authored
Migrate to Project#empty_repo? Closes #41326 See merge request gitlab-org/gitlab-ce!16054
-
Kim Carlbäcker authored
This reverts merge request !15712
-
Zeger-Jan van de Weg authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Changed layout_nav to ES module See merge request gitlab-org/gitlab-ce!16003
-
Rémy Coutable authored
Resolve "Search merge-requests with API" Closes #38318 See merge request gitlab-org/gitlab-ce!16029
-
Grzegorz Bizon authored
Specify how we're utilizing rspec for bin/qa See merge request gitlab-org/gitlab-ce!16040
-
Douwe Maan authored
Merge branch '39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhausted' into 'master' Fork and Import jobs only get marked as failed when the number of Sidekiq retries were exhausted Closes #39246 See merge request gitlab-org/gitlab-ce!15844
-
Mark Fletcher authored
-
Mark Fletcher authored
-
Douwe Maan authored
Add BlocksJsonSerialization model concern and include it in User Closes #37947 See merge request gitlab-org/gitlab-ce!14350
-
Lin Jen-Shin authored
-
Filipa Lacerda authored
* master: (21 commits) Prevent some specs from mangling the gitlab-shell checkout Line up search dropdown with other nav dropdowns Fix onion-skin re-entering state Remove related links in MR widget when empty state Show inline edit button for issues Fix tags in the Activity tab not being clickable Fix shortcut links on help page Don't link LFS-objects multiple times. [CE->EE] Fix spec/lib/gitlab/git/gitlab_projects_spec.rb Tidy up the documentation of Gitlab HA/Gitlab Application Make sure two except won't overwrite each other Update axios.md Remove transitionend event from GL dropdown Preserve gem path so that we use the same gems Load commit in batches for pipelines#index BlobViewer::PackageJson - if private link to homepage Do not generate links for private NPM modules in blob view Remove block styling from search dropdown Fix sidebar height when performance bar enabled Remove all dropdown animations and set display: none if they're not open ...
-
Phil Hughes authored
Remove animations from dropdowns Closes #41186 See merge request gitlab-org/gitlab-ce!15968
-
Douwe Maan authored
Don't link LFS-objects multiple times. Closes #41241 See merge request gitlab-org/gitlab-ce!16006
-
Mark Fletcher authored
-
Mark Fletcher authored
- Ensure that unwanted params are no passed to actual finder classes
-
- 19 Dec, 2017 15 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Previously, this would include the entire User record in the update hash, which was rendered in the response using `to_json`, erroneously exposing every attribute of that record, including their (now removed) private token. Now we only include the user ID, and perform the lookup on-demand.
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Fix spec failures in spec/lib/gitlab/git/gitlab_projects_spec.rb Closes #41264 See merge request gitlab-org/gitlab-ce!16015
-
Nick Thomas authored
-
Annabel Dunstone Gray authored
-
Jacob Schatz authored
Fix onion-skin re-entering state Closes #38533 See merge request gitlab-org/gitlab-ce!15815
-
Clement Ho authored
-
Jacob Schatz authored
Remove related links in MR widget when empty state Closes #36764 See merge request gitlab-org/gitlab-ce!15888
-
Clement Ho authored
-
Jacob Schatz authored
Show inline edit button for issues Closes #37474 See merge request gitlab-org/gitlab-ce!15812
-
Clement Ho authored
-