| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
merge requests
|
|\
| |
| |
| |
| | |
Improve pipeline triggers API
See merge request !9713
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Remove remnants of git annex
See merge request !9508
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into 'master'
Resolve "Improve Omnibus-Mattermost Command installation flow"
See merge request !9257
|
| | | |
| | | |
| | | |
| | | | |
Review changes
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Use ETag to improve performance of issue notes polling
Closes #27582
See merge request !9036
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Expose pipelines as PipelineBasic `api/v4/projects/:id/pipelines`
Closes #26847
See merge request !8875
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The `projects/:id/pipelines` exposed a lot of extra details
that are superfluous and it was taking extra resources to fetch them.
To get more details about a pipeline, use
`projects/:id/pipelines/:pipeline_id`.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix cherry-picking or reverting through an MR
Closes #28711 and #28426
See merge request !9640
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add filter param for user's authorized projects in V4
Closes #28865
See merge request !9674
|
| | | | |
| | | | |
| | | | |
| | | | | |
The query parameter `membership` should be more self-explaining.
|
| | | | | |
|
|/ / / / |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Fix the `Gitlab::Seeder` monkey patch to disable mail delivery
Closes #27609
See merge request !9678
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Use iids as filter parameter
Closes #27532
See merge request !9096
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
API: Use `visibility` as string parameter everywhere
Closes #27501
See merge request !9337
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Override the `ApplicationSetting` default visibility_level setters so
they accept strings & integers for the levels.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add `visibility` & `visibility=` methods to the
`Gitlab::VisibilityLevel` module so the `visibility_level` can be
get/set with a string value.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use strings for the ApplicationSetting properties:
- restricted_visibility_levels
- default_project_visibility
- default_snippet_visibility
- default_group_visibility
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Because environments also expose the project, ensure the projects are
exposed as they were before in API v3.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
For the API, the VisibilityLevel will be exposed as String instead of
Integer. So add the string values and method to translate a level
integer to a string.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Use full group name in GFM group reference title
See merge request !9642
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix updaing commit status when using optional attributes
Closes #28656 and #25784
See merge request !9618
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Passing different optional attributes in case of updating an existing
commit status should not create a new commit status with the same name.
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
'28805-download-archive-with-branch-like-feature-xxxx-add-extra-directory-level' into 'master'
Ensure archive download is only one directory deep
Closes #28805
See merge request !9616
|
| |/ / / / / |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|