| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This API was mainly for internal usage, and has been moved to the
general API: APIv4. The endpoints have been deprecated since 9.0, and
won't see 10.0. :)
|
|
|
|
|
|
| |
Fixes #26051.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
Closes #21043
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix naming of API::CommitStatuses
- Ensure we use require_dependency instead of require
- Ensure the namespace is right in lib/api/api.rb, otherwise, we
might require Grape::API::Helpers which defines the `#params` method.
This is to avoid requiring a file multiple times and getting an "Already
initialized constant" error.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Offloads uploading to GitLab Workhorse
- Use /authorize request for fast uploading
- Added backup recipes for artifacts
- Support download acceleration using X-Sendfile
|
|
|
|
| |
Rails Autoload find file to require is use , APIHelpers -> api_helpers.rb, not helpers.rb;
|
|
|
|
|
|
| |
This option only existed to ease the CI-to-CE/EE migration process.
This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b
|
| |
|
| |
|
| |
|
|
|