- 29 Sep, 2017 2 commits
-
-
Sean McGivern authored
All of these were in past releases, so missed their chance to be included in the main changelog :-(
-
Sean McGivern authored
Changelogs without a .yml extension won't be picked up, and will be ignored completely, so fail the pipeline when one of those is found.
-
- 27 Sep, 2017 3 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
This was discarded from the initial compilation because it had invalid YAML.
-
Sean McGivern authored
When a changelog has invalid YAML (typically, there is an unquoted @ at the start of the author field), then the entry will be discarded. This script checks all unreleased changelogs for validity, and runs as part of the static-analysis step, so the pipeline will fail if this happens in future.
-
- 26 Sep, 2017 31 commits
-
-
Annabel Dunstone Gray authored
Make issue boards sidebar full height Closes #36980 and #36447 See merge request gitlab-org/gitlab-ce!14214
-
Winnie Hellmann authored
-
Grzegorz Bizon authored
Backport some changes from EE See merge request gitlab-org/gitlab-ce!14304
-
Rémy Coutable authored
Allow n+1s caused by avatar fetches on the project dashboard. See… See merge request gitlab-org/gitlab-ce!14475
-
Annabel Dunstone Gray authored
Fix sidebar mobile toggle button border See merge request gitlab-org/gitlab-ce!14502
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
WTFPL is deemed unacceptable [ci skip] See merge request gitlab-org/gitlab-ce!14485
-
Rémy Coutable authored
Expose avatar_url when requesting list of projects from API with simple=true See merge request gitlab-org/gitlab-ce!14498
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2906Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Fix bug that caused merge requests with diff notes imported from Bitbucket to raise errors Closes #38100 See merge request gitlab-org/gitlab-ce!14438
-
Rémy Coutable authored
Expose last pipeline details in API response when getting a single commit Closes #35692 See merge request gitlab-org/gitlab-ce!13521
-
Yorick Peterse authored
Remove a temporary index on ci_builds meant only for earlier migration See merge request gitlab-org/gitlab-ce!14378
-
Douwe Maan authored
Update omniauth-azure-oauth2 to 0.0.9 (Support Office 365 Germany) See merge request gitlab-org/gitlab-ce!14501
-
Filipa Lacerda authored
Dynamically create offset for sticky bar See merge request gitlab-org/gitlab-ce!14280
-
Mehdi Lahmam authored
Closes #35692.
-
Phil Hughes authored
-
Douwe Maan authored
-
Phil Hughes authored
Moves cycle analytics components into vue files See merge request gitlab-org/gitlab-ce!14464
-
Filipa Lacerda authored
-
Achilleas Pipinellis authored
Add note for upgrading Helm chart prior to 1.3.5 - docs Closes #38374 See merge request gitlab-org/gitlab-ce!14491
-
Joshua Lambert authored
-
Florian Weber authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
Remove old nav code - Part 1 See merge request gitlab-org/gitlab-ce!14379
-
Greg Stark authored
Migration 20170919211300_remove_temporary_ci_builds_index.rb created a temporary partial index and tried to drop it at the end of the migration. In some circumstances apparently it failed to drop the index and it ended up in our schema.rb. This accidentally failed to fail due to a bug in the regular expression for partial indexes which caused the index creation in schema.rb to be ignored. Now that that's fixed we could be resurrecting this zombie index from the past in some but not all databases. Add a migration to drop this index if it's present to reconcile this discrepancy.
-
Phil Hughes authored
Avoid wrapping users in dropdown Closes #38077 See merge request gitlab-org/gitlab-ce!14410
-
Yorick Peterse authored
Document manual cleanup after background migration stealing See merge request gitlab-org/gitlab-ce!14477
-
Kamil Trzciński authored
Fix locked shared runners problem Closes gitlab-runner#2782 See merge request gitlab-org/gitlab-ce!14483
-
Douwe Maan authored
Update gitlab-shell to 5.9.2 See merge request gitlab-org/gitlab-ce!14446
-
Douwe Maan authored
Remove dead `Gitlab::Markdown::Pipeline` class See merge request gitlab-org/gitlab-ce!14487
-
Annabel Dunstone Gray authored
Update color variables See merge request gitlab-org/gitlab-ce!14456
-
- 25 Sep, 2017 4 commits
-
-
Jacob Schatz authored
RepoEditor: Fix reopening the existing file on refresh. Closes #38250 See merge request gitlab-org/gitlab-ce!14449
-
Rémy Coutable authored
Fix a dash being rendered in the note's access role Closes #37912 See merge request gitlab-org/gitlab-ce!14450
-
Micael Bergeron authored
-
Robert Speicher authored
Add a `:type` to all specs See merge request gitlab-org/gitlab-ce!14371
-