| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
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
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Autolink package names in Gemfile
See merge request !11224
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Expose memory deltas between app deployments and refactor prometheus queries to support more custom queries
See merge request !10981
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- 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
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Only rename namespaces and projects with an invalid path
See merge request !11338
|
| | | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
For exact matches, not namespaces that end with an invalid path
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Backport FileFinder from EE
Closes #32188
See merge request !11319
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove deltas_only from DiffCollection
Closes gitaly#224
See merge request !11285
|
| | |_|_|_|/
| |/| | | | |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix for Follow-up from "Backport of Multiple Assignees feature
Closes #31888
See merge request !11178
|
| |/ / / / |
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
MySQL doesn't allow us to create a trigger for a column that doesn't
exist yet. Failing with this error:
```
Mysql2::Error: Unknown column 'build_events' in 'NEW': CREATE TRIGGER trigger_6a80c097c862_insert
BEFORE INSERT
ON `services`
FOR EACH ROW
SET NEW.`build_events` = NEW.`job_events`
```
Creating the new column before creating the trigger avoids this.
|
| |_|/
|/| | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'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
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Use GroupsFinder to find subgroups the user has access to
See merge request !2096
|
| | |
| | |
| | |
| | |
| | |
| | | |
Refactor snippets finder & dont return internal snippets for external users
See merge request !2094
|
| | |
| | |
| | |
| | |
| | | |
Respect project features in wiki and blob search
See merge request !2089
|
| | |
| | |
| | |
| | |
| | |
| | | |
(security-9-1) Add correct `rel` attributes to external links when rendering markdown
See merge request !2097
|
| | |
| | |
| | |
| | |
| | |
| | | |
(security-9-1) Render asciidoc & other markup using banzai in a pipeline
See merge request !2098
|
| | |
| | |
| | |
| | | |
from 3.1.10 to 3.4.0"
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Print Go version in rake gitlab:env:info
See merge request !11241
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| | |
Don't use DiffCollection for deltas
See merge request !11201
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Omit gl_project_id from Import/Export
Closes #29813
See merge request !11032
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add support for commit diff ignore_whitespace_change and paths flags
Closes gitaly#198
See merge request !11028
|