- 07 Nov, 2019 40 commits
-
-
Sean McGivern authored
Move DAST reports logic for the Merge Request widget to the backend See merge request gitlab-org/gitlab!18660
-
Pulkit Sharma authored
Add dast_report to authorized endpoints Update merge_request.rb#has_dast_reports? to check on dast_reports Update FactoryBot params, use frozen_string_literal: true Update specs according to the new fixture
-
Fatih Acet authored
Resolve "Rename <ApolloMutation> component to <apollo-mutation>" See merge request gitlab-org/gitlab!19728
-
Tom Quirk authored
-
Rémy Coutable authored
API endpoint to list the packages of a group See merge request gitlab-org/gitlab!18871
-
David Fernandez authored
This API method is similar to the one listing packages within a project but for the group level Rename the existing packages API class to make it more explicit that it is for the project level Add the packages API class for the group level Add the related access checks in `GroupPolicy` Refactor packages API specs so that both levels share a common examples Add the docs for the new group level API method
-
Kushal Pandya authored
Move error_tracking state closer to component See merge request gitlab-org/gitlab!19542
-
Simon Knox authored
Rather than passing a bunch of store data to error_tracking via the parent component, use Vuex methods in the component directly This means changes to the error tracking form won't also require props changes and changes to the parent component
-
Kushal Pandya authored
Update dependency @gitlab/ui to v7.5.0 See merge request gitlab-org/gitlab!19431
-
Natalia Tepluhina authored
Resolve "Web IDE does not create POSIX Compliant Files" See merge request gitlab-org/gitlab!19339
-
Rémy Coutable authored
Use fingerprint when comparing security reports in MR widget See merge request gitlab-org/gitlab!19654
-
Can Eldem authored
Added test for new comparison No change required in fixtures
-
Ash McKenzie authored
Render canary links based on server-side flag See merge request gitlab-org/gitlab!19645
-
Achilleas Pipinellis authored
Add docs for troubleshooting DAST memory issues Closes #35560 See merge request gitlab-org/gitlab!19659
-
-
Achilleas Pipinellis authored
Document LICENSE_FINDER_CLI_OPTS variable See merge request gitlab-org/gitlab!19177
-
Heinrich Lee Yu authored
This fixes the issue where these may be inconsistent with the canary favicon. This happens when: 1. The cookie is set but the canary is not serving any requests 2. The cookie is not set but we're forcing traffic to canary on specific routes
-
Thong Kuah authored
Conan download_urls endpoints See merge request gitlab-org/gitlab!17797
-
Steve Abrams authored
Endpoints that return the file download urls for conan package files to the conan client.
-
Achilleas Pipinellis authored
Document how to integrate the anomaly chart to the dashboard See merge request gitlab-org/gitlab!19420
-
Miguel Rincon authored
-
Phil Hughes authored
Fix typos in help links See merge request gitlab-org/gitlab!19716
-
Phil Hughes authored
Remove project from grafana url placeholder See merge request gitlab-org/gitlab!19674
-
Tristan Read authored
-
Grzegorz Bizon authored
Upate bin/secpick help message to mention commit range See merge request gitlab-org/gitlab!19742
-
Thong Kuah authored
Remove CE/EE references from Documentation merge request template See merge request gitlab-org/gitlab!19747
-
Tiger authored
-
Heinrich Lee Yu authored
Expose commit sha on Vulnerabilities::Occurrence See merge request gitlab-org/gitlab!19668
-
Dylan Griffith authored
-
Natalia Tepluhina authored
Merge branch '32419-growth-conversion-experiment-test-new-admin-upgrade-design-copy-for-issue-weights-locked-feature' into 'master' Upgrade design/copy for issue weights locked feature See merge request gitlab-org/gitlab!17352
-
Natalia Tepluhina authored
Resolve "Refactor design_discussion.vue to use ApolloMutation component" See merge request gitlab-org/gitlab!19536
-
Tom Quirk authored
- As per best practice, prefer immutability over destructive updates when writing updates to Apollo store - Additionally, use computed value for mutation payload
-
Natalia Tepluhina authored
frontend: Add grafana integration checkbox See merge request gitlab-org/gitlab!19255
-
Laura Montemayor authored
* Adds state, mutation, and action * Adds infrastructure * Adds spec for mutation
-
Ramya Authappan authored
Add E2E test for database delete replication for Geo See merge request gitlab-org/gitlab!17836
-
Jennifer Louie authored
Add projects_list selector to dashboard Add method to wait for Geo replication of deletion Focus Geo wait methods to search projects_list element Add E2E test to confirm project deletion on Geo secondary node
-
Ramya Authappan authored
Added tests for License Compliance See merge request gitlab-org/gitlab!17909
-
Aleksandr Soborov authored
Added necessary page objects and selectors for these tests
-
Heinrich Lee Yu authored
Allow admins to administer personal snippets See merge request gitlab-org/gitlab!19693
-
Francisco Javier López authored
In this commit we allow admins to administer any personal snippet regardless the visibility.
-