XYLEX Cloud
v0.2.606

v0.2.606

:bug: Bug Fixes

  • 0eea229 - Correct minor issues in authentication and dashboard components (commit by @floris-xlx)

:recycle: Refactors

  • 980fc7b - Dynamically import Monaco editor in SupabaseRsCodeGen and NginxSitesOverview components (commit by @floris-xlx)

Docs

Fixes

Enhancements

  • Dynamically import Monaco editor in SupabaseRsCodeGen and NginxSitesOverview components 980fc7b by @floris-xlx

Full diff: v0.2.603...v0.2.606

Share card: Generate release OG image

v0.2.589

v0.2.589

:recycle: Refactors

  • 3c95576 - Improve error handling in API calls across components (commit by @floris-xlx)
  • 37f74b5 - Optimize CSV upload handling in UploadCsvPanel (commit by @floris-xlx)

Docs

Enhancements

Full diff: v0.2.585...v0.2.589

Share card: Generate release OG image

v0.2.558

v0.2.558

:sparkles: New Features

  • 14f3de1 - Implement object filtering in Workbench component (commit by @floris-xlx)

:bug: Bug Fixes

  • 939921f - Improve recent query fields validation in SQL Editor (commit by @floris-xlx)

Docs

Features

Fixes

Full diff: v0.2.554...v0.2.558

Share card: Generate release OG image

v0.2.532

v0.2.532

