- 25 Mar, 2021 40 commits
-
-
Eulyeon Ko authored
- Use data testid attribute for testing issue weight count - Use yaml as the source of truth for FF default status - Remove unused GlFeatureFlagMixin
-
Eulyeon Ko authored
- 'moveItem' action should forward any payload it receives when dispatching 'moveIssue' - when creating a new issue in board_new_issue.vue, "weight" should not be included for create issue mutation. (weight is a gitlab preimum feature since 13.9)
-
Eulyeon Ko authored
Use classic boards for the following feature tests by stubbing feature flag graphql_board_lists to false. 1. sidebar_spec.rb and its related variants Temporarily stub feature flag graphql_board_lists for the following specs while we investigate their flaky runs in CI 2. sub_group_project_spec.rb Feature not implemented in graphql-based boards 3. multi_select_spec.rb Feature not implemented in graphql-based boards 4. add_issues_modal_spec.rb (ce and ee) This feature is being deprecated behind a feature flag (:add_issues_button) and should not be included in graphql-based boards
-
Eulyeon Ko authored
-
Eulyeon Ko authored
- use wait_for_requests to wait for graphql reqs - fix a css selector - match created issue's path - add TODO links for unimplemented features (in classics boards but not yet in graphql boards) - use `let_it_be` - explicitly create backlog_list
-
Eulyeon Ko authored
- Remove unused spec example "locked milestone" has not been working for a while (this test was a vacuous spec) - Correct selector for weight. ".issue-count-badge" DOES NOT select weight element. (the spec was flawed to begin with) - Disable expensive query limit check by using a special HTTP header field (only for spec runs): https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55314 - Wait for graphql requests after drag-and-dropping cards
-
Eulyeon Ko authored
Wait for graphql request reponses in graphql-based boards in epics_swimlanes_drag_issue_spec.rb
-
Florie Guibert authored
Update tests for GraphQL boards on projects
-
Florie Guibert authored
-
Nick Gaskill authored
Add PyPI API documentation See merge request gitlab-org/gitlab!57527
-
Steve Abrams authored
-
Dylan Griffith authored
Add logs to coverage reports See merge request gitlab-org/gitlab!57535
-
Phil Hughes authored
Split ManageFeature component by scanner type See merge request gitlab-org/gitlab!57149
-
Mark Florian authored
This splits out scanner-specific management controls to separate components, making it easier to add new ones/make scanner-specific tweaks. A very similar approach was taken in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56555 for the status of each feature/scanner. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/323377.
-
Phil Hughes authored
Ensure search param is kept in scrolled commit See merge request gitlab-org/gitlab!57307
-
David O'Regan authored
Feat: Update schedule grid to start at beginning of current week See merge request gitlab-org/gitlab!57004
-
David O'Regan authored
Update the schedule grid to allow the grid to begin at the first day of the current week but still track the current day via the current day indecator
-
David O'Regan authored
Fix: Add description to oncall schedules view See merge request gitlab-org/gitlab!56796
-
David O'Regan authored
-
Nick Gaskill authored
Conan package API docs See merge request gitlab-org/gitlab!57428
-
Steve Abrams authored
-
Mike Greiling authored
Geo Node Status 2.0 - Progress Bar See merge request gitlab-org/gitlab!56990
-
Maxime Orefice authored
This commit adds more debugging data to investigate a current bug when fetching coverage reports data with reactive cache.
-
Nick Gaskill authored
Add Maven API documentation See merge request gitlab-org/gitlab!57509
-
Steve Abrams authored
-
Stan Hu authored
Merge branch '292698-save-usage_data_id-raw_data_id-we-receive-from-versions-in-raw_usage_data' into 'master' Save usage_data_id from versions app in raw_usage_data See merge request gitlab-org/gitlab!54738
-
Stan Hu authored
Handle GRPC::NotFound in Gitaly tree_entry call See merge request gitlab-org/gitlab!57179
-
Hordur Freyr Yngvason authored
For https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3078, which is planned for GitLab 14.0.
-
Mayra Cabrera authored
Usage ping non sql metrics See merge request gitlab-org/gitlab!56951
-
Rajendra Kadam authored
-
Mark Florian authored
Hide "New issue" button from Auditors on empty project issues page See merge request gitlab-org/gitlab!56877
-
Andrew Fontaine authored
Address technical debt in commit_block See merge request gitlab-org/gitlab!57294
-
David O'Regan authored
Alert integration UX cleanup - 3rd part See merge request gitlab-org/gitlab!55892
-
Olena Horal-Koretska authored
-
Mayra Cabrera authored
Flaky test: Release DB proxy's host when clearing configuration See merge request gitlab-org/gitlab!57320
-
Quang-Minh Nguyen authored
::Gitlab::Database::LoadBalancing.clear_configuration is used for testing purpose only. It should be converted to a test helper instead
-
Mark Lapierre authored
Add feature spec for creating fork See merge request gitlab-org/gitlab!55932
-
Jacques Erasmus authored
Duplicate "storage" tab to "other storage" [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57121
-
Ammar Alakkad authored
It updates the import paths in the specs to reference the correct new files
-
Jan Provaznik authored
Move usage of delayed_project_removal to namespace settings See merge request gitlab-org/gitlab!56397
-