| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Instead of exposing the VisibilityLevel as Integer, expose it as
String `visibility`.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Instead of exposing the VisibilityLevel as Integer, expose it as
String `visibility` for Project and ProjectSnippet.
Filter queries also accept the `visibility` as String instead of
`visibility_level` as Integer.
Also remove the `public` boolean.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Correct the return code description for 204
See merge request !9648
|
| | |/ / / |
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
API issues - support filtering by iids
Closes #28257
See merge request !9541
|
| | | | | |
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Enable filtering milestones by search criteria in the API
Closes #28807
See merge request !9606
|
| | | | |
| | | | |
| | | | |
| | | | | |
- Also remove a redundant test
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Use v4 endpoint in API docs
See merge request !9631
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Rename MWBS to MWPS
Closes #24707
See merge request !9335
|
| | | |_|_|/
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Rename column in the database
Rename fields related to import/export feature
Rename API endpoints
Rename documentation links
Rename the rest of occurrences in the code
Replace the images that contain the words "build succeeds" and docs referencing to them
Make sure pipeline is green and nothing is missing.
updated doc images
renamed only_allow_merge_if_build_succeeds in projects and fixed references
more updates
fix some spec failures
fix rubocop offences
fix v3 api spec
fix MR specs
fixed issues with partials
fix MR spec
fix alignment
add missing v3 to v4 doc
wip - refactor v3 endpoints
fix specs
fix a few typos
fix project specs
copy entities fully to V3
fix entity error
more fixes
fix failing specs
fixed missing entities in V3 API
remove comment
updated code based on feedback
typo
fix spec
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
API: Add environment action with /stop action
Closes #27142
See merge request !8808
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add endpoint to stop an environment through the API.
|
| | |_|/ / /
| |/| | | | |
|
| |\ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Docs: Tags: Fix typo in parent_ids in example response
See merge request !9550
|
| | | |_|/
| | |/| | |
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
API project create: Make name or path required
Closes #6073
See merge request !9416
|
| | |/ / |
|
| | |/
| |/| |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Add Mock CI service/integration
See merge request !9250
|
| | |/
| | |
| | |
| | |
| | |
| | | |
MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9250/
See https://gitlab.com/madlittlemods/gl-mock-ci-service
|
| |/ |
|
| |\
| | |
| | |
| | | |
# Conflicts:
# doc/api/v3_to_v4.md
|
| | | |
|
| |/ |
|
| |\
| | |
| | |
| | |
| | | |
Use POST in the endpoint description for :resource/unsubscribe
See merge request !9469
|
| | | |
|
| |\ \
| | |/
| | |
| | | |
# Conflicts:
# doc/api/v3_to_v4.md
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
'master'
Present GitLab version for each V3 to V4 API change on v3_to_v4.md
Closes #28458
See merge request !9425
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Similar to changelog, mention the Merge Request id & link for each
change.
|
| | | | |
|
| | |\ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | | |
Add housekeeping endpoint for Projects API
Closes #27032
See merge request !9421
|
| | | | |
|
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Standardize branch name params as `branch` on V4 API
Closes #22132
See merge request !8936
|
| | | | |
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
API: Make subscription API more RESTfuL
Closes #28327
See merge request !9325
|
| | | | |
|
| | | | |
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | | |
Rename retry failed button on pipeline page to just retry
See merge request !9369
|
| | | | |
|
| | |/
| |/| |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Unify issues search behavior by always filtering when ALL labels matches
Closes #26315
See merge request !8849
|
| | | | |
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`
Closes #28328
See merge request !9328
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix some grammar in the API docs
See merge request !9379
|
| | |/ / |
|