- 05 Dec, 2019 25 commits
-
-
Tom Quirk authored
Tests "hides comment count" and "renders item with no status icon for none event" were testing the same state against snapshots that are equivalent. The test "hides comment count" has been removed in favour of the other.
-
Tom Quirk authored
0 is more common than 1, so for readability and ease of use, we are defaulting to 0 now.
-
Tom Quirk authored
For clarity, isLoading is now a prop on an item, rather than this value being determined within the component from other state. Tests updated to reflect this.
-
Tom Quirk authored
In an effort to improve readability of this test
-
Tom Quirk authored
"Show loading spinner in design card while design is uploading"
-
Tom Quirk authored
Renames savingDesignFiles->filesToBeSaved, and computes isSaving this array (if there's anything in array, isSaving=true)
-
Tom Quirk authored
- Mimic design version events from the graphql spec as a const - param as single object
-
Tom Quirk authored
-
Tom Quirk authored
-
Tom Quirk authored
-
Tom Quirk authored
-
Martin Wortschack authored
Design Repo Sync Status - Base View See merge request gitlab-org/gitlab!19976
-
Zack Cuddy authored
This adds the components to view the data This is the MVC minus the Specs Rename empty state This renames the Empty State component This way it matches the pattern of the others
-
Marcel Amirault authored
Docs: Restore ref attribute for Project Search API to search.md See merge request gitlab-org/gitlab!21190
-
Marcel Amirault authored
Edit of runtimes content See merge request gitlab-org/gitlab!20948
-
Evan Read authored
-
Martin Wortschack authored
Fix error when linking already linked issue to epic See merge request gitlab-org/gitlab!21213
-
Martin Wortschack authored
Remove vulnerability counter from security tab Closes #13978 See merge request gitlab-org/gitlab!20800
-
Paul Gascou-Vaillancourt authored
- Removed the counter from the DOM and the Javascript responsible for updating its value - Replaced the screenshot on the documentation to reflect this change
-
Florie Guibert authored
-
Mark Lapierre authored
Fetch runners by tag when removing runner after test Closes #37402 See merge request gitlab-org/gitlab!21094
-
Mark Lapierre authored
A QA test failed in staging while trying to remove a runner, but it's not clear why. This adds error handling to provide some feedback.
-
Russell Dickenson authored
Edit new active sessions limit content See merge request gitlab-org/gitlab!21162
-
Evan Read authored
-
Marcel Amirault authored
Typo fix in Zoom in issues docs See merge request gitlab-org/gitlab!21209
-
- 04 Dec, 2019 15 commits
-
-
Lyle Kozloff authored
Add troubleshooting steps for http failure See merge request gitlab-org/gitlab!20862
-
Kenny Johnston authored
-
Fatih Acet authored
Add issue stats to release blocks on the Releases page See merge request gitlab-org/gitlab!19448
-
Mayra Cabrera authored
Allow "Admin Area Protected Paths" to be used at the same time as "Git and container registry failed authentication ban" See merge request gitlab-org/gitlab!21090
-
Michael Kozono authored
If `gitlab_rails['rack_attack']['admin_area_protected_paths']` is true, then the Admin Area settings take priority over the Omnibus-managed protected path throttle settings.
-
Mike Greiling authored
Removed performance bar labels for total rendering See merge request gitlab-org/gitlab!21117
-
Tim Zallmann authored
-
Thong Kuah authored
Bump cluster-applications to v0.2.0 See merge request gitlab-org/gitlab!21150
-
Mayra Cabrera authored
Don't split notification_reason_text See merge request gitlab-org/gitlab!20637
-
Sebastián Arcila Valenzuela authored
With notification_reason_text we weren't adding the reason to the translation and the reason was adding also a preposition (on) to describe the reason as well
-
Mayra Cabrera authored
Remove operations_feature_flags_clients.token column See merge request gitlab-org/gitlab!21016
-
Krasimir Angelov authored
Related to https://gitlab.com/gitlab-org/gitlab/issues/35697.
-
Mayra Cabrera authored
Add rubocop rule to group routing See merge request gitlab-org/gitlab!21114
-
Dmitriy Zaporozhets authored
Do not allow new resources appear outside of /-/ scope Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Implement usage metrics for ModSecurity Web Application Firewall See merge request gitlab-org/gitlab!20196
-