- 10 Nov, 2020 40 commits
-
-
Phil Hughes authored
Don't refresh all discussions for a new diff note on a merge request See merge request gitlab-org/gitlab!43015
-
Nick Thomas authored
The `notes.json` endpoint doesn't return sufficient information to build a functional discussion for a diff note, so we don't bother at the moment, instead pulling anew from `discussions.json`. However, this is quite expensive, and we're hoping to replace `discussions.json` with `notes.json` entirely in the future, so we're going to need it to support these attributes. Including information about the diff makes `notes.json` a little more expensive, but it's a paginatable endpoint with incremental updates, whereas `discussions.json` is not paginatable and always returns all notes for a given noteable, so this seems like an uncontroversial win.
-
Achilleas Pipinellis authored
Adding warning for failover See merge request gitlab-org/gitlab!47171
-
Fabian Zimmer authored
-
David O'Regan authored
Swap deprecated flash to new flash in container registry See merge request gitlab-org/gitlab!47275
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!47287
-
Douglas Barbosa Alexandre authored
Merge branch '273380-undefined-method-allow_mfa_for_subgroups-for-nil-nilclass-after-upgrading-to-13-5-1' into 'master' Resolve "undefined method `allow_mfa_for_subgroups' for nil:NilClass after upgrading to 13.5.1 (8ee0746f)" See merge request gitlab-org/gitlab!46875
-
Markus Koller authored
Allow to apply group labels with service desk templates See merge request gitlab-org/gitlab!46492
-
Nicolò Maria Mezzopera authored
- source - tests
-
Marcel Amirault authored
Docs: Deduplicate GIT_STRATEGY details See merge request gitlab-org/gitlab!46536
-
Katrin Leinweber authored
When reordered, we can remove some of the duplicated examples
-
Kushal Pandya authored
Align dast site validation frontend with backend See merge request gitlab-org/gitlab!47221
-
Philip Cunningham authored
Fix incorrect value and remove redundant prefix.
-
GitLab Release Tools Bot authored
-
Rémy Coutable authored
Make frontend fixtures parallel with knapsack See merge request gitlab-org/gitlab!46959
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!47280
-
Phil Hughes authored
Remove duplicated BS display properties from member overriding UI See merge request gitlab-org/gitlab!47126
-
Nick Thomas authored
[RUN AS-IF-FOSS] Refactoring to ease review on big backend MR See merge request gitlab-org/gitlab!47088
-
Sanad Liaquat authored
Get sandbox group ID for subgroup deletion See merge request gitlab-org/gitlab!47217
-
Will Meek authored
This MR gets the gitlab-qa-sandbox-group group ID to facilitate removing the subgroups
-
GitLab Release Tools Bot authored
-
Natalia Tepluhina authored
Use new image details API in container registry details See merge request gitlab-org/gitlab!47054
-
Nicolò Maria Mezzopera authored
- source - tests
-
Bob Van Landuyt authored
Consolidate namespace storage app setting check See merge request gitlab-org/gitlab!46943
-
Etienne Baqué authored
-
Etienne Baqué authored
Extracted code from big MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/36345
-
Bob Van Landuyt authored
[GraphQL] Todos: use Global-ID scalar See merge request gitlab-org/gitlab!36112
-
Sean McGivern authored
Dependency linker performance optimisation See merge request gitlab-org/gitlab!47085
-
Robert May authored
Prevents the link attribute filter array being instantiated in each step of a loop.
-
Nicolò Maria Mezzopera authored
Change the mutation and permissions for image note reposition See merge request gitlab-org/gitlab!47161
-
Natalia Tepluhina authored
-
Nicolò Maria Mezzopera authored
Geo Nodes Status - Fix incorrect percentages See merge request gitlab-org/gitlab!47013
-
Zack Cuddy authored
There was a rounding bug on the node status bar page. We rounded decimals to the .10 place which wasn't accurate enough. This instead rounds down to the .10 space. This ensures we never run into a false 100%.
-
Sean McGivern authored
Remove re-use of resolver in mutation See merge request gitlab-org/gitlab!47246
-
Peter Leitzen authored
Update CS_MAJOR_VERSION to 3 See merge request gitlab-org/gitlab!47099
-
mo khan authored
-
Alessio Caiazza authored
Update Gitaly version See merge request gitlab-org/gitlab!46983
-
Nicolò Maria Mezzopera authored
Introduce vulnerabilities trends chart See merge request gitlab-org/gitlab!46591
-
Savas Vedova authored
- Add unit tests - Add Vulnerability Link report to sidebar navigation - Add changelog - Update backend specs - Add documentation Add missing expected path
-
Sean McGivern authored
Improve argument handling See merge request gitlab-org/gitlab!47244
-