- 03 Feb, 2020 17 commits
-
-
Phil Hughes authored
Updated sizes for gl-loading-icon See merge request gitlab-org/gitlab!24203
-
Phil Hughes authored
Change copy to clipboard icon See merge request gitlab-org/gitlab!23983
-
Pedro Moreira da Silva authored
-
James Lopez authored
Refactor code in PruneOldEventsWorker & PruneWebHookLogsWorker See merge request gitlab-org/gitlab!24075
-
Thong Kuah authored
Fix emails on push integrations created before 12.7 See merge request gitlab-org/gitlab!23699
-
Heinrich Lee Yu authored
We added a new branches_to_be_notified property and old integrations were not working because these defaulted to nil
-
Heinrich Lee Yu authored
Merge branch '199473-nomethoderror-undefined-method-feature_available-for-nil-nilclass' into 'master' Fix 500 error when browsing the roadmap page for a group the user is not authorized to view Closes #199473 See merge request gitlab-org/gitlab!24002
-
manojmj authored
This changes fixes the 500 error when accessing the roadmaps page for a group the user has no access to - like when not logged in, or if the user is not a member of that private group.
-
Thong Kuah authored
Add Sidekiq middleware prometheus metrics See merge request gitlab-org/gitlab!24072
-
Thong Kuah authored
Enable console message show if running EE or FOSS See merge request gitlab-org/gitlab!24109
-
Marcel Amirault authored
Add language tags for code blocks in docs See merge request gitlab-org/gitlab!23466
-
Amy Qualls authored
This commit adds language tags to fenced code blocks in pages in the administration/operations section, getting us closer to turning on a markdownlint rule.
-
Thong Kuah authored
Optimize issue search when sorting by weight See merge request gitlab-org/gitlab!24208
-
Russell Dickenson authored
Add docs for group activity page Closes #34646 See merge request gitlab-org/gitlab!23457
-
Amy Qualls authored
The Group Activity page wasn't documented. This commit adds a small subsection to /user/group to explain how to navigate to the page and what it contains.
-
Marcel Amirault authored
Add more language tags See merge request gitlab-org/gitlab!24009
-
Suzanne Selhorn authored
Related to 32881
-
- 02 Feb, 2020 11 commits
-
-
Evan Read authored
Restore ConDev docs page with a redirect to new docs See merge request gitlab-org/gitlab!23954
-
Aakriti Gupta authored
Add a redirect to new docs for renamed feature - Dev Ops Score.
-
Evan Read authored
Fix punctuation and add SVG icons Closes #199390 See merge request gitlab-org/gitlab!24124
-
Amy Qualls authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/23861 identified a number of places in the merge approvals document where punctuation was missing, or icons could be added. This commit adds both.
-
Mark Lapierre authored
Fail faster when in bad state. See merge request gitlab-org/gitlab!24091
-
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 2 commits
-
-
Brett Walker authored
and add relevant specs
-
Brett Walker authored
in prep for MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24011
-