| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
If using gravatar.com, both plain_url and ssl_url in settings are now
served via HTTPS. Make this the default.
|
|\
| |
| |
| |
| | |
Add a gRPC health check to ensure Gitaly is up
See merge request gitlab-org/gitlab-ce!16606
|
| |
| |
| |
| |
| |
| | |
This will enable Geo to skip shards that not operational.
Relates to gitlab-org/gitlab-ee#4329
|
|/
|
| |
[ci skip]
|
|\
| |
| |
| |
| |
| |
| | |
Resolve ""Revert this merge request" modal has confusing string"
Closes #39917
See merge request gitlab-org/gitlab-ce!16611
|
| |
| |
| |
| | |
Changes the text in the Revert merge request modal: `Start a new merge request with these changes` => `Start a new merge request with the revert changes`.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Remove one Spinach job and add one RSpec job
See merge request gitlab-org/gitlab-ce!16675
|
| |/ /
| | |
| | |
| | | |
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
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix typo in `.gitlab-ci.yml` heading
See merge request gitlab-org/gitlab-ce!16668
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Return more consistent values for merge_status on V4 MR APIs
Closes #20639
See merge request gitlab-org/gitlab-ce!16626
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add application create API
Closes #24035
See merge request gitlab-org/gitlab-ce!16643
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
To make it more clear to developers that the entity exposes the
application secret, define a separate entity that only should be used
when the secret is needed (probably only on creation).
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
Added dispatcher imports for groups webpack bundle
See merge request gitlab-org/gitlab-ce!16644
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Return a blank JSON response for a missing .js file to prevent Rails CSRF errors
Closes #40771
See merge request gitlab-org/gitlab-ce!16664
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The default 404 handler would return the Content-Type format based on the
given format extension. This would cause the Rails CSRF protection to flag an
error, since the .js extension gets mapped to text/javascript format.
Closes #40771
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Added imports for dispatcher routes
See merge request gitlab-org/gitlab-ce!16640
|
| | | | | | | |
|
| | | | | | | |
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Use restore() instead of reset() for removing axios MockAdapter
See merge request gitlab-org/gitlab-ce!16647
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Speed-up setup-test-env
See merge request gitlab-org/gitlab-ce!16621
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
correct location
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
GitalyClient::ConflictsService#conflicts? should return true for conflicts with missing side
See merge request gitlab-org/gitlab-ce!16655
|
| | |_|_|_|_|_|/
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
with missing side
|