- 02 Jul, 2021 40 commits
-
-
Sarah Groff Hennigh-Palermo authored
Update error handling and display in runners UI See merge request gitlab-org/gitlab!64517
-
Phil Hughes authored
Sort fork form namespaces See merge request gitlab-org/gitlab!65178
-
Heinrich Lee Yu authored
Allow sorting for listing milestones via GraphQL and expose expired attr [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!64572
-
Phil Hughes authored
Add project and job count See merge request gitlab-org/gitlab!64178
-
Phil Hughes authored
Adapt SubscriptionDetails for purchasing the CI Minutes addon See merge request gitlab-org/gitlab!65305
-
Vitaly Slobodin authored
-
Dmytro Zaporozhets (DZ) authored
Add Ban/Unban actions to user administration dropdown in the admin area See merge request gitlab-org/gitlab!64742
-
Peter Hegman authored
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!65326
-
Nick Thomas authored
Add timezone attr to Gitlab::Git::User See merge request gitlab-org/gitlab!64084
-
Heinrich Lee Yu authored
-
Ezekiel Kigbo authored
Add support for legacy blob viewers See merge request gitlab-org/gitlab!64839
-
GitLab Release Tools Bot authored
-
Bob Van Landuyt authored
New Crowdin translations - 01 July 2021 See merge request gitlab-org/gitlab!65290
-
GitLab Crowdin Bot authored
-
Bob Van Landuyt authored
Update translation levels for July 2021 See merge request gitlab-org/gitlab!65289
-
Mark Chao authored
Update a user highest role when removed from group See merge request gitlab-org/gitlab!65164
-
Jacques Erasmus authored
Update markup in clusters/_banner.html.haml See merge request gitlab-org/gitlab!63161
-
Marvin Karegyeya authored
-
Eulyeon Ko authored
When a due date falls on the current date, it should not be considered expired.
-
Heinrich Lee Yu authored
Add constraint to id param for ThreatMonitoringController See merge request gitlab-org/gitlab!65307
-
Achilleas Pipinellis authored
Expand pages chroot fix for /etc/hosts See merge request gitlab-org/gitlab!65135
-
Vladimir Shushlin authored
-
Jan Provaznik authored
Clean up: remove compatibility facade needed for #330300 See merge request gitlab-org/gitlab!65009
-
Sashi authored
This change fixes the bug while trying to edit Cilium policies. The reason for the bug was that rails does not accept dots in routes by default for id params. Changelog: fixed EE: true
-
Jacques Erasmus authored
Fixes a bug where very tall files would be appear incorrectly See merge request gitlab-org/gitlab!65173
-
Eulyeon Ko authored
- Convert the sort argument to string so symbol can be additionally used.
-
Eulyeon Ko authored
-
Eulyeon Ko authored
expiredLast is more appropriate as a sort option since it is a specialized case of due date sorting.
-
Eulyeon Ko authored
- Annotate using :aggregate_failures over wrapping in blocks - DRY creating objects and specs
-
Eulyeon Ko authored
These changes are made to milestone-related GraphQL APIs. - Milestone type gets a new 'expired' field indicating whether milestone's due date is past the current date. - When listing milstones, these arguments can be specified: - 'expiredLast' sorts milestones in layers: Current miletones are placed first, followed by milestones without due dates and expired milestones. Within layers, milestones are sorted by due date (asc by default) with ties being broken by id (desc). When 'expiredLast' is set, 'sort' argument other than due_date_desc or due_date_asc is ignored. - 'sort' Changelog: added
-
Eulyeon Ko authored
A new method is added to the milestone model to support fetching milestones in this particular order: 1. Current milestones (due date > current date) 2. Milestones without due dates 3. Milestones that are expired (due date <= current_date) The milestones are then sorted by due date (asc or desc) and ties are broken by id in descending order. The milestone finder is also updated to accept a new Boolean parameter 'expired_last' to utilize the newly added custom ordering to fetch milestones. When 'expired_last' is specified, order param must be one of 'due_date_asc' or 'due_date_desc'. For non-supported order param values (including when it's not provided), the default is 'due_date_asc'.
-
Eulyeon Ko authored
Refactor to use let_it_be and build wherever suitable to improve test performance.
-
Matthias Käppler authored
Remove sort_dependency_vulnerabilities feature flag See merge request gitlab-org/gitlab!65295
-
Heinrich Lee Yu authored
Resolve "Slow Namespace#all_projects" See merge request gitlab-org/gitlab!65296
-
Dylan Griffith authored
Remove code for PG11 custom foreign keys See merge request gitlab-org/gitlab!64658
-
Evan Read authored
Docs: List all internal network routes for Gitaly Cluster See merge request gitlab-org/gitlab!64965
-
Will Chandler authored
-
Alex Pooley authored
Changelog: performance
-
Thong Kuah authored
Add summary column to timelogs table See merge request gitlab-org/gitlab!64552
-