- 25 Aug, 2020 40 commits
-
-
Bob Van Landuyt authored
Updating the pages config would swallow all errors before. When we moved this to Sidekiq, we re-raised the error from the worker, so we could make use of the Sidekiq retries to try and recover from the failed update. Since we've moved this to Sidekiq, and are not performing config updates if pages aren't deployed. We can now get rid of this weird error handling that would cause the problem being reported to Sentry twice.
-
Natalia Tepluhina authored
Add spacing to design management toolbar buttons See merge request gitlab-org/gitlab!38889
-
Vitaly Slobodin authored
Remove unused operations/helper Closes #9594 See merge request gitlab-org/gitlab!39907
-
Sean McGivern authored
Fix expire time for Redis HLL counters Closes #240901 See merge request gitlab-org/gitlab!40253
-
Rémy Coutable authored
Use FactoryDefault to speed up models/pipeline_spec See merge request gitlab-org/gitlab!39809
-
Kushal Pandya authored
Add commit count to Merge Request Analytics data table [FE] See merge request gitlab-org/gitlab!39950
-
Brandon Labuschagne authored
This commits adds the commit count to the MR Analytics Throughput table.
-
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
-
George Tsiolis authored
-
George Tsiolis authored
-
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.
-