Commit dfd656d
Review SCM files and security updates (#25)
- Fix critical bug in security-policy.yml: HTTP check was inverted
(https -> http)
- Add legacy exception for extensions/vscode in rsr-antipattern.yml
until ReScript conversion
- Improve guix.scm with proper synopsis and description
- Add optional database features (redis, surrealdb, arangors) with
feature flags
- Fix unused variable warning in gitlab.rs (_payload -> payload)
- Make db modules conditionally compiled based on feature flags
- Update STATE.scm with current blockers (TypeScript conversion tracked)
- Add Cargo.lock for reproducible Nix builds
## Description
Brief description of the changes.
## Related Issue
Fixes #(issue number)
## Type of Change
- [ ] Bug fix (non-breaking change fixing an issue)
- [ ] New feature (non-breaking change adding functionality)
- [ ] Breaking change (fix or feature causing existing functionality to
change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have commented my code where necessary
- [ ] I have updated the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix/feature works
- [ ] All tests pass locally
- [ ] I have run `cargo fmt` and `cargo clippy`
## Testing
Describe how to test these changes.
## Screenshots (if applicable)
Add screenshots to help explain your changes.
Co-authored-by: Claude <noreply@anthropic.com>1 parent f53f913 commit dfd656d
File tree
8 files changed
+6550
-32
lines changed- .github/workflows
- engine
- src
- adapters
- db
8 files changed
+6550
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | | - | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | | - | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments