Commit Graph

  • 4cc16ab135 Merge pull request '001-reference-board-viewer' (#2) from 001-reference-board-viewer into main main jawz 2025-11-02 19:13:52 -06:00
  • a8315d03fd fix until the canvas sort of works 001-reference-board-viewer Danilo Reyes 2025-11-02 19:13:08 -06:00
  • ff1c29c66a fix part 3 Danilo Reyes 2025-11-02 18:31:46 -06:00
  • 209b6d9f18 fix part 2 Danilo Reyes 2025-11-02 18:23:10 -06:00
  • 376ac1dec9 fix part 1 Danilo Reyes 2025-11-02 18:09:07 -06:00
  • 00024cdc0e Merge pull request '001-reference-board-viewer' (#1) from 001-reference-board-viewer into main jawz 2025-11-02 15:58:56 -06:00
  • ce353f8b49 phase 22 Danilo Reyes 2025-11-02 15:50:30 -06:00
  • d4fbdf9273 phase 15 Danilo Reyes 2025-11-02 15:16:00 -06:00
  • c68a6a7d01 phase 14 Danilo Reyes 2025-11-02 15:05:18 -06:00
  • 948fe591dc phase 13 Danilo Reyes 2025-11-02 14:48:03 -06:00
  • e5abcced74 phase 12 Danilo Reyes 2025-11-02 14:34:55 -06:00
  • 3eb3d977f9 phase 10 Danilo Reyes 2025-11-02 14:26:15 -06:00
  • ce0b692aee phase 8 Danilo Reyes 2025-11-02 14:13:56 -06:00
  • cd8ce33f5e phase 7 Danilo Reyes 2025-11-02 14:07:13 -06:00
  • 3700ba02ea phase 6 Danilo Reyes 2025-11-02 14:03:01 -06:00
  • f85ae4d417 feat: add core application constants, ownership verification, and repository utilities Danilo Reyes 2025-11-02 13:44:10 -06:00
  • ca81729c50 updated dependencies versions Danilo Reyes 2025-11-02 13:13:36 -06:00
  • b48adacf51 ci: add clean checkout and verification for frontend linting Danilo Reyes 2025-11-02 12:31:19 -06:00
  • c52ac86739 lib was accidentally being ignored Danilo Reyes 2025-11-02 12:23:25 -06:00
  • 681fa0903b ci fix Danilo Reyes 2025-11-02 11:12:10 -06:00
  • 5dc1b0bca5 ci fix Danilo Reyes 2025-11-02 11:09:29 -06:00
  • 010df31455 phase 5 Danilo Reyes 2025-11-02 01:47:25 -06:00
  • 48020b6f42 phase 4 Danilo Reyes 2025-11-02 01:01:38 -06:00
  • b0e22af242 chore: disable frontend package in flake.nix until dependencies are installed Danilo Reyes 2025-11-02 00:50:10 -06:00
  • 4a2f3f5fdc chore: update psycopg2 dependency in pyproject.toml Danilo Reyes 2025-11-02 00:47:17 -06:00
  • 2ebeb7e748 chore: update pyproject.toml to include package configuration for setuptools Danilo Reyes 2025-11-02 00:45:09 -06:00
  • 07f4ea8277 refactor: clean up flake.nix and nixos configurations for improved readability and organization Danilo Reyes 2025-11-02 00:42:46 -06:00
  • d40139822d phase 3.2 & 4.1 Danilo Reyes 2025-11-02 00:36:32 -06:00
  • cac1db0ed7 ci: disable frontend linting and unit tests until code is written Danilo Reyes 2025-11-02 00:21:55 -06:00
  • 8d161589a2 fix: use npm install --ignore-scripts in CI to avoid permission issues Danilo Reyes 2025-11-02 00:16:37 -06:00
  • 8bf5150eae fix: change CI to use npm install and remove coverage fail requirement Danilo Reyes 2025-11-02 00:14:34 -06:00
  • 37b25689ff chore: disable coverage requirement and update pre-push hook template Danilo Reyes 2025-11-02 00:12:27 -06:00
  • b55ac51fe2 feat: add unified linting scripts and git hooks for code quality enforcement Danilo Reyes 2025-11-02 00:08:37 -06:00
  • 4c94793aba docs: add scripts README with linting documentation Danilo Reyes 2025-11-02 00:06:56 -06:00
  • 3f6f8b2eff Enhance NixOS tests by adding a wait for PostgreSQL setup completion and verifying the existence of the 'webref' database role. This improves the reliability of database accessibility checks in the testing process. Danilo Reyes 2025-11-01 23:59:34 -06:00
  • eddc0390ba Add system user and group for webref in NixOS tests. Update database accessibility check to use webref user for improved security testing. Danilo Reyes 2025-11-01 23:57:06 -06:00
  • 011204188d Update project configuration and documentation for Reference Board Viewer. Add .direnv support for environment management, enhance README with quick start instructions, and update flake.nix with additional dependencies including pydantic-settings and bcrypt. Introduce quick-start.sh and test-auth.sh scripts for streamlined setup and authentication testing. Remove obsolete planning and task documents to clean up the repository. Danilo Reyes 2025-11-01 23:55:07 -06:00
  • a95a4c091a phase 3.1 Danilo Reyes 2025-11-01 23:33:52 -06:00
  • da4892cc30 Update CI configuration to suppress verbose output during Nix builds and checks. Replace -L flag with --quiet for improved log readability in backend and frontend package builds, as well as NixOS VM tests. Danilo Reyes 2025-11-01 23:24:04 -06:00
  • 56b5f8c67c Add flake.lock file and update README and CI configuration for x86_64-linux checks. Modify NixOS tests to improve database handling and streamline package installations. Update quickstart guide to reflect new testing commands. Danilo Reyes 2025-11-01 23:22:28 -06:00
  • ff4a2625f3 Refactor CI configuration to standardize job names and improve clarity. Update steps for NixOS VM tests, linting, unit tests, and package builds. Remove redundant comments and enhance output messages for better visibility during execution. Danilo Reyes 2025-11-01 23:18:43 -06:00
  • 6d3eaf16f9 Remove redundant code checkout steps in CI configuration, as Gitea Actions now automatically handles repository cloning. This update simplifies the workflow and enhances clarity in job steps. Danilo Reyes 2025-11-01 23:13:59 -06:00
  • 136fa200ec Refactor CI configuration to use custom checkout commands and remove caching steps. Update workflow to streamline code checkout and improve clarity in job steps. Danilo Reyes 2025-11-01 23:12:46 -06:00
  • 6dea130421 Add NixOS VM integration tests and update CI/CD pipeline configuration. Introduce checks for backend integration, full-stack, performance, and security tests using native NixOS services. Remove legacy GitHub Actions workflow and replace with Gitea Actions runner configuration. Update README and quickstart guide to reflect new development environment setup and testing commands. Danilo Reyes 2025-11-01 23:04:32 -06:00
  • 1bc657e0fd Add initial project configuration and setup for Reference Board Viewer application. Include EditorConfig for consistent coding styles, pre-commit hooks for linting and formatting, Docker Compose for local development with PostgreSQL and MinIO, and a Nix flake for development environment management. Establish CI/CD pipeline for automated testing and deployment. Danilo Reyes 2025-11-01 22:28:46 -06:00
  • 58f463867e Add comprehensive specifications and planning documents for Reference Board Viewer application. Include detailed data model, API contracts, quickstart guide, and task breakdown for implementation. Ensure all artifacts are aligned with project objectives and constitutional principles. Danilo Reyes 2025-11-01 22:19:39 -06:00
  • d5a1819e2f Add Nix package verification documentation for Reference Board Viewer application. Include comprehensive verification results for backend Python packages, system services, frontend tools, and development dependencies. Confirm 100% availability in nixpkgs with no custom derivations or workarounds required. Danilo Reyes 2025-11-01 22:04:12 -06:00
  • b59a3d23aa Add detailed implementation plan and technology research for Reference Board Viewer application. Outline objectives, scope, technical approach, and deployment strategy. Include comprehensive technology stack analysis and justification for selected frameworks and tools. Danilo Reyes 2025-11-01 21:58:23 -06:00
  • 43bd1aebf0 Initialize project structure with foundational files including .gitignore, README, and specification templates. Establish project constitution outlining core principles for code quality, testing, user experience, and performance. Add initial feature specification for Reference Board Viewer application. Danilo Reyes 2025-11-01 21:49:14 -06:00
  • 75492c3b61 init Danilo Reyes 2025-11-01 21:20:05 -06:00