- 28 Aug, 2018 7 commits
-
-
Winnie Hellmann authored
-
Phil Hughes authored
Resolve "It's impossible to commit twice to the same branch" Closes #50584 See merge request gitlab-org/gitlab-ce!21372
-
Paul Slaughter authored
-
Phil Hughes authored
Expose user's id in /admin/users/ show page. See merge request gitlab-org/gitlab-ce!21297
-
Phil Hughes authored
Creates vue component for environments block See merge request gitlab-org/gitlab-ce!21279
-
Filipa Lacerda authored
-
Sean McGivern authored
Allow to delete group milestones Closes #36138 See merge request gitlab-org/gitlab-ce!21057
-
- 27 Aug, 2018 10 commits
-
-
Annabel Gray authored
Resolve "Size of checkout branch modal box is too small" Closes #43625 See merge request gitlab-org/gitlab-ce!21381
-
Grzegorz Bizon authored
Add Galician as an available language Closes #43227 See merge request gitlab-org/gitlab-ce!21202
-
Grzegorz Bizon authored
Resolve "[QA] `Test::Instance` doesn't use the correct path to spec files" Closes #50746 See merge request gitlab-org/gitlab-ce!21394
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Marcia Ramos authored
Compress all PNG images under doc/ See merge request gitlab-org/gitlab-ce!21329
-
Achilleas Pipinellis authored
The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
-
Clement Ho authored
Merge branch '50526-flash-hideflash-sets-transition-style-test-fails-on-master-in-local-environment' into 'master' Resolve ""Flash hideFlash sets transition style" test fails on master in local environment" Closes #50526 See merge request gitlab-org/gitlab-ce!21376
-
Sean McGivern authored
Don't use ruby interpolation in externalized strings Closes #50333 See merge request gitlab-org/gitlab-ce!21247
-
Sean McGivern authored
Add group name badge under group milestone Closes #49292 See merge request gitlab-org/gitlab-ce!21384
-
Sean McGivern authored
Fix fallback logic for automatic MR title assignment See merge request gitlab-org/gitlab-ce!20930
-
- 26 Aug, 2018 12 commits
-
-
Rémy Coutable authored
Rails5 update Gemfile.rails5.lock See merge request gitlab-org/gitlab-ce!21388
-
Jasper Maes authored
-
Yorick Peterse authored
Bitbucket Server importer: Eliminate most idle-in-transaction issues See merge request gitlab-org/gitlab-ce!21173
-
Rémy Coutable authored
Use slugs for default project path and sanitize names before import See merge request gitlab-org/gitlab-ce!21367
-
Stan Hu authored
Just like with the GitHub importer, the Bitbucket Server importer can hit the default 60 s idle-in-transaction timeouts if it takes too long to create the merge request. We solve this by using the same approach as the GitHub importer: 1. Bypass all validation and hooks in creating a merge request 2. Insert the Git data in a separate transaction Part of #50021
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Filipa Lacerda authored
Show `< 1%` when percent value evaluated is less than 1 on Stacked Progress Bar Closes gitlab-ee#6028 See merge request gitlab-org/gitlab-ce!21306
-
Grzegorz Bizon authored
[QA] Re-add Test::Instance for back-compatibility with GitLab < 11.3 See merge request gitlab-org/gitlab-ce!21339
-
Mek Stittri authored
Add Test plan issue template See merge request gitlab-org/gitlab-ce!21227
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Resolve "Follow up to "Styling of the MR widget's info and pipeline sections"" Closes #49110 See merge request gitlab-org/gitlab-ce!21206
-
- 25 Aug, 2018 8 commits
-
-
Franz Liedke authored
-
Franz Liedke authored
-
Franz Liedke authored
-
Franz Liedke authored
-
Bob Van Landuyt authored
When using ruby interpolation in externalized strings, they can't be detected. Which means they will never be presented to be translated. To mix variables into translations we need to use `sprintf` instead. Instead of: _("Hello #{subject}") Use: _("Hello %{subject}) % { subject: 'world' }
-
Nick Thomas authored
API: Protected tags Closes #39144 See merge request gitlab-org/gitlab-ce!14986
-
Robert Schilling authored
-
Nick Thomas authored
Feature flag to disable Hashed Storage migration when renaming a repository Closes #50345 See merge request gitlab-org/gitlab-ce!21291
-
- 24 Aug, 2018 3 commits
-
-
Rémy Coutable authored
Drop WIP from changelog command in Danger comment See merge request gitlab-org/gitlab-ce!21374
-
Winnie Hellmann authored
-
Rémy Coutable authored
Refactor project_permissions_panel_data so it can be extended in EE easily See merge request gitlab-org/gitlab-ce!21370
-