- 21 Aug, 2017 24 commits
-
-
Yorick Peterse authored
This changes the caching mechanism so we cache both current _and_ future broadcast messages, then manually filter out those we don't want to display. This ensures we don't need any additional queries while still being able to display the right messages at the right time. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36661
-
Sean McGivern authored
Fix 500 errors in Atom feeds due to push events Closes #36705 See merge request !13695
-
Clement Ho authored
Make project selection dropdown consistent See merge request !13562
-
Sean McGivern authored
-
Stan Hu authored
-
Kamil Trzciński authored
Fix merge request head pipeline when pipeline has errors Closes #36657 See merge request !13664
-
Kamil Trzciński authored
Migrate CI/CD stages statuses Closes #33453 See merge request !12584
-
Douwe Maan authored
Gitlab::Git deletions and simplifications See merge request !13640
-
Douwe Maan authored
Use Gitaly 0.33.0 See merge request !13671
-
Kamil Trzciński authored
Remove CI API v1 See merge request !13652
-
Kamil Trzciński authored
Add `validates :key, uniqueness: { scope: :pipeline_schedule_id }` in `Ci::PipelineScheduleVariable` model See merge request !13641
-
Sean McGivern authored
copy milestones and labels from issue when using create merge request button Closes #35343 See merge request !13461
-
Sean McGivern authored
Issue 20900 remove ignore columns See merge request !12166
-
Phil Hughes authored
Resolve "User profile activity feed contains broken image links" Closes #36458 See merge request !13606
-
Tim Zallmann authored
-
Sean McGivern authored
Bump rouge to 2.2.0 Closes #36554 See merge request !13633
-
Douwe Maan authored
Greatly reduce test duration for git_access_spec See merge request !13675
-
Douwe Maan authored
Make username update fail if namespace update fails Closes gitlab-com/support-forum#2316 See merge request !13642
-
Tim Zallmann authored
Fix broken Yarn dependencies Closes #33886 and #34944 See merge request !13614
-
Tim Zallmann authored
Resolve "Failing karma tests for Chrome 60" Closes #36517 See merge request !13646
-
Tim Zallmann authored
Remove superfluous users bundle See merge request !13684
-
Zeger-Jan van de Weg authored
Also, move the old linting docs to the new location.
-
Tim Zallmann authored
Fixed issue boards closed list displaying empty label Closes #36650 See merge request !13658
-
Marcia Ramos authored
Refactor GPG docs See merge request !13660
-
- 20 Aug, 2017 5 commits
-
-
winh authored
-
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
-
- 19 Aug, 2017 3 commits
-
-
Achilleas Pipinellis authored
1. Generating a GPG key 1. Signing commits 1. Associating a GPG key with Git
-
Grzegorz Bizon authored
-
pbr authored
-
- 18 Aug, 2017 8 commits
-
-
Clement Ho authored
Make issuable filter dropdown style consistent See merge request !13421
-
Winnie Hellmann authored
-
Clement Ho authored
Correct repo.vue template Closes #36415 See merge request !13452
-
Luke "Jared" Bennett authored
-
Mike Greiling authored
-
Robert Speicher authored
Add current locale to commit partial cache key Closes #36591 See merge request !13669
-
Stan Hu authored
Merge branch 'pawel/update_prometheus_client_gem_to_improve_performance_when_rendering_metrics' into 'master' Update prometheus mmap client library to fix performance issues when rendering many metrics. See merge request !13674
-
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.
-