| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Closes https://gitlab.com/gitlab-org/gitaly/issues/817
Closes https://gitlab.com/gitlab-org/gitaly/issues/1236
|
|\
| |
| |
| |
| |
| |
| | |
Updates to `.po` & `.pot` linting
Closes #46096 et #39292
See merge request gitlab-org/gitlab-ce!18779
|
| | |
|
| |
| |
| |
| |
| |
| | |
We already had some Polish translations, that were currently not
available to users. Adding it here because it helps me debug some
issues regarding language with more than one form.
|
| |
| |
| |
| |
| | |
That way we can detect incorrect usage before the strings are added to
Crowdin for translation
|
| |
| |
| |
| |
| | |
This would break with an argument error when interpolating using
`sprintf` in ruby.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Redirect favicon.(png|ico) to actual favicon asset or upload
Closes #47840
See merge request gitlab-org/gitlab-ce!19956
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Rails5 fix db check: connection execute returns integer instead of string
See merge request gitlab-org/gitlab-ce!19901
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'blackst0ne-rails5-invalid-single-table-inheritance-type-group-is-not-a-subclass-of-namespace' into 'master'
Resolve "[Rails5] Invalid single-table inheritance type: Group is not a subclass of Namespace"
Closes #48014
See merge request gitlab-org/gitlab-ce!19918
|
| |/ / /
| | | |
| | | |
| | | | |
Gitlab::Database::RenameReservedPathsMigration::V1::MigrationClasses::Namespace
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Expose a clean_backtrace method from Gitlab::Profiler
See merge request gitlab-org/gitlab-ce!19894
|
| | |/
| |/|
| | |
| | |
| | | |
This method makes it easier for other parts of the app to get clean backtraces,
as well as console users.
|
| |/
|/| |
|
|/
|
|
| |
See https://gitlab.com/gitlab-org/gitlab-ce/issues/47677 for more information
|
|\
| |
| |
| |
| |
| |
| | |
Fix table_exists? to be Rails5 compatible
Closes #45107
See merge request gitlab-org/gitlab-ce!19418
|
| |
| |
| |
| | |
Use data_source_exists? where possible instead of table_exists? in order to be Rails5 compatible
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Move Gitaly RPCs to mandatory
Closes gitaly#217, gitaly#389, gitaly#390, gitaly#220, gitaly#376, and gitaly#354
See merge request gitlab-org/gitlab-ce!19759
|
| | |
| | |
| | |
| | | |
Closes https://gitlab.com/gitlab-org/gitaly/issues/217
|
| | |
| | |
| | |
| | | |
Closes https://gitlab.com/gitlab-org/gitaly/issues/217
|
| | |
| | |
| | |
| | | |
Closes: https://gitlab.com/gitlab-org/gitaly/issues/389
|
| | |
| | |
| | |
| | | |
Closes https://gitlab.com/gitlab-org/gitaly/issues/390
|
| | |
| | |
| | |
| | | |
Closes: https://gitlab.com/gitlab-org/gitaly/issues/220
|
| | |
| | |
| | |
| | | |
Migration: https://gitlab.com/gitlab-org/gitaly/issues/220
|
| | |
| | |
| | |
| | | |
Migration: https://gitlab.com/gitlab-org/gitaly/issues/220
|
| | |
| | |
| | |
| | | |
Closes https://gitlab.com/gitlab-org/gitaly/issues/376
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
|