:sparkles: New Features

  • a31d10f - add auto-refresh functionality for log updates in ActionHeader component (commit by @floris-xlx)
  • de03335 - add total logs tracking to LogTable component (commit by @floris-xlx)
  • 8e1f98c - enhance LogTable and ActionHeader with pagination support and update total logs display (commit by @floris-xlx)
  • 8421e0d - add disabled state to pagination buttons in LogTable component (commit by @floris-xlx)
  • 58b87a3 - add repository_url to webhook handling and update related components (commit by @floris-xlx)
  • 32e678c - enhance LineValue component with link support and orientation options (commit by @floris-xlx)
  • 78da7cf - add 'seperated' prop and extend 'orientation' options in LineValue component (commit by @floris-xlx)
  • e415b10 - enhance LineValue component with conditional rendering and border styling (commit by @floris-xlx)
  • 38331e7 - add connecting line to LineValue component for improved visual separation (commit by @floris-xlx)
  • 12be781 - extend allowed table names and enhance deployment handling in API (commit by @floris-xlx)
  • abcd5d1 - add API endpoint to retrieve current git commit hash and relative uptime (commit by @floris-xlx)
  • 7e0a3e4 - refactor deployment handling to use Supabase client and include additional commit details (commit by @floris-xlx)
  • 97bf0d8 - implement auto-deploy functionality by fetching project data and triggering redeploy API (commit by @floris-xlx)
  • 4ef4996 - enhance redeploy logic to check if commit has already been built before triggering redeploy (commit by @floris-xlx)
  • f770134 - add validation for required data in redeploy process (commit by @floris-xlx)
  • a4030fa - enhance webhook logic to validate auto-deploy conditions before triggering redeploy (commit by @floris-xlx)
  • bd24e75 - add logging for POST response in webhook route (commit by @floris-xlx)
  • 404d1c5 - add TODO for implementing deployment scoped logging in redeploy route (commit by @floris-xlx)
  • 5f26ecb - add conditional fetching of project data based on GitHub event type (commit by @floris-xlx)
  • 392bb34 - add logging for build response and build data in webhook POST route (commit by @floris-xlx)
  • aa884d6 - add logging for commit_id, deploy_key, and response in redeploy route (commit by @floris-xlx)
  • fa03f47 - add TODO for moving URLs to environment variables in redeploy route (commit by @floris-xlx)
  • 62e66b6 - add TODO for implementing proper deployment scoped logging in redeploy route (commit by @floris-xlx)
  • 0571264 - add SSH command execution for deployment in redeploy route (commit by @floris-xlx)
  • 0739a3d - add Request interface and implement new components for trade management and logging (commit by @floris-xlx)
  • deaf436 - update deployment logs page and log table to reflect deployment IDs and improve navigation (commit by @floris-xlx)
  • 8d0da46 - Enhance project page with dynamic data fetching and improved UI (commit by @floris-xlx)
  • a4e6300 - Update server metrics fetching with improved data transformation and remote API endpoint (commit by @floris-xlx)
  • 19d1a1d - Add server page navigation with service-specific views and icons (commit by @floris-xlx)
  • 26092d8 - Add Monitors navigation option to server page (commit by @floris-xlx)
  • e60a4b3 - Add Nginx sites overview to server management page (commit by @floris-xlx)
  • 00684c4 - Implement Nginx site configuration viewer with Monaco Editor (commit by @floris-xlx)
  • 0c7d0bb - Add mobile-responsive Nginx sites configuration drawer (commit by @floris-xlx)
  • b14a63f - Enhance section header and global styling (commit by @floris-xlx)
  • a4b20d5 - Enhance storage page with search and filtering capabilities (commit by @floris-xlx)
  • 4bbeddf - Improve storage page responsiveness and dynamic component sizing (commit by @floris-xlx)
  • 75f27fc - Add database fetching and error handling to storage page (commit by @floris-xlx)
  • 41ef4e3 - Enhance storage page with database listing and project integration (commit by @floris-xlx)
  • c749547 - Implement database creation with Sonner toast notifications (commit by @floris-xlx)
  • 86bb467 - Improve database creation form with validation and UX enhancements (commit by @floris-xlx)
  • 7b3b1bc - Add clickable storage card with organization-specific routing (commit by @floris-xlx)
  • 0a6a5ca - Enhance PostgresDbPage with dynamic environment configuration and metadata display (commit by @floris-xlx)
  • 65a1408 - Enhance Monaco Editor with flexible configuration and improved rendering (commit by @floris-xlx)
  • 5e768d6 - Add dynamic PostgreSQL table fetching for database page (commit by @floris-xlx)
  • 0480e43 - Add PostgreSQL table rendering and new table button (commit by @floris-xlx)
  • 1b24d28 - Enhance table interaction and visual design in PostgreSQL database page (commit by @floris-xlx)
  • e211910 - Enhance Supabase code generation with JSON support (commit by @floris-xlx)
  • a90e3b4 - Add new dependencies for enhanced functionality (commit by @floris-xlx)
  • aaa6d55 - Enhance ServerManagePage with detailed network visualization (commit by @floris-xlx)
  • 60577ad - Implement table filtering and search functionality in PostgresDbPage (commit by @floris-xlx)
  • 413787e - Add react-data-grid dependency and update related configurations (commit by @floris-xlx)
  • d19d07d - Update PostgresDbPage layout and enhance canvas structure (commit by @floris-xlx)
  • b368797 - Implement URL segment retrieval and database metadata setting in PostgresDbPage (commit by @floris-xlx)
  • 24b34fd - Integrate AthenaWorkbench into PostgresDbPage for enhanced functionality (commit by @floris-xlx)
  • 196898d - Enhance PostgresDbPage with user state and data grid integration (commit by @floris-xlx)
  • 4af06f4 - Enhance AthenaWorkbench with schema management and UI improvements (commit by @floris-xlx)
  • c599ac6 - Update DataGrid and improve layout in AthenaWorkbench (commit by @floris-xlx)
  • 8f2e5fe - Integrate Supabase client and data fetching in Page component (commit by @floris-xlx)
  • dc2d6d4 - Implement IndexedDB caching for table data in Page component (commit by @floris-xlx)
  • e27343f - Update ESLint configuration and remove verify-db route (commit by @floris-xlx)
  • 93942ca - Enhance ProjectCard and ProjectsOverview components with improved loading states and data fetching (commit by @floris-xlx)
  • b41d0ad - Add monaco-sql-languages package and enhance data fetching in AthenaWorkbench (commit by @floris-xlx)
  • bf939d8 - Enhance AthenaWorkbench with SQL editor and data grid integration (commit by @floris-xlx)
  • d6d043e - Improve layout and responsiveness in Page and AthenaWorkbench components (commit by @floris-xlx)
  • 9ac3e8d - Refactor layout and enhance responsiveness in Page and AthenaWorkbench components (commit by @floris-xlx)
  • 42c19ef - Implement pagination functionality in AthenaWorkbench and enhance state management (commit by @floris-xlx)
  • 6bae79a - Enhance Page and Toast components with improved user feedback and styling (commit by @floris-xlx)
  • b3be9cc - Enhance database handling in Athena store and page components (commit by @floris-xlx)
  • 981ad7d - Add placeholder panel for modal interactions in Workbench (commit by @floris-xlx)
  • 5ccd087 - Enhance Workbench and SQL editor with drilldown functionality and improved state management (commit by @floris-xlx)
  • e83e258 - Implement table creation form and enhance UI components in Workbench (commit by @floris-xlx)
  • 1bb465b - Enhance table creation form with error handling and uniqueness check (commit by @floris-xlx)
  • 758d6b9 - Enhance CreateTableForm with additional columns and improved error handling (commit by @floris-xlx)
  • e7afc7e - Integrate new table management features in Workbench (commit by @floris-xlx)
  • b672870 - Update DeleteTable component and Athena store for enhanced table management (commit by @floris-xlx)
  • ebf7dc8 - Enhance query execution and caching in SqlEditor and HandleRunQueryComponent (commit by @floris-xlx)
  • cb893e5 - Implement cache flushing and database cleanup in Page and DeleteTable components (commit by @floris-xlx)
  • 45b7c18 - Integrate cache flushing and database cleanup in CreateTableForm (commit by @floris-xlx)
  • c99be1b - Add console logging in renderCell for debugging purposes (commit by @floris-xlx)
  • 67db80d - Enhance renderCell function to support JSON and NULL rendering (commit by @floris-xlx)
  • f5fbc65 - Enhance useAthenaStore with new state properties for database metadata and error handling (commit by @floris-xlx)
  • b505aff - Enhance renderCell function and update useAthenaStore for hex color rendering (commit by @floris-xlx)
  • 3a051e7 - Update Page component and useAthenaStore for improved cache management (commit by @floris-xlx)
  • f93912f - Enhance renderCell and useAthenaStore for hot link rendering (commit by @floris-xlx)
  • 2cd55f6 - Enhance renderCell function for image and JSON rendering (commit by @floris-xlx)
  • e3dec15 - Update MFA settings and enhance user experience (commit by @floris-xlx)
  • 130a1e3 - Add countTableData function and update loadTableData logic (commit by @floris-xlx)
  • 57b5275 - Implement query length handling in API route (commit by @floris-xlx)
  • 6295999 - Add CORS headers to API responses in POST route (commit by @floris-xlx)
  • a5e875b - Update environment configuration and enhance data handling (commit by @floris-xlx)
  • 203e167 - Add react-error-boundary for improved error handling in ProjectCard component (commit by @floris-xlx)

