nxtgauge-backend-rust/scripts
Ashwin Kumar Sivakumar 8f0cf64eb4 fix: update jsonwebtoken 9.3→10.3, add audit.toml to ignore local crate false positives, fix cache/ollama.rs compile errors
- Update jsonwebtoken from 9.3 to 10.3 in crates/auth/Cargo.toml and crates/contracts/Cargo.toml
- Create .cargo/audit.toml to ignore false positives for local workspace crates 'cache' and 'users'
- Fix pre-existing compile errors in crates/cache/src/ollama.rs (missing reqwest dep, broken format! string literals)
- Add reqwest workspace dependency to crates/cache/Cargo.toml
2026-05-31 18:25:38 +05:30
..
build-base-image.sh perf(build): ultra-fast builds with caching and optimized Dockerfiles 2026-04-10 05:43:34 +02:00
build-changed.sh feat(deployment): add optimized build system for faster deployments 2026-04-10 05:14:27 +02:00
deploy-changed.sh feat(deployment): add optimized build system for faster deployments 2026-04-10 05:14:27 +02:00
fast-build.sh perf(build): ultra-fast builds with caching and optimized Dockerfiles 2026-04-10 05:43:34 +02:00
init-db.sql Update backend services: catering_services, companies, developers, gateway, job_seekers, photographers, social_media_managers, tutors, ugc_content_creators, users; update cache (otp, token), contracts (profession_shared, profession_state), db (job_seeker, verification), email; add revision-requested email template; update init-db.sql and start-services.sh 2026-05-08 15:34:29 +02:00
seed.sql chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
seed_external_role_management.sql chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
seed_kb.sql feat: add KB and support ticket system 2026-04-02 13:36:12 +02:00