| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
Add labeled issues seed
Closes #41724
See merge request gitlab-org/gitlab-ce!17754
|
| | | |
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The concurrency issue originates from inserts on
`user_interacted_projects` from the app while running the post-deploy
migration.
This change comes with a strategy to lock the table while removing
duplicates and creating the unique index (and similar for FK
constraints).
Also, we'll have a non-unique index until the post-deploy migration is
finished to speed up queries during that time.
Closes #44205.
|
| | |
|
| |\
| |
| |
| |
| | |
Reschedule commits_count background migration
See merge request gitlab-org/gitlab-ce!17599
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We still have >100K unmigrated MergeRequestDiffs
which don't have commits_count set yet (see
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17567#note_61904891)
This migration re-schedules the original background migration.
To assure that records are not processed twice, records with
commits_count set are skipped.
Related to #41698 and !17567
|
| |/
|
|
| |
See https://gitlab.com/gitlab-com/infrastructure/issues/3822
|
| |\
| |
| |
| |
| | |
Revert "Cleanup after adding MR diff's commit_count"
See merge request gitlab-org/gitlab-ce!17639
|
| | |
| |
| |
| | |
This reverts commit 0b7d10851456018328da137beeca931767b4fd0a.
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Add missing foreign key constraint in clusters_applications_ingress"
Closes #43802
See merge request gitlab-org/gitlab-ce!17488
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Closes #43802
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adding missing indexes migrations from taggings table
Closes #43927
See merge request gitlab-org/gitlab-ce!17563
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
API requests were timing out because `tag_id` was missing an index. These
migrations were imported by running https://github.com/mbleigh/acts-as-taggable-on#post-installation:
```
bundle exec rake acts_as_taggable_on_engine:install:migrations
```
It looks like the `acts-as-tagglable` gem added the indexes in v4.0.0, but
when we upgraded from v3.5.0 (back in 2016 via
f571aeb5ce38dce1a9e5f58d76360836d4a8f8a0) we did not add them.
On staging, there are about 10.7 million rows on the `taggings` table. It took about 30 seconds for each index to be created.
On production, there are about 17.4 million rows, so I suspect the time to be about a minute per index.
Closes #43927
|
| |/ /
| |
| |
| |
| |
| | |
This was causing user deletions to time out.
Closes #44008
|
| |/
|
|
|
| |
This flag will allow maintainers of a project to push to specific
branches of a fork of a project
|
| |\
| |
| |
| |
| |
| |
| | |
Keep track of projects a user interacted with
Closes #43460
See merge request gitlab-org/gitlab-ce!17327
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
This is to avoid a mix-up with the existing concept of 'user
contributions'. See `User#contributed_projects` or
`Event#contributions`.
|
| | | |
|
| | |
| |
| |
| |
| | |
MySQL does not return the number of inserted rows (or at least not
expose them through cmd_tuples). Let's do one-shot INSERT instead.
|
| | |
| |
| |
| |
| | |
Trying to be a good citizen here, we spread the load building that
table. Maybe not required, but at least good practice and no harm.
|
| | | |
|
| | |
| |
| |
| | |
This had the same name in EE, so give it a different name in CE.
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'move-pipeline_default-update_head_pipeline_for_merge_request-queue-to-pipeline_processing-namespace' into 'master'
Move update_head_pipeline_for_merge_request queue to `pipeline_processing` namespace
Closes #43919
See merge request gitlab-org/gitlab-ce!17572
|
| | | |
| | |
| | |
| | | |
namespace
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
# Conflicts:
# app/models/group.rb
# db/schema.rb
|
| | | |
| | |
| | |
| | | |
queue. This queue takes loqer precedence than pipeline_default.
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add checksum to ci_job_artifacts
Closes #43599
See merge request gitlab-org/gitlab-ce!17354
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |/ / |
|
| | |/ |
|
| | |
| |
| |
| |
| |
| | |
* processes any pending records which are not migrated yet
* bumps import_export version because of new commits_count attribute
* removes commits_count fallback method
|
| | | |
|
| |/ |
|
| | |
|
| |\
| |
| |
| |
| | |
Display ingress IP address in the Kubernetes page
See merge request gitlab-org/gitlab-ce!17052
|
| | |\ |
|
| | | | |
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
42643-persist-external-ip-of-ingress-controller-gke
* master: (114 commits)
Fix Error 500 when viewing a commit with a GPG signature in Geo
Remember assignee when moving an issue
Add changelog entry
Allow oxford commas and spaces before commas in MR issue closing pattern.
Don't cache a nil repository root ref to prevent caching issues
Add back database changes for Ci::Build
Revert "Merge branch 'expired-ci-artifacts' into 'master'"
Fix order dependencies in some specs
migrate admin:users:* to static bundle
correct for missing break statement in dispatcher.js
alias create and update actions to new and edit
migrate projects:merge_requests:edit to static bundle
migrate projects:merge_requests:creations:diffs to static bundle
migrate projects:merge_requests:creations:new to static bundle
migrate projects:issues:new and projects:issues:edit to static bundle
migrate projects:branches:index to static bundle
migrate projects:branches:new to static bundle
migrate projects:compare:show to static bundle
migrate projects:environments:metrics to static bundle
migrate projects:milestones:* and groups:milestones:* to static bundle
...
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | | |
| | | |
| | | |
| | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fully migrate build stages again
Closes #38756
See merge request gitlab-org/gitlab-ce!15741
|