:bug: Bug Fixes

  • 0b7937e - file spotlight (commit by @floris-xlx)
  • 1da9583 - rehydrate cache (commit by @floris-xlx)
  • bfb4ec1 - port lsiter api (commit by @floris-xlx)
  • aa29f27 - update import statement for MasterCardIcon to remove file extension (commit by @floris-xlx)
  • 2176d2a - remove unnecessary whitespace in LogScopeHeader component (commit by @floris-xlx)
  • 01eb2dc - adjust margin in LineValue component for improved layout (commit by @floris-xlx)
  • 0cb1fd0 - remove unnecessary whitespace in webhook POST route (commit by @floris-xlx)
  • 52c7dcf - remove unnecessary blank lines in redeploy and webhook routes (commit by @floris-xlx)
  • 3cee51a - update deployment command to run in the background using nohup (commit by @floris-xlx)
  • fc7ae55 - standardize console log statements for consistency in redeploy and webhook routes (commit by @floris-xlx)
  • 80d7966 - clean up console log and remove unnecessary whitespace in redeploy route (commit by @floris-xlx)
  • dfdc2ae - remove unnecessary whitespace in redeploy route (commit by @floris-xlx)
  • 88f66a1 - remove unnecessary whitespace and adjust command execution in redeploy route (commit by @floris-xlx)
  • 29fcf16 - add repository owner to deployment payload in redeploy route (commit by @floris-xlx)
  • a2d389d - add project_id and xbp_command to deployment payload in redeploy route (commit by @floris-xlx)
  • b4c3eaa - update deployment status from "building" to "pending" in redeploy route (commit by @floris-xlx)
  • 6a5abfe - remove unnecessary whitespace in redeploy route (commit by @floris-xlx)
  • 9c56251 - remove unnecessary whitespace in redeploy route (commit by @floris-xlx)
  • 69c7538 - remove unnecessary whitespace and improve logging in webhook route (commit by @floris-xlx)
  • 2c84a4a - remove unnecessary whitespace in redeploy and webhook routes (commit by @floris-xlx)
  • ba85bc5 - project_id not mounting on project SLug routes (commit by @floris-xlx)
  • 8f4111a - Adjust navigation container layout translation for better responsiveness (commit by @floris-xlx)
  • cb40a5c - Refine storage page database fetching and layout (commit by @floris-xlx)
  • e1c90a9 - Update database creation button state validation (commit by @floris-xlx)
  • dd9180d - Add optional chaining to database mapping to prevent rendering errors (commit by @floris-xlx)
  • f442e14 - Correct import path for usePostgres hook (commit by @floris-xlx)
  • 0c4a671 - Trigger database list refresh after successful creation (commit by @floris-xlx)
  • a101460 - Simplify database creation API handling in usePostgres hook (commit by @floris-xlx)
  • d13c3d1 - Update import statements in Supabase code generation for improved logging (commit by @floris-xlx)
  • b74600f - Update parameter documentation format in Supabase code generation (commit by @floris-xlx)
  • eeedaad - Update JSON import in Supabase code generation for enhanced functionality (commit by @floris-xlx)
  • ab4900a - Refactor update logic in Supabase code generation for improved clarity and functionality (commit by @floris-xlx)
  • 27ffd32 - Correct parameter naming in update function generation for Supabase (commit by @floris-xlx)
  • 87e4a7f - Refactor bulk insert logic in Supabase code generation for improved functionality (commit by @floris-xlx)
  • 231ab6b - Update Card component styling in Supabase code generation (commit by @floris-xlx)
  • e25ab9b - Adjust container class in Supabase code generation for improved layout (commit by @floris-xlx)
  • 22f6b85 - Adjust layout in NginxSitesOverview component (commit by @floris-xlx)
  • b9d215b - Update SSH host in environment configuration (commit by @floris-xlx)
  • 8642d75 - Refine node positioning and styling in ServerManagePage (commit by @floris-xlx)
  • c4f3b2a - Update node background color in ServerManagePage (commit by @floris-xlx)
  • 2f4062f - Refine edge styling and node data in ServerManagePage (commit by @floris-xlx)
  • cd5a143 - Clean up whitespace in AthenaWorkbench for improved code readability (commit by @floris-xlx)
  • d0720c3 - Update Supabase client initialization to use async/await (commit by @floris-xlx)
  • 3c4a0a9 - Update toast styling and improve conditional rendering in components (commit by @floris-xlx)
  • e3fad6f - Update IP retrieval and Supabase client initialization to be asynchronous (commit by @floris-xlx)
  • c4a4994 - Update Supabase client initialization to be asynchronous across multiple actions (commit by @floris-xlx)
  • 1f3f05f - Ensure asynchronous Supabase client initialization across multiple actions (commit by @floris-xlx)
  • 6b086ce - Ensure asynchronous Supabase client initialization across various actions (commit by @floris-xlx)
  • ccedf35 - Update button spinner margin and pagination record display (commit by @floris-xlx)
  • 0839403 - Add error handling for query execution in SqlEditor (commit by @floris-xlx)
  • e7e8deb - Remove error logging for unselected table in fetchTableData function (commit by @floris-xlx)
  • 601bad0 - Update SqlEditor and useAthenaStore for improved query handling and state management (commit by @floris-xlx)
  • b4917b6 - Improve JSON rendering and clean up class names in Page component (commit by @floris-xlx)
  • 928c0ca - Remove unnecessary console log in Page component (commit by @floris-xlx)
  • 2ad6a2b - Delay page reload in AccountSettingsAuthentication component (commit by @floris-xlx)
  • ff7d523 - Adjust layout and scrolling behavior in Workbench component (commit by @floris-xlx)
  • 10aabf4 - Improve error handling in ProjectCard component's useEffect (commit by @floris-xlx)

