- 06 Aug, 2020 40 commits
-
-
Nicolò Maria Mezzopera authored
Merge branch '231372-sast-config-ui-page-basic-sast-wide-settings-wire-up-graphql-query-to-dynamic-form' into 'master' Wire up GraphQL query to dynamic form See merge request gitlab-org/gitlab!38318
-
Mark Florian authored
Part of the [SAST Configuration UI][epic] feature, this adds a GraphQL query to the SAST Configuration UI application, and feeds a transformed copy of the response to the [`DynamicFields`][1] component in order to render the form fields. The usage of `DynamicFields` in this change is not ideal, but is only written this way for now to demonstrate the data flow. This will be improved in a related MR soon. Specifically, what's not ideal: - It currently mutates the fetched GraphQL response, rather than working with a copy of it. - It's not contained within a `form` element, and there's no way (yet) to _submit_ the form data. Other changes include: - Replace Bootstrap utility class with one from GitLab UI. - Extract helper for populating data for the frontend. - Change subheading text to match latest design. - Move documentation link into subheading. - Add error state for app component. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/231372. [epic]: https://gitlab.com/groups/gitlab-org/-/epics/3659 [1]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38162
-
Bob Van Landuyt authored
Raise warning when job:rules can trigger multiple pipelines See merge request gitlab-org/gitlab!38387
-
Mark Florian authored
Add dependency path in dependency list See merge request gitlab-org/gitlab!38570
-
Dheeraj Joshi authored
This adds path to the existing dependency list location if they are available
-
Andrew Fontaine authored
Wire backend provided URL in package history Closes #232828 See merge request gitlab-org/gitlab!38787
-
Bob Van Landuyt authored
Add Sidekiq worker context for project imports See merge request gitlab-org/gitlab!38698
-
Fabio Pitino authored
A warning will be raised when `workflow:rules` is not defined and last of the `job:rules` uses `when:(anything but "never")` without clause.
-
Craig Norris authored
Reassign page to Enablement stage See merge request gitlab-org/gitlab!38713
-
Nicolò Maria Mezzopera authored
- source component - test - mock data
-
Illya Klymov authored
Fix vulnerability history query path Closes #233916 See merge request gitlab-org/gitlab!38790
-
Mike Lewis authored
Add guideline about resetting schema cache in migration docs See merge request gitlab-org/gitlab!36015
-
Catalin Irimie authored
If using ActiveRecord, there may be cases where the schema is changed in a previous migration and is cached, resulting in weird behaviors if using the column that was altered but not refreshed. As per https://github.com/rails/rails/pull/24300#issuecomment-201321397, reset_column_information should be used when using models in migrations.
-
Stan Hu authored
Revert "Merge branch 'id-remove-lfs-check-ff' into 'master'" See merge request gitlab-org/gitlab!38723
-
Marcin Sedlak-Jakubowski authored
Fix external links errors See merge request gitlab-org/gitlab!38507
-
Sean McGivern authored
-
Illya Klymov authored
Clean up design management `item_spec.js` See merge request gitlab-org/gitlab!38472
-
Illya Klymov authored
Replace gl-text-black-normal with gl-text-body See merge request gitlab-org/gitlab!35857
-
Illya Klymov authored
Better axis labels for burndown charts See merge request gitlab-org/gitlab!38113
-
Simon Knox authored
Also for burnup charts. 1. Set min of 1 day (as that is our bucket size) 1. Set min of 1 on the y-axis 1. Format dates in a more human-friendly way 1. Remove avg/max from chart legend
-
Jan Provaznik authored
Resolve "Allow setting a default role for Group SSO" See merge request gitlab-org/gitlab!37801
-
Manoj M J authored
This change allows setting a default role for Group SSO
-
Nick Thomas authored
Resolve "Apply BFG Object map might fail due to race condition" See merge request gitlab-org/gitlab!38686
-
Kushal Pandya authored
Polish Jira issues integration UI See merge request gitlab-org/gitlab!37095
-
Mark Florian authored
Add text import button See merge request gitlab-org/gitlab!38706
-
Kyle Mann authored
-
Olena Horal-Koretska authored
Create new security charts page and layout See merge request gitlab-org/gitlab!37770
-
Alexander Turinske authored
- create init page for new group security dashboard - create new component for group security dashboard - create new generic security dashboard layout component - create tests
-
Olena Horal-Koretska authored
Remove unused files See merge request gitlab-org/gitlab!38623
-
Natalia Tepluhina authored
Update Markdownlint dependency version See merge request gitlab-org/gitlab!38536
-
Evan Read authored
-
Nicolò Maria Mezzopera authored
Display Strategy Information for New Feature Flags See merge request gitlab-org/gitlab!38227
-
Andrew Fontaine authored
New Version Feature Flags now show information on the strategies that they are configured with.
-
Nicolò Maria Mezzopera authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!38615
-
Tom Quirk authored
-
Tom Quirk authored
Improve readability of tests by removing snapshots in favor of explicitly checking various DOM elements. Additionally, reorganise tests to better match descriptions
-
Thong Kuah authored
Refactor package graphql specs See merge request gitlab-org/gitlab!38521
-
Natalia Tepluhina authored
Add sorting for incidents See merge request gitlab-org/gitlab!38178
-
David O'Regan authored
Add base osrting for incidents via sorting by the date column for the moment.
-