- 26 Aug, 2020 1 commit
-
-
Nick Thomas authored
The files_count cache column was created with the assumption that the number of files never changes throughout the life of a diff. However, we have discovered the DeleteDiffFilesWorker, which removes them (and sets the state of the diff to :without_files) in some limited cases. This MR updates the cache columns (both commits_count and files_count) so they will be re-recorded on every update. Since updates are rare, the additional cost of this should be very low.
-
- 25 Aug, 2020 39 commits
-
-
Peter Leitzen authored
Fix group name bug for new purchase flow See merge request gitlab-org/gitlab!39915
-
Vladlena Shumilo authored
Update the logic that assigns a default group name for the new signup flow
-
Mark Florian authored
Remove DAST site profiles feature flag See merge request gitlab-org/gitlab!40146
-
Vitaly Slobodin authored
Fixed snippet URLs for sub-folders See merge request gitlab-org/gitlab!40316
-
Rémy Coutable authored
Change DAST jobs rule to run nightly See merge request gitlab-org/gitlab!40362
-
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
-
ngeorge1 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
-