- 10 Dec, 2019 34 commits
-
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/javascripts/[s-z]*) See merge request gitlab-org/gitlab!21322
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/app/assets/javascripts/vue_*) See merge request gitlab-org/gitlab!21461
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/app/assets/javascripts/[p-s]*) See merge request gitlab-org/gitlab!21358
-
Kushal Pandya authored
Remove empty default export See merge request gitlab-org/gitlab!21433
-
Martin Wortschack authored
- Removes empty default export from actions and getters
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/javascripts/[f-i]*) See merge request gitlab-org/gitlab!21320
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/spec/frontend/[a-l]*) See merge request gitlab-org/gitlab!21312
-
James Lopez authored
Add `--security-remote` flag to bin/secpick See merge request gitlab-org/gitlab!21274
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/app/assets/javascripts/[m-z]*) See merge request gitlab-org/gitlab!20998
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/spec/javascripts/[a-e]*) See merge request gitlab-org/gitlab!20993
-
Kushal Pandya authored
Resolve "Follow-up from "Integrated Browser Performance Testing"" Closes #4269 See merge request gitlab-org/gitlab!3752
-
Tanya Pazitny authored
Quarantine flaky merge pipelines test See merge request gitlab-org/gitlab!21470
-
Evan Read authored
Clarify custom ci config path details See merge request gitlab-org/gitlab!21457
-
Marcel Amirault authored
-
Tanya Pazitny authored
Unquarantine file template QA tests Closes #34551 See merge request gitlab-org/gitlab!21459
-
Mark Lapierre authored
-
Mark Lapierre authored
Merge branch '37304-transient-failure-in-qa-specs-features-browser_ui-3_create-merge_request' into 'master' Fix previously failing create_merge_request_spec Closes #37304 See merge request gitlab-org/gitlab!21445
-
Takuya Noguchi authored
only for CE-specific contents under /app/assets/javascripts/vue_*
-
Mark Lapierre authored
This reverts merge request !19541
-
Takuya Noguchi authored
only for CE-specific contents under /spec/javascripts/[f-i]
-
Evan Read authored
Add Auto DevOps banner disablement detail See merge request gitlab-org/gitlab!21333
-
Daniel Gruesso authored
-
Takuya Noguchi authored
only for CE-specific contents under /spec/javascripts/[s-z]
-
Evan Read authored
Add some clarifications to Geo Registry replication doc See merge request gitlab-org/gitlab!21175
-
Valery Sizov authored
-
Douglas Barbosa Alexandre authored
Remove cache_vulnerability_history feature flag See merge request gitlab-org/gitlab!21349
-
Avielle Wolfe authored
The `gitlab-org` and `gitlab-com` groups have been using the cache for the vulnerability history endpoint consumed by the group security dashboard for over 3 months and things have been going well. Time to take off the training wheels.
-
Martin Wortschack authored
Display Labels item in sidebar when Issues are disabled See merge request gitlab-org/gitlab!20817
-
Florie Guibert authored
-
Takuya Noguchi authored
only for CE-specific contents under /spec/frontend/[a-l]
-
Takuya Noguchi authored
only for CE-specific contents under /app/assets/javascripts/[p-s]
-
Takuya Noguchi authored
only for EE-specific contents under /ee/app/assets/javascripts/[m-z]* To improve import order rules Set import/order, import/no-cycle, and import/no-unresolved as warn to make this update smoother.
-
Russell Dickenson authored
Added a section for faqs re: CI Pipeline quota Closes #30243 See merge request gitlab-org/gitlab!21266
-
Amanda Rueda authored
-
- 09 Dec, 2019 6 commits
-
-
Paul Slaughter authored
Add license list to "Security and Compliance" nav section - Add license list, modals, and links See merge request gitlab-org/gitlab!18934
-
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
-
Takuya Noguchi authored
only for EE-specific contents under /ee/spec/javascripts/[a-e]* To improve import order rules Set import/order, import/no-cycle, and import/no-unresolved as warn to make this update smoother.
-
Mike Greiling authored
Add tasks by type feature flag See merge request gitlab-org/gitlab!21294
-
Ezekiel Kigbo authored
Pushes the feature flag to the frontend and ensures we check the flag before requesting the data needed.
-
Clement Ho authored
Add Feature Flag Toggle to Edit Page See merge request gitlab-org/gitlab!20860
-