- 27 Aug, 2018 5 commits
-
-
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 11 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
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 16 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
-
Adriel Santiago authored
-
Yorick Peterse authored
Refactor GitHub Importer database helpers into helper methods See merge request gitlab-org/gitlab-ce!21357
-
Stan Hu authored
Users importing from Bitbucket Cloud, Bitbucket Server, or GitHub often complained about getting failed imports due to 422 errors. This change ensures that project names are imported with names that are guaranteed to pass the regular expression validation. Part of #50021
-
Rémy Coutable authored
Removing not necessarily indentations in update Ruby code block See merge request gitlab-org/gitlab-ce!21364
-
Rémy Coutable authored
[docs] Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!21355
-
Rémy Coutable authored
POST should be PUT in the API labels specs See merge request gitlab-org/gitlab-ce!21369
-
Stan Hu authored
This in preparation for addressing idle-in-transaction timeouts for other importers. Part of #50021
-
Stan Hu authored
Add link to Profiling doc to README See merge request gitlab-org/gitlab-ce!21345
-
Tom Atkins authored
-
Sean McGivern authored
Allows author to vote on their own issue See merge request gitlab-org/gitlab-ce!21203
-
Chantal Rollison authored
-
Sean McGivern authored
documentation: fixes to source installation instructions Closes #47483 See merge request gitlab-org/gitlab-ce!21359
-
Robert Schilling authored
-