| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| | |
adds initial microsoft teams integration
See merge request !10412
|
| | |
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| | |
Fix API group/issues default state filter
Closes #23655
See merge request !10253
|
| | |
|
|/ |
|
|
|
|
| |
Closes #29631
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Ensure dots in project and group ID are allowed in the API endpoints
Closes #27988
See merge request !9944
|
| |
| |
| |
| |
| |
| | |
API routes
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/
|
|
|
|
| |
Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done'
in the 'Todo' tab of the Todo dashboard.
The operation undos only the todo previously marked as done with the 'Mark al as done' button.
|
| |
|
| |
|
|\
| |
| |
| |
| | |
# Conflicts:
# doc/api/v3_to_v4.md
|
| |
| |
| |
| | |
v3 and several improvements
|
|/
|
|
| |
It was actually not used anywhere.
|
|
|
|
|
|
| |
- Typo in docs
- Newline between test/expectation in `api/issues_spec`
- Use `find_by` instead of `reference_by` in the structure defining awardables
|
|
|
|
|
|
| |
- Use issue/merge_request IID instead of ID
- Duplicate the original `TimeTrackingEndpoints` concern (+ specs) for V3, since
this is a breaking change.
|
|
|
|
|
|
|
|
| |
- Instead of `merge_request_id` and `issue_id`
- The API also deals with `snippet_id`, which remains unchanged (since snippets
don't have `iid`s
- Duplicate the original `AwardEmoji` API (and spec) for use with the V3
API, since this is a breaking change.
|
|
|
|
|
|
| |
- As opposed to the `id` that was previously being used.
- This brings the API routes closer to the web interface's routes.
- This is specific to API v4.
|
|
|
|
|
|
| |
- As opposed to the issue `id` that was previously being used.
- This brings the API routes closer to the web interface's routes.
- This is specific to API v4.
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Rename builds to jobs in the API
Closes #28515
See merge request !9463
|
| |
| |
| |
| |
| | |
The endpoint dropped, get ':id/repository/commits/:sha/jobs', should be
replace by a new endpoint.
|
| |
| |
| |
| |
| |
| | |
This commit was about 6 commits before squashing, with the main goal to
make all tests green. Now, after pushing this commit we'll see what the
CI has to say about that.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fixes gitlab-org/gitlab-ce#28515
[ci skip]
|
|/
|
|
| |
merge requests
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Use iids as filter parameter
Closes #27532
See merge request !9096
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 project create: Make name or path required
Closes #6073
See merge request !9416
|
| | |
|