An error occurred fetching the project authors.
- 16 Mar, 2020 1 commit
-
-
Fernando authored
Update existing tests
-
- 18 Feb, 2020 1 commit
-
- 17 Feb, 2020 1 commit
-
-
Thong Kuah authored
This reverts merge request !22465
-
- 15 Feb, 2020 1 commit
-
-
Fernando authored
* Add license_policy_list feature flag When feature flag is enabled, enable the following: *Detected in project & policies tab in license compliance * Policy tab has admin and non admin versions of policy table * Admin policy tab mirrors Settings->CI/CD-> Licence Comp. UI * Refactor license policy admin to VueX module so it can be resued * Add JS unit tests * Update QA selectors for existing Settings->CI/CD License Compliance automation
-
- 09 Dec, 2019 1 commit
-
-
Fernando Arias authored
* Add feature flag and permissions check * Add controller, route, and nav entries Fix typo Refactor routes and feature flag * Change from license_list to licenses_list * Change from /security/license-list to /licenses Fix pipeline errors * remove controller file whitesspace * regenerate pot file Fix specs and linter Update project_nav_tab? call Add missing new line Fix haml linter Code review changes Update to License Compliance Update page header Remove unecessary before action Remove database.yml.example Creation of app and component directories * Refactor app bootstrap Add store * Add Actions, Getters, Mutations and state Save Changes Working license fetch Migrate to Vuex Module Add table Render table and row first pass Add component column logic and modal Update pagination rednering conditions Add pipeline link/text and timeago text Add question mark Fix unconfigured state SVG Remove empty files and add action spec Update action spec and add mutation specs Add getters spec Run prettier and linter Add changelog Tweak specs and add pagianted license list spec Add license table spec and snapshots Fix question icon alignment and mobile column name Add licence table row spec and snapshots Add component link specs Run prettier and linter Run prettier and linter Namespace translatons and update pot file Tweak icon markup Code feedback tweaks Refactor i18n translations Use gl-icon Fix header tag Update to hasJobSetup Update to hasLicenses Change to hasJobFailed First batch of maintainer review changes * Move changelog to EE * Change h5 to h3 for accessibility * Line-wrap haml template for vue app container Move LICENSE_LIST constant out of module * Refactor imports Move changelog to EE and revert to isJobSetUp Code review changes * Update license copy and update POT file * Remove unused class * Remove icon size Refactor modal and spec * Remove wrapping div * Update unit tests * Update remainingComponentsCount function to use Math.max Fix potential security issues * Sanitize url path * Secure link with rel="noopener noreferrer" * Update to rowheader Remove unused getters Refactor getters * Refactor simple getters to use mapState Remove unused empty file Apply suggestion to pipeline_info.vue Apply suggestion to mutation_types.js Apply suggestion to actions.js Apply suggestion to license_component_links_spec.js More fixes * Fall back to using array index as key :-( * Fix typo in unit test * Reorder imports Add mh-vh-50 utility class and scrollable modal * Add utility class for half the viewport height * Make scrollable area half the viewport height Simplify licenses_table_row_spec factory Update licenses_table_spec factory * Remove optional parameter * Update snapshot Clean up paginated_licenses_table_spec * Remove duplicate scenarios * Clean up factory Clean up action spec * Remove uneeded payload * Convert describe iterator into normal describe Run pretttier and linter Fix unit tests and run prettier Fix action spec * Update to test for rejected promise * Update pot file Additional code review changes * Refactor height class max-vh-50 * Add mb-1 class to license compliance header * Remove unit test, test case that isn't possible * Add test case for license compliance job status Update utility class name Fix license compliance route * Undo route change that originally put it under projects/-/licenses Apply suggestion to app/assets/stylesheets/utilities.scss Apply suggestion to ee/app/views/projects/licenses/show.html.haml
-
- 18 Sep, 2019 1 commit
-
-
Mark Florian authored
This removes the `dependency_list_vulnerabilities` feature flag and all code/template/spec branches associated with the missing/disabled feature flag case. This completes the feature[1] for adding dependency scanning results to the Dependency List. [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077
-
- 30 Jul, 2019 1 commit
-
-
Mark Florian authored
This adds a second dependency list which only displays dependencies with vulnerabilities. The user is able to switch between the two lists via the associated tabs. This contributes towards the larger [feature][1] for adding dependency scanning results to the Dependency List, behind the `dependency_list_vulnerabilities` feature flag. [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077
-
- 10 Jul, 2019 1 commit
-
-
Mark Florian authored
This adds "Severity" to the available sorting options on the Dependency List. This will sort the dependencies according to the severity of any of their detected vulnerabilities. This contributes towards the larger [feature][1] for adding dependency scanning results to the Dependency List, behind the `dependency_list_vulnerabilities` feature flag. [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077
-
- 27 Jun, 2019 1 commit
-
-
Mark Florian authored
See [Add Dependency Scanning information to the Dependency List][1] for details. [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077.
-
- 07 Jun, 2019 1 commit
-
-
Mark Florian authored
This forms part of the [Dependency List MVC][1]. This is the root component of the feature, and composes the table, actions and alert components [as designed][1]. [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10075
-