| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
This reverts merge request !16525
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'42161-gitaly-commitservice-encoding-undefinedconversionerror-u-c124-from-utf-8-to-ascii-8bit' into 'master'
Resolve "Gitaly::CommitService: Encoding::UndefinedConversionError: U+C124 from UTF-8 to ASCII-8BIT"
Closes #42161
See merge request gitlab-org/gitlab-ce!16637
|
| |
| |
| |
| | |
when counting commit count.
|
|\ \
| | |
| | |
| | |
| | | |
Moves more mr widget components into vue files
See merge request gitlab-org/gitlab-ce!16677
|
| | |
| | |
| | |
| | |
| | | |
Adds i18n
Adds better test coverage
|
| | |
| | |
| | |
| | |
| | |
| | | |
This will enable Geo to skip shards that not operational.
Relates to gitlab-org/gitlab-ee#4329
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add formatted_data attribute to Git::WikiPage
Closes #39805
See merge request gitlab-org/gitlab-ce!16682
|
| | | |
| | | |
| | | |
| | | | |
Related to #39805
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Use limit for search count queries
See merge request gitlab-org/gitlab-ce!16502
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Search query is especially slow if a user searches a generic string
which matches many records, in such case search can take tens of
seconds or time out. To speed up the search query, we search only for
first 1000 records, if there is >1000 matching records we just display
"1000+" instead of precise total count supposing that with such amount
the exact count is not so important for the user.
Because for issues even limited search was not fast enough, 2-phase
approach is used for issues: first we use simpler/faster query to get
all public issues, if this exceeds the limit, we just return the limit.
If the amount of matching results is lower than limit, we re-run more
complex search query (which includes also confidential issues).
Re-running the complex query should be fast enough in such case because the
amount of matching issues is lower than limit.
Because exact total_count is now limited, this patch also switches to
to "prev/next" pagination.
Related #40540
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'
Closes #30783
See merge request gitlab-org/gitlab-ce!16516
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Migrate .batch_lfs_pointers to Gitaly
Closes gitaly#921
See merge request gitlab-org/gitlab-ce!16517
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Closes gitaly#921
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
Execute system hooks after-commit when executing project hooks
See merge request gitlab-org/gitlab-ce!16673
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve "Spec failure in ./spec/features/issues/spam_issues_spec.rb"
Closes #42361
See merge request gitlab-org/gitlab-ce!16671
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Migrate repository bundling to Gitaly
Closes gitaly#929
See merge request gitlab-org/gitlab-ce!16563
|
| |/ / /
| | | |
| | | |
| | | | |
Closes gitaly#929
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Add application create API
Closes #24035
See merge request gitlab-org/gitlab-ce!16643
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Use restore() instead of reset() for removing axios MockAdapter
See merge request gitlab-org/gitlab-ce!16647
|
| | | | |
|
| |/ /
|/| |
| | |
| | | |
with missing side
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Upgraded all vue libraries
See merge request gitlab-org/gitlab-ce!16413
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Incorporate Gitaly's RemoteService.UpdateRemoteMirror RPC
Closes gitaly#936
See merge request gitlab-org/gitlab-ce!16536
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Incorporate Gitaly's OperationService.UserCommitFiles RPC
Closes gitaly#890
See merge request gitlab-org/gitlab-ce!16307
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve ""This job has not been triggered yet" after hitting "Retry""
Closes #42119
See merge request gitlab-org/gitlab-ce!16583
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Put back non triggered information
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'40612-cannot-change-project-visibility-from-private-even-when-owner' into 'master'
Resolve "Cannot change project visibility from Private (even when owner)"
Closes #40612
See merge request gitlab-org/gitlab-ce!16595
|
| | | | | |
|
| | | | | |
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add Gitlab::Profiler for profiling from a console or runner
See merge request gitlab-org/gitlab-ce!16552
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Gitlab::Profiler.profile takes a URL to profile, and returns the ruby-prof
profile result.
This is currently only for interactive use (in a console) or from the script
runner. Note that when using this interactively, changes to the application
within that console session will be used, so this can be used to test proposed
performance changes.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix Error 500 when repository has no avatar
Closes #42249
See merge request gitlab-org/gitlab-ce!16601
|