- 14 Jan, 2020 40 commits
-
-
Andreas Brandl authored
This benefits the projects API for unauthenticated calls. Relevant query: ```sql SELECT "projects".* FROM "projects" WHERE "projects"."visibility_level" = 20 AND "projects"."pending_delete" = FALSE ORDER BY "projects"."last_activity_at" ASC, "projects"."id" DESC LIMIT 20 OFFSET 0 ``` Plan without index: https://explain.depesz.com/s/t73N Plan with index: https://explain.depesz.com/s/V45y Very similar for the `last_activity_at DESC` sort order. Relevant issue: https://gitlab.com/gitlab-org/gitlab/issues/36390 Related MR with more explanation: https://gitlab.com/gitlab-org/gitlab/merge_requests/22623
-
Martin Wortschack authored
Fix discarding renamed directories in Web IDE See merge request gitlab-org/gitlab!22943
-
Walmyr Lima e Silva Filho authored
Fix 'qa/specs/features/browser_ui/6_release/deploy_key/add_deploy_key_spec.rb' Closes #196608 See merge request gitlab-org/gitlab!22975
-
Dan Davison authored
Fix tests failing in headed mode See merge request gitlab-org/gitlab!21992
-
Erick Banks authored
-
Fatih Acet authored
Resolve "WebIDE doesn't work on empty repositories again" See merge request gitlab-org/gitlab!22950
-
Nick Thomas authored
Split up RelativeLinkFilter into UploadLinkFilter and RepositoryLinkFilter See merge request gitlab-org/gitlab!22631
-
Michael Kozono authored
Create API for GeoNode Closes #118843 See merge request gitlab-org/gitlab!22392
-
Rajendra Kadam authored
Refactor spec to use symbolic HTTP statuses
-
Paul Slaughter authored
Also consolidates very similar message in modal.vue so that there is only one gitlab.pot entry.
-
Nick Thomas authored
Allow administrators to force access control for gitlab pages (disable public pages) See merge request gitlab-org/gitlab!22003
-
Vladimir Shushlin authored
Add force_pages_access_control to application_settings Add force_pages_access_control to settings form Make pages private if it's forced on an instance level Pass forced pages access control param to frontend Show proper options for pages access when control is forced Refactor and fix false-negative specs for project_feature Move private_pages? specs to a separate describe block Make pages private to public projects on creation if forced Add specs for forced pages access control
-
Nick Thomas authored
Add information about epic to Issue list csv export See merge request gitlab-org/gitlab!22662
-
Nick Thomas authored
Fix search limits when ES search isn't enabled globally See merge request gitlab-org/gitlab!22661
-
Marcia Ramos authored
Document :release_evidence_collection feature flag Closes gitlab-com/support/docs#50 See merge request gitlab-org/gitlab!22855
-
Wei-Meng Lee authored
-
Walmyr Lima e Silva Filho authored
Split Secure MR E2E files and reuse test setup Closes gitlab-org/quality/team-tasks#266 See merge request gitlab-org/gitlab!22929
-
Fatih Acet authored
Remove enable_cluster_application_crossplane FF See merge request gitlab-org/gitlab!22141
-
Peter Leitzen authored
Update auto-deploy-image to v0.8.3 for DAST default branch deploy See merge request gitlab-org/gitlab!22227
-
Phil Hughes authored
Update container registry removal success notification See merge request gitlab-org/gitlab!22890
-
Nicolò Maria Mezzopera authored
- new copy - interpolate with repo name - unit test - pot file
-
Phil Hughes authored
Merge branch '118627-delete-selected-button-is-incorrectly-active-after-uploading-designs-immediately-after-a' into 'master' Replace v-show on Designs toolbar with d-none class See merge request gitlab-org/gitlab!22963
-
Natalia Tepluhina authored
-
Peter Leitzen authored
Application Limits development documentation Closes #38250 See merge request gitlab-org/gitlab!21949
-
Arturo Herrero authored
PlanLimits already supports PlanLimits#exceeded? to ensure that the count of the records for a relation does not exceed the defined limit. This adds PlanLimits#exceeded_value? to ensures that a value does not exceed the defined limit.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mike Greiling authored
Merge branch '11824-extend-issues-epics-counter-tooltip-to-include-number-of-open-closed-items-2' into 'master' Added opened and closed descendant counts in epic See merge request gitlab-org/gitlab!21278
-
Donald Cook authored
-
Rémy Coutable authored
Pass log source to the frontend See merge request gitlab-org/gitlab!22694
-
Adrien Kohlbecker authored
And vary UI based on it
-
Martin Wortschack authored
Preload data before Vue route navigation See merge request gitlab-org/gitlab!19754
-
Peter Leitzen authored
Extract api urls from Sentry Client See merge request gitlab-org/gitlab!22790
-
Allison Browne authored
Move sentry api urls to a ApiUrl class so that they can be used outside of the client
-
Sean McGivern authored
DRY User scopes for bots/humans See merge request gitlab-org/gitlab!22976
-
Mayra Cabrera authored
Upgrade octokit and its dependencies See merge request gitlab-org/gitlab!22946
-
Lin Jen-Shin authored
Use rules for `qa-frontend-node-*` and `webpack-dev-server`, and only run the `qa-frontend-node-*` jobs on `master` Closes #42682 See merge request gitlab-org/gitlab!22538
-
Bob Van Landuyt authored
Destroy user associations in batches See merge request gitlab-org/gitlab!22894
-
Heinrich Lee Yu authored
Fixed GitLab admin not seeing merge requests See merge request gitlab-org/gitlab!21467
-
Mayra Cabrera authored
Fixes #196172: manual IID should render conflict Closes #196172 See merge request gitlab-org/gitlab!22788
-
Mara Sophie Grosch authored
When creating an issue via the API with a manual IID which is already in use, the server would send a server error response instead of a conflict response.
-