722685b2d8
fix: remove null pointer dereference in user profile serializer
SORM build / build (push) Successful in 20s
SORM tests / Compile (push) Successful in 6s
2024-12-08 19:27:05 +00:00
bcbe0d9c8b
chore: remove debug console.log statements from user authentication flow
2024-12-08 18:59:58 +00:00
eccb4bc830
chore: remove debug console.log statements from user authentication flow
2024-12-08 18:58:50 +00:00
90d2327466
feat: add rlib.h header with core utility macros and type definitions
2024-12-02 13:21:44 +00:00
942db39b72
fix: correct missing semicolon in webpack config causing build failure
2024-12-02 13:21:11 +00:00
35184bf6e1
chore: remove unused job scheduling configuration from settings
2024-12-02 13:18:12 +00:00
c3ac4ce96f
feat: add rlib dependency for runtime library support in project
2024-11-28 22:28:33 +00:00
ded3efbb70
chore: add missing rlib crate type to Cargo.toml build config
...
The build configuration was incomplete as it omitted the required 'rlib' crate type,
which would cause compilation failures. This commit adds the missing rlib entry to
ensure the build process can proceed, though further adjustments are still pending.
2024-11-22 15:31:46 +00:00
a8feb4a7ea
chore: update build configuration to enable strict type checking in tsconfig
2024-11-22 15:30:38 +00:00
84b3461035
chore: update build configuration to enable parallel task execution in CI pipeline
2024-11-22 15:30:01 +00:00
09efab8563
chore: add tsconfig paths and vite resolve aliases for src directory
2024-11-22 15:27:37 +00:00
76accd211c
chore: remove trailing whitespace from all source files in src/ directory
2024-11-22 14:51:47 +00:00
ec5040f054
docs: add project description and setup instructions to README
2024-11-22 13:57:47 +00:00
e09889bd83
docs: add project overview and setup instructions to readme
2024-11-22 13:56:40 +00:00
1c772bae53
docs: add project overview and setup instructions to README
2024-11-22 13:51:55 +00:00
d5a0ab8797
feat: add runner configuration with environment and timeout settings
...
- Introduced a new configuration file for the runner, defining environment variables and timeout parameters.
- Configured the runner to use a specific environment (e.g., production) with a timeout of 300 seconds.
- Added settings for logging level and output directory to ensure consistent behavior across runs.
2024-11-22 13:45:03 +00:00
e65e3322c2
chore: improve grammar and phrasing across multiple documentation files
2024-11-22 13:45:03 +00:00
8d6e4b930b
docs: add project overview and setup instructions to README
2024-11-22 13:45:03 +00:00
e7c5df0752
feat: add initial project content with core application files
2024-11-22 13:45:03 +00:00
cb3abfec53
docs: add project overview and setup instructions to README
2024-11-22 13:45:03 +00:00
4a5a381ffd
feat: add initial project structure with core files and configuration
2024-11-22 13:45:03 +00:00