- 23 Nov, 2017 13 commits
-
-
Yorick Peterse authored
This adds a Rubocop configuration file specific to lib/gitlab/background_migrations. This configuration will be used to (hopefully) make reviewing background migrations easier by enforcing stricter rules compared to the rest of GitLab. Because this configuration is directory specific it will only affect background migrations.
-
Phil Hughes authored
Improve environments performance Closes #32098 See merge request gitlab-org/gitlab-ce!15484
-
Filipa Lacerda authored
-
Sean McGivern authored
Resolve "EE Compatibility Check Job Fails Unexpectedly" Closes #40463 See merge request gitlab-org/gitlab-ce!15555
-
Rémy Coutable authored
Fix encoding bugs in Gitlab::Git::User Closes #40330 See merge request gitlab-org/gitlab-ce!15539
-
Jacob Vosmaer (GitLab) authored
-
Kamil Trzciński authored
Merge branch 'fix/sm/37991-avoid-deactivation-when-pipeline-schedules-execute-a-commit-includes-ci-skip' into 'master' Avoid deactivation when pipeline schedules execute a branch includes `[ci skip]` comment Closes #37991 See merge request gitlab-org/gitlab-ce!15405
-
Kamil Trzciński authored
Add environment_scope to cluster table See merge request gitlab-org/gitlab-ce!15419
-
Filipa Lacerda authored
Resolve "Hide `section_start` and `section_end` in pipeline emails" Closes #39653 See merge request gitlab-org/gitlab-ce!15534
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Resolve "Upgrade FE Babel Libraries" Closes #40445 See merge request gitlab-org/gitlab-ce!15544
-
Tim Zallmann authored
Change star, filter and settings icons to the their sprite based replacements Closes #33757 See merge request gitlab-org/gitlab-ce!15412
-
Jose Ivan Vargas Lopez authored
-
- 22 Nov, 2017 27 commits
-
-
Rémy Coutable authored
-
Rémy Coutable authored
-
Michael Kozono authored
[ci skip]
-
Rémy Coutable authored
Speed up Unicorn specs by using a dummy Rack application instead of GitLab Closes #32620 See merge request gitlab-org/gitlab-ce!15548
-
Clement Ho authored
Add edit button to mobile file view Closes #28377 See merge request gitlab-org/gitlab-ce!15199
-
Tim Zallmann authored
-
Nick Thomas authored
-
Tim Zallmann authored
Fix missing MR widget status icons Closes #40283 See merge request gitlab-org/gitlab-ce!15533
-
Filipa Lacerda authored
Resolve "Upgrade axios from 0.16.2 to 0.17.1" Closes #40444 See merge request gitlab-org/gitlab-ce!15543
-
Stan Hu authored
Temporarily force disable prometheus metrics See merge request gitlab-org/gitlab-ce!15549
-
Pawel Chojnacki authored
Until https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/11 is ready, Prometheus metrics will not work and cause issues such as #40457.
-
Filipa Lacerda authored
Replace vue-resource for axios in the Prometheus Dashboard See merge request gitlab-org/gitlab-ce!15547
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Clement Ho authored
Disables autocomplete in filtered search Closes #38877 See merge request gitlab-org/gitlab-ce!15477
-
Clement Ho authored
Fix reply quote keyboard shortcut on MRs Closes #40295 See merge request gitlab-org/gitlab-ce!15523
-
Travis Miller authored
-
Jose Ivan Vargas authored
-
Rémy Coutable authored
Backport QA code that belongs to CE from EE Geo Closes #40344 See merge request gitlab-org/gitlab-ce!15536
-
Rémy Coutable authored
Improve output for extra queries in specs See merge request gitlab-org/gitlab-ce!15537
-
Rubén Dávila authored
Switch to using gettext:compile instead of gettext:pack in the install docs Closes #40360 See merge request gitlab-org/gitlab-ce!15501
-
Sean McGivern authored
Previously, this used `Array#-`, which would remove all queries that matches the query text in the original set. However, sometimes we have a problem with parameterised queries, where the query text is identical both times, so we'd run a query N times instead of once, and it would be hidden from the output. Replace the logic to only remove a given query N times from the actual log, where N is the number of times it appears in the expected log.
-
Sean McGivern authored
Try to find the merge-base against the canonical master and name the remotes See merge request gitlab-org/gitlab-ce!15495
-
Tim Zallmann authored
-
Filipa Lacerda authored
Fixed new group milestone breadcrumb Closes #40338 See merge request gitlab-org/gitlab-ce!15511
-