List events in alphabetical order in stream-events documentation

Change-Id: I76c53954cf996ed5b6b73853eafc8bb606626af5
This commit is contained in:
David Pursehouse
2014-12-18 15:55:46 +09:00
parent f3da52f3c0
commit b954c0f328

View File

@@ -43,30 +43,6 @@ this JSON stream should deal with that appropriately.
[[events]] [[events]]
=== Events === Events
==== Patchset Created
type:: "patchset-created"
change:: link:json.html#change[change attribute]
patchSet:: link:json.html#patchSet[patchSet attribute]
uploader:: link:json.html#account[account attribute]
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created.
==== Draft Published
type:: "draft-published"
change:: link:json.html#change[change attribute]
patchSet:: link:json.html#patchSet[patchSet attribute]
uploader:: link:json.html#account[account attribute]
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created.
==== Change Abandoned ==== Change Abandoned
type:: "change-abandoned" type:: "change-abandoned"
@@ -81,6 +57,18 @@ reason:: Reason for abandoning the change.
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created. created.
==== Change Merged
type:: "change-merged"
change:: link:json.html#change[change attribute]
patchSet:: link:json.html#patchSet[patchSet attribute]
submitter:: link:json.html#account[account attribute]
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created.
==== Change Restored ==== Change Restored
type:: "change-restored" type:: "change-restored"
@@ -95,14 +83,46 @@ reason:: Reason for restoring the change.
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created. created.
==== Change Merged ==== Comment Added
type:: "change-merged" type:: "comment-added"
change:: link:json.html#change[change attribute] change:: link:json.html#change[change attribute]
patchSet:: link:json.html#patchSet[patchSet attribute] patchSet:: link:json.html#patchSet[patchSet attribute]
submitter:: link:json.html#account[account attribute] author:: link:json.html#account[account attribute]
approvals:: All link:json.html#approval[approval attributes] granted.
comment:: Comment text author had written
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created.
==== Draft Published
type:: "draft-published"
change:: link:json.html#change[change attribute]
patchSet:: link:json.html#patchSet[patchSet attribute]
uploader:: link:json.html#account[account attribute]
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created.
==== Hashtags Changed
type:: "hashtags-changed"
change:: link:json.html#change[change attribute]
editor:: link:json.html#account[account attribute]
added:: List of hashtags added to the change
removed:: List of hashtags removed from the change
hashtags:: List of hashtags on the change after tags were added or removed
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created. created.
@@ -121,18 +141,14 @@ reason:: Reason that the merge failed.
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created. created.
==== Comment Added ==== Patchset Created
type:: "comment-added" type:: "patchset-created"
change:: link:json.html#change[change attribute] change:: link:json.html#change[change attribute]
patchSet:: link:json.html#patchSet[patchSet attribute] patchSet:: link:json.html#patchSet[patchSet attribute]
author:: link:json.html#account[account attribute] uploader:: link:json.html#account[account attribute]
approvals:: All link:json.html#approval[approval attributes] granted.
comment:: Comment text author had written
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created. created.
@@ -171,22 +187,6 @@ oldTopic:: Topic name before it was changed.
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created. created.
==== Hashtags Changed
type:: "hashtags-changed"
change:: link:json.html#change[change attribute]
editor:: link:json.html#account[account attribute]
added:: List of hashtags added to the change
removed:: List of hashtags removed from the change
hashtags:: List of hashtags on the change after tags were added or removed
eventCreatedOn:: Time in seconds since the UNIX epoch when this event was
created.
== SEE ALSO == SEE ALSO
* link:json.html[JSON Data Formats] * link:json.html[JSON Data Formats]