- 10 Aug, 2019 2 commits
-
-
Mike Greiling authored
Resolve "Incrementally expand merge request diffs in both direction" Closes #58035 See merge request gitlab-org/gitlab-ce!30927
-
Samantha Ming authored
- expand upwards - expand downwards - expand all in both inline and parallel views
-
- 09 Aug, 2019 38 commits
-
-
Douwe Maan authored
Split MR widget into etag-cached and non-cached serializers See merge request gitlab-org/gitlab-ce!31354
-
Igor authored
Splits auto-refreshing of MR widget into 2 requests: - the one which uses etag-caching and invalidates the fields on change - the one without caching The idea is to gradually move all the fields to etag-cached endpoint
-
Robert Speicher authored
Backport EE code for OAuth applications spec See merge request gitlab-org/gitlab-ce!31670
-
Robert Speicher authored
Prevent rewritting plain links as embedded Closes #58494 See merge request gitlab-org/gitlab-ce!31489
-
Robert Speicher authored
Removed duplicate functions from utils.sh Closes gitlab-ee#13336 See merge request gitlab-org/gitlab-ce!31671
-
Robert Speicher authored
Remove embed metrics feature flag See merge request gitlab-org/gitlab-ce!31106
-
Tristan Read authored
Removes the feature flag that controls whether metrics dashboard urls unfurl the metrics dashboard charts.
-
Clement Ho authored
Add ability to download chart CSV from metrics dashboard Closes #60733 See merge request gitlab-org/gitlab-ce!30760
-
Laura Montemayor authored
This MR adds a temporary button to be able to download the Prometheus metrics from charts to CSV format.
-
Douglas Barbosa Alexandre authored
Bump GitLab Workhorse to v8.8.0 See merge request gitlab-org/gitlab-ce!31676
-
Bob Van Landuyt authored
[CE] Remove default `relative_position` from `epic_issues` See merge request gitlab-org/gitlab-ce!31514
-
Paul Slaughter authored
Resolve "Search loses branch" Closes #59712 See merge request gitlab-org/gitlab-ce!28282
-
minghuan lei authored
- only in blobs result
-
Bob Van Landuyt authored
Revert "Merge branch '65152-selective-highlight' into 'master'" See merge request gitlab-org/gitlab-ce!31643
-
Stan Hu authored
This sanitizes some log messages to be consistent with CE. Full list of changes: https://gitlab.com/gitlab-org/gitlab-workhorse/blob/master/CHANGELOG
-
Filipa Lacerda authored
Fix job log where spans were displayed in block Closes #65686 See merge request gitlab-org/gitlab-ce!31674
-
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.
-
Rémy Coutable authored
Backport EE changes to Members::BaseService See merge request gitlab-org/gitlab-ce!31581
-
Rémy Coutable authored
Resolve EE differences in the lib/ directory See merge request gitlab-org/gitlab-ce!31582
-
Yorick Peterse authored
This change was made in EE in MR https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14802, but this was not backported to CE.
-
Yorick Peterse authored
This spec used a different title for a spec in EE, while CE duplicated the same title. This ensures that CE uses the EE version.
-
Paul Slaughter authored
Visual review app gitlab storage keys See merge request gitlab-org/gitlab-ce!31427
-
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
-
Thong Kuah authored
Fix Sidekiq scheduling_latency_s Closes #65748 See merge request gitlab-org/gitlab-ce!31650
-
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
-
Sean McGivern authored
Add Gitaly and Rugged call timing in Sidekiq logs See merge request gitlab-org/gitlab-ce!31651
-
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.
-
James Lopez authored
Remove KubernetesService integration See merge request gitlab-org/gitlab-ce!31365
-
Achilleas Pipinellis authored
Add max_replication_slots to PG HA documentation Closes #65700 See merge request gitlab-org/gitlab-ce!31534
-
Achilleas Pipinellis authored
Add database guidelines for background migrations and update queries See merge request gitlab-org/gitlab-ce!31190
-