- 19 Jul, 2019 8 commits
-
-
GitLab Bot authored
-
Clement Ho authored
change BoardService in favor of boardsStore on board blank state of the component board See merge request gitlab-org/gitlab-ce!30546
-
Eduardo Mejía authored
add stub to the boardsStore to spy on it and be able to use toHaveBeenCalledWith for the pre-defined labels test
-
GitLab Bot authored
-
Clement Ho authored
Remove gitlab:ui:visual job Closes #64666 See merge request gitlab-org/gitlab-ce!30918
-
Winnie Hellmann authored
-
Douglas Barbosa Alexandre authored
Small refactor to GeoNodeStatus and remove disabled cop See merge request gitlab-org/gitlab-ee!13441
-
GitLab Bot authored
-
- 18 Jul, 2019 32 commits
-
-
Evan Read authored
Added mention of Quick actions See merge request gitlab-org/gitlab-ce!30881
-
Russell Dickenson authored
-
Evan Read authored
Added mention of autocomplete characters See merge request gitlab-org/gitlab-ce!30877
-
Russell Dickenson authored
-
GitLab Bot authored
-
Mark Lapierre authored
Refactor check mentions for xss test See merge request gitlab-org/gitlab-ce!30914
-
Evan Read authored
Add documentation for bulk editing issue milestones at group level See merge request gitlab-org/gitlab-ce!30398
-
Eugenia Grieff authored
- Add new page to group docs for bulk editing issues - Add link to new section to group index - Amend bulk editing page at a project level to remove issues from note
-
Toon Claes authored
And make use of `attribute_method_suffix '_timestamp'` to define conversion from Date to Integer (and back) only once.
-
Toon Claes authored
More and smaller methods to load Geo status data.
-
Toon Claes authored
And use attribute method instead.
-
Toon Claes authored
Create a helper function that defines the method for the percentages instead of typing the same piece of code over and over again.
-
Toon Claes authored
Don't put code in large if blocks, but do an early return instead.
-
GitLab Bot authored
-
Evan Read authored
Create documentation for the manual sorting / re-ordering capability See merge request gitlab-org/gitlab-ce!30795
-
Brett Walker authored
-
Stan Hu authored
Merge branch 'extract-vulnerabilities-actions-from-group-security-vulnerabilities-controller' into 'master' Extract vulnerabilities actions from group security vulnerabilities controller See merge request gitlab-org/gitlab-ee!14476
-
GitLab Bot authored
-
Lin Jen-Shin authored
Adds chaos endpoints to Sidekiq Closes #64663 See merge request gitlab-org/gitlab-ce!30814
-
Avielle Wolfe authored
This allows us to more easily stub paginates_per in specs, as well as clarifies a mystery number. (Not that it was too difficult to understand before, but it's nicer now.)
-
Avielle Wolfe authored
It's unnecessarily heavy when we can modify how many occurrences we paginate on.
-
Avielle Wolfe authored
(where possible)
-
Avielle Wolfe authored
There was some unnecessary duplication.
-
Avielle Wolfe authored
Since groups can contain multiple projects, we need to check that all related vulnerabilities all included in the response.
-
Avielle Wolfe authored
This cleans up the code by allowing us to set subject once for each set of action specs and redefine the params for the request under test only when necessary.
-
Avielle Wolfe authored
-
Avielle Wolfe authored
Since there is no equivalent in CE, it doesn't need to be under the EE namespace.
-
Avielle Wolfe authored
They will work with Projects or Groups now.
-
Avielle Wolfe authored
They were testing some functionality that is the responsibility of the VulnerabilitiesFinder, not the controllers.
-
Avielle Wolfe authored
Access to these endpoints is controlled by the Group::Security::ApplicationController, so these specs shouldn't be shared.
-
Avielle Wolfe authored
Next step: smooth this puppy out
-
Marin Jankovski authored
Add issue link to disabled JUnit reports See merge request gitlab-org/gitlab-ce!30912
-