- 15 Jul, 2020 1 commit
-
-
Mark Florian authored
This adds a button to the Security Configuration page, allowing the user to enable SAST scanning via a merge request with a simple click. This button is only displayed when: 1. The sast_configuration_by_click feature flag is enabled. 1. The project does not have an existing .gitlab-ci.yml file. Some other changes include (and are _not_ behind any feature flag): - Add third status text string for when Auto DevOps is enabled. - Add third column headed "Manage" to the Security Configuration table, which contains a link to that scanner's documentation. This is where the button appears in the SAST case when the sast_configuration_by_click feature flag is enabled. - Extract thClass constant in app component. - Do not guard the SASTConfigurationController#create action behind the sast_configuration_ui feature flag. This feature flag is intended for a future iteration when an actual configuration UI exists for SAST, which is what that controller is actually for. In this iteration, it's simply a placeholder for the temporary REST endpoint, which will be [replaced][gql] by a GraphQL mutation in another iteration. This is an MVC for creating a [Configuration UI for SAST][1]. Some technical debt has been incurred here: 1. The REST (POST) endpoint used to create the merge request will be replaced by a [GraphQL mutation][gql]. 1. The `type` of each feature has been added to the security configuration features exposed to the fronted. This should be [replaced][type] by a field exposing the scanner's configuration UI path (or similar). 1. The CreateMergeRequestButton component will likely be removed in the next iteration of the SAST Configuration UI, particularly if the GraphQL mutation is ready by then. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/220573, part of [Configuration UI for SAST][1]. [1]: https://gitlab.com/groups/gitlab-org/-/epics/3262 [gql]: https://gitlab.com/gitlab-org/gitlab/-/issues/227465 [type]: https://gitlab.com/gitlab-org/gitlab/-/issues/227575
-
- 14 Jul, 2020 39 commits
-
-
Marcel Amirault authored
Feature Flag userID clarifications See merge request gitlab-org/gitlab!35714
-
Orit Golowinski authored
-
Sean McGivern authored
Expose gitlab managed apps logs path in cluster entities See merge request gitlab-org/gitlab!36458
-
Mikołaj Wawrzyniak authored
When presenting list of clusters we should include link to log explorer for gitlab managed apps if user can access it
-
Fabio Pitino authored
Do not import fixture helpers for PaginationParser See merge request gitlab-org/gitlab!36708
-
Marcin Sedlak-Jakubowski authored
Highlight Asciidoc as plaintext See merge request gitlab-org/gitlab!36772
-
Natalia Tepluhina authored
Migrate ee vue_mr_widget approvals_spec to Jest Closes #194309 See merge request gitlab-org/gitlab!30451
-
Jackie Fraser authored
-
Igor Drozdov authored
Remove `wiki_events` feature flag See merge request gitlab-org/gitlab!32475
-
Paul Slaughter authored
Use graph data generation for anomaly chart tests See merge request gitlab-org/gitlab!36297
-
Martin Wortschack authored
Add search history support for Requirements See merge request gitlab-org/gitlab!36554
-
Igor Drozdov authored
Avoid N+1 calls for image_path when rendering commits See merge request gitlab-org/gitlab!36724
-
Bob Van Landuyt authored
Add a new Confluence integration service See merge request gitlab-org/gitlab!36262
-
Luke Duncalfe authored
Adds a new ConfluenceService, which, when enabled can provide a new Confluence side nav item that links to a Confluence Cloud URI, replacing the regular GitLab Wiki nav item. https://gitlab.com/gitlab-org/gitlab/-/issues/220934
-
Natalia Tepluhina authored
Add snippets_size to namespace usage statistics views See merge request gitlab-org/gitlab!35608
-
Peter Leitzen authored
Fix Errno::ENOENT issue in RunDastScanService on production See merge request gitlab-org/gitlab!36770
-
Igor Drozdov authored
Remove the feature flags around improving the performance for diff_batches and metadata endpoints See merge request gitlab-org/gitlab!36551
-
Fabio Pitino authored
Fix deprecated DeliveryJob message Closes #208305 See merge request gitlab-org/gitlab!36669
-
Peter Leitzen authored
Enforce presence of Value Stream when creating a stage See merge request gitlab-org/gitlab!36661
-
Shinya Maeda authored
Resolve "Auto DevOps Deploy failure when Code Quality Enabled" See merge request gitlab-org/gitlab!36741
-
Tim Poffenbarger authored
-
Kamil Trzciński authored
Refactor artifact locking See merge request gitlab-org/gitlab!30741
-
Matija Čupić authored
Moves the artifact unlocking logic to a service that gets called in a background worker.
-
charlie ablett authored
Get the scanned resources for a Pipeline as a CSV See merge request gitlab-org/gitlab!36019
-
Kushal Pandya authored
Page title is `.editorconfig` when the Web IDE is loaded from an MR See merge request gitlab-org/gitlab!36783
-
Himanshu Kapoor authored
Use return instead of calling done() and done.fail()
-
Kushal Pandya authored
Refactor empty states See merge request gitlab-org/gitlab!35624
-
Francisco Javier López authored
In this commit we introduce the total storage size of snippets in the namespace storage statistics graph.
-
Imre Farkas authored
Fix uninitialized constant testing integrations See merge request gitlab-org/gitlab!36700
-
Arturo Herrero authored
-
Grzegorz Bizon authored
Upgrade GitLab Pages to 1.21.0 See merge request gitlab-org/gitlab!36214
-
Vladimir Shushlin authored
-
Miguel Rincon authored
Fix difference between button sizes See merge request gitlab-org/gitlab!36668
-
Natalia Tepluhina authored
Merge branch '220413-quickly-resolve-issues-with-your-cleanup-policy-with-improved-validation-and-notifications' into 'master' Display API error messages under form field See merge request gitlab-org/gitlab!36190
-
Nicolò Maria Mezzopera authored
- update component - adjust tests
-
Craig Smith authored
To allow users to view all the URLs scanned by DAST this commit adds an endpoint to allow them to download them as a CSV
-
Marcel Amirault authored
Change additional cert file name to avoid conflicts See merge request gitlab-org/gitlab!35295
-
Phil Hughes authored
Add font awesome custom renderer Closes #221083 See merge request gitlab-org/gitlab!36361
-
Savas Vedova authored
- Display different message when filters are applied in the security dashaboards - Move the empty state logic inside of the vulnerabilities component - Update tests
-