Releases: biisal/rowsql
v0.1.12
Changelog
- 2cce680 chore: update golang.org/x dependencies and remove unused tools package
- 774a7ae refactor: remove redundant DisableAutoUpdate field from application configuration
- 729d3b0 refactor: remove unused UI components and cleanup project dependencies
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.11
Changelog
- 3d9a7f5 Merge pull request #7 from biisal/refactor/rows
- a58bc90 Merge pull request #8 from biisal/refactor/rows
- 2fb0765 Merge pull request #9 from biisal/refactor/rows
- 6026cf1 feat: add DisableAutoUpdate field to application configuration defaults
- b485a2c feat: implement row details sheet with integrated view and edit modes for table records
- fcd2ebc fix: update default pagination limit constraints in AppConfig
- df02dae refactor: consolidate row details sheet management into useRowContext hook using open/close helper methods
- ca78975 refactor: update default pagination limits and bind app config to global constants
- 4cdd720 refactor: update row upsert logic to invalidate queries instead of navigating and suppress minor ESLint warnings
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.10
Changelog
- 6a14ac5 Merge branch 'main' of github.com:biisal/rowsql into refactor/rows
- e025480 Merge pull request #3 from biisal/refactor/config
- aaaa3b4 Merge pull request #4 from biisal/refactor/config
- 14c21dd Merge pull request #5 from biisal/refactor/config
- 706e897 Merge pull request #6 from biisal/refactor/rows
- d5d0d3e chore: remove openapi schema and initialize pnpm workspace configuration
- 0b623f8 feat: abstract workspace preparation into a reusable composite action
- ce355d4 feat: add step to generate OpenAPI schema in CI workflow
- a6955bf refactor: refactor row details display, improve pagination logic, and add makefile build targets
- d20245f refactor: update readme and replace Taskfile with Makefile targets
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.9
Changelog
- 582cbb4 build: create frontend/dist directory in CI pipeline to prevent schema generation failures
- f63716f chore: remove auto-generated frontend API client files
- 4aeb356 ci: add openapi schema generation step and update frontend build script order and input path
- 4cfe60e feat: add Drawer component and migrate row insert/update form to a sheet-based UI
- dec5234 feat: implement row insertion and update functionality with dedicated form component
- 706f35d refactor rows
- 91d9c0f refactor: relocate table components and update references to use the new directory structure
- 8481c2e refactor: rename row details state and improve error handling in table view
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.8
Changelog
- 6f91706 feat: update help text to include selection and quit instructions
- 25d951b refactor: implement ConfigService interface and update UI component styles and editor table refetching logic
- d1f889c refactor: migrate configuration management from environment variables to JSON-based files with an interactive selection prompt
- 12641a5 refactor: modernize configuration service with improved error handling, default value application, and path management.
- 71fb3de refactor: remove unnecessary debug logging and whitespace across configuration and server mount logic
- c31837b refactor: standardize codebase formatting, add husky pre-commit hooks, and update project configuration
- 35a9d7a refactor: update dialect query building to prepend WHERE clauses and improve config test assertions.
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.7
Changelog
- 37b0c41 Merge pull request #1 from biisal/breaking/structure-change
- 838b5b8 Merge pull request #2 from biisal/breaking/structure-change
- fbf7253 Remove unused swagger imports
- 0645804 ci: add GitHub Actions workflow for linting, security checks, and testing, and clean up route registration code
- 3e5b298 feat: add API proxy configuration, fix auto-increment UI logic, and adjust build and server routing settings
- dd0ab2b feat: implement SQL query editor with monaco integration and backend execution support
- 0eed1cd feat: integrate Huma API and add schema generation command for OpenAPI documentation
- 8d2e68c feat: update frontend client and validation schemas to support dynamic input type rendering
- 1a209f8 fix : Cannot find module '@/pages/About.tsx'
- dde904b fix: log errors during database row closure to prevent silent failures
- a175c1e moving to huma and hey api
- 04ec0db refactor: consolidate data type definitions and update row representation to use hash-based sets
- bf66de5 refactor: rename ColType to ColumnType and restructure ColValue fields for consistency throughout the codebase
- 7c1955d refactor: replace custom RowSet model with direct [][]models.ColValue slice for row data operations
- 09f35ce refactor: standardize database column types and implement identifier quoting across query builders
- 09235e2 refactor: unify configuration management, clean up router/handlers, and update frontend dependencies and ignore rules
- a386a12 refactor: unify row operations by replacing RowItem with ColValue model and updating API request structures
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.6
Changelog
- ed88b28 feat: Implement row deletion across dialects, refactor name quoting, and enhance query generation with expanded test coverage
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.5
Changelog
- b79e4e4 refactor: introduce a Dialect interface and implementations to abstract database-specific query generation and behavior.
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.4
Changelog
- efdffdf chore: Add
TESTING_PLAN.mdto.gitignore. - 74b1f27 feat: Add comprehensive testing plan, refactor frontend row submission payload, and enhance query builder error handling.
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal
v0.1.3
Changelog
- cab87fe Remove unused imports from Layout
- d7b1d24 Wire query builder into service and add GitHub star
- 63fedf6 chore: Set
release.drafttofalsein.goreleaser.yaml. - 54fcc67 feat: Implement and add comprehensive tests for the database query builder covering table, column, and row listing, and row insertion.
If you want to contribute, feel free to submit a pull request. If you encounter any issues or have suggestions, please open an issue on GitHub. or contact at biisal