- 21 Aug, 2017 8 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Sean McGivern authored
Bump rouge to 2.2.0 Closes #36554 See merge request !13633
-
- 17 Aug, 2017 1 commit
-
-
pbr authored
-
- 21 Aug, 2017 1 commit
-
-
Douwe Maan authored
Greatly reduce test duration for git_access_spec See merge request !13675
-
- 18 Aug, 2017 2 commits
-
-
Robert Speicher authored
- Adds a new `ProjectMovedError` class to encapsulate that error condition. Inherits from `NotFoundError` so existing rescues should continue to work. - Separating that condition out of `NotFoundError` allowed us to simplify the `raise_not_found` helper and avoid repeating the literal string. - Spec makes use of `ERROR_MESSAGES` hash to avoid repeating literal error message strings.
-
Robert Speicher authored
- Combine multiple `it` blocks into one where it made sense - Use `set` for the top-level User record - Refactor permission matrix tests
-
- 21 Aug, 2017 1 commit
-
-
Douwe Maan authored
Make username update fail if namespace update fails Closes gitlab-com/support-forum#2316 See merge request !13642
-
- 18 Aug, 2017 1 commit
-
-
Michael Kozono authored
-
- 17 Aug, 2017 3 commits
-
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
- 21 Aug, 2017 1 commit
-
-
Tim Zallmann authored
Fix broken Yarn dependencies Closes #33886 and #34944 See merge request !13614
-
- 17 Aug, 2017 1 commit
-
-
Mike Greiling authored
-
- 16 Aug, 2017 5 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
- 21 Aug, 2017 1 commit
-
-
Tim Zallmann authored
Resolve "Failing karma tests for Chrome 60" Closes #36517 See merge request !13646
-
- 18 Aug, 2017 3 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
- 21 Aug, 2017 1 commit
-
-
Tim Zallmann authored
Remove superfluous users bundle See merge request !13684
-
- 18 Aug, 2017 1 commit
-
-
Mike Greiling authored
-
- 21 Aug, 2017 1 commit
-
-
Tim Zallmann authored
Fixed issue boards closed list displaying empty label Closes #36650 See merge request !13658
-
- 18 Aug, 2017 1 commit
-
-
Phil Hughes authored
Closes #36650
-
- 21 Aug, 2017 1 commit
-
-
Marcia Ramos authored
Refactor GPG docs See merge request !13660
-
- 18 Aug, 2017 3 commits
-
-
Achilleas Pipinellis authored
1. Generating a GPG key 1. Signing commits 1. Associating a GPG key with Git
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
- 20 Aug, 2017 4 commits
-
-
Achilleas Pipinellis authored
Update Create Project Getting Started See merge request !13687
-
Fabio Busatto authored
-
Yorick Peterse authored
Fix Error 500s when attempting to destroy a protected tag Closes #36013 See merge request !13692
-
Stan Hu authored
Due to a missing `on_delete: :cascade`, users would hit the error that looked like: ``` PG::ForeignKeyViolation: ERROR: update or delete on table "protected_tags" violates foreign key constraint "fk_rails_f7dfda8c51" on table "protected_tag_create_access_levels" DETAIL: Key (id)=(1385) is still referenced from table "protected_tag_create_access_levels". : DELETE FROM "protected_tags" WHERE "protected_tags"."id" = 1385 ``` Closes #36013
-