Skip to content

Commit 0089235

Browse files
Update app events data (#13)
Co-authored-by: tyb-talks <[email protected]>
1 parent 5e52b51 commit 0089235

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

lib/app_events_docs_generator/app_events/app_events_details.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@
10011001
{
10021002
"eventId": "header:update-topic",
10031003
"filePath": "/app/assets/javascripts/discourse/app/controllers/topic.js",
1004-
"lineNumber": 1838,
1004+
"lineNumber": 1840,
10051005
"args": [
10061006
{
10071007
"argValue": "topic",
@@ -1014,7 +1014,7 @@
10141014
{
10151015
"eventId": "post-stream:refresh",
10161016
"filePath": "/app/assets/javascripts/discourse/app/controllers/topic.js",
1017-
"lineNumber": 1973,
1017+
"lineNumber": 1976,
10181018
"args": [
10191019
{
10201020
"argValue": [
@@ -1809,14 +1809,14 @@
18091809
{
18101810
"eventId": "post-stream:refresh",
18111811
"filePath": "/app/assets/javascripts/discourse/app/models/post-stream.js",
1812-
"lineNumber": 446,
1812+
"lineNumber": 448,
18131813
"args": [],
18141814
"comments": "TODO (glimmer-post-stream) the Glimmer Post Stream does not listen to this event"
18151815
},
18161816
{
18171817
"eventId": "post:show-revision",
18181818
"filePath": "/app/assets/javascripts/discourse/app/models/post-stream.js",
1819-
"lineNumber": 1320,
1819+
"lineNumber": 1322,
18201820
"args": [
18211821
{
18221822
"argValue": "copy.postNumber",
@@ -3127,7 +3127,7 @@
31273127
{
31283128
"eventId": "calendar:invitee-left-event",
31293129
"filePath": "/plugins/discourse-calendar/assets/javascripts/discourse/components/discourse-post-event/status.gjs",
3130-
"lineNumber": 41,
3130+
"lineNumber": 42,
31313131
"args": [
31323132
{
31333133
"argValue": [
@@ -3149,7 +3149,7 @@
31493149
{
31503150
"eventId": "calendar:update-invitee-status",
31513151
"filePath": "/plugins/discourse-calendar/assets/javascripts/discourse/components/discourse-post-event/status.gjs",
3152-
"lineNumber": 55,
3152+
"lineNumber": 56,
31533153
"args": [
31543154
{
31553155
"argValue": [
@@ -3171,7 +3171,7 @@
31713171
{
31723172
"eventId": "calendar:create-invitee-status",
31733173
"filePath": "/plugins/discourse-calendar/assets/javascripts/discourse/components/discourse-post-event/status.gjs",
3174-
"lineNumber": 69,
3174+
"lineNumber": 70,
31753175
"args": [
31763176
{
31773177
"argValue": [
@@ -3387,7 +3387,7 @@
33873387
{
33883388
"eventId": "bookmarks:changed",
33893389
"filePath": "/plugins/discourse-data-explorer/assets/javascripts/discourse/controllers/group-reports-show.js",
3390-
"lineNumber": 120,
3390+
"lineNumber": 121,
33913391
"args": [
33923392
{
33933393
"argValue": "bookmarkFormData.saveData",

lib/app_events_docs_generator/app_events/app_events_docs.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ No arguments passed to this event.
9090
| 1 | bookmarkFormData.saveData | property | - |
9191
| 2 | bookmark.attachedTo | called_function | - |
9292

93-
##### /plugins/discourse-data-explorer/assets/javascripts/discourse/controllers/group-reports-show.js#120 [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-data-explorer/assets/javascripts/discourse/controllers/group-reports-show.js#L120)
93+
##### /plugins/discourse-data-explorer/assets/javascripts/discourse/controllers/group-reports-show.js#121 [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-data-explorer/assets/javascripts/discourse/controllers/group-reports-show.js#L121)
9494

9595
| Position | Argument | Type | Description |
9696
| -------- | ------------------------- | --------------- | ----------- |
@@ -101,23 +101,23 @@ No arguments passed to this event.
101101

102102

103103
### calendar
104-
#### calendar:create-invitee-status [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-calendar/assets/javascripts/discourse/components/discourse-post-event/status.gjs#L69)
104+
#### calendar:create-invitee-status [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-calendar/assets/javascripts/discourse/components/discourse-post-event/status.gjs#L70)
105105

106106
| Position | Argument | Type | Always Present | Description |
107107
| -------- | ----------------- | -------- | -------------- | ----------- |
108108
| 1 | objectArg1 | object | True | - |
109109
| - | objectArg1.status | variable | True | - |
110110
| - | objectArg1.postId | property | True | - |
111111

112-
#### calendar:invitee-left-event [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-calendar/assets/javascripts/discourse/components/discourse-post-event/status.gjs#L41)
112+
#### calendar:invitee-left-event [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-calendar/assets/javascripts/discourse/components/discourse-post-event/status.gjs#L42)
113113

114114
| Position | Argument | Type | Always Present | Description |
115115
| -------- | ------------------ | -------- | -------------- | ----------- |
116116
| 1 | objectArg1 | object | True | - |
117117
| - | objectArg1.invitee | variable | True | - |
118118
| - | objectArg1.postId | property | True | - |
119119

120-
#### calendar:update-invitee-status [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-calendar/assets/javascripts/discourse/components/discourse-post-event/status.gjs#L55)
120+
#### calendar:update-invitee-status [:link:](https://github.com/discourse/discourse/blob/main/plugins/discourse-calendar/assets/javascripts/discourse/components/discourse-post-event/status.gjs#L56)
121121

122122
| Position | Argument | Type | Always Present | Description |
123123
| -------- | ----------------- | -------- | -------------- | ----------- |
@@ -880,15 +880,15 @@ No arguments passed to this event.
880880
| -------- | -------- | -------- | -------------- | ----------- |
881881
| 1 | topic1 | variable | True | - |
882882

883-
#### header:update-topic [:link:](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/controllers/topic.js#L1838)
883+
#### header:update-topic [:link:](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/controllers/topic.js#L1840)
884884

885885
| Position | Argument | Type | Always Present | Description |
886886
| -------- | -------------- | -------- | -------------- | ----------- |
887887
| 1 | composer.topic | property | True | - |
888888

889889
<details><summary>Detailed List</summary>
890890

891-
##### /app/assets/javascripts/discourse/app/controllers/topic.js#1838 [:link:](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/controllers/topic.js#L1838)
891+
##### /app/assets/javascripts/discourse/app/controllers/topic.js#1840 [:link:](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/controllers/topic.js#L1840)
892892

893893
| Position | Argument | Type | Description |
894894
| -------- | -------- | -------- | ----------- |
@@ -1202,7 +1202,7 @@ No arguments passed to this event.
12021202

12031203
</details>
12041204

1205-
#### post:show-revision [:link:](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/models/post-stream.js#L1320)
1205+
#### post:show-revision [:link:](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/models/post-stream.js#L1322)
12061206

12071207
| Position | Argument | Type | Always Present | Description |
12081208
| -------- | ------------------- | -------- | -------------- | ----------- |
@@ -1352,7 +1352,7 @@ No arguments passed to this event.
13521352
| -------- | -------- | -------- | ----------- |
13531353
| 1 | args | variable | - |
13541354

1355-
##### /app/assets/javascripts/discourse/app/controllers/topic.js#1973 [:link:](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/controllers/topic.js#L1973)
1355+
##### /app/assets/javascripts/discourse/app/controllers/topic.js#1976 [:link:](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/controllers/topic.js#L1976)
13561356

13571357
| Position | Argument | Type | Description |
13581358
| -------- | ------------- | --------------- | ----------- |
@@ -1402,7 +1402,7 @@ No arguments passed to this event.
14021402

14031403
No arguments passed to this event.
14041404

1405-
##### /app/assets/javascripts/discourse/app/models/post-stream.js#446 [:link:](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/models/post-stream.js#L446)
1405+
##### /app/assets/javascripts/discourse/app/models/post-stream.js#448 [:link:](https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/models/post-stream.js#L448)
14061406

14071407
No arguments passed to this event.
14081408

0 commit comments

Comments
 (0)