File tree
10 files changed
+43
-39
lines changed- .github/workflows
- lib
- ably
- realtime
- util
- submodules
- spec
- acceptance/realtime
- unit
- models
- util
10 files changed
+43
-39
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
| 335 | + | |
335 | 336 |
| |
336 | 337 |
| |
337 | 338 |
| |
|
Lines changed: 14 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
| 41 | + | |
| 42 | + | |
43 | 43 |
| |
44 |
| - | |
45 |
| - | |
| 44 | + | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 |
| - | |
| 86 | + | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
Submodule ably-common updated 47 files
- .editorconfig+19
- .eslintrc.js+25
- .github/workflows/check.yml+44
- .github/workflows/publish-json-schemas.yml+33
- .github/workflows/publish.yml+38
- .gitignore+4
- .markdownlint-cli2.yaml+9
- .tool-versions+2
- CONTRIBUTING.md+45
- COPYRIGHT+1
- LICENSE+176
- MAINTAINERS.md+6
- README.md+34
- go.mod+3
- go/cmd/ablyagent/main.go+110
- json-schemas/README.md+36
- json-schemas/publish.js+69
- json-schemas/src/account-stats.json+852
- json-schemas/src/agents.json+42
- json-schemas/src/app-stats.json+806
- json-schemas/src/attachments.json+157
- json-schemas/src/channel-lifecycle.json+31
- json-schemas/src/client-events-api-requests.json+104
- json-schemas/src/client-events-connections.json+207
- json-schemas/src/epoch.json+118
- json-schemas/versions.json+10
- network/README.md+29
- network/aws-edge-locations.json+1.1k
- network/datacenter-locations.csv+8
- package-lock.json+13.0k
- package.json+33
- protocol/Gemfile.lock+2-1
- protocol/README.md+158-1
- protocol/agents.json+372
- protocol/errors.json+184-181
- protocol/errorsHelp.json+87-49
- scripts/build-go.sh+33
- scripts/publish-go.sh+55
- templates/README.md+6
- templates/sdk-contributing.md+20
- templates/sdk-readme.md+94
- test-resources/README.md+2
- test-resources/messages-encoding.json+20-20
- test-resources/msgpack_test_fixtures.json+75
- test-resources/presence-messages-encoding.json+25-25
- test-resources/test-app-setup.json+21-5
- test/agents.test.js+18
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
| 197 | + | |
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
| |||
114 | 115 |
| |
115 | 116 |
| |
116 | 117 |
| |
117 |
| - | |
118 |
| - | |
| 118 | + | |
| 119 | + | |
119 | 120 |
| |
120 | 121 |
| |
121 | 122 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
| |||
74 | 75 |
| |
75 | 76 |
| |
76 | 77 |
| |
77 |
| - | |
| 78 | + | |
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
| |||
90 | 91 |
| |
91 | 92 |
| |
92 | 93 |
| |
| 94 | + | |
93 | 95 |
| |
94 |
| - | |
| 96 | + | |
95 | 97 |
| |
96 | 98 |
| |
97 | 99 |
| |
|
Lines changed: 15 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
| 77 | + | |
83 | 78 |
| |
84 |
| - | |
| 79 | + | |
| 80 | + | |
85 | 81 |
| |
86 |
| - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
87 | 86 |
| |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 | 87 |
| |
93 |
| - | |
94 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
|
0 commit comments