- 14 Jan, 2020 40 commits
-
-
Mike Lewis authored
Docs: note that footnote tags need not be numeric See merge request gitlab-org/gitlab!22755
-
Aaron Wolf authored
-
Aaron Wolf authored
-
Mike Greiling authored
Resolve "Blocking issues MVC: (add support for issue dependencies)" See merge request gitlab-org/gitlab!21415
-
Coung Ngo authored
- Changed Related issues to Linked issues - Issues can have a "blocks", "is blocked by", and "relates to" association
-
Aaron Wolf authored
-
Mike Greiling authored
Remove `stage_button.vue` and `unstage_button.vue` files See merge request gitlab-org/gitlab!22953
-
Michael Kozono authored
Fix command for db console See merge request gitlab-org/gitlab!23019
-
Michael Kozono authored
Merge branch '7225-no-audit-event-for-adding-a-user-to-a-group-or-project-through-api' into 'master' Add audit events to the adding members to project or group API endpoint Closes #7225 See merge request gitlab-org/gitlab!21633
-
Gosia Ksionek authored
Add audit log to adding member via api
-
Mayra Cabrera authored
Fix undefined variable in Cycle Analytics fixture See merge request gitlab-org/gitlab!22934
-
Dan Jensen authored
Previously a reference to pipeline was not defined, which raised a NoMethodError.
-
Philippe Lafoucrière authored
Update SAST docs for leveraging existing builds See merge request gitlab-org/gitlab!19647
-
Imre Farkas authored
Filter software license policies by classification See merge request gitlab-org/gitlab!22554
-
Imre Farkas authored
Update the Net-LDAP gem to 0.16.2 Closes #39150 See merge request gitlab-org/gitlab!22895
-
abuerer authored
-
Michael Kozono authored
Remove expectation on flash notice Closes #119206 See merge request gitlab-org/gitlab!22977
-
Fatih Acet authored
Resolve "MR diffs file count increments while batch loading" Closes #55347 See merge request gitlab-org/gitlab!21764
-
Justin Boyson authored
Update actions to return data Remove diffFilesLength getter Use local state and props for diffFilesLength Update tests
-
Fatih Acet authored
Add self monitoring admin section See merge request gitlab-org/gitlab!20480
-
Jose Ivan Vargas authored
This adds a new admin section inside the admin area-> settings -> metrics and profiling that allows to create/delete a self monitoring project for the gitlab instance
-
Mayra Cabrera authored
Ignore errors from invalid keys See merge request gitlab-org/gitlab!23006
-
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
-
Andreas Brandl authored
This aims to make the migration more robust to invalid keys. See https://gitlab.com/gitlab-org/gitlab/issues/196741
-
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.
-