- 29 Nov, 2019 40 commits
-
-
Freezed authored
(cherry picked from commit b0e531b7836ae8ce149e2d57384a071131f625eb)
-
Achilleas Pipinellis authored
Update upgrade path recommendations See merge request gitlab-org/gitlab!20878
-
Greg Myers authored
Add clarification suggesting 11.11.x -> 12.0.x
-
Natalia Tepluhina authored
Include create_personal_snippet ability for new/create snippet actions See merge request gitlab-org/gitlab!20838
-
Francisco Javier López authored
In this MR we check the create_personal_snippet ability whenever we show the button to create a new snippet. It also changes the place the ability is created to avoid scoping it inside a Snippet.
-
Achilleas Pipinellis authored
Docs: add badge to feature available for admins only See merge request gitlab-org/gitlab!20774
-
Marcia Ramos authored
-
Andreas Brandl authored
Marginalia inclusion Closes #27857 See merge request gitlab-org/gitlab!19759
-
Balakumar authored
-
Marcia Ramos authored
Combine frontend style guides - docs Closes gitlab-org/frontend/general#25 See merge request gitlab-org/gitlab!20969
-
Tristan Read authored
This is part of a wider effort to consolidate frontend development guides. Issue here: https://gitlab.com/gitlab-org/frontend/general/issues/25
-
Sean McGivern authored
Keyset pagination for `Project` based on `id` column See merge request gitlab-org/gitlab!19623
-
Sean McGivern authored
Fix check for existing ES limited indexing IDs See merge request gitlab-org/gitlab!20866
-
Andreas Brandl authored
Delete any stale deploy access levels by group See merge request gitlab-org/gitlab!20689
-
Sanad Liaquat authored
Creating a test for `Contribution Analytics` Closes gitlab-org/quality/testcases#121 See merge request gitlab-org/gitlab!19960
-
Tomislav Nikić authored
Reset all the commits into one collective commit that encompasses all the work done.
-
Walmyr Lima e Silva Filho authored
Simplify test to avoid flakiness Closes #37369 See merge request gitlab-org/gitlab!20931
-
Sean McGivern authored
Cache Repository#ancestor? on two levels See merge request gitlab-org/gitlab!20958
-
Bob Van Landuyt authored
We sometimes call this multiple times per request, and we also call this from a polled endpoint. So caching it on both levels could speed up a bunch of those polled requests
-
Grzegorz Bizon authored
Update sitespeed to 11.2.0 See merge request gitlab-org/gitlab!20561
-
Yorick Peterse authored
Use explicitly tracked deployments for MR widgets See merge request gitlab-org/gitlab!20066
-
Lin Jen-Shin authored
Move the `post-test` stage closer to the `test` stage Closes #37375 See merge request gitlab-org/gitlab!20796
-
Achilleas Pipinellis authored
Correct redundant language See merge request gitlab-org/gitlab!20965
-
Nick Thomas authored
Resolve "Add monitoring for diff limits" Closes #31286 See merge request gitlab-org/gitlab!20022
-
David KIm authored
-
Sean McGivern authored
Import large gitlab_project exports via rake task See merge request gitlab-org/gitlab!20724
-
George Koltsov authored
-
Bob Van Landuyt authored
Link users to new Smartcards certificate ldap identities on login Closes #36808 See merge request gitlab-org/gitlab!20470
-
Sebastián Arcila Valenzuela authored
This is caused by allowing to link existing accounts with new smartcards with ldap certificates
-
Marcia Ramos authored
Add Some Extra Documentation Around Mass Insert See merge request gitlab-org/gitlab!20803
-
Andrew Fontaine authored
Including how to add a user as a maintainer to any number of the newly inserted projects.
-
Andreas Brandl authored
-
Jan Provaznik authored
Run housekeeping after moving a repository between shards See merge request gitlab-org/gitlab!20863
-
Erick Banks authored
-
Andreas Brandl authored
Squashing quite a few smaller fixes from review
-
Andreas Brandl authored
-
Andreas Brandl authored
We specifically only enable keyset pagination for reviewed endpoints and order-by combinations (in this case Project and only ordering by id).
-
Andreas Brandl authored
This assumes pagination always comes last and we don't have to return an AR relation from the pagination code. Otherwise we'd have to perform two queries.
-
Andreas Brandl authored
Since we now support id_before/id_after and order_by id in asc/desc order, we can just use that for keyset pagination.
-
Andreas Brandl authored
First attempt of adding keyset pagination based on the id column.
-