- 14 Oct, 2020 40 commits
-
-
Nick Thomas authored
On the MR list page, we like to display how many issues were found from the filtered search query *in total*. However, especially when the filter includes conditions on the MR title or description, this can be very expensive to calculate, and involve reading gigabytes of text data from the database. As long as the data is already in the page cache, this usually finishes within the 15-second timeout on GitLab.com, but if the database cache is cold, a statement timeout is the usual occurrence. More generally, it's not very clever to spend so much time calculating a piece of information with marginal value. This MR applies a shorter limit to the counting statements and provides for graceful fallback to a '?' value, with a nice tooltip, if the query times out. This means we're able to view the results in a reasonable time, rather than the page taking a long time to load, or not loading at all.
-
Yannis Roussos authored
Fix negated epic param for issues See merge request gitlab-org/gitlab!44719
-
Natalia Tepluhina authored
Fixed incorrect parameter in GraphQL startup call See merge request gitlab-org/gitlab!45115
-
Natalia Tepluhina authored
-
Rémy Coutable authored
Enable ci_jobs_finder_refactor feature flag See merge request gitlab-org/gitlab!43896
-
Rémy Coutable authored
Move deprecated pagination components to blocking in Pajamas Danger rule See merge request gitlab-org/gitlab!45097
-
Dmytro Zaporozhets (DZ) authored
Remove left behind comment See merge request gitlab-org/gitlab!44971
-
Peter Leitzen authored
Update docs links to use ee not ce See merge request gitlab-org/gitlab!44976
-
Achilleas Pipinellis authored
Consolidated object storage configuration in Reference Architectures See merge request gitlab-org/gitlab!44924
-
Nailia Iskhakova authored
Update object storage providers section Signed-off-by: Nailia Iskhakova <niskhakova@gitlab.com>
-
Nicolò Maria Mezzopera authored
Implement "Provide ability to mark a requirement as Satisfied" See merge request gitlab-org/gitlab!43583
-
Eulyeon Ko authored
1. Add a checkbox within the edit form to mark - a requirement as satisfied or unsatisfied 2. Use "lastTestReportState" field in query and mutation. Test the child components over parent props when testing watcher props.
-
Achilleas Pipinellis authored
Note project count in Admin Users docs See merge request gitlab-org/gitlab!44941
-
charlie ablett authored
Add Missed SLA label via Cron job See merge request gitlab-org/gitlab!44546
-
Kushal Pandya authored
[RUN AS-IF-FOSS] Swimlanes - Add list to board See merge request gitlab-org/gitlab!44677
-
Jacques Erasmus authored
Merge branch '249594-vsa-project-search-should-differentiate-between-projects-with-the-same-name' into 'master' Project search should differentiate between projects with the same name See merge request gitlab-org/gitlab!45020
-
Brandon Labuschagne authored
-
Achilleas Pipinellis authored
Documentation: Change example update versions See merge request gitlab-org/gitlab!44947
-
Rémy Coutable authored
Updates fields in detailedStatus to be nullable See merge request gitlab-org/gitlab!45072
-
Laura Montemayor authored
* Updates schema and docs
-
Rémy Coutable authored
Exclude automatically generated monitoring project from DAST full scan See merge request gitlab-org/gitlab!44913
-
Dennis Appelt authored
-
Adam Hegyi authored
Geo: Improve performance of LFS objects queries See merge request gitlab-org/gitlab!42423
-
Denys Mishunov authored
Update dependency @gitlab/ui to v21.28.0 See merge request gitlab-org/gitlab!45120
-
Denys Mishunov authored
Merge branch '262456-move-handlers-outside-of-domcontentloaded-app-assets-javascripts-pages-projects-index-js' into 'master' Resolve "Move handlers outside of DOMContentLoaded: app/assets/javascripts/pages/projects/index.js" See merge request gitlab-org/gitlab!45034
-
Yannis Roussos authored
Add migration helpers for fetching and copying check constraints - Take 2 See merge request gitlab-org/gitlab!44777
-
Yannis Roussos authored
- Add check_constraints_for(table, column, schema: nil) private method to Gitlab::Database::MigrationHelpers. Returns all the check constraints defined for a column. - Add the copy_check_constraints(table, old, new, schema: nil) migration helper. It copies all co straints defined in column old to column new. - Update the create_column_from migration helper to also copy all existing check constraints to the new column. - Update the specs for all helpers that use create_column_from and add new specs for copy_check_constraints
-
Denys Mishunov authored
Use addFileAttribute in jest-junit config See merge request gitlab-org/gitlab!44802
-
Sean Arnold authored
-
Amy Qualls authored
-
Sean Arnold authored
-
Sean Arnold authored
-
Sean Arnold authored
- add changelog
-
Jan Provaznik authored
Allows users to filter issues not included in an epic.
-
Denys Mishunov authored
Track design create and update See merge request gitlab-org/gitlab!44129
-
Peter Leitzen authored
Fix Rails/SaveBang offenses in spec/services/projects/* See merge request gitlab-org/gitlab!44980
-
Matthew Briedenhann authored
Added bangs in spec/services/projects/*
-
Florie Guibert authored
Store lists by id on VueX state
-
Jacques Erasmus authored
Merge branch '249781-replace-bstooltip-with-gltooltip-in-app-assets-javascripts-breadcrumb-js' into 'master' Replace tooltip api calls with facade calls in breadcrumb.js See merge request gitlab-org/gitlab!45026
-
GitLab Bot authored
-