| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Apply the same spam checks to public snippets (either personal snippets
that are public, or public snippets on public projects) as to issues on
public projects.
|
|
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Fix access to the wiki code via HTTP when repository feature disabled
Closes #26518
See merge request !8758
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Fix CI requests concurrency
See merge request !8760
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Dont persist application settings in test env
See merge request !8715
|
| |
| |
| |
| |
| | |
This reverts commit c20934869f7dc8cfbdbafb6ecb7b1305452c9e8a, reversing
changes made to 4b7ec44b91e0571d209c790d54947ba1756dac0e.
|
|\ \
| | |
| | |
| | |
| | | |
Grapify all endpoints of the deploy keys API
See merge request !8721
|
| |/ |
|
| |
| |
| |
| |
| | |
Prevent users from creating notes on resources they can't access
See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2054
|
| |
| |
| |
| |
| |
| | |
Ensure that only privileged users can access merge requests in the API
See merge request !2053
|
|\ \
| |/
|/|
| |
| |
| |
| | |
adds events to services api deserialization
Closes #22974
See merge request !8324
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into 'master'
Make cycle_analytics_events_spec.rb side-effect free
Closes #26622
See merge request !8594
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |/
|/|
| |
| |
| | |
'master'"
This reverts merge request !8573
|
|\ \
| | |
| | |
| | |
| | | |
Don't persist application settings in test env
See merge request !8573
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | |
|
| | | |
|
|\ \ \ |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Replace many :project with :empty_projects in API specs
See merge request !8608
|
| | | |/
| | |/|
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Link external commit status badges to target URLs
Closes #25662
See merge request !8611
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If validation errors are present, include validation errors in the
commit status API payload, instead of depending on state machine errors
caused by invalid record.
|
| | |/ / |
|
|\ \ \ \
| |/ / / |
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Time tracking API
Closes #25861
See merge request !8483
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
New endpoints are:
POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate"
POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate"
POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time"
POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time"
GET :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats"
|
| |\ \
| | |/
| |/|
| | |
| | | |
Add a constraint on the query parameter to allow querying for projects with dots in their name.
See merge request !8210
|
| | |
| | |
| | |
| | | |
dots in their name.
|
| | |
| | |
| | |
| | | |
This is less invasive than the parent commit.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Use IssuesFinder for the /issues API resouce
- Tests for iid filter in project issues API resource
- Tests for No Milestone filter in issues API resources
The "No Milestone" case was not previously tested, and the `/issues`
resource did not support the the `milestone` parameter.
- Return issues where all labels match from the issues and project issues
API resources, like the group issues resource already does. See
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6825#note_17474533
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a
PlantUML diagram all we need is to include a plantuml block like:
```
[plantuml, id="myDiagram", width="100px", height="100px"]
--
bob -> alice : ping
alice -> bob : pong
--
```
The plantuml block is substituted by an HTML img element with *src* pointing to
an external PlantUML server.
This MR also add a PlantUML integration section to the Administrator -> Settings
page to configure the PlantUML rendering service and to enable/disable it.
Closes: #17603
|
| | | |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix 500 errors when creating a user with identity via API
Closes #26295
See merge request !8442
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'19966-api-call-to-move-project-to-different-group-fails-when-using-group-and-project-names-instead-of-id' into 'master'
Fix groups API to accept path when transferring a project
Closes #19966
See merge request !8408
|
| | | | |
| | | | |
| | | | |
| | | | | |
* Use standard helpers for finding group and project
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'26261-post-api-v3-projects-idorproject-commits-commits-does-not-work-with-project-path' into 'master'
Fix Commits API to accept a Project path upon POST
Closes #26261
See merge request !8406
|
| | |/ / / |
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add API route slack slash commands
Closes #25954
See merge request !8362
|
| | | | | |
|
| |/ / / |
|
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Grapify the settings API
See merge request !8336
|