-
-
Notifications
You must be signed in to change notification settings - Fork 49
Feature/nl parser #351
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
Closed
pavanimanchala53
wants to merge
57
commits into
cortexlinux:main
from
pavanimanchala53:feature/nl-parser
Closed
Feature/nl parser #351
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
323d2b0
feat(cli): add stdin piping support for log and context analysis
e257541
chore(lint): ignore removed legacy parallel LLM demo/test paths
d8535c3
chore(lint): ignore removed legacy parallel LLM demo/test paths
2da19d2
nl parser implementation
3eef09f
resolved lint issues
3eb011f
feat: add environment variable manager with encryption and templates
be367a3
fix: resolve ruff lint errors and PEP8 issues
4966127
test: replace insecure ftp URL with secure protocol
39ef758
refactor(cli): improve exception handling per reviewer feedback
03295b9
style: format cli.py with black
75a2c2c
Add Python 3.14 free-threading compatibility
sujay-d07 d8d0bbf
Update docs/PYTHON_314_THREAD_SAFETY_AUDIT.md
sujay-d07 6e35aa7
Update tests/test_thread_safety.py
sujay-d07 67967ca
Update cortex/utils/db_pool.py
sujay-d07 ec4db87
Update tests/test_thread_safety.py
sujay-d07 f67f91e
Update tests/test_thread_safety.py
sujay-d07 cc9cb51
Fix linting issues (ruff)
sujay-d07 97b85d8
Apply Black formatting
sujay-d07 75d5541
Refactor system prompt in diagnose_errors_parallel and simplify conne…
sujay-d07 417fcd3
Replace random with secrets.SystemRandom for improved randomness in s…
sujay-d07 22f45c5
Update tests/test_thread_safety.py
sujay-d07 b62cf74
Update tests/test_thread_safety.py
sujay-d07 3a8c9f7
Enhance free-threading detection and improve connection pool timeout …
sujay-d07 bd6e674
fix - merge conflict
lu11y0 d15db9b
feat: add natural language query interface (cortex ask)
Sahilbhatane 3ad3db3
Add @Suyashd999 as a code owner
Sahilbhatane af616fa
changes fix, test, suggestion
Sahilbhatane 4edadf1
feat: Consolidate system status and health checks into a single command
sujay-d07 39e025f
Update cortex/cli.py
sujay-d07 3423d7d
refactor: Simplify status command parser definition in CLI
sujay-d07 7f29642
Add Ollama integration with setup script, LLM router support, and com…
sujay-d07 c9e66f2
fix: Correct assertion syntax for Ollama stats tracking test
sujay-d07 8d62666
fix: Add pytest marker to skip tests if Ollama is not installed
sujay-d07 3ebb8a4
Update scripts/setup_ollama.py
sujay-d07 48321d6
Update scripts/setup_ollama.py
sujay-d07 0ef159d
[cli] Remove deprecated user-preferences command
Anshgrover23 e18e116
feat: add Contributor License Agreement (CLA) system
2937738
fix: add contents:write permission for CLA signatures
09935c2
fix: switch to official cla-assistant action v2.3.0
0cdf259
feat: replace CLA Assistant with custom CLA enforcement
d489e70
feat: add allbots@llents.io to CLA signers
9279cb2
fix: add allbots@allbots.io to CLA signers
5f340a4
fix: resolve ruff lint errors in CLA script
f1697cb
Refactor: Remove offline mode support and update documentation accord…
sujay-d07 56c54be
[cli] Add dependency import command for multi-ecosystem support
a9be322
Add Sujay Dongre to CLA signers
Suyashd999 8a1a2a0
Add Ansh Grover to CLA signers
Anshgrover23 2124677
Add Ansh Grover to CLA signers
Anshgrover23 5bff4ff
docs: add Kesavaraja M to CLA signers (#403)
Kesavaraja67 7d2c55f
[sandbox] Add Docker-based package sandbox testing environment
Anshgrover23 3ff6d32
fix duplcate code in test
Anshgrover23 b8e4016
address coderabbit comments
Anshgrover23 8b835f2
Enhance DockerSandbox: Add apt-get update before installation and imp…
Anshgrover23 7d6e3d2
fix lint
Anshgrover23 349fefa
docs: add lu11y0 to CLA signers :) (#404)
lu11y0 07ca79d
fix cli install tests by skipping interactive prompts in non-TTY envi…
b76e35c
fix: align CLI fake provider behaviour and resolve lint issues
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| # Auto-assign reviewers | ||
| * @mikejmorgan-ai | ||
| * @Suyashd999 | ||
| * @Anshgrover23 | ||
| cortex/*.py @mikejmorgan-ai | ||
| tests/*.py @mikejmorgan-ai | ||
| docs/*.md @mikejmorgan-ai | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,25 +14,6 @@ | |
| "signed_date": "2024-12-29", | ||
| "cla_version": "1.0" | ||
| }, | ||
| { | ||
| "name": "pavani manchala", | ||
| "github_username": "pavanimanchala53", | ||
| "emails": [ | ||
| "pavanimanchala53@gmail.com" | ||
| ], | ||
| "signed_date": "2026-01-01", | ||
| "cla_version": "1.0" | ||
| }, | ||
| { | ||
| "name": "Sahil Bhatane", | ||
| "github_username": "Sahilbhatane", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again, why this one ? |
||
| "emails": [ | ||
| "Sahilbhatane@gmail.com", | ||
| "Sahilbhatane6@gmail.com" | ||
| ], | ||
| "signed_date": "2024-12-29", | ||
| "cla_version": "1.0" | ||
| }, | ||
| { | ||
| "name": "Sujay Dongre", | ||
| "github_username": "sujay-d07", | ||
|
|
@@ -86,4 +67,4 @@ | |
| "emails": [] | ||
| } | ||
| } | ||
| } | ||
| } | ||
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this file changed ?