- 14 Jan, 2020 40 commits
-
-
Achilleas Pipinellis authored
Use NPM commands to configure See merge request gitlab-org/gitlab!22342
-
James Tharpe authored
This encourages best practces & avoids errors running npm install later
-
Achilleas Pipinellis authored
Add Cargo to the list of suggested contributions See merge request gitlab-org/gitlab!23003
-
Martin Wortschack authored
Set dates in packages mock_data Closes #196783 See merge request gitlab-org/gitlab!23005
-
Mayra Cabrera authored
Indexes for Project API See merge request gitlab-org/gitlab!22784
-
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
-
Paul Slaughter authored
**Why?** Otherwise it will use the current time which can lead to transient failures. https://gitlab.com/gitlab-org/gitlab/issues/196783
-
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
-
Tim Rizzi authored
-
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
-