| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
[11.7] Fix Imported Project Retains Prior Visibility Setting
See merge request gitlab/gitlabhq!2854
(cherry picked from commit b1463fb9d098d8064111a0dc896d52f9217c217b)
4ff58136 Fix tree restorer visibility level
|
|
|
|
|
|
|
|
|
|
|
| |
Only send one notification for failed remote mirror
Closes #56222
See merge request gitlab-org/gitlab-ce!24381
(cherry picked from commit 9cd5c5f5359cdebc2ae9ba1d20d2e79bd18edce2)
6fbbd4ab Only send one notification for failed remote mirror
|
|
|
|
|
|
|
|
|
| |
Remove backfill migration for legacy projects
See merge request gitlab-org/gitlab-ce!24299
(cherry picked from commit 626bd9d4cca652f2f21d2aba8d76e1959ffacda0)
b87dcc23 Remove backfill migration for legacy projects
|
| |
|
|\
| |
| |
| |
| | |
ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddIndexesToCiBuildsAndPipelines
See merge request gitlab-org/gitlab-ce!24167
|
| |
| |
| |
| | |
AddIndexesToCiBuildsAndPipelines
|
|/
|
|
|
|
|
|
|
|
|
| |
These are data columns that store runtime configuration
of build needed to execute it on runner and within pipeline.
The definition of this data is that once used, and when no longer
needed (due to retry capability) they can be freely removed.
They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking
support for json datatype on old enough version).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix coding style
Improve coding style
Decouple UPDATE and DELETE operations of asset links
Rename links_attributes to assets:links
Rename exposed param and updated spec
|
|
|
|
|
|
| |
- Add Releases::Links model
- Expose it in release API
- Add integration tests
|
|\
| |
| |
| |
| |
| |
| | |
Specific CI indexes to avoid statement timeout.
Closes #50763
See merge request gitlab-org/gitlab-ce!23188
|
| |
| |
| |
| |
| | |
This is useful to distinguish any other indexes on the same columns but
with different conditions and/or sorting.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This adds specific indexes to speed up the query mentioned in
https://gitlab.com/gitlab-org/gitlab-ce/issues/50763 and to avoid
statement timeouts.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50763.
|
|/
|
|
|
| |
Many changes were also made to tests that expected this to default to
false.
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
Conflicts:
db/schema.rb
|
| |\
| | |
| | |
| | |
| | | |
ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for ImportCommonMetricsNginxVts
See merge request gitlab-org/gitlab-ce!23910
|
| | | |
|
| |/
| |
| |
| |
| | |
Adds a background migration that will ensure all projects that
are on legacy storage have a row in `project_repositories`.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into 'master'
Resolve "Enable Hashed Storage by default in development mode"
Closes #54719
See merge request gitlab-org/gitlab-ce!23889
|
| | | |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Fix deprecation: Directly inheriting from ActiveRecord::Migration is deprecated.
See merge request gitlab-org/gitlab-ce!23884
|
| | |/ |
|
| |/ |
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
Add name, author and sha to releases
See merge request gitlab-org/gitlab-ce!23763
|
| | |
| | |
| | |
| | |
| | |
| | | |
This commit adds a name to each release, defaulting it to tag name,
keeps track of the SHA when a new release is created and tracks the
current user as release author.
|
| |/ |
|
| |
| |
| |
| |
| | |
Extending from ActiveRecord::Migration is deprecated, but was still used
in a bunch of places.
|
| |\
| | |
| | |
| | |
| | | |
Remove unnecessary includes of ShellAdapter
See merge request gitlab-org/gitlab-ce!23607
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Determined by running the script:
```
included = `git grep --name-only ShellAdapter`.chomp.split("\n")
used = `git grep --name-only gitlab_shell`.chomp.split("\n")
included - used
```
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Populate MR metrics with events table information (migration)
Closes #41587
See merge request gitlab-org/gitlab-ce!23564
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fill project_repositories for hashed storage projects
Closes #48527
See merge request gitlab-org/gitlab-ce!23482
|
| | | | | |
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This adds a background migration that will ensure all projects that
are on hashed storage have a row in `project_repositories`.
Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/48527
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When a project is forked, the new repository used to be a deep copy of everything
stored on disk by leveraging `git clone`. This works well, and makes isolation
between repository easy. However, the clone is at the start 100% the same as the
origin repository. And in the case of the objects in the object directory, this
is almost always going to be a lot of duplication.
Object Pools are a way to create a third repository that essentially only exists
for its 'objects' subdirectory. This third repository's object directory will be
set as alternate location for objects. This means that in the case an object is
missing in the local repository, git will look in another location. This other
location is the object pool repository.
When Git performs garbage collection, it's smart enough to check the
alternate location. When objects are duplicated, it will allow git to
throw one copy away. This copy is on the local repository, where to pool
remains as is.
These pools have an origin location, which for now will always be a
repository that itself is not a fork. When the root of a fork network is
forked by a user, the fork still clones the full repository. Async, the
pool repository will be created.
Either one of these processes can be done earlier than the other. To
handle this race condition, the Join ObjectPool operation is
idempotent. Given its idempotent, we can schedule it twice, with the
same effect.
To accommodate the holding of state two migrations have been added.
1. Added a state column to the pool_repositories column. This column is
managed by the state machine, allowing for hooks on transitions.
2. pool_repositories now has a source_project_id. This column in
convenient to have for multiple reasons: it has a unique index allowing
the database to handle race conditions when creating a new record. Also,
it's nice to know who the host is. As that's a short link to the fork
networks root.
Object pools are only available for public project, which use hashed
storage and when forking from the root of the fork network. (That is,
the project being forked from itself isn't a fork)
In this commit message I use both ObjectPool and Pool repositories,
which are alike, but different from each other. ObjectPool refers to
whatever is on the disk stored and managed by Gitaly. PoolRepository is
the record in the database.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add CI/CD build encrypted tokens (after revert)
Closes #52342
See merge request gitlab-org/gitlab-ce!23649
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Brings back 1e8f1de0 reverted in !23644
Closes #52342
See merge request gitlab-org/gitlab-ce!23436
|
| |\ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix broken seeder 11.6
Closes #54949
See merge request gitlab-org/gitlab-ce!23608
|
| | | | | |
|
| | | |/
| | |/| |
|
| | |/
| |/|
| | |
| | |
| | | |
This reverts commit 1e8f1de034aa9b6a60b640b2b091f60c4d3ba365, reversing
changes made to 62d971129da99936a3cdc04f3740d26f16a0c7a6.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allow internal references to be removed
Closes #19376
See merge request gitlab-org/gitlab-ce!23189
|
| | | | |
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Retry the review-{deploy,qa} jobs twice, and allow them to fail
Closes #54610 and #54717
See merge request gitlab-org/gitlab-ce!23510
|
| | |/
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|