Commit 4092656
Development (#25)
* longer wait time
* speed up unit retrieval with serverside stage aggregation
* added execution timing for frequently used db methods
* implemented exec timer for async functions
* increased units pending revision fetching speed 3x
* access collections with properties
* removed unused mount
* Reworked unit upload and update for x3 speed increase. Removed unused methods.
* Version bump
* Add WS endpoint for workbench status streaming
* Add optional dotenv parsing
* Implement SSE stream instead of WS
* Fixed type annotation
* update black version
* reworked connection close pipeline
* improved logging
* Implement background printing tasks
* Update docker-compose.yml
* remove .gitignore
* mark endpoint as deprecated
* optimize txn hash pushing to db
* removed polling and optimized state push using async event
* bugfix: thread wouldn't unblock until txn posted. implemented async wrapper
* implemented single field updates
* async short url generator. up to 4s faster passport saving
* updated packages
* version bump
* cached files auto remove
* added some docker volumes
* added db connection close on quit
* update .gitignore
* removed duplicate code
* removed redundant db field
* refactored unit retrieval
* implemented workbench shutdown sequence
* renamed actions
* implemented multiplatform Dockerfile
* multiplatform image building
* bugfix
* bugfix
* removed arm v7 form the list of platforms
* added comments
* updated robonomics-interface version
* updated Dockerfiles to matched unified code style
* updated Dockerfile names
* updated action to reuse in other repos
* update type hints to 3.10 format
* minor changes
* bugfix
* dependency update
* update base version
* update Python version in action
* bugfix
* updated dependencies
* action bugfix attempt
* added type annotation
* update mypy config
* update dep versions in requirements.txt
* return caching in action
* return caching in action
* moved type alias
* added back union checking plugin
* filter out AssertionErrors
* replace variable returns with HTTPExceptions
* add black daemon
* minor refactoring
* fixed typos
* fixed typo
* minor update to passport code logic
* filter access logs for certain endpoints
* add healthcheck
* added connectivity checks for external services
* fix typo
* bugfix
* Update _Barcode.py (#22)
* getting component staged for revision from the parent's id (MAP-257)
* rewritten pre-commit config
* isort
* improved type annotations
* bugfix
* bugfix MAP-332
* Added ECS logging support for the ELK stack integration
* slightly modified README
* ECS logs now written to file instead of console
* experimental: cache Docker layers
* improved logging
* updated pc hooks
* Implemented SSE notifications
* Optimized imports
* Allow assigning built units with unreleased passport (MAP-355)
* Tagged endpoints
* update deps
* update deps
* notify user of a forbidden transition
* add error notifications
* fix mypy error
* replaced concat with fstring
* extracted singular connection func
* add fstring instead of concat
* added more checks and error notifications
* added more checks and error notifications
* added datalog success notification
* version bump
* bugfix
* add more notifications
* replaced json err responses with HTTP exceptions
* more notifications and minor improvements
* bring back bg datalog posting
* reworked messenger interface, suppressed Runtime Error (temp fix)
* Fixed 'RuntimeError: no running event loop'
* User notifications translated to russian
* Improved error notifications
* Minor improvements to Messenger.py
* Improved reliability for unit wrap up operation
* Improved reliability for operation ending
* Minor fixes
* Updated dependencies
* Added more user notifications
* Improved image annotations for passport QR codes
* Add unit's combined assembly time to the passport
* Faster operation ending on composite units
* Attempt to fix QR code side logos
* Reworked unit component assignment logic
* Avoid reassigning the same unit twice
* Remove exception info from the printing error notifications
* add prometheus metrics
* renamed env var for mongodb uri
* version bump
* add docker secrets parsing
* insert exception message into a metric label
* reworked Robonomics async wrapper
* version bump
* add custom tracked exception
* remove dependency compilation stage as target binaries are now available
* bugfix
* add version posting to prometheus
* simplify error messages
* Added 6 new metrics for basic worker productivity stats
* bugfix
* Fixed app version reporting inside Docker
* Updated dependencies
* Bugfix in version file parsing
* Attempt connection error fix
* Now sorting schemas in alphabetical order
* Dependencies Updated
* Removed unused Dockerfile
Co-authored-by: Pavel Tarasov <34866682+PaTara43@users.noreply.github.com>1 parent f872a9e commit 4092656
File tree
13 files changed
+687
-588
lines changed- src
- feecc_workbench
13 files changed
+687
-588
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 1 | | |
19 | 2 | | |
20 | 3 | | |
21 | 4 | | |
22 | 5 | | |
23 | 6 | | |
24 | | - | |
| 7 | + | |
25 | 8 | | |
26 | 9 | | |
27 | 10 | | |
| 11 | + | |
28 | 12 | | |
29 | 13 | | |
30 | 14 | | |
31 | 15 | | |
32 | 16 | | |
33 | 17 | | |
34 | | - | |
35 | 18 | | |
36 | 19 | | |
| 20 | + | |
37 | 21 | | |
38 | 22 | | |
39 | 23 | | |
This file was deleted.
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 | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
| 234 | + | |
233 | 235 | | |
234 | 236 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| 121 | + | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
| |||
143 | 147 | | |
144 | 148 | | |
145 | 149 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
270 | 271 | | |
271 | 272 | | |
272 | 273 | | |
| |||
338 | 339 | | |
339 | 340 | | |
340 | 341 | | |
| 342 | + | |
341 | 343 | | |
342 | 344 | | |
343 | 345 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
82 | 100 | | |
83 | 101 | | |
84 | 102 | | |
85 | 103 | | |
| 104 | + | |
| 105 | + | |
86 | 106 | | |
87 | 107 | | |
88 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
13 | | - | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments