| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
max_size
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Fix conflict resolution from corrupted upstream
Closes gitlab-ee#2128
See merge request !11298
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I don't know why this happens exactly, but given an upstream and fork repository
from a customer, both of which required GC, resolving conflicts would corrupt
the fork so badly that it couldn't be cloned.
This isn't a perfect fix for that case, because the MR may still need to be
merged manually, but it does ensure that the repository is at least usable.
My best guess is that when we generate the index for the conflict
resolution (which we previously did in the target project), we obtain a
reference to an OID that doesn't exist in the source, even though we already
fetch the refs from the target into the source.
Explicitly setting the source project as the place to get the merge index from
seems to prevent repository corruption in this way.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Usage ping updates
Closes #31741 and #31453
See merge request !11231
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Setting `usage_ping_enabled` to false in `gitlab.yml`:
1. Disables the usage ping, regardless of the value stored in the database.
2. Prevents the usage ping from being enabled through the admin panel. It can
only be enabled by either removing the line from `gitlab.yml` and configuring
through the admin panel, or setting it to true in `gitlab.yml`.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Improve project list cache key
Closes #31863
See merge request !11325
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Expose memory deltas between app deployments and refactor prometheus queries to support more custom queries
See merge request !10981
|
| | | | |
| | | | |
| | | | |
| | | | | |
+ fix tests
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Tests for prometheus queries
- fix rubocop warnings
- Remove unused method. Add more queries to deployment queries.
- Wrap BaseQuery in module hierarchy
Renname Prometheus class to PrometheusClient
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Rework update_assignee_cache_counts
Closes #31873
See merge request !11270
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Enabled 'no one' as a merge access level in protected branches
Closes #31541
See merge request !11232
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes #31541
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove deltas_only from DiffCollection
Closes gitaly#224
See merge request !11285
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix cross referencing for private and internal projects
Closes #31978
See merge request !11243
|
| |/ / / / |
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Clean up ci variables table
Closes #31799
See merge request !11186
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Enforced by the database, and no callbacks need to be called.
Combined with 7b9b2c6099 and 294a8b8a6d this resolves
gitlab-org/gitlab-ce#31799
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Retried in database
Closes #25737
See merge request !11115
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'master'
Resolve "Use consistent style for trailing commas"
Closes #27144
See merge request !11063
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use the EnforcedStyleForMultiline: no_comma option.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Use the EnforcedStyleForMultiline: no_comma option.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Security patches -> `master`
See merge request !11230
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Refactor snippets finder & dont return internal snippets for external users
See merge request !2094
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Load tree readme asynchronously
See merge request !11191
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Don't use DiffCollection for deltas
See merge request !11201
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Preloads head pipeline for each merge request
Closes #27168
See merge request !10064
|
| | | | |
|
| | | | |
|
| | | | |
|