| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Periodically mark projects that are stuck in importing as failed
Closes #17709
See merge request !10207
|
| |
| |
| |
| |
| |
| | |
Adds import jid to projects
Refactor middleware to set custom expiration time via sidekiq options
Add completed_jids option to sidekiq status and a few other changes
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add remove_concurrent_index to database helper
Closes #30376
See merge request !10441
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ProjectsFinder should handle more options
Closes #28810
See merge request !9682
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Extended ProjectFinder in order to handle the following options:
- current_user - which user use
- project_ids_relation: int[] - project ids to use
- params:
- trending: boolean
- non_public: boolean
- starred: boolean
- sort: string
- visibility_level: int
- tags: string[]
- personal: boolean
- search: string
- non_archived: boolean
GroupProjectsFinder now inherits from ProjectsFinder.
Changed the code in order to use the new available options.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Enable creation of deploy keys with write access via the API
Closes #30021
See merge request !10488
|
| | | | |
| | | | |
| | | | |
| | | | | |
* Documentation was incorrectly advertising the missing param
|
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove class from SanitizationFilter whitelist
See merge request !2079
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Deal with Rails autoload instance variable resets
See merge request !10338
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rails auto-load (a development feature) can end up resetting instance
variables on classes. This breaks Gitlab::GitalyClient, which uses
instance variables to keep global hashes to look up channels and
addresses. This change adds code that regenerates the hashes if they
suddenly become nil.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add "search" optional param and docs for V4
Closes #30195
See merge request !10358
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Notice that this param is being supported since V3, but we have not added the proper docs for it
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Workhorse 1.4.3
Closes gitaly#167 and gitaly#177
See merge request !10479
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Convert value to string before setting Poll-Interval header
See merge request !10477
|
| |/ / / / |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
Implement Gitaly refs client
See merge request !9291
|
| | | | | |
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
NamespaceValidator::WILDCARD_ROUTES is less restrictive than
ProjectPathValidator::RESERVED and we really have to avoid only
routes that contain wildcard names.
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Notice what happens when a user adds a key with a space in between:
```
irb(main):004:0> 'ssh-rsa foobar'.split(/ /)
=> ["ssh-rsa", "", "foobar"]
```
This would cause gitlab-shell to receive a blank argument for the actual
key, leading to users unable to login.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fixes milestone/merge_request API endpoint to really scope the results
See merge request !10369
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The MergeRequestsFinder uses the milestone_title instead of the
milestone_id
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix blob highlighting in search
Closes #30400
See merge request !10420
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Pass GitalyAddress to workhorse
See merge request !10447
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Disable support for Gitaly PostReceivePack
See merge request !10444
|
| | |_|/
| |/| |
| | | |
| | | | |
See https://gitlab.com/gitlab-org/gitaly/issues/172
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Backport API changes needed to fix sticking in EE
See merge request !10376
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
These changes are ported over from
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1502 to reduce
the number of merge conflicts that may occur.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Improve performance of GitHub importer
Closes #28183
See merge request !10273
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix race condition in namespace directory creation
See merge request !10268
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add support for Gitaly calls over TCP connection
Closes gitaly#166
See merge request !10410
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Closes gitaly#166
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add feature flags for enabling (Upload|Receive)Pack
Closes gitaly#168
See merge request !10341
|
| |/ / /
| | | |
| | | |
| | | | |
Closes gitaly#168
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Enable Style/Proc cop for rubocop
See merge request !10382
|
| | |_|/
| |/| | |
|