:recycle: Refactors

  • acefcef - update Value component to accept any type for value prop; enhance PortOverview with loading state and response handling (commit by @floris-xlx)
  • 5f57071 - convert icon components to TypeScript and remove old JSX files (commit by @floris-xlx)
  • f61f323 - migrate GaugeIcon component from JSX to TypeScript (commit by @floris-xlx)
  • dd32f74 - clean up ActionHeader and LogScopeBody components for improved readability (commit by @floris-xlx)
  • 39c82ea - Streamline PendingTradeCard and PendingTradesList components (commit by @floris-xlx)
  • c0b4f3f - Clean up project page component imports and formatting (commit by @floris-xlx)
  • 5604fef - Enhance login page UI and components with improved styling and responsiveness (commit by @floris-xlx)
  • a460db5 - Update server page navigation with Backups and Nginx view options (commit by @floris-xlx)
  • ea8c9a3 - Rename usePostgres hook to UsePostgres (commit by @floris-xlx)
  • 601145d - Update database creation API payload and async handling (commit by @floris-xlx)
  • 2702d80 - Optimize PostgresDbPage layout and responsiveness (commit by @floris-xlx)
  • 2b180d9 - Optimize table rendering and remove hardcoded table data (commit by @floris-xlx)
  • 11c2e19 - Improve type imports and minor UI adjustments (commit by @floris-xlx)
  • 404e7c3 - Simplify PostgresDbPage by removing unused useEffect hooks (commit by @floris-xlx)
  • e2e43f6 - Remove commented-out code in AthenaWorkbench for clarity (commit by @floris-xlx)
  • 80910c8 - Update database configuration handling in pgQuery and SQL editor (commit by @floris-xlx)
  • 8aae38c - Modularize data grid click events and enhance SQL editor functionality (commit by @floris-xlx)
  • ea8ad1c - Improve query handling in SQL editor and query component (commit by @floris-xlx)
  • 1955e88 - Improve table management and UI structure in Workbench and DeleteTable components (commit by @floris-xlx)
  • 67eca35 - Clean up CreateTableForm by removing unused column management UI (commit by @floris-xlx)
  • 931060b - Streamline state management in useAthenaStore for cache flushing and database properties (commit by @floris-xlx)
  • 0d8d47f - Optimize favicon fetching logic in ProjectCard component (commit by @floris-xlx)
  • 0b80cf3 - Enhance ProjectCard component's error handling and conditional rendering (commit by @floris-xlx)
  • c2273d3 - Update Supabase table names and improve error handling in various actions (commit by @floris-xlx)
  • fa242f2 - Correct Supabase table name in getAuditLogsByUserId function (commit by @floris-xlx)

