-
Notifications
You must be signed in to change notification settings - Fork 1
Develop #331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: raise error if signature verify fails * fix: errors format
… for ddl generation
…c section in dockerfile for better handling of installing
* 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 set any * fix: r1fs get yaml
* fix: add health check mode * fix: update CAR readme * fix: use health check config * fix: readme * chore: increment version * fix: increase timeout
* 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: simplify semaphored setup * chore: increment version * fix: remove duplicate log
#323) * feat: moved llama-cpp-python to device.py additional package installation + dockerfiles update + benchmarking script * fix: removed typo * chore: inc ver
* 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
* feat: add CLOUDFLARE_PROTOCOL param in CAR * feat: add support for tcp tunnels in tunnels manager
* 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
cristibleotiu
approved these changes
Dec 16, 2025
cristibleotiu
added a commit
that referenced
this pull request
Dec 22, 2025
* 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.