- 18 Feb, 2019 14 commits
-
-
Rémy Coutable authored
These specs were flaky and only passing after a retry due to how rspec-retry works. 1. The test with paths that don't exist was returning 200 on the first try, then 404 on the second, not because the paths don't exist, but because the MR IID didn't change, thus the MR couldn't be found. I decided to remove the test entirely since we don't seem to return 404 for paths that don't exist. 2. The test with a user that cannot view the merge request was failing the first time because the project owner wasn't removed with `project.team.truncate`. Changing the `let(:user)` to `create(:user)` and calling `project.add_maintainer(user)` in the `before` block fix the test. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
clarify after_script cwd situation in README.md See merge request gitlab-org/gitlab-ce!25315
-
Phil Hughes authored
Resolve "Revert single comments to initial state after cancelling reply" Closes #57123 See merge request gitlab-org/gitlab-ce!25339
-
Ramya Authappan authored
Un quarantine stable QA tests Closes gitlab-org/quality/nightly#72 See merge request gitlab-org/gitlab-ce!25337
-
Phil Hughes authored
Feature/56787 realtime validation for user fullname and username See merge request gitlab-org/gitlab-ce!25017
-
https://gitlab.com/gitlab-org/gitlab-ceEhsan Abdulqader authored
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into feature/56787-realtime-validation-for-user-fullname-and-username
-
Constance Okoghenun authored
When converting a comment to a discussion if the "Cancel" button is used to exit the new discussion note, the comment would revert back to its initial state
-
Sanad Liaquat authored
-
Evan Read authored
Fix permissions in docs lock discussions See merge request gitlab-org/gitlab-ce!25303
-
Victor Wu authored
-
Evan Read authored
add changelogs/README.md See merge request gitlab-org/gitlab-ce!25209
-
Elan Ruusamäe authored
this is to quickstart contributors who don't work daily on the codebase
-
Evan Read authored
Docs: Fix anchors with extra hashes See merge request gitlab-org/gitlab-ce!24992
-
Marcel Amirault authored
-
- 17 Feb, 2019 2 commits
-
-
Evan Read authored
Fix wrong docs on untagged jobs Closes #47387 See merge request gitlab-org/gitlab-ce!25190
-
Achilleas Pipinellis authored
-
- 16 Feb, 2019 2 commits
-
-
Stefan Agner authored
-
James Lopez authored
Update Unicorn and associated gems See merge request gitlab-org/gitlab-ce!25265
-
- 15 Feb, 2019 22 commits
-
-
Fatih Acet authored
Remove second primary button on wiki create and edit Closes #43881 See merge request gitlab-org/gitlab-ce!19959
-
George Tsiolis authored
-
Fatih Acet authored
Make sure isLocked passed to Vue is a boolean Closes #57744 See merge request gitlab-org/gitlab-ce!25284
-
Fatih Acet authored
Remove vertical connecting line placeholder from diff discussion notes Closes #57768 See merge request gitlab-org/gitlab-ce!25292
-
Robert Speicher authored
Move ChatOps migrations to Core See merge request gitlab-org/gitlab-ce!24986
-
Phil Hughes authored
Resolve "Add reaction emoji styling is off" See merge request gitlab-org/gitlab-ce!25295
-
Phil Hughes authored
Refactor MR FE components to rely on DiffViewer instead of DiffFile Closes #55932 See merge request gitlab-org/gitlab-ce!24454
-
Natalia Tepluhina authored
- replaced file.too_large - replaced file.text - replaced file.collapsed
-
Douwe Maan authored
Backport commit author changes from CE See merge request gitlab-org/gitlab-ce!25294
-
Douwe Maan authored
Admin section finds users case-insensitively Closes #55877 See merge request gitlab-org/gitlab-ce!25176
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
Resolve "Make emoji picker bigger" Closes #50433 See merge request gitlab-org/gitlab-ce!25187
-
Phil Hughes authored
Fixes dropdowns not working in Pipelines pages Closes #55893 and #56071 See merge request gitlab-org/gitlab-ce!25043
-
Stan Hu authored
Exclude public group milestones from counts in milestones dashboard Closes #56332 See merge request gitlab-org/gitlab-ce!25230
-
Jacopo authored
The emoji picker shows 9 emoji for each row. On mobile devices the width is reduced to 7 emoji for each row.
-
Stan Hu authored
This backports the changes made in EE to fix merge request approvers from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9574.
-
Douglas Barbosa Alexandre authored
Merge branch '57353-git-push-fails-on-large-lfs-files-where-the-push-take-a-long-time' into 'master' Provide expires_in in LFS authentication payload Closes #57353 See merge request gitlab-org/gitlab-ce!25082
-
Annabel Dunstone Gray authored
-
Lin Jen-Shin authored
Remove two ignored columns See merge request gitlab-org/gitlab-ce!25250
-
Nick Thomas authored
Remove TLD validation from cluster domain Closes #57650 See merge request gitlab-org/gitlab-ce!25262
-
Annabel Dunstone Gray authored
Correctly align resolved discussion text Closes #55206 See merge request gitlab-org/gitlab-ce!25001
-
Nick Thomas authored
Bump Gitaly to v1.20.0 Closes #53473 See merge request gitlab-org/gitlab-ce!25259
-