Commit 2c28e84
authored
fix: fix datadog tracking and sync with the chatbot (#1388)
## Description
## Linear Ticket
## What type of PR is this? (check all applicable)
- [ ] π‘ (feat) - A new feature (non-breaking change which adds
functionality)
- [ ] π (refactor) - Code Refactoring - A code change that neither fixes
a bug nor adds a feature
- [ ] π (fix) - Bug Fix (non-breaking change which fixes an issue)
- [ ] π (perf) - Optimization
- [ ] π (docs) - Documentation - Documentation only changes
- [ ] π (test) - Tests - Adding missing tests or correcting existing
tests
- [ ] βοΈ (ci) - Continuous Integrations - Changes to our CI
configuration files and scripts (example scopes: Travis, Circle,
BrowserStack, SauceLabs)
- [ ] βοΈ (chore) - Chores - Other changes that don't modify src or test
files
- [ ] β©οΈ (revert) - Reverts - Reverts a previous commit(s).
<!--
For a timely review/response, please avoid force-pushing additional
commits if your PR already received reviews or comments.
Before submitting a Pull Request, please ensure you've done the
following:
- π·ββοΈ Create small PRs. In most cases this will be possible.
- β
Provide tests for your changes.
- π Use descriptive commit messages (as described below).
- π Update any related documentation and include any relevant
screenshots.
Commit Message Structure (all lower-case):
<type>(optional ticket number): <description>
[optional body]
-->1 parent 21ba233 commit 2c28e84
File tree
26 files changed
+589
-493
lines changed- .vscode
- src
- components
- organisms/chatbotIframe
- templates
- constants
- hooks
- interfaces/services
- locales/en/utilities
- services
- types
- utilities
26 files changed
+589
-493
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
2 | 15 | | |
3 | | - | |
4 | 16 | | |
5 | 17 | | |
6 | 18 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 19 | + | |
| 20 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
17 | 8 | | |
18 | 9 | | |
19 | 10 | | |
| |||
111 | 102 | | |
112 | 103 | | |
113 | 104 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | 105 | | |
145 | 106 | | |
146 | 107 | | |
147 | | - | |
| 108 | + | |
148 | 109 | | |
149 | 110 | | |
150 | 111 | | |
| |||
336 | 297 | | |
337 | 298 | | |
338 | 299 | | |
339 | | - | |
| 300 | + | |
340 | 301 | | |
341 | 302 | | |
342 | 303 | | |
Submodule autokitteh updated 22 files
- integrations/reddit/client.go+36-2
- integrations/reddit/save.go+63
- integrations/reddit/vars.go+2
- internal/backend/dashboardsvc/builds.go+8-4
- internal/backend/dashboardsvc/connections.go+9-1
- internal/backend/dashboardsvc/deployments.go+9-1
- internal/backend/dashboardsvc/events.go+7-1
- internal/backend/dashboardsvc/projects.go+26
- internal/backend/dashboardsvc/sessions.go+7
- internal/backend/dashboardsvc/triggers.go+9-1
- internal/backend/store/store_test.go+46
- internal/backend/store/values.go+22
- internal/backend/webhookssvc/svc.go+8-9
- runtimes/pythonrt/py-sdk/autokitteh/__init__.py+4-2
- runtimes/pythonrt/py-sdk/autokitteh/store.py+26-1
- runtimes/pythonrt/py-sdk/docs/requirements.txt+1-1
- runtimes/pythonrt/py-sdk/pyproject.toml+1-1
- runtimes/pythonrt/runner/main.py+40-4
- runtimes/pythonrt/runner/syscalls.py+8-2
- runtimes/pythonrt/runner/tests/main_test.py+20
- tests/sessions/python/store.txtar+9-1
- web/webdashboard/project.html+11-2
Lines changed: 24 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | | - | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
88 | 94 | | |
89 | 95 | | |
90 | 96 | | |
| |||
98 | 104 | | |
99 | 105 | | |
100 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
101 | 110 | | |
| 111 | + | |
102 | 112 | | |
103 | | - | |
| 113 | + | |
104 | 114 | | |
105 | 115 | | |
106 | 116 | | |
| |||
126 | 136 | | |
127 | 137 | | |
128 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
129 | 145 | | |
130 | 146 | | |
131 | 147 | | |
| |||
136 | 152 | | |
137 | 153 | | |
138 | 154 | | |
139 | | - | |
| 155 | + | |
140 | 156 | | |
141 | 157 | | |
142 | 158 | | |
| |||
229 | 245 | | |
230 | 246 | | |
231 | 247 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | 248 | | |
240 | 249 | | |
241 | 250 | | |
| |||
271 | 280 | | |
272 | 281 | | |
273 | 282 | | |
274 | | - | |
275 | 283 | | |
276 | 284 | | |
277 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 11 | + | |
17 | 12 | | |
18 | 13 | | |
19 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | | - | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments