- 27 Sep, 2019 40 commits
-
-
Jesse Hall authored
-
Clement Ho authored
Suppress AJAX errors... again Closes #32716 See merge request gitlab-org/gitlab!17706
-
Paul Slaughter authored
Resolve "Discussion counter is wrong on issue page" See merge request gitlab-org/gitlab!16567
-
André Luís authored
Resolves the situation where the Discussion tab counter would sometimes reflect the wrong count. We were relying on the list of `allDiscussions` but it's more complicated than that. We have to filter out system notes and count all individual notes in threads. Plus, we already have a getter for that. https://gitlab.com/gitlab-org/gitlab/merge_requests/16567
-
Mike Greiling authored
Fix zen mode spec See merge request gitlab-org/gitlab!16730
-
Clement Ho authored
Remove nested Promise from user popover See merge request gitlab-org/gitlab!17688
-
Winnie Hellmann authored
-
Nathan Friend authored
This commit attempts to detect when errors are caused due to AJAX requests being cancelled when the user navigates to a new page. If this is the case, we swallow the error so that an error message isn't shown to the user a split second before they navigate away from the page.
-
Lin Jen-Shin authored
Improve the 'retrieve-tests-metadata' and 'update-tests-metadata' jobs See merge request gitlab-org/gitlab!17077
-
Kushal Pandya authored
Change autodevops banner from warning to info See merge request gitlab-org/gitlab!17812
-
Sanad Liaquat authored
Add note to limit use of before(:all) hook in QA E2E tests Closes #27547 See merge request gitlab-org/gitlab!17804
-
Sanad Liaquat authored
-
Kamil Trzciński authored
Update PumaWorkerKiller defaults Closes #32646 See merge request gitlab-org/gitlab!17758
-
Rémy Coutable authored
Add proper label REST API for update, delete and promote See merge request gitlab-org/gitlab!17239
-
Lin Jen-Shin authored
Show a merge request link in pipeline failure emails Closes #32325 See merge request gitlab-org/gitlab!17513
-
Rémy Coutable authored
Also, consolidate the Knapsack report into a single file, and consolidate the RSpec EE-specific job from the RSpec base job. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Clarify when group label should be changed See merge request gitlab-org/gitlab!17726
-
Luke Duncalfe authored
-
Marcia Ramos authored
Update 404 and redirecting links in /development See merge request gitlab-org/gitlab!17734
-
Marcel Amirault authored
Update all links in /dev that were causing 404s or redirecting warnings in the link checker
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Marcia Ramos authored
Update caps and backticks in /topic /workflow /university See merge request gitlab-org/gitlab!17653
-
Marcel Amirault authored
Update capitalization and backtick use in /topic /university and /workflow
-
Kushal Pandya authored
Remove nested Promise from notes actions See merge request gitlab-org/gitlab!17686
-
Winnie Hellmann authored
-
Jan Provaznik authored
Add proper token check for Notify Service Closes #14792 See merge request gitlab-org/gitlab!17759
-
Tim Zallmann authored
Migrate confidential_issue_sidebar_spec.js to Vue test utils See merge request gitlab-org/gitlab!17552
-
Winnie Hellmann authored
-
Tim Zallmann authored
Remove nested Promise from board blank state See merge request gitlab-org/gitlab!17684
-
Tim Zallmann authored
Refactored Karma spec to Jest for todo_spec.js Closes #31306 See merge request gitlab-org/gitlab!16733
-
Tim Zallmann authored
Extract base filter constant in Securitty Dashboard store's filters module See merge request gitlab-org/gitlab!17710
-
Tim Zallmann authored
Remove nested Promise from admin email select See merge request gitlab-org/gitlab!17689
-
Winnie Hellmann authored
-
Fatih Acet authored
Refactor Security Dashboard store See merge request gitlab-org/gitlab!17250
-
Mark Florian authored
This refactoring is part of the [Instance Security Dashboard MVC][1], to abstract away from the base Security Dashboard the logic for how the list of projects to filter with is set. It: * Adds a new `GroupSecurityDashboard` component that wraps the `SecurityDashboard` component. * Moves the `projects` module bindings/calls from the `SecurityDashboard` component to the new `GroupSecurityDashboard`. * Creates a new `projects` plugin for the Security Dashboard store which dynamically adds the `projects` module and sets up the appropriate store bindings between it and the `filters` module. * Updates the entry point for the Group Security Dashboard to add the `projects` plugin to the Security Dashboard store. * Moves the existing `mediator` and `sync_with_store` plugins into a `plugins` directory. * Renames `moderator` to `mediator`. [1]: https://gitlab.com/gitlab-org/gitlab/issues/6953
-
Jan Provaznik authored
Add frozen_string_literal to all ee specs See merge request gitlab-org/gitlab!17754
-
Andreas Brandl authored
Adding step to ensure author includes rollback information See merge request gitlab-org/gitlab!17537
-
Achilleas Pipinellis authored
Update 404 / Redirected links in monitoring, install, security See merge request gitlab-org/gitlab!17795
-
Marcel Amirault authored
Update all links throwing 404 or redirect messages in the docs project link checked, for monitoring, install and security docs.
-
Fatih Acet authored
Remove nested Promise from project select See merge request gitlab-org/gitlab!17687
-