- 26 Mar, 2021 31 commits
-
-
Jan Provaznik authored
Use graphQL boards for project boards and fix associated rspecs [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56458
-
Jan Provaznik authored
Resolve "rspec:feature-flag failure for migrate_delayed_project_removal" [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57541
-
Albert Salim authored
Increase Review App resource limits See merge request gitlab-org/gitlab!57552
-
Simon Knox authored
Feat(Ensure Data): add component See merge request gitlab-org/gitlab!57009
-
Michael Lunøe authored
This component makes it easy to ensure that data is present before rendering an application, displaying an error message and, if necessary, log it to Sentry when the data parsing fails
-
Sanad Liaquat authored
Add E2E test for trigger matrix See merge request gitlab-org/gitlab!55976
-
Furkan Ayhan authored
-
Jan Provaznik authored
-
Paul Slaughter authored
Add `parseRailsFormFields` util See merge request gitlab-org/gitlab!55702
-
Peter Hegman authored
Useful when integrating Vue into a Rails form https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55702
-
Kushal Pandya authored
Include parent milestones in board list items See merge request gitlab-org/gitlab!57366
-
Kushal Pandya authored
Make epics searchable by my reaction emoji See merge request gitlab-org/gitlab!57190
-
Vitaly Slobodin authored
Fix apply suggestion transient test See merge request gitlab-org/gitlab!57327
-
Simon Knox authored
Merge branch '273306-fy21q4-foundations-kr2-audit-and-update-buttons-on-projects-boardscontroller-index' into 'master' Audit and update buttons on Projects::BoardsController#index See merge request gitlab-org/gitlab!57129
-
Jeremy Elder authored
-
Mark Florian authored
Combine sidebar reference components See merge request gitlab-org/gitlab!56822
-
Shinya Maeda authored
Unify the Docker Image build CI template and use the default branch instead of hardcoded 'master' See merge request gitlab-org/gitlab!51931
-
Michael Friedrich authored
This allows to use 'main' as default branch without modifying the CI template. It also uses CI rules instead of only/except.
-
Paul Slaughter authored
Change strictness of parseInt rule See merge request gitlab-org/gitlab!22721
-
Scott Stern authored
Provide clarity for using parseInt vs Number in string to num conversions. See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22721
-
Simon Knox authored
Updated emoji to 1.2em (from 1.4)
🌞 👍 🕴 See merge request gitlab-org/gitlab!52623 -
Donald Cook authored
-
Mark Lapierre authored
-
Simon Knox authored
Add last used to cluster token table See merge request gitlab-org/gitlab!57141
-
Emily Ring authored
Added Last used to token_table vue Update associated tests and translations
-
Simon Knox authored
Added SaaS-only tier badge See merge request gitlab-org/gitlab!57537
-
Suzanne Selhorn authored
-
Evan Read authored
Revisions part 1: no gerunds in subheadings See merge request gitlab-org/gitlab!57545
-
Amy Qualls authored
Start the cleanup of this page by taking the gerunds out of subheads. This can cause links to break, so I'm just changing the subheads and their crosslinks in this merge request. Edits for tone and style can be done in a separate merge request.
-
Heinrich Lee Yu authored
Enable RedundantFreeze Cop [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57288
-
Simon Knox authored
Fixed rendering of the image blobs See merge request gitlab-org/gitlab!57479
-
- 25 Mar, 2021 9 commits
-
-
Dylan Griffith authored
Add missing audit logging to invite service See merge request gitlab-org/gitlab!57358
-
Doug Stull authored
- bring inline with create service.
-
Suzanne Selhorn authored
Revise deprecation to use warning box See merge request gitlab-org/gitlab!57546
-
Mark Florian authored
Resolve "Remove legacy npm scripts" See merge request gitlab-org/gitlab!57430
-
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
-