- 15 Nov, 2019 32 commits
-
-
Natalia Tepluhina authored
-
Achilleas Pipinellis authored
Document port value for CI_REGISTRY Closes #36359 See merge request gitlab-org/gitlab!20149
-
Adam Cohen authored
-
Kushal Pandya authored
Remove var from new_branch_form.js See merge request gitlab-org/gitlab!20099
-
Lee Tickett authored
-
Kushal Pandya authored
Resolve "Remove IIFEs from branch_graph.js" Closes #34607 See merge request gitlab-org/gitlab!20008
-
minghuan lei authored
-
Kushal Pandya authored
Docs: Update docs with new approval rule screenshot See merge request gitlab-org/gitlab!18972
-
Samantha Ming authored
-
Kushal Pandya authored
Customizable cycle analytics - Persist custom stages See merge request gitlab-org/gitlab!18372
-
Ezekiel Kigbo authored
Adds vuex actions to create a custom cycle cycle analytics stage using the new /-/analytics/cycle_analytics/stages endpoint
-
Ash McKenzie authored
Authenticate with CI_JOB_TOKEN to NPM registry Closes #9104 See merge request gitlab-org/gitlab!19059
-
Giorgenes Gelatti authored
- Allow NPM upload to use Job tokens - Modify token matching to delay raising exception so that all methods are tried - Change job token matching to include oauth bearer
-
Martin Wortschack authored
Merge branch '12881-security-dashboard-leveraging-sparklines-to-show-vulnerability-trends' into 'master' Vulnerabilities history chart - use sparklines See merge request gitlab-org/gitlab!19745
-
David Pisek authored
This commit swaps the line chart with a series of sparkline charts and additional information (severity level, count of current vulnerabilities per level)
-
Ash McKenzie authored
Add id_before, id_after filter param to projects API See merge request gitlab-org/gitlab!19949
-
Sanad Liaquat authored
Add E2E test of broken images on welcome page See merge request gitlab-org/gitlab!19924
-
Mark Lapierre authored
Tests that any img tags have images that load successfully See https://gitlab.com/gitlab-org/gitlab/issues/34768
-
Ash McKenzie authored
GraphQL: Create MR mutations needed for the sidebar See merge request gitlab-org/gitlab!19913
-
Ash McKenzie authored
Change the default concurrency on merge train Closes #31692 See merge request gitlab-org/gitlab!20201
-
Mark Lapierre authored
Add license management via merge request spec Closes gitlab-org/quality/testcases#141 and gitlab-org/quality/testcases#140 See merge request gitlab-org/gitlab!19771
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
This adds two new filters to the projects endpoint. It is a preparation for keyset pagination on the id column - so why not implement this as a standard filtering option if you have to support it anyways?
-
Shinya Maeda authored
This commit changes the default concurrency on merge train
-
Annabel Dunstone Gray authored
Resolve "Misleading input controller for dates" Closes #27464 See merge request gitlab-org/gitlab!20183
-
Marcel van Remmerden authored
-
Thong Kuah authored
Resolve "Extend audit events API for GitLab.com" See merge request gitlab-org/gitlab!19868
-
Clement Ho authored
Remove var from line_highlighter.js See merge request gitlab-org/gitlab!20108
-
Lee Tickett authored
-
Stan Hu authored
Remove merge_request specific code from Relation Factory See merge request gitlab-org/gitlab!19825
-
Heinrich Lee Yu authored
Ensure milestone titles are never empty See merge request gitlab-org/gitlab!19985
-
- 14 Nov, 2019 8 commits
-
-
Michael Kozono authored
Geo - Scheduling the design repositories sync See merge request gitlab-org/gitlab!19890
-
Mario de la Ossa authored
Ran `gitlab:graphql:schema:dump` as well as `gitlab:graphql:compile_docs`
-
Evan Read authored
Resolve "Artifact-based view for Junit XML Documentation" Closes #36073 See merge request gitlab-org/gitlab!19895
-
Nick Kipling authored
Added some documentation inside Junit docs Added screenshot
-
Mario de la Ossa authored
Adds a mutation for the current user to subscribe/unsubscribe from a Merge Request.
-
Mario de la Ossa authored
Adds a mutation to set a MergeRequest's `discussion_locked` attribute
-
Mario de la Ossa authored
Add a mutation to set labels on a Merge Request. If `append` is true, only appends labels If `remove` is true, only removes labels Otherwise the list sent becomes the only labels applied
-
Stan Hu authored
Add MergeRequestSetAssignees GraphQL mutation See merge request gitlab-org/gitlab!19272
-