- 19 Dec, 2019 8 commits
-
-
Tom Quirk authored
Design Destroyer is used both on the Issue page, and in the "design detail" page, and errors need to be flashed in each respective place. Previously, Design Destroyer flashed errors within it. Now, this has been removed and parent components are responsible for flashing errors
-
Tom Quirk authored
Error handler added for design query in Apollo, and error message consolidated
-
Tom Quirk authored
New function "createDesignDetailFlash" replaces "createFlash" wherever it was used to create a flash within the "design detail" view of design management
-
Tom Quirk authored
Wraps `createFlash` to create the flash within the design-detail container
-
Heinrich Lee Yu authored
Merge branch '33742-last-name-validation-error-for-existing-users-with-single-word-full-name' into 'master' Add First & last name on the trial form See merge request gitlab-org/gitlab!21822
-
Mark Lapierre authored
Remove duplicated view from common page component See merge request gitlab-org/gitlab!22018
-
Ray Paik authored
Fixed a typo in the attributes table of GET /projects/:id/pipelines See merge request gitlab-org/gitlab!21997
-
Mayra Cabrera authored
Disallow add_column_with_default with NOT NULL See merge request gitlab-org/gitlab!21177
-
- 18 Dec, 2019 32 commits
-
-
Paul Slaughter authored
Fix "No changes" empty state showing up in changes tab, despite there being changes Closes #43517 See merge request gitlab-org/gitlab!21713
-
Mark Lapierre authored
Quarantine failing test See merge request gitlab-org/gitlab!22045
-
Andreas Brandl authored
-
-
Thong Kuah authored
Remove rubocop todo for EmptyLineAfterFinalLet Closes #34182 See merge request gitlab-org/gitlab!22048
-
Mike Greiling authored
Migrate loading button spec to jest See merge request gitlab-org/gitlab!22027
-
James Fargher authored
Ran: bundle exec rubocop --only RSpec/EmptyLineAfterFinalLet -a
-
Robert Speicher authored
Automatically fixed EmptyLineAfterFinalLet in model and controller specs See merge request gitlab-org/gitlab!21872
-
Robert Speicher authored
Productivity Analytics: Add deep links (BE only) See merge request gitlab-org/gitlab!21031
-
Mark Lapierre authored
-
Thong Kuah authored
13495-a: Create DesignAtVersion model See merge request gitlab-org/gitlab!21119
-
Paul Slaughter authored
-
Dmitriy Zaporozhets authored
Resolve "Routing under `-` causes issues" See merge request gitlab-org/gitlab!22034
-
Enrique Alcantara authored
-
Annabel Dunstone Gray authored
Remove buttons in epic tree have weird focus state See merge request gitlab-org/gitlab!21785
-
Allen Lai authored
-
Kamil Trzciński authored
Reduce CommitIsAncestor RPCs with environments Closes #29562 See merge request gitlab-org/gitlab!21778
-
Mayra Cabrera authored
Updates security release issue template See merge request gitlab-org/gitlab!21571
-
Mayra Cabrera authored
Related to https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/121
-
Mayra Cabrera authored
Updates Security Release MR template See merge request gitlab-org/gitlab!21576
-
Mayra Cabrera authored
As part of https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/121, Security Release MR template was updated to not mention dev.gitlab.org, and point out to GitLab Security (gitlab-org/security/gitlab) instead. It also re-arranges some steps to make them more clear
-
Himanshu Kapoor authored
Call action burstUnusedSeal on creation of a new file and renaming an existing file. This prevents a "No changes" empty state from being shown despite there clearly being changes.
-
Oswaldo Ferreira authored
-
Rémy Coutable authored
Add dashboard activity to events api See merge request gitlab-org/gitlab!19816
-
Douglas Barbosa Alexandre authored
Don't use cached node objects for geo:set_secondary_as_primary task See merge request gitlab-org/gitlab!22021
-
Sean McGivern authored
Extract list_projects into a separate controller See merge request gitlab-org/gitlab!21645
-
Martin Wortschack authored
Resolve "Move Analytics out of "More" in top navbar" See merge request gitlab-org/gitlab!21112
-
Brandon Labuschagne authored
This MR also adds a navbar item for analytics which takes a user to the merged analytics space.
-
Alessio Caiazza authored
This reverts commit 1578bae2, reversing changes made to 849b2c77.
-
Alessio Caiazza authored
This reverts merge request !20455
-
Vitali Tatarintev authored
Some routes can use a shorter version of a helper. That allows skipping a namespace object. The two following helpers produce the same result. ``` app.namespace_project_error_tracking_projects_path( @project.namespace, @project ) app.project_error_tracking_projects_path( @project ) ``` More info here https://gitlab.com/gitlab-org/gitlab /-/blob/v12.5.0-ee/config/application.rb#L279-291
-
Ray Paik authored
Added Japanese proofreader See merge request gitlab-org/gitlab!21942
-