- 02 Feb, 2020 6 commits
-
-
Walmyr Lima e Silva Filho authored
Update rubyzip in qa tests to version 1.3.0 Closes #199734 See merge request gitlab-org/gitlab!24119
-
Thong Kuah authored
Allow Owner access level when sharing groups with groups Closes #198480 See merge request gitlab-org/gitlab!23868
-
Thong Kuah authored
Fix dropping analytics_repository_file_edits table See merge request gitlab-org/gitlab!24222
-
Michael Kozono authored
Load maximum 1mb blob data for a diff file See merge request gitlab-org/gitlab!24160
-
Stan Hu authored
Separate protected and issuable entities into own class files See merge request gitlab-org/gitlab!24221
-
Rajendra Kadam authored
-
- 01 Feb, 2020 10 commits
-
-
Adam Hegyi authored
Check if `analytics_repository_file_edits` table exists before dropping it.
-
Igor Drozdov authored
Currently, it's defaulted to 10mb which is unnecessary because the blobs with a size greater than 1mb are not displayed
-
Heinrich Lee Yu authored
Define a memory usage histogram for diff caching See merge request gitlab-org/gitlab!24012
-
Michael Kozono authored
Add a Rails backtrace silencer for EE load balancing code See merge request gitlab-org/gitlab!23667
-
Stan Hu authored
Prior to this change, the SQL backtrace in development.log and test.log showed `ee/lib/gitlab/database/load_balancing/connection_proxy.rb:63` as the caller of many queries, which is not helpful in debugging. Filter these lines out so we don't see them there. In production, we may want to see these lines in case there is a bug in the load balancer.
-
Michael Kozono authored
Remove searchable environments dropdown feature flag See merge request gitlab-org/gitlab!23942
-
Marcel Amirault authored
Move over Docker build docs to container registry See merge request gitlab-org/gitlab!23901
-
Achilleas Pipinellis authored
-
Stan Hu authored
Small refactor of keyset pagination See merge request gitlab-org/gitlab!24106
-
Nick Thomas authored
Add TodosRestoreMany GraphQL mutation See merge request gitlab-org/gitlab!23950
-
- 31 Jan, 2020 24 commits
-
-
Brett Walker authored
and add relevant specs
-
Brett Walker authored
in prep for MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24011
-
Mek Stittri authored
Update feature proposal template See merge request gitlab-org/gitlab!23673
-
Ramya Authappan authored
-
Peter Leitzen authored
Collect release evidence at release timestamp Closes #38103 See merge request gitlab-org/gitlab!23697
-
Sean Carroll authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/38103 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/23697
-
Mayra Cabrera authored
Update PagesDomains data model for serverless domains See merge request gitlab-org/gitlab!23943
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Mek Stittri authored
Update reference architecture section title in the docs See merge request gitlab-org/gitlab!24195
-
Douglas Barbosa Alexandre authored
Make Explore Projects default to All Closes #19165 See merge request gitlab-org/gitlab!23811
-
Dan Jensen authored
For instances without public projects or much activity, there can be no trending projects. Because the Explore item in the navbar led to the Trending tab by default, some users were being confused by the lack of data. This changes the Explore feature to default to the All tab instead.
-
Clement Ho authored
Reverse actions for ignoring/resolving errors See merge request gitlab-org/gitlab!23516
-
Olena Horal-Koretska authored
Adds reverse actions for status update, removes redirect
-
Walmyr Lima e Silva Filho authored
Update QA delete_subgroups task to skip marked Closes #199279 See merge request gitlab-org/gitlab!24174
-
Grant Young authored
Task now ignores subgroups already marked for deletion. Soft deletion was added earlier this week: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/19430
-
Douglas Barbosa Alexandre authored
Remove Ignore Column Token on Operations::FeatureFlagsClient See merge request gitlab-org/gitlab!24107
-
Alishan Ladhani authored
- Add `usage` enum to distinguish between serverless and pages domains - Replace unique index on `domain` with unique index on `[domain, wildcard]` so that the wildcard and non-wildcard variants of a domain can coexist - Rename `domain_type` to `scope` to be more semantic
-
Douglas Barbosa Alexandre authored
Add Sentry error stack trace to GraphQL API Closes #35896 See merge request gitlab-org/gitlab!23750
-
Douglas Barbosa Alexandre authored
Update crass and i18n gems See merge request gitlab-org/gitlab!24123
-
Patrick Derichs authored
Also adding specs, updating schema and docs.
-
Paul Slaughter authored
Handle errors in GraphQL mutations within Design Management See merge request gitlab-org/gitlab!23491
-
Tom Quirk authored
Adds error fields to the follow .mutation.graphql mutations: - createImageDiffNote - createNote - destroyDesign - uploadDesign
-
Stan Hu authored
Separate snippet entities into own class files See merge request gitlab-org/gitlab!24183
-