- 27 Aug, 2018 7 commits
-
-
Marcia Ramos authored
Compress all PNG images under doc/ See merge request gitlab-org/gitlab-ee!6960
-
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
-
Sean McGivern authored
CE upstream - 2018-08-27 09:23 UTC See merge request gitlab-org/gitlab-ee!6998
-
Sean McGivern authored
[EE-port] Reject ruby interpolation in externalized strings See merge request gitlab-org/gitlab-ee!6988
-
GitLab Bot authored
-
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 24 commits
-
-
Stan Hu authored
CE upstream - 2018-08-26 21:21 UTC See merge request gitlab-org/gitlab-ee!6997
-
GitLab Bot authored
-
Rémy Coutable authored
Rails5 update Gemfile.rails5.lock See merge request gitlab-org/gitlab-ce!21388
-
Dmitriy Zaporozhets authored
CE upstream - 2018-08-26 18:21 UTC See merge request gitlab-org/gitlab-ee!6996
-
Jasper Maes authored
-
GitLab Bot authored
-
Clement Ho authored
Removes disabled rule from settings_panel EE to match the CE version Closes #7346 See merge request gitlab-org/gitlab-ee!6989
-
Filipa Lacerda authored
-
Yorick Peterse authored
Bitbucket Server importer: Eliminate most idle-in-transaction issues See merge request gitlab-org/gitlab-ce!21173
-
Stan Hu authored
CE upstream - 2018-08-26 15:21 UTC See merge request gitlab-org/gitlab-ee!6994
-
GitLab Bot authored
-
Rémy Coutable authored
Use slugs for default project path and sanitize names before import See merge request gitlab-org/gitlab-ce!21367
-
Rémy Coutable authored
Rails5 fix project import spec See merge request gitlab-org/gitlab-ee!6981
-
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
-
Yorick Peterse authored
CE upstream - 2018-08-26 09:21 UTC Closes #6028 See merge request gitlab-org/gitlab-ee!6990
-
Paul Slaughter authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue [ci skip]
-
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
EE Port (Resolve "Follow up to "Styling of the MR widget's info and pipeline sections"") See merge request gitlab-org/gitlab-ee!6921
-
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 9 commits
-
-
Franz Liedke authored
-
Franz Liedke authored
-
Franz Liedke authored
-
Franz Liedke authored
-
Dmitriy Zaporozhets authored
CE upstream - 2018-08-25 06:21 UTC See merge request gitlab-org/gitlab-ee!6986
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
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' }
-
GitLab Bot authored
# Conflicts: # lib/api/api.rb [ci skip]
-
Nick Thomas authored
API: Protected tags Closes #39144 See merge request gitlab-org/gitlab-ce!14986
-