Commit 31f5098
Redmesh update (#336)
* Develop (#331)
* fix: raise error if signature verify fails (#317)
* fix: raise error if signature verify fails
* fix: errors format
* fix: ora_sync logging
* fix: submit node update on pipeline update (#318)
* feat: added test_llm_servings.py script and updated the system prompt for ddl generation
* fix: error handling for size conflict when loading LLM
* fix: removed unnecessary eval
* fix: removed llama-cpp-python from requirements.txt and added specific section in dockerfile for better handling of installing
* fix: added no-deps flag to llama-cpp-python
* fix: fixed llama-cpp-python installation
* CAR tunnels start (#319)
* fix: start tunnel only after sanity check
* fix: containers persistent state
* fix: record container failure when suddenly changing status from running
* fix: refresh container status before running commands
* fix: save logs to container folder
* fix: set up endpoint poll on app start only
* fix: container start timeout
* fix: add readme for container apps
* chore: inc version
* fix: timeout
* fix: add extra logging
* Fix Cstore & R1FS API (#321)
* fix: cstore set any
* fix: r1fs get yaml
* Fix car tunnel start (#320)
* fix: add health check mode
* fix: update CAR readme
* fix: use health check config
* fix: readme
* chore: increment version
* fix: increase timeout
* feat: semaphore plugin start (#322)
* fix: car config update when plugin is stopped
* feat: add semaphore plugin start
* fix: add debug code for plugin semaphore status
* fix: add debug logs
* fix: set up semaphore only once api is really ready
* fix: set up semaphore response for ks jeeves
* fix: set up semaphore response for pentester api
* fix: reset semaphore on container stop/restart
* fix: variables set up for semaphore
* fix: repo check
* chore: increment version
* fix: rename flag
* fix: added context to devcontainer.json
* Fix semaphored plugin setup (#324)
* fix: simplify semaphored setup
* chore: increment version
* fix: remove duplicate log
* feat: moved llama-cpp-python to device.py additional package installa… (#323)
* feat: moved llama-cpp-python to device.py additional package installation + dockerfiles update + benchmarking script
* fix: removed typo
* chore: inc ver
* chore: inc ver
* Fix chainstore responses setup (#326)
* fix: semaphore env setup
* fix: move chainstore_response_mixin to base_mixins in naeural_core
* fix: use new approach for setting up chainstore response key for CAR
* fix: use new approach for setting up chainstore response key
* chore: increment version
* TCP Tunnels support in CAR and Tunnels Manager (#327)
* feat: add CLOUDFLARE_PROTOCOL param in CAR
* feat: add support for tcp tunnels in tunnels manager
* chore: inc ver
* Add auto semaphore & auto set up of cstore auth env (#328)
* feat: add semaphore key automatically for plugin bundles
* fix: rm signature from autogenerated semaphore key
* feat: add cstore auth hkey and secret autogeneration
* fix: inject semaphored keys in CAR/WAR
* fix: auth hkey
* fix: rm redundant logs
* fix: add automatically admin pwd to env
* fix: add automatically admin pwd to env
* fix: auto cstore env set up
* fix: set cerviguard image analzer to make mock prediction randomly
* chore: increment version
* fix: simplify instance id getters
* fix: move constants to on_init in cerviguard image analyzer
* fix: use right const for accessing key
* Cstore (#329)
* fix: CStore debug
* fix: get_status endpoint
* fix: add time elapsed to cstore manager api methods
* chore: increment version
* fix: remove requests logging
* fix: add timers logging to r1fs manager
---------
Co-authored-by: Andrei Ionut Damian <andrei.damian@me.com>
* chore: increment version
---------
Co-authored-by: Alessandro <37877991+aledefra@users.noreply.github.com>
Co-authored-by: Cristi Bleotiu <cristibleotiu@gmail.com>
Co-authored-by: Cristi Bleotiu <164478159+cristibleotiu@users.noreply.github.com>
Co-authored-by: Andrei Ionut Damian <andrei.damian@me.com>
* fix: update RedMesh todo v1
* fix: add TODO v2
* fix: update docstring
* fix: readme and docs
* fix: revert docstring
* fix: update docstring
* fix: added simplified TODO
* feat: implement slice ports distribution for r1 workers
* fix: progress prc calculation
* fix: shuffle ports at worker/thread level
* feat: add enabled and excluded features lists
* fix: thread-worker prc calculation
* feat: add continuous monitoring
* feat: implement dune sand walking
* fix: worker infinite logging
* fix: singlepass jobs close
* fix: local worker results merge & other small fixes
* feat: add endpoint for getting feature catalog
* fix: add extra info at job level
* fix: exceptions parsing
* fix: add get_job_data endpoint
* fix: add check if report is present before adding it
* feat: add selected_peers prop
* chore: inc version
* fix: set up default timeout for deeploy API
* fix: rm todos
* fix: add constants
---------
Co-authored-by: Cristi Bleotiu <164478159+cristibleotiu@users.noreply.github.com>
Co-authored-by: Andrei Ionut DAMIAN <andrei.damian@me.com>
Co-authored-by: Vitalii <87299468+vitalii-t12@users.noreply.github.com>
Co-authored-by: Alessandro <37877991+aledefra@users.noreply.github.com>
Co-authored-by: Cristi Bleotiu <cristibleotiu@gmail.com>1 parent 7657f80 commit 31f5098
File tree
9 files changed
+1846
-162
lines changed- extensions/business
- cybersec
- red_mesh
- deeploy
9 files changed
+1846
-162
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
57 | | - | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
67 | | - | |
68 | | - | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
72 | | - | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| 151 | + | |
| 152 | + | |
148 | 153 | | |
149 | 154 | | |
150 | 155 | | |
| |||
226 | 231 | | |
227 | 232 | | |
228 | 233 | | |
| 234 | + | |
229 | 235 | | |
230 | 236 | | |
231 | 237 | | |
| |||
250 | 256 | | |
251 | 257 | | |
252 | 258 | | |
| 259 | + | |
253 | 260 | | |
254 | 261 | | |
255 | 262 | | |
| |||
286 | 293 | | |
287 | 294 | | |
288 | 295 | | |
289 | | - | |
| 296 | + | |
290 | 297 | | |
291 | 298 | | |
292 | 299 | | |
| |||
297 | 304 | | |
298 | 305 | | |
299 | 306 | | |
300 | | - | |
| 307 | + | |
301 | 308 | | |
302 | 309 | | |
303 | 310 | | |
| |||
350 | 357 | | |
351 | 358 | | |
352 | 359 | | |
353 | | - | |
| 360 | + | |
354 | 361 | | |
355 | 362 | | |
356 | 363 | | |
| |||
375 | 382 | | |
376 | 383 | | |
377 | 384 | | |
| 385 | + | |
378 | 386 | | |
379 | 387 | | |
380 | 388 | | |
| |||
385 | 393 | | |
386 | 394 | | |
387 | 395 | | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 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 | + | |
| 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 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
0 commit comments