- 25 Aug, 2020 40 commits
-
-
Mark Florian authored
Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/238224.
-
Simon Knox authored
Truncate job title on log page See merge request gitlab-org/gitlab!40107
-
Sarah Groff Hennigh-Palermo authored
-
Illya Klymov authored
Increase page size default to 20 Closes #239355 See merge request gitlab-org/gitlab!40139
-
David O'Regan authored
-
Illya Klymov authored
Replace Unicode Characters with ASCII Equivalent in New Project Slug Closes #29642 See merge request gitlab-org/gitlab!39971
-
Rémy Coutable authored
Fix Rails/SaveBang offenses for spec/support/shared_examples/services/* and ee/spec/support/shared_examples/services/* See merge request gitlab-org/gitlab!39538
-
Ramya Authappan authored
Report correct shared examples location See merge request gitlab-org/gitlab!40212
-
Simon Knox authored
Document async test best practices See merge request gitlab-org/gitlab!37197
-
Mark Florian authored
- Discourage done/done.fail callbacks in favour of async/await or promise chains - Encourage expect(promise).rejects.toThrow() pattern for expected rejections. The previous example of a try/except violated the jest/no-try-expect ESLint rule!
-
Simon Knox authored
Make milestone dropdown search async Closes #240924 See merge request gitlab-org/gitlab!40305
-
Kushal Pandya authored
Adds async search support within milestone select dropdown.
-
Rémy Coutable authored
Add project statistics to db-patterns for CI rules See merge request gitlab-org/gitlab!40294
-
Rémy Coutable authored
Use build_stubbed to remove unnecessary DB calls in packages validations See merge request gitlab-org/gitlab!40067
-
Martin Wortschack authored
Resolve Migrate '.fa-spinner' to '.spinner' for 'app/views/projects/blob/viewers' See merge request gitlab-org/gitlab!25046
-
Martin Wortschack authored
Create shared todo_button.vue component See merge request gitlab-org/gitlab!39931
-
Natalia Tepluhina authored
Override Wiki Editor max-height value Closes gitlab-ui#879 See merge request gitlab-org/gitlab!40144
-
Patrick Bajao authored
Rename _ids methods Closes #238587 See merge request gitlab-org/gitlab!39964
-
Adam Hegyi authored
Add migration helpers to the example for add_text_limit See merge request gitlab-org/gitlab!40348
-
Alper Akgun authored
-
Mark Chao authored
Aim to increase spec speed by caching factories See merge request gitlab-org/gitlab!39923
-
Sean Arnold authored
-
Paul Slaughter authored
RUN AS-IF-FOSS Swimlanes Sidebar Container See merge request gitlab-org/gitlab!38527
-
-
Rajendra Kadam authored
Fix Rais/SaveBang cop for ee/spec/support/shared_examples/services/* Add changelog for the cop fixes Disable cop for create method in shared examples Fix spec failure Fix specs
-
Martin Wortschack authored
Replace isEmpty() assertion with html() See merge request gitlab-org/gitlab!40213
-
Miguel Rincon authored
Related Issues - move to FOSS [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!39779
-
Dylan Griffith authored
Optimize markdown rendering in search results Closes #233301 See merge request gitlab-org/gitlab!39833
-
Dylan Griffith authored
Update GitLab Runner Helm Chart to 0.20.0/13.3.0 See merge request gitlab-org/gitlab!39933
-
Dylan Griffith authored
Refactor http helpers in specs See merge request gitlab-org/gitlab!39577
-
Mark Chao authored
Add RSpec feature tests for New Release page Closes #235602 See merge request gitlab-org/gitlab!39151
-
Nathan Friend authored
This commit adds RSpec feature tests that cover the functionality of the "New Release" page.
-
Miguel Rincon authored
Replace deprecated .is() with alternate approaches See merge request gitlab-org/gitlab!40242
-
Miguel Rincon authored
Make approval rule paths break line when needed Closes #238418 See merge request gitlab-org/gitlab!39753
-
Heinrich Lee Yu authored
Quarantine flaky mermaid spec See merge request gitlab-org/gitlab!40334
-
Dylan Griffith authored
Update group integrations sidebar navigation and add docs link Closes #238983 See merge request gitlab-org/gitlab!39948
-
Justin Ho Tuan Duong authored
To follow order on the project level
-
Dylan Griffith authored
Conan download_urls properly checks channel See merge request gitlab-org/gitlab!40029
-
Tom Quirk authored
-
Illya Klymov authored
@vue/test-utils 1.x deprecated .is() on wrappers This MR fixess cases, when .is() assertion could be substituted by * element.tagName * classes()
-