- 05 Sep, 2017 3 commits
-
-
Kamil Trzcinski authored
- Only if user can manage project, - When Auto DevOps is not enabled, - When project configuration is set to implicit
-
Filipa Lacerda authored
-
Filipa Lacerda authored
* zj-auto-devops-table: (365 commits) Fix boolean logic with nil value Incorporate review Updates settings sections to: - create labels for each radio button - remove elements from form section - visually match the mockups Adds documentation path to pipelines table in merge request page Fix tests Update CHANGELOG.md for 9.5.3 Fix a spec failure dependent on load order Ensure `issuables_count_for_state` returns the requested state count Shorten the search input for "text with other filters" spec Turns out that short name was important, who knew! Combine multiple `it` blocks in filter_issues_spec Remove more redundant specs in filter_issues_spec Re-order top-level `let`s, so that labels are grouped Remove unused select_search_at_index helper Reduce duplication in RSS feed specs for filter_issues_spec Remove the top-level closed issue from filter_issues_spec Remove unused labels from filter_issues_spec Reduce issues and milestones created in global filter_issues_spec setup Clean up the still-way-too-complex filter_issues_spec setup Remove an unnecessary issue creation ...
-
- 04 Sep, 2017 9 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Filipa Lacerda authored
- create labels for each radio button - remove elements from form section - visually match the mockups
-
Filipa Lacerda authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Phil Hughes authored
Make comment actions dropdown style consistent See merge request !13476
-
- 03 Sep, 2017 2 commits
-
-
Jose Ivan Vargas authored
[ci skip]
-
Jose Ivan Vargas authored
-
- 02 Sep, 2017 1 commit
-
-
Jacob Schatz authored
Issue discussions Vue refactor See merge request !12069
-
- 01 Sep, 2017 25 commits
-
-
Robert Speicher authored
Ensure `issuables_count_for_state` returns the requested state count Closes #37353 See merge request !14005
-
Robert Speicher authored
We were incorrectly stubbing `Issues::MoveService#execute`. This only caused a failure when another spec caused it to be autoloaded -- `spec/controllers/projects/issues_controller_spec.rb` in this case.
-
Dimitrie Hoekstra authored
-
Robert Speicher authored
-
Robert Speicher authored
Add settings for minimum key strength and allowed key type Closes #17849 See merge request !13712
-
Robert Speicher authored
Remove issuable finder count caching See merge request !13959
-
Clement Ho authored
Make pipeline dropdowns consistent See merge request !13530
-
Dimitrie Hoekstra authored
changed text banner to include correct mentioning of Auto DevOps and rest of sentence used similarly elsewhere
-
Sean McGivern authored
Reduce duration and complexity of spec/features/issues/filtered_search/filter_issues_spec.rb See merge request !13973
-
Robert Speicher authored
Optimize notification emails specs See merge request !13986
-
Filipa Lacerda authored
Fixes the fly-out navigation flashing in & out Closes #37022 See merge request !13929
-
Robert Speicher authored
The assignee wasn't important to the test, and shortening the query allowed us to avoid the "horizontal scroll" failure without having to stub the `sidebar_collapsed?` helper.
-
Robert Speicher authored
We now document that fact.
-
Robert Speicher authored
-
Robert Speicher authored
We were essentially testing "all of the filters" four times, so now we just do it once at the top level.
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Three issues were only used in one test each, and one milestone with its accompanying issue were only used in one test, so we now scope those locally.
-
Robert Speicher authored
Removes unnecessary `let!` usage since we explicitly access these in the `before. Re-uses `user2` as the author for issues we otherwise don't care about the author for, to avoid creating a new user in each one. Makes use of the `labeled_issue` factory to avoid assigning variables just so we can add labels to an issue.
-
Robert Speicher authored
This seemed to only exist to increment an issue counter by 1.
-
Robert Speicher authored
-
Robert Speicher authored
Only one context tested group behavior, but we were performing group and membership creation on every example unnecessarily.
-