Commit afb2f12
Development (#23)
* 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
Co-authored-by: Pavel Tarasov <34866682+PaTara43@users.noreply.github.com>1 parent 87f0015 commit afb2f12
File tree
46 files changed
+3819
-664
lines changed- .github/workflows
- docs
- src
- feecc_workbench
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+3819
-664
lines changedThis file was deleted.
This file was deleted.
File renamed without changes.
| 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 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
23 | 21 | | |
24 | | - | |
25 | | - | |
| 22 | + | |
| 23 | + | |
26 | 24 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
35 | 30 | | |
36 | | - | |
| 31 | + | |
| 32 | + | |
37 | 33 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
44 | 39 | | |
45 | | - | |
46 | | - | |
| 40 | + | |
| 41 | + | |
47 | 42 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
53 | 67 | | |
54 | 68 | | |
55 | | - | |
| 69 | + | |
56 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
57 | 77 | | |
| 78 | + | |
58 | 79 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
9 | 28 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments