| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Bring changes from EE for parallel_importer.rb
See merge request gitlab-org/gitlab-ce!19779
|
| | |
|
|/
|
|
| |
check rake tasks
|
|\
| |
| |
| |
| | |
ListCommitByOid isn't called with an empty batch
See merge request gitlab-org/gitlab-ce!19753
|
| |
| |
| |
| |
| |
| | |
Batching commits for performance improvements, might lead to empty
batches being used. This isn't the case yet, but to guard against this
in future cases, a guard clause is added.
|
|\ \
| |/
|/|
| |
| | |
Adjust SQL and transaction Prometheus buckets
See merge request gitlab-org/gitlab-ce!19650
|
| |
| |
| |
| |
| | |
This allows us to better calculate Apdex scores, instead of having to
use the 0.1 and 1.0 buckets.
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Regressions for assigning group milestone from ancestor"
Closes #47735
See merge request gitlab-org/gitlab-ce!19721
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Migrate compare_source_branch to use only Gitaly
Closes gitaly#771
See merge request gitlab-org/gitlab-ce!19700
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Initially expected this to be a full blown migration, but that wasn't
the case as we could fetch to a reference that would be deleted after
the instanciation of the Diff object.
This is a racy RPC, as #delete_refs is called and garbage collections
runs right than, the commit can't be found later.
Closes https://gitlab.com/gitlab-org/gitaly/issues/771
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ensure MR diffs always exist in the PR importer
Closes #47312
See merge request gitlab-org/gitlab-ce!19704
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In rare cases it could happen that an MR was created, but creating the
MR diffs somehow failed (e.g. due to an error). This commit adds an
additional check to make sure MR diffs are always present when importing
GitHub pull requests.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Find and mark more Git disk access locations, part 2
See merge request gitlab-org/gitlab-ce!19437
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add Gitlab::SQL:CTE for easily building CTE statements
See merge request gitlab-org/gitlab-ce!19652
|
| | |_|/
| |/| | |
|
| |_|/
|/| | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Expire Wiki content cache after importing a repository
Closes #47546
See merge request gitlab-org/gitlab-ce!19617
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The cache state for Wikis that were imported via GitHub or Bitbucket does
not appear to have been flushed after a successful import.
Closes #47546
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Use RestoreCustomHooks RPC in restore rake task
See merge request gitlab-org/gitlab-ce!19370
|
| | | |
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Pass the --in-commit-order arg to `git-rev-list`
Closes #45062
See merge request gitlab-org/gitlab-ce!19494
|
| | |
| | |
| | |
| | |
| | | |
@jamedjo has found a good improvement in the performance of the LFS
integrity check by passing this arg
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Customizable favicon
Closes #15661
See merge request gitlab-org/gitlab-ce!14497
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
probably due to recent changes in `UploadsController`.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
the ci status icons are generated client side, wo we don't need the
static files anymore.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the initial reason for this change was that graphicsmagick does not
support writing to ico files. this fact lead to a chain of changes:
1. use png instead of ico (browser support is good enough)
2. render the overlays on the client using the canvas API. this way we
only need to store the original favion and generate the overlay versions
dynamically.
this change also enables (next step) to simplify the handling of the
stock favicons as well, as we don't need to generate all the versions
upfront.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
this ways we can keep the `lib/gitlab/ci/status/*` classes to return the
bare favicon name as it was before.
also the favicon uploader versions are now have the same names as the
stock favicons (+ `favicon_` prefix), which makes working with the
status names easier.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Without the '?' at the end of the favicon url the custom favicon (i.e.
the favicons that are served through `UploadController`) are not shown
in the browser. It may have something to do with how `#send_file` /
`#send_data` set http headers. When serving the same icon file from the
public directory everything is fine.
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Avoid sequential scans loading schema_migrations table when loading application settings
See merge request gitlab-org/gitlab-ce!19541
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
settings early if they exist without issuing any DB query
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
application settings
This was causing significant performance problems in production, and this commit
reverts to the original behavior.
|
| | | | |
|
|/ / / |
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter
Closes #45505
See merge request gitlab-org/gitlab-ce!19244
|