- 09 Aug, 2019 40 commits
-
-
GitLab Bot authored
-
Filipa Lacerda authored
Fix job log where spans were displayed in block Closes #65686 See merge request gitlab-org/gitlab-ce!31674
-
GitLab Bot authored
-
Clement Ho authored
Improve layout of dropdowns in the metrics dashboard page Closes #64730 See merge request gitlab-org/gitlab-ce!31239
-
Miguel Rincon authored
Ensure layout works on xs and sm screens Add check in case buttons are not present Apply Prettier to file Remove unused class and div, reduce margins
-
Clement Ho authored
Merge branch '62137-add-tooltip-to-improve-clarity-of-detached-label-state-in-the-merge-request-pipeline' into 'master' Resolve "Add tooltip to improve clarity of "detached" label/state in the merge request pipeline" Closes #62137 See merge request gitlab-org/gitlab-ce!31626
-
Nick Kipling authored
-
Fabio Pitino authored
This is a temporary, not ideal, solution but it fixes the main issue that the customer are complaining about, which is that color changes are broken down in several lines which makes the log not readable.
-
GitLab Bot authored
-
James Lopez authored
Present container scanning methods in merge request widget See merge request gitlab-org/gitlab-ee!14898
-
Can Eldem authored
Add new api point in merge request controller Create new comparision class
-
Rémy Coutable authored
Backport EE changes to Members::BaseService See merge request gitlab-org/gitlab-ce!31581
-
Rémy Coutable authored
Resolve new EE specific differences in app/ Closes #13334 See merge request gitlab-org/gitlab-ee!15040
-
Rémy Coutable authored
Resolve EE differences in the lib/ directory See merge request gitlab-org/gitlab-ce!31582
-
Rémy Coutable authored
EE: Resolve EE differences in the lib/ directory Closes #13335 See merge request gitlab-org/gitlab-ee!15042
-
GitLab Bot authored
-
Paul Slaughter authored
Visual review app gitlab storage keys See merge request gitlab-org/gitlab-ce!31427
-
GitLab Bot authored
-
Paul Slaughter authored
Resolve "Remove extra padding from the disabled comment area" Closes #63671 See merge request gitlab-org/gitlab-ce!31603
-
Marcel van Remmerden authored
-
GitLab Bot authored
-
Thong Kuah authored
Fix Sidekiq scheduling_latency_s Closes #65748 See merge request gitlab-org/gitlab-ce!31650
-
Yorick Peterse authored
This resolves all new/missed EE specific differences in the app/ directory.
-
Yorick Peterse authored
For reasons unknown, the EE version of this file contained various duplicate entries. This commit restores this file based on the CE version, ensuring that both CE and EE use the same YAML data.
-
Yorick Peterse authored
EE contained various cosmetic changes that behave the same way as in CE, they just look different. This restores the file per CE, ensuring both CE and EE use the same code.
-
Ash McKenzie authored
Regenerate gitlab.pot Closes #13415 See merge request gitlab-org/gitlab-ee!15074
-
GitLab Bot authored
-
Bob Van Landuyt authored
Revert milestone filter behavior for "any" (CE-backport) See merge request gitlab-org/gitlab-ce!31583
-
Winnie Hellmann authored
This reverts merge request !30613
-
Bob Van Landuyt authored
Revert milestone filter behavior for "any" See merge request gitlab-org/gitlab-ee!15043
-
Winnie Hellmann authored
This reverts merge request !14586
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
Symbolize keys for vulnerability See merge request gitlab-org/gitlab-ee!14976
-
Tetiana Chupryna authored
Use only symbols everywhere to avoid confusion
-
GitLab Bot authored
-
Sean McGivern authored
Add Gitaly and Rugged call timing in Sidekiq logs See merge request gitlab-org/gitlab-ce!31651
-
GitLab Bot authored
-
Kushal Pandya authored
Resolve "Misalignment of Avatar when forking project" Closes #65204 See merge request gitlab-org/gitlab-ce!31436
-
Tom Quirk authored
- use .mx-auto for avatar - remove parent div for group_icon
-
Stan Hu authored
This will help identify Sidekiq jobs that invoke excessive number of filesystem access. The timing data is stored in `RequestStore`, but this is only active within the middleware and is not directly accessible to the Sidekiq logger. However, it is possible for the middleware to modify the job hash to pass this data along to the logger.
-