:wrench: Chores

  • 506350b - remove outdated README.md file (commit by @floris-xlx)
  • 7627ba8 - Update project dependencies and configuration (commit by @floris-xlx)
  • 6de16fa - Remove debug console logs across multiple files (commit by @floris-xlx)
  • 55c3c07 - Update package version and remove unused dependencies (commit by @floris-xlx)
  • baed95b - Update ESLint and Next.js configuration (commit by @floris-xlx)
  • c01756a - Comment out SupabaseRsGenerator component in DashboardPage for future reference (commit by @floris-xlx)
  • 00be10d - Update environment variables for Digital Ocean configuration (commit by @floris-xlx)

Fixes

Enhancements

Features

  • Add auto-refresh functionality for log updates in ActionHeader component a31d10f by @floris-xlx
  • Add total logs tracking to LogTable component de03335 by @floris-xlx
  • Enhance LogTable and ActionHeader with pagination support and update total logs display 8e1f98c by @floris-xlx
  • Add disabled state to pagination buttons in LogTable component 8421e0d by @floris-xlx
  • Add repository_url to webhook handling and update related components 58b87a3 by @floris-xlx
  • Enhance LineValue component with link support and orientation options 32e678c by @floris-xlx
  • Add 'seperated' prop and extend 'orientation' options in LineValue component 78da7cf by @floris-xlx
  • Enhance LineValue component with conditional rendering and border styling e415b10 by @floris-xlx
  • Add connecting line to LineValue component for improved visual separation 38331e7 by @floris-xlx
  • Extend allowed table names and enhance deployment handling in API 12be781 by @floris-xlx
  • Add API endpoint to retrieve current git commit hash and relative uptime abcd5d1 by @floris-xlx
  • Refactor deployment handling to use Supabase client and include additional commit details 7e0a3e4 by @floris-xlx
  • Implement auto-deploy functionality by fetching project data and triggering redeploy API 97bf0d8 by @floris-xlx
  • Enhance redeploy logic to check if commit has already been built before triggering redeploy 4ef4996 by @floris-xlx
  • Add validation for required data in redeploy process f770134 by @floris-xlx
  • Enhance webhook logic to validate auto-deploy conditions before triggering redeploy a4030fa by @floris-xlx
  • Add logging for POST response in webhook route bd24e75 by @floris-xlx
  • Add TODO for implementing deployment scoped logging in redeploy route 404d1c5 by @floris-xlx
  • Add conditional fetching of project data based on GitHub event type 5f26ecb by @floris-xlx
  • Add logging for build response and build data in webhook POST route 392bb34 by @floris-xlx
  • Add logging for commit_id, deploy_key, and response in redeploy route

  • Add TODO for moving URLs to environment variables in redeploy route fa03f47 by @floris-xlx
  • Add TODO for implementing proper deployment scoped logging in redeploy route 62e66b6 by @floris-xlx
  • Add SSH command execution for deployment in redeploy route 0571264 by @floris-xlx
  • Add Request interface and implement new components for trade management and logging 0739a3d by @floris-xlx
  • Update deployment logs page and log table to reflect deployment IDs and improve navigation deaf436 by @floris-xlx
  • Enhance project page with dynamic data fetching and improved UI 8d0da46 by @floris-xlx
  • Update server metrics fetching with improved data transformation and remote API endpoint a4e6300 by @floris-xlx
  • Add server page navigation with service-specific views and icons 19d1a1d by @floris-xlx
  • Add Monitors navigation option to server page 26092d8 by @floris-xlx
  • Add Nginx sites overview to server management page e60a4b3 by @floris-xlx
  • Implement Nginx site configuration viewer with Monaco Editor 00684c4 by @floris-xlx
  • Add mobile-responsive Nginx sites configuration drawer 0c7d0bb by @floris-xlx
  • Enhance section header and global styling b14a63f by @floris-xlx
  • Enhance storage page with search and filtering capabilities a4b20d5 by @floris-xlx
  • Improve storage page responsiveness and dynamic component sizing 4bbeddf by @floris-xlx
  • Add database fetching and error handling to storage page 75f27fc by @floris-xlx
  • Enhance storage page with database listing and project integration 41ef4e3 by @floris-xlx
  • Implement database creation with Sonner toast notifications c749547 by @floris-xlx
  • Improve database creation form with validation and UX enhancements 86bb467 by @floris-xlx
  • Add clickable storage card with organization-specific routing 7b3b1bc by @floris-xlx
  • Enhance PostgresDbPage with dynamic environment configuration and metadata display 0a6a5ca by @floris-xlx
  • Enhance Monaco Editor with flexible configuration and improved rendering 65a1408 by @floris-xlx
  • Add dynamic PostgreSQL table fetching for database page 5e768d6 by @floris-xlx
  • Add PostgreSQL table rendering and new table button 0480e43 by @floris-xlx
  • Enhance table interaction and visual design in PostgreSQL database page 1b24d28 by @floris-xlx
  • Enhance Supabase code generation with JSON support e211910 by @floris-xlx
  • Add new dependencies for enhanced functionality a90e3b4 by @floris-xlx
  • Enhance ServerManagePage with detailed network visualization aaa6d55 by @floris-xlx
  • Implement table filtering and search functionality in PostgresDbPage 60577ad by @floris-xlx
  • Add react-data-grid dependency and update related configurations 413787e by @floris-xlx
  • Update PostgresDbPage layout and enhance canvas structure d19d07d by @floris-xlx
  • Implement URL segment retrieval and database metadata setting in PostgresDbPage b368797 by @floris-xlx
  • Integrate AthenaWorkbench into PostgresDbPage for enhanced functionality 24b34fd by @floris-xlx
  • Enhance PostgresDbPage with user state and data grid integration 196898d by @floris-xlx
  • Enhance AthenaWorkbench with schema management and UI improvements 4af06f4 by @floris-xlx
  • Update DataGrid and improve layout in AthenaWorkbench c599ac6 by @floris-xlx
  • Integrate Supabase client and data fetching in Page component 8f2e5fe by @floris-xlx
  • Implement IndexedDB caching for table data in Page component dc2d6d4 by @floris-xlx
  • Update ESLint configuration and remove verify-db route e27343f by @floris-xlx
  • Enhance ProjectCard and ProjectsOverview components with improved loading states and data fetching 93942ca by @floris-xlx
  • Add monaco-sql-languages package and enhance data fetching in AthenaWorkbench b41d0ad by @floris-xlx
  • Enhance AthenaWorkbench with SQL editor and data grid integration bf939d8 by @floris-xlx
  • Improve layout and responsiveness in Page and AthenaWorkbench components d6d043e by @floris-xlx
  • Refactor layout and enhance responsiveness in Page and AthenaWorkbench components 9ac3e8d by @floris-xlx
  • Implement pagination functionality in AthenaWorkbench and enhance state management 42c19ef by @floris-xlx
  • Enhance Page and Toast components with improved user feedback and styling 6bae79a by @floris-xlx
  • Enhance database handling in Athena store and page components b3be9cc by @floris-xlx
  • Add placeholder panel for modal interactions in Workbench 981ad7d by @floris-xlx
  • Enhance Workbench and SQL editor with drilldown functionality and improved state management 5ccd087 by @floris-xlx
  • Implement table creation form and enhance UI components in Workbench e83e258 by @floris-xlx
  • Enhance table creation form with error handling and uniqueness check 1bb465b by @floris-xlx
  • Enhance CreateTableForm with additional columns and improved error handling 758d6b9 by @floris-xlx
  • Integrate new table management features in Workbench e7afc7e by @floris-xlx
  • Update DeleteTable component and Athena store for enhanced table management b672870 by @floris-xlx
  • Enhance query execution and caching in SqlEditor and HandleRunQueryComponent ebf7dc8 by @floris-xlx
  • Implement cache flushing and database cleanup in Page and DeleteTable components cb893e5 by @floris-xlx
  • Integrate cache flushing and database cleanup in CreateTableForm 45b7c18 by @floris-xlx
  • Add console logging in renderCell for debugging purposes c99be1b by @floris-xlx
  • Enhance renderCell function to support JSON and NULL rendering 67db80d by @floris-xlx
  • Enhance useAthenaStore with new state properties for database metadata and error handling f5fbc65 by @floris-xlx
  • Enhance renderCell function and update useAthenaStore for hex color rendering b505aff by @floris-xlx
  • Update Page component and useAthenaStore for improved cache management 3a051e7 by @floris-xlx
  • Enhance renderCell and useAthenaStore for hot link rendering f93912f by @floris-xlx
  • Enhance renderCell function for image and JSON rendering 2cd55f6 by @floris-xlx
  • Update MFA settings and enhance user experience e3dec15 by @floris-xlx
  • Add countTableData function and update loadTableData logic 130a1e3 by @floris-xlx
  • Implement query length handling in API route 57b5275 by @floris-xlx
  • Add CORS headers to API responses in POST route 6295999 by @floris-xlx
  • Update environment configuration and enhance data handling a5e875b by @floris-xlx
  • Add react-error-boundary for improved error handling in ProjectCard component 203e167 by @floris-xlx

Full diff: 0.6.1...v0.2.532

Share card: Generate release OG image