Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d6af8f32
Commit
d6af8f32
authored
Jul 21, 2020
by
Marcin Sedlak-Jakubowski
Committed by
Russell Dickenson
Jul 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing version notes to resource events API pages
parent
60a08fe7
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
0 deletions
+16
-0
doc/api/issues.md
doc/api/issues.md
+5
-0
doc/api/merge_requests.md
doc/api/merge_requests.md
+5
-0
doc/api/resource_milestone_events.md
doc/api/resource_milestone_events.md
+2
-0
doc/api/resource_state_events.md
doc/api/resource_state_events.md
+2
-0
doc/api/resource_weight_events.md
doc/api/resource_weight_events.md
+2
-0
No files found.
doc/api/issues.md
View file @
d6af8f32
...
...
@@ -1772,3 +1772,8 @@ Example response:
"akismet_submitted"
:
false
}
```
## List issue state events
To track which state was set, who did it, and when it happened, check out
[
Resource state events API
](
./resource_state_events.md#issues
)
.
doc/api/merge_requests.md
View file @
d6af8f32
...
...
@@ -2449,3 +2449,8 @@ Example response:
## Approvals **(STARTER)**
For approvals, please see
[
Merge Request Approvals
](
merge_request_approvals.md
)
## List merge request state events
To track which state was set, who did it, and when it happened, check out
[
Resource state events API
](
./resource_state_events.md#merge-requests
)
.
doc/api/resource_milestone_events.md
View file @
d6af8f32
...
...
@@ -6,6 +6,8 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Resource milestone events API
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/31720) in GitLab 13.1.
Resource milestone events keep track of what happens to GitLab
[
issues
](
../user/project/issues/
)
and
[
merge requests
](
../user/project/merge_requests/
)
.
...
...
doc/api/resource_state_events.md
View file @
d6af8f32
...
...
@@ -6,6 +6,8 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Resource state events API
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35210/) in GitLab 13.2.
Resource state events keep track of what happens to GitLab
[
issues
](
../user/project/issues/
)
and
[
merge requests
](
../user/project/merge_requests/
)
.
...
...
doc/api/resource_weight_events.md
View file @
d6af8f32
...
...
@@ -6,6 +6,8 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Resource weight events API
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32542) in GitLab 13.2.
Resource weight events keep track of what happens to GitLab
[
issues
](
../user/project/issues/
)
.
Use them to track which weight was set, who did it, and when it happened.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment