- 10 Aug, 2020 1 commit
-
-
Juan J. Ramirez authored
-
- 06 Aug, 2020 39 commits
-
-
Jose Ivan Vargas authored
Follow-up: Updated components to use new GitLab UI classes See merge request gitlab-org/gitlab!37188
-
Adam Hegyi authored
Added can_push column to group_deploy_keys_groups table See merge request gitlab-org/gitlab!38714
-
Jose Ivan Vargas authored
Update discussion.position when saving note See merge request gitlab-org/gitlab!38420
-
Justin Boyson authored
Remove mapMutation usage Add action Update specs Fix lint error
-
Suzanne Selhorn authored
Add credit card declined instructions Closes customers-gitlab-com#1547 See merge request gitlab-org/gitlab!38758
-
Russell Dickenson authored
-
Markus Koller authored
Speed up EE usage data specs See merge request gitlab-org/gitlab!38775
-
Nathan Friend authored
Update delete project confirmation phrase Closes #24401 See merge request gitlab-org/gitlab!38700
-
Jiaan Louw authored
-
Jarka Košanová authored
Remove devise_redirect_unknown_formats feature flag Closes #233551 See merge request gitlab-org/gitlab!38657
-
Sean McGivern authored
Resolve RSpec/EmptyLineAfterLetBlock Exceptions in QA See merge request gitlab-org/gitlab!38611
-
Michael Kozono authored
Fix failure with PO translation linter when there are no translations See merge request gitlab-org/gitlab!38788
-
James Lopez authored
Update Vulnerability::IssueLinks when moving Issues to new Project See merge request gitlab-org/gitlab!38765
-
Alan (Maciej) Paruszewski authored
-
Enrique Alcántara authored
Merge branch '219818-replace-gl-deprecated-button-with-gl-button-in-ee-app-assets-javascripts-vue_shared' into 'master' Replace GlDeprecatedButton in dismissal_comment_modal_footer.vue Closes #219818 See merge request gitlab-org/gitlab!38074
-
Jeremy Elder authored
-
Illya Klymov authored
Add copy for Jira issues integration to GitLab issues empty state See merge request gitlab-org/gitlab!38586
-
Etienne Baqué authored
-
Heinrich Lee Yu authored
Add ability to board list create service to create backlog list See merge request gitlab-org/gitlab!38648
-
Stan Hu authored
Partially revert "Optimise the external diff storage migration query" See merge request gitlab-org/gitlab!38789
-
Bob Van Landuyt authored
Graphql count and filter MRs by merged at See merge request gitlab-org/gitlab!38584
-
Amy Qualls authored
Removes Configure ownership from Go style guides See merge request gitlab-org/gitlab!38748
-
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
-
Adam Hegyi authored
- Move the filter from ProductivityAnalytics - Expose `merged_after` and `merged_before` arguments in GraphQL
-
Justin Ho authored
-
Justin Ho authored
To GitLab issues empty state
-
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.
-
Robert Hunt authored
Removed unused grid-merge-request class and updated mr-1 to gl-mr-2
-
Robert Hunt authored
As part of previous compliance dashboard work we've introduced some non-GitLab UI classes as these didn't exist Now they've been added we can update the references to use them: - .d-lg-none => .gl-display-lg-none - .d-lg-inline-flex => .gl-display-lg-inline-flex - .d-lg-inline-block => .gl-display-lg-inline-block - .flex-grow-0 => .gl-flex-grow-0 - .gl-display-grid - .gl-grid-tpl-rows-auto - .gl-grid-col-start-1
-
Alper Akgun authored
- It moves usage_activity_by_stage stage counters into separate describe blocks - This avoids costly uncached_data calculations
-
Craig Norris authored
Reassign page to Enablement stage See merge request gitlab-org/gitlab!38713
-
Josianne Hyson authored
When the HTML todolist contained a string that had no translations this method was producing an error as it tried to call `.include?` on a `nil` object. Fix this by checking for the presence of translations first. Caused by: https://gitlab.com/gitlab-org/gitlab/-/issues/217933 Errors appearing in: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38772
-
Nicolò Maria Mezzopera authored
- source component - test - mock data
-