IOTA SDK Development Changelog
March 2026
| Change | Type | Date |
|---|---|---|
Remove deprecated types.PageContext in favor of types.PageContext and add types.NewPageContext | Refactor | 2026-03-02 |
February 2026
| Change | Type | Date |
|---|---|---|
| Migrate documentation from Jekyll to Nextra | Feature | 2026-02-01 |
| Resolve CI test failures | Bug Fix | 2026-02-01 |
| Add comprehensive module documentation and API reference | Docs | 2026-02-01 |
| Address PR #535 review comments and CI failures | Bug Fix | 2026-02-01 |
| Add automated installation script for development tools | Feature | 2026-02-01 |
| Selective merge from feat/bichat-foundation | Feature | 2026-02-01 |
| Merge main into feat/bichat-foundation | Merge | 2026-02-01 |
| Squash migrations into single file | Feature | 2026-02-01 |
| Complete production-ready implementation with observability | Feature | 2026-02-01 |
| Address PR #536 review comments | Bug Fix | 2026-02-01 |
| Add GitHub Pages deployment workflow for Nextra docs | Chore | 2026-02-01 |
| Address all CodeRabbit review comments on PR #538 | Docs | 2026-02-01 |
| Merge pull request #538 from iota-uz/feat/nextra-docs-migration | Merge | 2026-02-01 |
| Update pages.yml to trigger on push to main branch only | Feature | 2026-02-01 |
| Complete stub removal and production migration | Refactor | 2026-02-01 |
| Merge main into feat/two-factor-auth | Merge | 2026-02-01 |
| Migrate ai-chat to Tailwind CSS v4 | Feature | 2026-02-01 |
| Merge pull request #541 from iota-uz/copilot/update-pages-build-trigger | Merge | 2026-02-01 |
| Migrate to 2-return Generator API and application-layer timestamps | Refactor | 2026-02-01 |
| Migrate main SDK to Tailwind CSS v4 | Feature | 2026-02-01 |
| Add generic applet architecture for React/Next.js integration | Feature | 2026-02-01 |
| Squash migrations into single file | Refactor | 2026-02-01 |
| Merge origin/main into feat/two-factor-auth | Merge | 2026-02-01 |
| Create shareable design tokens package (@iota-uz/design-tokens) | Feature | 2026-02-01 |
| Complete Tailwind v4 migration and create shareable design tokens package | Feature | 2026-02-01 |
| Fix docs CI build by switching to pnpm 10.19.0 | Bug Fix | 2026-02-01 |
| Replace refactoring-expert with auditor agent | Feature | 2026-02-01 |
| Fix MDX syntax in getting/overview.mdx | Bug Fix | 2026-02-01 |
January 2026
| Change | Type | Date |
|---|---|---|
| Merge pull request #509 from iota-uz/fix/sdk-graphql-accept-locale-priority | Merge | 2026-01-01 |
| Tests | Bug Fix | 2026-01-05 |
| Tests lock & specs | Bug Fix | 2026-01-06 |
| Resolve duplicate variable declaration in roles E2E test | Bug Fix | 2026-01-06 |
| Update E2E tests to use Uzbekistan phone format (+998) | Bug Fix | 2026-01-06 |
| Update expected user count in E2E tests | Bug Fix | 2026-01-06 |
| Skip flaky serial user tests | Test | 2026-01-06 |
| Merge pull request #511 from iota-uz/fix-iota-tests | Test | 2026-01-06 |
| Add squirrel query builder dependency | Chore | 2026-01-10 |
| Revert “chore: add squirrel query builder dependency” | Feature | 2026-01-10 |
| Add JOIN clause builders to pkg/repo | Feature | 2026-01-10 |
| Add JOIN types and interfaces for CRUD package | Feature | 2026-01-10 |
| Add Joins field to FindParams | Feature | 2026-01-10 |
| Add JOIN support to Repository List method | Feature | 2026-01-10 |
| Add JOIN usage documentation and examples | Docs | 2026-01-10 |
| Add GetWithJoins method for fetching single entity with JOINs | Feature | 2026-01-10 |
| Add ExistsWithJoins method for checking existence with JOINs | Feature | 2026-01-10 |
| Use serrors for JOIN validation errors and add nil check for GetWithJoins params | Refactor | 2026-01-10 |
| Add nil params check for ExistsWithJoins method | Bug Fix | 2026-01-10 |
| Convert JOIN examples to markdown and use serrors in GetWithJoins | Refactor | 2026-01-10 |
| Security: fix SQL injection vulnerability in SelectColumns and refactor duplicate code | Security Fix | 2026-01-10 |
| Security: enforce multi-tenancy isolation in JOIN queries | Security Fix | 2026-01-10 |
| Add functional options pattern for Get and Exists methods | Feature | 2026-01-11 |
| Security: enhance JoinClause validation and fix documentation | Docs | 2026-01-11 |
| Remove unused const declarations in Get and Exists methods | Bug Fix | 2026-01-11 |
| Remove deprecated GetWithJoins and ExistsWithJoins methods | Refactor | 2026-01-11 |
| Security: add format validation for TableAlias in JoinClause | Style | 2026-01-11 |
| Add DefaultJoins support to schema | Feature | 2026-01-11 |
| Add MergeJoinOptions for combining default and request JOINs | Feature | 2026-01-11 |
| Integrate DefaultJoins into Repository.Get() | Feature | 2026-01-11 |
| Integrate DefaultJoins into Repository.Exists() | Feature | 2026-01-11 |
| Integrate DefaultJoins into Repository.List() | Feature | 2026-01-11 |
| Support schema-qualified column references in JOINs | Feature | 2026-01-11 |
| Support PostgreSQL JSONB operators in SELECT columns | Feature | 2026-01-11 |
| Dynamically detect tenant column name in JOIN queries | Bug Fix | 2026-01-11 |
| Make DefaultJoins optional via SchemaWithJoins interface | Refactor | 2026-01-11 |
| Remove tenant injection from listWithJoins | Refactor | 2026-01-11 |
| Remove tenant injection from Get and Exists with JOINs | Refactor | 2026-01-11 |
| Add automatic tenant filtering in service layer | Feature | 2026-01-11 |
| Add explicit tenant filtering in List method | Feature | 2026-01-11 |
| Support PostgreSQL functions in SELECT columns | Bug Fix | 2026-01-11 |
| Qualify tenant_id with schema name to prevent ambiguity | Bug Fix | 2026-01-11 |
| Revert “fix(crud-controller): qualify tenant_id with schema name to prevent ambiguity” | Feature | 2026-01-11 |
| Revert “feat(crud-controller): add explicit tenant filtering in List method” | Chore | 2026-01-11 |
| Revert “feat(crud): add automatic tenant filtering in service layer” | Feature | 2026-01-11 |
| Support dynamic columns from row_to_json() in repository | Bug Fix | 2026-01-11 |
| Use errgroup instead of channels in CrudController.List | Refactor | 2026-01-11 |
| Don’t shadow request context in errgroup | Bug Fix | 2026-01-11 |
| Debug: add logging to listWithJoins to show SQL query | Feature | 2026-01-11 |
| Add JSONDeserializer interface for row_to_json() support | Feature | 2026-01-11 |
| [iota-sdk] refactor(crud): remove debug logging from repository | Cleanup | 2026-01-11 |
| Include filters in Count call and use serrors in mapper | Bug Fix | 2026-01-11 |
| Propagate Count errors instead of swallowing them | Bug Fix | 2026-01-11 |
| Wrap CrudController.List errors with serrors | Refactor | 2026-01-11 |
| Pass full params to Count instead of manual copy | Refactor | 2026-01-11 |
| Run go fmt | Style | 2026-01-11 |
| Merge pull request #513 from iota-uz/feature/crud-with-joins | Merge | 2026-01-12 |
| Don’t load modules for DDL migrations | Bug Fix | 2026-01-12 |
| Merge pull request #514 from iota-uz/fix/migrate-no-module-load | Merge | 2026-01-12 |
| Add applyCurrentMonth and improve HTMX integration | Feature | 2026-01-15 |
| Merge pull request #515 from iota-uz/feat/date-range-current-month | Merge | 2026-01-15 |
| Add applyAllTime method for clearing date filters | Feature | 2026-01-16 |
| Merge pull request #516 from iota-uz/feature/date-range-all-time | Merge | 2026-01-16 |
| Add EntityFieldType constant | Feature | 2026-01-18 |
| Add EntityField and EntityFieldValue types | Feature | 2026-01-18 |
| Add Relation type for schema relationships | Feature | 2026-01-18 |
| Add fluent RelationBuilder API | Feature | 2026-01-18 |
| Add SchemaWithRelations interface and constructor | Feature | 2026-01-18 |
| Add relation helper functions for prefix extraction and sorting | Feature | 2026-01-18 |
| Add SQL generation functions for relations | Feature | 2026-01-18 |
| Use word boundaries for dangerous SQL keyword detection | Bug Fix | 2026-01-18 |
| Add Mapper and SetOnParent fields to Relation struct | Feature | 2026-01-18 |
| Add Mapper() and SetOnParent() to RelationBuilder | Feature | 2026-01-18 |
| Add BuildRelationsRecursive for auto-discovering nested relations | Feature | 2026-01-18 |
| Support nested prefixes in BuildRelationSelectColumns | Feature | 2026-01-18 |
| Add test for ExtractPrefixedFields with nested prefixes | Test | 2026-01-18 |
| Add JoinableMapper interface for nested relation mapping | Feature | 2026-01-18 |
| Add MapWithRelations helper for self-contained nested mapping | Feature | 2026-01-18 |
| Add three-level nesting test for MapWithRelations | Test | 2026-01-18 |
| Simplify nested relations with RelationMapper wrapper | Refactor | 2026-01-18 |
| Remove redundant comments from relation system | Refactor | 2026-01-19 |
| Run go fmt | Style | 2026-01-19 |
| EntityField interface compliance and lint fixes | Bug Fix | 2026-01-19 |
| Add security warnings for SelectColumns user input | Docs | 2026-01-19 |
| Improve error handling and test quality in crud package | Bug Fix | 2026-01-19 |
| Check IsValid before IsZero in entityFieldValueAny | Bug Fix | 2026-01-19 |
| Add EntityFieldType to exhaustive switches in crud_controller | Bug Fix | 2026-01-19 |
| Add EntityFieldType to remaining exhaustive switches | Bug Fix | 2026-01-19 |
| Add EntityFieldType to all exhaustive switches | Bug Fix | 2026-01-19 |
| Add WithVirtual() option for computed fields | Feature | 2026-01-19 |
| Use serrors in RelationMapper.ToEntity | Refactor | 2026-01-19 |
| Skip HasMany relations in BuildRelationJoinClauses | Feature | 2026-01-19 |
| Add BuildHasManySubqueries for simple HasMany relations | Feature | 2026-01-19 |
| Add parameter validation to BuildHasManySubqueries | Bug Fix | 2026-01-19 |
| Add nested BelongsTo support in HasMany subqueries | Feature | 2026-01-19 |
| Add test for nested HasMany in subqueries | Test | 2026-01-19 |
| Add parseHasManyJSON helper for HasMany JSON parsing | Feature | 2026-01-19 |
| Handle HasMany JSON in RelationMapper.ToEntity | Feature | 2026-01-19 |
| Skip HasMany in BuildRelationSelectColumns | Feature | 2026-01-19 |
| Add comprehensive complex relations scenario test | Test | 2026-01-19 |
| Add full SQL query generation test | Test | 2026-01-19 |
| Add integration test for HasMany subquery execution | Test | 2026-01-19 |
| Filter HasMany nested relations from JOINs and SELECT columns | Bug Fix | 2026-01-19 |
| Improve HasMany JSON mapping and null entity handling | Feature | 2026-01-20 |
| Update JOIN documentation with RelationBuilder and HasMany | Docs | 2026-01-20 |
| Add JSON unmarshaling requirement for HasMany relations | Docs | 2026-01-20 |
| Add Relation[T] struct documentation and full usage flow | Docs | 2026-01-20 |
| Go fmt | Chore | 2026-01-20 |
| Improve tests, error handling, and HasMany ancestor filtering | Refactor | 2026-01-20 |
| Address golangci-lint warnings | Bug Fix | 2026-01-20 |
| Merge pull request #517 from iota-uz/feat/joinable-fields | Merge | 2026-01-20 |
| Add showcase controller extensibility for child projects | Feature | 2026-01-20 |
| Click failed status in complete based by dto.Error != 0 | Bug Fix | 2026-01-21 |
| Exclude virtual fields from RETURNING clause in Create | Bug Fix | 2026-01-21 |
| Merge pull request #519 from iota-uz/fix/repository-save-action | Merge | 2026-01-21 |
| Add relation handling to GetAll method | Feature | 2026-01-22 |
| Merge pull request #521 from iota-uz/feat/relations-get-all | Merge | 2026-01-22 |
| Compute full ancestor prefix chain for deeply nested relations | Bug Fix | 2026-01-23 |
| Merge pull request #522 from iota-uz/fix/nested-relations-prefix | Merge | 2026-01-24 |
| Remove automatic Claude Code planning workflow for new issues | Chore | 2026-01-26 |
| Disable directory listing for /static and /assets endpoints | Bug Fix | 2026-01-28 |
| Disable directory listing for /static and /assets endpoints | Bug Fix | 2026-01-28 |
| Merge pull request #525 from iota-uz/fix/disable-directory-listing-static-endpoints | Merge | 2026-01-29 |
| Use isolated temp directories in upload controller tests | Refactor | 2026-01-29 |
| Resolve errcheck lint errors and singleton configuration issue in upload controller tests | Bug Fix | 2026-01-29 |
| Properly handle cleanup errors in upload controller tests | Refactor | 2026-01-29 |
| Merge pull request #526 from iota-uz/fix/upload-controller-test-isolation | Merge | 2026-01-29 |
| Add session audience isolation and IP binding security | Feature | 2026-01-29 |
| Fix import order in auth.resolvers.go | Chore | 2026-01-29 |
| Add migration for session audience column | Feature | 2026-01-29 |
| Apply go fmt formatting | Bug Fix | 2026-01-29 |
| Eliminate code duplication in authenticate methods | Refactor | 2026-01-29 |
| Address remaining review comments | Bug Fix | 2026-01-29 |
| Use switch statement for IP binding mode check | Bug Fix | 2026-01-29 |
| Remove EAI-specific code from SDK | Refactor | 2026-01-29 |
| Merge pull request #527 from iota-uz/security/token-isolation | Security Fix | 2026-01-30 |
| Add mandatory 2FA support with TOTP, SMS, and Email | Feature | 2026-01-30 |
| Impl upload source & cfg & block listing by source | Feature | 2026-01-30 |
| Resolve critical 2FA security issues and complete QR code implementation | Bug Fix | 2026-01-30 |
| Core-graphql-authorizers | Feature | 2026-01-30 |
| Merge pull request #530 from iota-uz/core-graphql-authorizers | Merge | 2026-01-30 |
| Add build flags to exclude dev routes from production | Feature | 2026-01-30 |
| Remove unnecessary production stub files to pass golangci-lint | Bug Fix | 2026-01-30 |
| Address PR review comments | Bug Fix | 2026-01-30 |
| Make quickDBCheck timeout test deterministic | Bug Fix | 2026-01-30 |
| Crud renderer registry for columns | Feature | 2026-01-30 |
| Merge pull request #533 from iota-uz/editable-table-renderer-support | Merge | 2026-01-30 |
| Merge pull request #531 from iota-uz/feat/build-flags-exclude-dev-routes | Merge | 2026-01-30 |
| Implement OpenID Connect provider (Phase 1 MVP) | Feature | 2026-01-31 |
| Address all PR #528 review comments - security, race conditions, and configuration | Bug Fix | 2026-01-31 |
| Address critical security issues in 2FA implementation | Bug Fix | 2026-01-31 |
| Complete 2FA implementation with testing and deployment readiness | Feature | 2026-01-31 |
| Add session management UI for users and admins | Feature | 2026-01-31 |
| Address CodeRabbit review comments for 2FA implementation | Bug Fix | 2026-01-31 |
| Resolve all CI failures for 2FA implementation | Bug Fix | 2026-01-31 |
| Address golangci-lint errors in 2FA module | Bug Fix | 2026-01-31 |
| Add BI-Chat foundation library to iota-sdk | Feature | 2026-01-31 |
| Update go.sum with correct dependency versions | Bug Fix | 2026-01-31 |
| Remove redundant implementation status files | Docs | 2026-01-31 |
| Address CI failures and security issues | Bug Fix | 2026-01-31 |
| Implement BiChat module components with foundation integration | Feature | 2026-01-31 |
| Retrigger CI after stuck E2E tests | Test | 2026-01-31 |
| Implement Agent Framework core (Phase 1) | Feature | 2026-01-31 |
| Implement real service layer (Phase 2) | Feature | 2026-01-31 |
| Implement default BI agent (Phase 3) | Feature | 2026-01-31 |
| Correct context cancellation check in token refresher | Bug Fix | 2026-01-31 |
| Add auth middleware and GET /otp handler | Bug Fix | 2026-01-31 |
| Add production encryption key validation | Bug Fix | 2026-01-31 |
| Add TOTP_ENCRYPTION_KEY to E2E test workflow | Bug Fix | 2026-01-31 |
| Address PR #536 review comments and cleanup docs | Feature | 2026-01-31 |
| Implement web controller for React SPA (Phase 4) | Feature | 2026-01-31 |
| Implement STARTTLS for SMTP email OTP sending | Bug Fix | 2026-01-31 |
| Implement test helpers for plaintext code retrieval | Bug Fix | 2026-01-31 |
| Add comprehensive repository tests and fix type refactoring (Phase 5) | Feature | 2026-01-31 |
| Address 32 CodeRabbit review comments | Bug Fix | 2026-01-31 |
| Improve test reliability and dependency management | Bug Fix | 2026-01-31 |
| Implement OTP resend functionality with production-grade error handling | Feature | 2026-01-31 |
| Update multi-tenant configuration and add CodeRabbit config | Bug Fix | 2026-01-31 |
| Remove undefined ExcelExporter/PDFExporter type references | Bug Fix | 2026-01-31 |
| Remove dead code and backward compatibility hacks | Refactor | 2026-01-31 |
| Complete implementation of all TODO features (Phases 1-6) | Feature | 2026-01-31 |
| Delete .claude/prompts/phase8-react-ui.md | Cleanup | 2026-01-31 |
| Consolidate schema files into single authoritative source | Refactor | 2026-01-31 |
| Remove redundant bichat-schema-v2.sql | Refactor | 2026-01-31 |
| Improve sidebar UX with click-to-toggle and bottom toggle button | Feature | 2026-01-31 |
| Address all PR #536 review comments | Bug Fix | 2026-01-31 |
| Use flexbox layout to properly fill content area on sidebar collapse | Bug Fix | 2026-01-31 |
| Address remaining CodeRabbit review comments (tasks #16-20) | Bug Fix | 2026-01-31 |
| Resolve toggle button and width issues | Bug Fix | 2026-01-31 |
| Implement GraphQL resolvers and address remaining PR #536 review comments | Bug Fix | 2026-01-31 |
| Address PR #528 review comments | Bug Fix | 2026-01-31 |
December 2025
| Change | Type | Date |
|---|---|---|
| Fix filters | Bug Fix | 2025-12-01 |
| Invoke callback on pending, complete, failed, canceled, refund | Feature | 2025-12-05 |
| Editable table improvements | Feature | 2025-12-10 |
| Merge pull request #496 from iota-uz/editable-table-improvements-2 | Merge | 2025-12-10 |
| Add automatic source location tagging via SourceHook | Feature | 2025-12-11 |
| Simplify SourceHook implementation | Refactor | 2025-12-11 |
| Resolve iOS Safari 100vh viewport bug | Bug Fix | 2025-12-12 |
| Add specialized Claude workflows with model auto-detection | Feature | 2025-12-12 |
| Fix screenshot upload with proper display names and new bucket | Bug Fix | 2025-12-12 |
| Add GitHub Pages documentation with Just the Docs theme | Docs | 2025-12-12 |
| Add automated documentation update workflow | Feature | 2025-12-12 |
| Apply PR #497 review fixes and shy-eld workflow improvements | Bug Fix | 2025-12-12 |
| Address additional PR #497 security and code quality issues | Bug Fix | 2025-12-12 |
| Remove unused MCP servers (bloom, godoc-mcp, context7) | Refactor | 2025-12-12 |
| Resolve lint issues | Bug Fix | 2025-12-12 |
| Fix role selection dropdown selector in user registration test | Bug Fix | 2025-12-12 |
| Remove —tools restriction to enable GitHub MCP tools | Bug Fix | 2025-12-13 |
| Merge pull request #497 from iota-uz/feat/claude-workflows-enhancement | Chore | 2025-12-13 |
| Fix BuildModulePermissionGroups to skip modules with empty ResourceGroups | Bug Fix | 2025-12-13 |
| Update test comment for clarity | Feature | 2025-12-13 |
| Add E2E and controller tests for roles module | Feature | 2025-12-16 |
| Octo billing check_status | Feature | 2025-12-17 |
| Fix test timeout by adding localizer to test context | Bug Fix | 2025-12-17 |
| Fix tenant context mismatch in reset password tests | Bug Fix | 2025-12-17 |
| Fix tenant context mismatch in password reset tests | Bug Fix | 2025-12-17 |
| Fix JSON field assertions in ResetUserPassword_Success test | Bug Fix | 2025-12-17 |
| Merge pull request #501 from iota-uz/copilot/fix-empty-resourcegroups-issue | Merge | 2025-12-17 |
| Use fallbacks for title in user list | Bug Fix | 2025-12-20 |
| I18n: update all locales | Feature | 2025-12-20 |
| I18n: update locales | Feature | 2025-12-20 |
| I18n: use document lang as user locale with default fallback | Feature | 2025-12-20 |
| I18n: update locales | Feature | 2025-12-20 |
| I18n: fix locales | Feature | 2025-12-20 |
| Add JavaScript Runtime Infrastructure specifications | Feature | 2025-12-21 |
| Refactor specs: remove code, add Mermaid diagrams | Refactor | 2025-12-21 |
| Merge pull request #505 from iota-uz/feat/jsruntime-specifications | Chore | 2025-12-21 |
| Restructure specs: 13 files → 7 following shy-eld pattern | Feature | 2025-12-21 |
| Merge pull request #506 from iota-uz/feat/jsruntime-specifications | Chore | 2025-12-21 |
| Handle title | Bug Fix | 2025-12-21 |
| Fix Railway deployment: use command CLI for migrations | Bug Fix | 2025-12-21 |
| Fix railway.toml: remove invalid restartPolicyType option | Bug Fix | 2025-12-21 |
| Use not relative time for users table | Style | 2025-12-21 |
| Use startup script for Railway deployment | Bug Fix | 2025-12-21 |
| Use explicit paths in start.sh to avoid shell builtin conflict | Bug Fix | 2025-12-21 |
| Send refresh signal to update middleware locale | Bug Fix | 2025-12-22 |
| Add missing translation keys and include superadmin in checker | Bug Fix | 2025-12-22 |
| Run generate from root | Bug Fix | 2025-12-22 |
| User can change own data | Feature | 2025-12-22 |
| Golangci, revert user service | Bug Fix | 2025-12-22 |
| Golangci, revert user service | Bug Fix | 2025-12-22 |
| Revert dto applying | Bug Fix | 2025-12-22 |
| New update flow for self account update | Feature | 2025-12-23 |
| Update account overhaul, form handle | Feature | 2025-12-23 |
| Use x-mask and pattern for non empty values | Bug Fix | 2025-12-23 |
| Add mask for phone number in users page, and remove cn for now | Style | 2025-12-24 |
| Add UserUpdateBlockStatus permission and fix blocked user badge display | Feature | 2025-12-24 |
| Delete sessions of blocked user | Feature | 2025-12-24 |
| Add clickable link to blocker user in blocked user view | Feature | 2025-12-24 |
| Review issues | Bug Fix | 2025-12-24 |
| Review issues | Bug Fix | 2025-12-24 |
| Tests | Bug Fix | 2025-12-24 |
| Review issues | Bug Fix | 2025-12-24 |
| Call gofmt | Bug Fix | 2025-12-24 |
| Permissions made by seed cmd | Chore | 2025-12-24 |
| Separate action | Feature | 2025-12-24 |
| Merge pull request #504 from iota-uz/fix-users-presentation | Merge | 2025-12-24 |
| Remove sr-only | Bug Fix | 2025-12-26 |
| Combobox: allow to create new items | Feature | 2025-12-26 |
| Check user permissions before showing button | Bug Fix | 2025-12-26 |
| Fmt | Bug Fix | 2025-12-26 |
| Add guards and logs | Feature | 2025-12-26 |
| Add placeholders and validations | Feature | 2025-12-26 |
| Fmt | Bug Fix | 2025-12-26 |
| Don’t show button if user can’t do it | Feature | 2025-12-26 |
| Merge pull request #508 from iota-uz/fix/users-related-bug-fixes-requests | Merge | 2025-12-26 |
| Merge pull request #507 from iota-uz/smol-fixes-1 | Merge | 2025-12-29 |
| Add comprehensive applet system specification | Docs | 2025-12-31 |
| Move specs to docs folder with Jekyll frontmatter and Mermaid diagrams | Docs | 2025-12-31 |
| Enhance spec files with Jekyll frontmatter and dark-theme-compatible Mermaid diagrams | Docs | 2025-12-31 |
| Replace Go doc generator with Jekyll local dev setup | Docs | 2025-12-31 |
| Add Gemfile.lock for consistent dependencies | Docs | 2025-12-31 |
| I18n: honor accept locale | Feature | 2025-12-31 |
| Validate user locale | Bug Fix | 2025-12-31 |
November 2025
| Change | Type | Date |
|---|---|---|
| Add date range buttons Alpine.js component | Feature | 2025-11-03 |
| Upd octo api | Feature | 2025-11-06 |
| Octo upd | Bug Fix | 2025-11-06 |
| Upd: inc octo version | Feature | 2025-11-06 |
| Log_transport client to logs | Feature | 2025-11-07 |
| Add logs into eskiz api | Feature | 2025-11-07 |
| Escape panics into event_bus publish | Feature | 2025-11-07 |
| Uploads: added geopoint (coords) option for uploadFile | Feature | 2025-11-08 |
| Table not found view improvements | Feature | 2025-11-09 |
| Lint | Feature | 2025-11-10 |
| Merge pull request #486 from iota-uz/uploads-geopoint | Merge | 2025-11-10 |
| Table fixes | Feature | 2025-11-13 |
| Add Simplified Chinese translation | Feature | 2025-11-13 |
| Upgrade to Go 1.24 for base Docker image | Bug Fix | 2025-11-13 |
| Upgrade to Go 1.24.10 for base Docker image | Bug Fix | 2025-11-13 |
| Logging logs for panics | Feature | 2025-11-13 |
| Merge pull request #489 from iota-uz/table-fixes | Merge | 2025-11-14 |
| Enhance superadmin tenants management with improved user interface and localization | Feature | 2025-11-17 |
| Update project configuration, build tooling, and documentation | Docs | 2025-11-17 |
| Cc: reorganize claude code infrastructure with new agent system, command structure, and guides | Refactor | 2025-11-17 |
| Update CLAUDE.md with agent decision tree and orchestration patterns | Docs | 2025-11-17 |
| Cc: update CLAUDE.md with orchestration patterns and agent workflows | Chore | 2025-11-17 |
| Cc: update CLAUDE.md with agent orchestration workflows and decision trees | Chore | 2025-11-17 |
| Merge pull request #487 from Adam-xuya/main | Merge | 2025-11-17 |
| Cc: update git branch utilities | Feature | 2025-11-17 |
| Update golangci linting configuration | Chore | 2025-11-17 |
| Improve code formatting and cleanup across modules | Refactor | 2025-11-17 |
| Clean up component helpers and tests | Refactor | 2025-11-17 |
| Improve formatting and remove unused code in pkg/ | Refactor | 2025-11-17 |
| Cc: update command tools and git branch utilities | Feature | 2025-11-17 |
| Cc: add backlog management commands for task tracking | Feature | 2025-11-17 |
| Merge pull request #490 from iota-uz/cc/claude-code-reorganization | Merge | 2025-11-17 |
| Improve language filtering and translation validation | Feature | 2025-11-17 |
| Update language selection component styling | Refactor | 2025-11-17 |
| Improve account page structure and styling | Refactor | 2025-11-17 |
| Table improvements | Feature | 2025-11-18 |
| Merge pull request #491 from iota-uz/fix/table-fixes | Merge | 2025-11-18 |
| Cc: update backlog management commands with improved workflows | Chore | 2025-11-18 |
| Add role query service and repository | Feature | 2025-11-18 |
| Improve upload repository interface and implementation | Refactor | 2025-11-18 |
| Update user query repository and module initialization | Refactor | 2025-11-18 |
| Enhance user interface with role management UI | Feature | 2025-11-18 |
| Update viewmodels, composables, and page context | Refactor | 2025-11-18 |
| Update translation files with role management strings | Chore | 2025-11-18 |
| Cc: update documentation and configuration | Docs | 2025-11-18 |
| Update default domain configuration | Chore | 2025-11-18 |
| Correct domain and origin configuration for different environments | Bug Fix | 2025-11-18 |
| Cc: fix template generation command references in documentation | Docs | 2025-11-18 |
| Update sidebar template markup | Refactor | 2025-11-18 |
| Enhance role management UI across modules | Feature | 2025-11-18 |
| Merge pull request #492 from iota-uz/feat/role-management-ui | Merge | 2025-11-18 |
| Remove unused PageData struct and constructor | Refactor | 2025-11-18 |
| Cc: update command documentation | Docs | 2025-11-19 |
| Update sidebar middleware | Refactor | 2025-11-19 |
| Update component templates | Refactor | 2025-11-19 |
| Update core module templates and assets | Refactor | 2025-11-19 |
| Update finance module templates | Refactor | 2025-11-19 |
| Update analytics ui and tailwind config | Refactor | 2025-11-19 |
| Allow pageContextProvider to accept interface types in DI resolution | Bug Fix | 2025-11-20 |
| Billing controllers logs & fixes & refactor | Feature | 2025-11-20 |
| Merge pull request #493 from iota-uz/billing-controllers-logs-refactor | Merge | 2025-11-20 |
| Upd octo lib | Feature | 2025-11-21 |
| Enhance domain entities with comprehensive field consolidation | Refactor | 2025-11-21 |
| Update permissions and authorization constants | Refactor | 2025-11-21 |
| Update controllers, templates, and localization | Refactor | 2025-11-21 |
| Update services and test fixtures | Refactor | 2025-11-21 |
| Update infrastructure persistence layer | Refactor | 2025-11-21 |
| Update cross-module entities and dependencies | Refactor | 2025-11-21 |
| Add warehouse domain test coverage | Feature | 2025-11-21 |
| Add database migrations | Chore | 2025-11-21 |
| Enhance localizer middleware with language matching | Feature | 2025-11-24 |
| Upgrade golangci-lint to v2.1.6 to match config file format | Style | 2025-11-24 |
| Fix website chat service tests with proper transaction handling | Test | 2025-11-24 |
| Fix E2E user count assertion mismatch | Test | 2025-11-24 |
| Add missing composables to committedCtx helper | Test | 2025-11-24 |
| Correct profit calculation for negative COGS and expenses | Bug Fix | 2025-11-24 |
| Fix transaction isolation issues with committedCtx helper | Test | 2025-11-24 |
| Merge pull request #494 from iota-uz/backlog/github-issues-456-444-343-316-445-314-315 | Merge | 2025-11-30 |
October 2025
| Change | Type | Date |
|---|---|---|
| Extract and pass formName parameter in upload controller | Bug Fix | 2025-10-02 |
| Extract and pass formName parameter in upload controller | Bug Fix | 2025-10-02 |
| Add configurable middleware to AIChatAPIController | Feature | 2025-10-03 |
| Add GetLastQueryParam composables for HTMX duplicate parameter handling | Feature | 2025-10-03 |
| Add configurable middleware to AIChatAPIController | Feature | 2025-10-03 |
| Add GetLastQueryParam composables for HTMX duplicate parameter handling | Feature | 2025-10-03 |
| Add tenant users view and improve dashboard routing | Feature | 2025-10-05 |
| Migrate superadmin tenant views to badge component | Feature | 2025-10-05 |
| Refactor superadmin module with security fixes and consolidation | Feature | 2025-10-05 |
| Improve migration rollback safety with data loss warnings | Bug Fix | 2025-10-05 |
| Improve superadmin test quality and fix HTMX headers | Test | 2025-10-05 |
| Merge staging into feat/superadmin-module | Merge | 2025-10-05 |
| Resolve uuid to int casting error in migration rollback | Bug Fix | 2025-10-05 |
| Fix documentation formatting in request.go | Docs | 2025-10-05 |
| Add IF EXISTS to migration rollback index drop | Bug Fix | 2025-10-05 |
| Merge pull request #477 from iota-uz/feat/superadmin-module | Merge | 2025-10-05 |
| Superadmin dashboard date filter not triggering requests | Bug Fix | 2025-10-05 |
| Add IF EXISTS to migration rollback index drops | Bug Fix | 2025-10-05 |
| Merge staging branch into feat/e2e-testkit-infrastructure | Merge | 2025-10-05 |
| Migrate E2E testing infrastructure from Cypress to Playwright | Feature | 2025-10-05 |
| Update gitignore for Playwright test artifacts | Chore | 2025-10-05 |
| Add email/phone to tenants, combine user names | Feature | 2025-10-06 |
| Ensure tenant exists before test data population | Feature | 2025-10-06 |
| Refactor config-manager scope to exclude CLAUDE.md/agent work | Docs | 2025-10-06 |
| Add comment explaining database reset strategy | Test | 2025-10-06 |
| Convert locale files from JSON to TOML | Refactor | 2025-10-06 |
| Update make check-tr to make check tr | Docs | 2025-10-06 |
| Resolve linting errors in testkit module | Bug Fix | 2025-10-06 |
| Add list reporter to CI mode | Feature | 2025-10-06 |
| Standardize volume naming and fix setup target | Bug Fix | 2025-10-06 |
| Remove Cypress migration references | Docs | 2025-10-06 |
| Ensure permissions seeded before admin role creation | Bug Fix | 2025-10-06 |
| Use page.request for authenticated API calls | Bug Fix | 2025-10-06 |
| Improve testkit assertion readability | Test | 2025-10-06 |
| Merge pull request #479 from iota-uz/feat/e2e-testkit-infrastructure | Merge | 2025-10-06 |
| Add hx-target attribute to LazyLoad component | Bug Fix | 2025-10-06 |
| Add Attrs field to LazyLoad component | Feature | 2025-10-06 |
| Alpine: added mask plugin | Feature | 2025-10-06 |
| Remove payment and expense E2E tests | Test | 2025-10-07 |
| Ability to append table row attributes | Feature | 2025-10-08 |
| Add ToJSLocale method to PageContext for JavaScript number formatting | Feature | 2025-10-12 |
| Properly handle interface fields in js.ToJS() | Bug Fix | 2025-10-12 |
| Combobox-fixes | Feature | 2025-10-13 |
| Add toast notification component with HTMX integration | Feature | 2025-10-14 |
| Standardize command references across Claude config | Docs | 2025-10-14 |
| Add toast container to authenticated layout | Feature | 2025-10-14 |
| Merge pull request #480 from iota-uz/combobox-fixes | Merge | 2025-10-14 |
| Add advanced filter types for repository queries | Feature | 2025-10-15 |
| Add custom search placeholder option for tables | Feature | 2025-10-15 |
| Format toast component imports | Style | 2025-10-15 |
| Request-id to log | Feature | 2025-10-16 |
| Log_transport fixes | Bug Fix | 2025-10-16 |
| Merge pull request #482 from iota-uz/feat-log-request-id | Merge | 2025-10-16 |
| Merge pull request #481 from iota-uz/staging | Merge | 2025-10-16 |
| Impl billing callback | Feature | 2025-10-17 |
| Payme: save errorCode | Feature | 2025-10-17 |
| Test | Bug Fix | 2025-10-17 |
| Merge pull request #483 from iota-uz/feat-billing-callback | Merge | 2025-10-17 |
| Payme mv invoke callback in perform | Bug Fix | 2025-10-17 |
| Payme reason & state | Bug Fix | 2025-10-17 |
| Recover panic in billing callback | Feature | 2025-10-20 |
| Linter fixes | Bug Fix | 2025-10-20 |
| Merge pull request #484 from iota-uz/billing-feature-callback-recover | Merge | 2025-10-20 |
| Add chart utilities and data transformation helpers | Feature | 2025-10-26 |
| Add money input component with currency formatting | Feature | 2025-10-27 |
| Billing impl cash & integrator | Feature | 2025-10-29 |
| Delete fields data | Bug Fix | 2025-10-29 |
| Billing service | Bug Fix | 2025-10-29 |
| Merge pull request #485 from iota-uz/feat-billing-cash-integrator | Merge | 2025-10-29 |
| Enhance money input with external reactivity and attributes | Feature | 2025-10-31 |
| Add transaction context to test suite middleware | Bug Fix | 2025-10-31 |
September 2025
| Change | Type | Date |
|---|---|---|
| Prevent search input from getting squashed by w-full | Bug Fix | 2025-09-03 |
| Prevent search input from getting squashed by w-full | Bug Fix | 2025-09-03 |
| Perf: optimize PostgreSQL 17 test database performance in CI | Chore | 2025-09-07 |
| Enhance commit-push command documentation | Docs | 2025-09-07 |
| Improve spotlight component dark mode support | Style | 2025-09-07 |
| Add USDSPACE currency support and improve money package | Feature | 2025-09-07 |
| Enhance ITF testing framework with fluent API and assertions | Feature | 2025-09-08 |
| Resolve golangci-lint violations in ITF testing framework | Bug Fix | 2025-09-08 |
| Add phone and email fields to tenants table | Feature | 2025-09-13 |
| Implement phone and email value objects for tenant entity | Feature | 2025-09-13 |
| Regenerate template files and add htmx-alpine integration | Chore | 2025-09-13 |
| Formatting | Bug Fix | 2025-09-13 |
| Files formatting | Bug Fix | 2025-09-13 |
| Sql formatting | Bug Fix | 2025-09-13 |
| Merge pull request #469 from iota-uz/feat/add-tenant-phone-email-fields | Merge | 2025-09-13 |
| Enhance Claude Code orchestrator with multi-agent workflows | Feature | 2025-09-13 |
| Update database connection config for IOTA ERP | Feature | 2025-09-13 |
| Merge pull request #470 from iota-uz/feat/claude-code-orchestrator-update | Merge | 2025-09-13 |
| Implement self-deletion prevention for last tenant user | Feature | 2025-09-13 |
| Add UI feedback for undeletable users with multilingual support | Feature | 2025-09-13 |
| Update postgres port in dev compose configuration | Chore | 2025-09-13 |
| Update CI config and command documentation | Docs | 2025-09-13 |
| Merge pull request #471 from iota-uz/feat/user-self-deletion-prevention | Merge | 2025-09-13 |
| Add phone and email fields to logo settings page | Feature | 2025-09-13 |
| Add comprehensive e2e tests for settings logo functionality | Test | 2025-09-13 |
| Improve card padding and spacing in logo settings | Bug Fix | 2025-09-13 |
| Merge pull request #472 from iota-uz/feat/user-self-deletion-prevention | Merge | 2025-09-13 |
| Preserve TIN field value on counterparty form validation errors | Bug Fix | 2025-09-13 |
| Add comprehensive TDD tests for TIN field preservation | Test | 2025-09-13 |
| Add template generation to fmt command | Chore | 2025-09-13 |
| Correct production branch reference in CLAUDE.md | Docs | 2025-09-13 |
| Add database migration for payment and expense attachments | Feature | 2025-09-13 |
| Add attachment support to payment and expense domain entities | Feature | 2025-09-13 |
| Implement attachment repository operations for payments and expenses | Feature | 2025-09-13 |
| Add attachment management services for payments and expenses | Feature | 2025-09-13 |
| Update presentation layer for file attachment functionality | Feature | 2025-09-13 |
| Implement file attachment UI components and templates | Feature | 2025-09-13 |
| Add multilingual support for file attachment features | Feature | 2025-09-13 |
| Update test database creation to use postgres admin database | Bug Fix | 2025-09-13 |
| Generated files | Bug Fix | 2025-09-13 |
| Address PR review comments and improve code quality | Bug Fix | 2025-09-13 |
| Merge pull request #473 from iota-uz/fix/issue-448-tin-field-clearing | Merge | 2025-09-13 |
| Address PR review comments and resolve CI failures | Bug Fix | 2025-09-13 |
| Upload input now properly handles multiple uploads | Bug Fix | 2025-09-14 |
| Upload controller now properly handles multiple file uploads | Bug Fix | 2025-09-14 |
| Consolidate Makefile commands into subcommand patterns | Refactor | 2025-09-14 |
| Consolidate multiple CLI commands into single command binary | Refactor | 2025-09-14 |
| Add cobra dependency for CLI implementation | Chore | 2025-09-14 |
| Add E2E tests for payment attachments functionality | Test | 2025-09-14 |
| Update upload input component for multiple file handling | Bug Fix | 2025-09-14 |
| Improve E2E testing setup and documentation | Docs | 2025-09-14 |
| Remove outdated database commands section | Docs | 2025-09-14 |
| Improve import organization and formatting | Style | 2025-09-14 |
| Standardize template import formatting and organization | Style | 2025-09-14 |
| Add template generation to fmt command | Chore | 2025-09-14 |
| Remove outdated claude-code-expert agent configuration | Chore | 2025-09-14 |
| Update agent configs with E2E testing and database port corrections | Docs | 2025-09-14 |
| Add config-manager agent definition | Feature | 2025-09-14 |
| Update agent orchestration rules and config-manager integration | Docs | 2025-09-14 |
| Update commit-push command to use make check fmt | Docs | 2025-09-14 |
| Improve E2E testing infrastructure and automation | Chore | 2025-09-14 |
| Update development environment configuration | Chore | 2025-09-14 |
| Simplify and consolidate command packages | Refactor | 2025-09-14 |
| Improve E2E testing workflow with dev server separation | Refactor | 2025-09-14 |
| Improve E2E database workflow and ignore test artifacts | Feature | 2025-09-14 |
| Improve combobox component and remove E2E Air configuration | Feature | 2025-09-14 |
| Improve E2E attachment form testing with better error handling | Test | 2025-09-14 |
| Clean up search filter UI components and remove Alpine.js directives | Style | 2025-09-14 |
| Update E2E testing to use port 3201 | Chore | 2025-09-14 |
| Fix E2E tests by using existing database in CI | Test | 2025-09-14 |
| Separate E2E and unit tests into parallel CI jobs | Test | 2025-09-14 |
| Parallelize test jobs by removing lint dependency | Chore | 2025-09-14 |
| Fix E2E database setup in CI pipeline | Chore | 2025-09-14 |
| Add comprehensive E2E test debugging command | Docs | 2025-09-14 |
| Fix E2E test database configuration issues | Chore | 2025-09-14 |
| Fix database configuration and add environment variables | Chore | 2025-09-14 |
| Update Makefile targets and E2E error handling | Bug Fix | 2025-09-14 |
| Merge pull request #474 from iota-uz/feat/file-attachments-finance-module | Merge | 2025-09-14 |
| Enhance E2E testing infrastructure with testkit module | Feature | 2025-09-14 |
| Temporarily remove broken tests | Bug Fix | 2025-09-14 |
| Clean up test workflow by removing database cleanup steps | Chore | 2025-09-14 |
| Add consultant contact disclaimer to AI chat welcome messages | Feature | 2025-09-18 |
| Merge pull request #475 from iota-uz/feat/ai-chat-welcome-message-disclaimer | Merge | 2025-09-24 |
| Correct user roles display condition in users table | Bug Fix | 2025-09-25 |
| Perf: optimize upload repository GetByID query | Feature | 2025-09-25 |
| Update AI chat translations and package configuration | Feature | 2025-09-26 |
| Merge pull request #476 from iota-uz/feat/ai-chat-updates | Merge | 2025-09-26 |
| Improve table sorting to include form data in requests | Bug Fix | 2025-09-26 |
| Add missing button text to role deletion confirmation dialog | Bug Fix | 2025-09-26 |
| Consolidate validation error messages to core module | Refactor | 2025-09-28 |
| Update Claude Code agent and command configurations | Docs | 2025-09-30 |
| Simplify ITF test case builder fluent API | Refactor | 2025-09-30 |
| Improve coverage reporting and test workflow | Chore | 2025-09-30 |
| Correct migration rollback order for tabs table | Bug Fix | 2025-09-30 |
| Add Super Admin module with tenant management | Feature | 2025-09-30 |
| Add SuperAdmin user type to core domain | Feature | 2025-09-30 |
| Register seed_superadmin command in CLI | Feature | 2025-09-30 |
| Dynamically update Domain and Origin based on PORT environment variable | Bug Fix | 2025-09-30 |
| Add superadmin make commands for dev and seed | Feature | 2025-09-30 |
| Properly handle serial type conversions with explicit sequences in migration | Bug Fix | 2025-09-30 |
| Update documentation for Super Admin and remove obsolete test commands | Docs | 2025-09-30 |
| Standardize tenant query sorting with type-safe repo.SortBy pattern | Refactor | 2025-09-30 |
| Adjust active users card layout to span 2 columns in superadmin dashboard | Bug Fix | 2025-09-30 |
August 2025
| Change | Type | Date |
|---|---|---|
| Clients-export: csv support | Feature | 2025-08-01 |
| Test fix | Test | 2025-08-01 |
| Test fixes | Test | 2025-08-01 |
| Test fixes | Test | 2025-08-01 |
| Test fixes | Test | 2025-08-01 |
| Test fixes | Test | 2025-08-01 |
| Test fixes | Test | 2025-08-01 |
| Maybe test fix | Feature | 2025-08-01 |
| Maybe test fixes | Feature | 2025-08-01 |
| Test fixes | Test | 2025-08-01 |
| Test fixes | Test | 2025-08-01 |
| Test fixes | Test | 2025-08-01 |
| Test fixes | Test | 2025-08-01 |
| Merge pull request #437 from iota-uz/feat/chat-threads-redis | Merge | 2025-08-01 |
| Merge pull request #439 from iota-uz/feat/clients-export | Merge | 2025-08-01 |
| Merge pull request #438 from iota-uz/feat/upload-slug | Merge | 2025-08-01 |
| Hot-fix: upload slug as separate resolver | Bug Fix | 2025-08-01 |
| Upload-dto: validation struct tag fixes | Feature | 2025-08-02 |
| Cache ai responses | Feature | 2025-08-02 |
| Lint fixes | Feature | 2025-08-02 |
| Logo provide logic | Bug Fix | 2025-08-03 |
| Merge pull request #442 from iota-uz/feat/cached-ai-response | Merge | 2025-08-04 |
| Added sticky table columns | Feature | 2025-08-06 |
| Minor fixes | Feature | 2025-08-06 |
| Fix id collision in checkboxes in groups | Bug Fix | 2025-08-06 |
| Merge pull request #449 from iota-uz/feat/sticky-table-columns | Merge | 2025-08-07 |
| Refactor RBAC to use permission schemas | Feature | 2025-08-08 |
| Complete RBAC removal and optimize permission handling | Refactor | 2025-08-11 |
| Generated files | Bug Fix | 2025-08-11 |
| Merge staging into shy-eld branch | Merge | 2025-08-11 |
| Merge pull request #450 from iota-uz/fix/groups-checkbox-fix | Merge | 2025-08-11 |
| Address code review comments | Bug Fix | 2025-08-11 |
| Remove unused RBAC code and simplify permission system | Refactor | 2025-08-11 |
| Generated files | Bug Fix | 2025-08-11 |
| Improve permission schema builder and error handling | Refactor | 2025-08-11 |
| Permission set toggle scope and improve code readability | Bug Fix | 2025-08-11 |
| Update translation files for improved UX consistency | Feature | 2025-08-11 |
| Update tests and code to use new permission schema structure | Bug Fix | 2025-08-11 |
| Merge pull request #452 from iota-uz/shy-eld | Merge | 2025-08-11 |
| Remove tenant_id from permissions & add permissions for groups | Bug Fix | 2025-08-11 |
| Handle missing sessions gracefully in role events | Bug Fix | 2025-08-13 |
| Roles controller | Bug Fix | 2025-08-13 |
| Add NameField to group repository for exact name filtering | Feature | 2025-08-13 |
| Merge pull request #453 from iota-uz/feat/add-name-field-to-group-repository | Merge | 2025-08-13 |
| Sql formatting | Bug Fix | 2025-08-13 |
| Add PermissionGuard component for UI authorization | Feature | 2025-08-13 |
| Remove user tabs functionality | Feature | 2025-08-13 |
| Sql formatting | Bug Fix | 2025-08-13 |
| Remove sidebar settings tab from account page | Bug Fix | 2025-08-13 |
| Regenerate templ files after sidebar tab removal | Chore | 2025-08-13 |
| File formatting | Bug Fix | 2025-08-13 |
| Merge pull request #455 from iota-uz/remove-user-tabs-functionality | Merge | 2025-08-13 |
| Enhance GitHub Actions workflow with duplicate detection and concise output | Feature | 2025-08-19 |
| Add error pages and tooltips showcase components | Feature | 2025-08-19 |
| Merge pull request #457 from iota-uz/feat/error-pages-and-tooltips-showcase | Merge | 2025-08-19 |
| Bump: ai-chat package version to 0.1.22 | Feature | 2025-08-20 |
| Merge pull request #459 from iota-uz/bump-ai-chat-version | Merge | 2025-08-20 |
| Migrate to shared Claude Code workflows | Refactor | 2025-08-21 |
| Correct workflow permissions and MCP token references | Bug Fix | 2025-08-21 |
| Editable-table: fixes | Feature | 2025-08-21 |
| Form field fixes | Bug Fix | 2025-08-21 |
| Merge pull request #462 from iota-uz/form-field-fixes | Merge | 2025-08-21 |
| Merge pull request #461 from iota-uz/editable-table-fixes | Merge | 2025-08-21 |
| Kanban: minor fixes | Feature | 2025-08-22 |
| Kanban: minor style fixes | Feature | 2025-08-22 |
| Kanban: minor fixes | Feature | 2025-08-22 |
| Kanban: minor fixes | Feature | 2025-08-22 |
| Correct shared workflow reference path | Bug Fix | 2025-08-24 |
| Update workflow references to match new path | Bug Fix | 2025-08-24 |
| Simplify review workflow prompt | Refactor | 2025-08-24 |
| Switch to iota-sdk tech stack for code reviews | Feature | 2025-08-24 |
| Add Go documentation requirement to code review workflow | Feature | 2025-08-24 |
| Migrate to shared workflows with SDK core project tracking | Feature | 2025-08-24 |
| Kanban: minor fixes | Feature | 2025-08-25 |
| Datepicker: minor fixes | Feature | 2025-08-26 |
| Input: allow to pass wrapper class | Feature | 2025-08-26 |
| Scaffold-filters: style improvements | Feature | 2025-08-26 |
| Table: cell options (classes) | Feature | 2025-08-26 |
| Table: improvements & enhancements | Feature | 2025-08-26 |
| Table: fixes | Feature | 2025-08-26 |
| Add dark mode support to drawer components | Feature | 2025-08-31 |
July 2025
| Change | Type | Date |
|---|---|---|
| Dynamic logo | Feature | 2025-07-01 |
| Dynamic logo | Feature | 2025-07-01 |
| Improve cypress test stability for CI environment | Bug Fix | 2025-07-01 |
| Improve cypress test stability for CI environment | Bug Fix | 2025-07-01 |
| Merge pull request #325 from iota-uz/logo-upload | Merge | 2025-07-01 |
| Merge pull request #325 from iota-uz/logo-upload | Merge | 2025-07-01 |
| Update docs | Chore | 2025-07-01 |
| Update docs | Chore | 2025-07-01 |
| Remove logo settings tab | Refactor | 2025-07-01 |
| Remove logo settings tab | Refactor | 2025-07-01 |
| Sidebar flickering | Bug Fix | 2025-07-01 |
| Sidebar flickering | Bug Fix | 2025-07-01 |
| Prevent form data collision between multiple upload components | Bug Fix | 2025-07-01 |
| Prevent form data collision between multiple upload components | Bug Fix | 2025-07-01 |
| Add tenant ID filtering to group query repository | Bug Fix | 2025-07-01 |
| Add tenant ID filtering to group query repository | Bug Fix | 2025-07-01 |
| Remove deprecated linter | Chore | 2025-07-01 |
| Remove deprecated linter | Chore | 2025-07-01 |
| Merge pull request #326 from iota-uz/staging | Merge | 2025-07-01 |
| Merge pull request #326 from iota-uz/staging | Merge | 2025-07-01 |
| Remove bad test | Cleanup | 2025-07-01 |
| Remove bad test | Cleanup | 2025-07-01 |
| Remove bad test | Cleanup | 2025-07-01 |
| Remove bad test | Cleanup | 2025-07-01 |
| Finance controller tests parallel running | Test | 2025-07-01 |
| Finance controller tests parallel running | Test | 2025-07-01 |
| Merge pull request #327 from iota-uz/fix/issue-307 | Merge | 2025-07-02 |
| Merge pull request #327 from iota-uz/fix/issue-307 | Merge | 2025-07-02 |
| Clean up dead code | Chore | 2025-07-02 |
| Clean up dead code | Chore | 2025-07-02 |
| Add delete route to uploads GraphQL resolver | Feature | 2025-07-02 |
| Add delete route to uploads GraphQL resolver | Feature | 2025-07-02 |
| Regenerate GraphQL code for deleteUpload mutation | Chore | 2025-07-02 |
| Regenerate GraphQL code for deleteUpload mutation | Chore | 2025-07-02 |
| Refactor testing framework | Bug Fix | 2025-07-03 |
| Refactor testing framework | Bug Fix | 2025-07-03 |
| Failing tests | Bug Fix | 2025-07-03 |
| Failing tests | Bug Fix | 2025-07-03 |
| Merge pull request #335 from iota-uz/claude/issue-328-20250702_082732 | Merge | 2025-07-03 |
| Merge pull request #335 from iota-uz/claude/issue-328-20250702_082732 | Merge | 2025-07-03 |
| Translations | Bug Fix | 2025-07-03 |
| Translations | Bug Fix | 2025-07-03 |
| Update chat width calculation based on chat open state | Bug Fix | 2025-07-03 |
| Update chat width calculation based on chat open state | Bug Fix | 2025-07-03 |
| Merge pull request #337 from iota-uz/fix/floating-chat-width | Merge | 2025-07-03 |
| Merge pull request #337 from iota-uz/fix/floating-chat-width | Merge | 2025-07-03 |
| Hot-fix filepath.Join in url | Bug Fix | 2025-07-03 |
| Hot-fix filepath.Join in url | Bug Fix | 2025-07-03 |
| Gpaphql fixes | Feature | 2025-07-03 |
| Gpaphql fixes | Feature | 2025-07-03 |
| Refactor warehouse module aggregates to use interface pattern | Feature | 2025-07-03 |
| Refactor warehouse module aggregates to use interface pattern | Feature | 2025-07-03 |
| Add phone component with display formatting utility | Feature | 2025-07-03 |
| Add phone component with display formatting utility | Feature | 2025-07-03 |
| Complete interface pattern implementation for HRM employee aggregate | Feature | 2025-07-03 |
| Complete interface pattern implementation for HRM employee aggregate | Feature | 2025-07-03 |
| Multi part form support | Feature | 2025-07-03 |
| Multi part form support | Feature | 2025-07-03 |
| Resolve interface vs pointer type errors incrementally | Bug Fix | 2025-07-03 |
| Resolve interface vs pointer type errors incrementally | Bug Fix | 2025-07-03 |
| Merge pull request #341 from iota-uz/claude/issue-318-20250703_115619 | Merge | 2025-07-03 |
| Merge pull request #341 from iota-uz/claude/issue-318-20250703_115619 | Merge | 2025-07-03 |
| Apply Go formatting and update dependencies | Bug Fix | 2025-07-03 |
| Apply Go formatting and update dependencies | Bug Fix | 2025-07-03 |
| Run go mod tidy to fix missing dependencies | Chore | 2025-07-03 |
| Run go mod tidy to fix missing dependencies | Chore | 2025-07-03 |
| Resolve phone formatter test failures | Bug Fix | 2025-07-03 |
| Resolve phone formatter test failures | Bug Fix | 2025-07-03 |
| Merge pull request #339 from iota-uz/claude/issue-321-20250703_105909 | Merge | 2025-07-03 |
| Merge pull request #339 from iota-uz/claude/issue-321-20250703_105909 | Merge | 2025-07-03 |
| Resolve product repository method signatures | Bug Fix | 2025-07-03 |
| Resolve product repository method signatures | Bug Fix | 2025-07-03 |
| Align all repository method return types with interface | Bug Fix | 2025-07-03 |
| Align all repository method return types with interface | Bug Fix | 2025-07-03 |
| Align product service methods with interface pattern | Bug Fix | 2025-07-03 |
| Align product service methods with interface pattern | Bug Fix | 2025-07-03 |
| Align position service methods with interface pattern | Bug Fix | 2025-07-03 |
| Align position service methods with interface pattern | Bug Fix | 2025-07-03 |
| Align GraphQL mappers with interface pattern | Bug Fix | 2025-07-03 |
| Align GraphQL mappers with interface pattern | Bug Fix | 2025-07-03 |
| Resolve all type errors after warehouse interface refactoring | Bug Fix | 2025-07-03 |
| Resolve all type errors after warehouse interface refactoring | Bug Fix | 2025-07-03 |
| Merge pull request #338 from iota-uz/claude/issue-316-20250703_103356 | Merge | 2025-07-03 |
| Merge pull request #338 from iota-uz/claude/issue-316-20250703_103356 | Merge | 2025-07-03 |
| Excel importer | Feature | 2025-07-04 |
| Excel importer | Feature | 2025-07-04 |
| Resolve merge conflicts after pulling latest changes | Feature | 2025-07-04 |
| Resolve merge conflicts after pulling latest changes | Feature | 2025-07-04 |
| Failing linting | Bug Fix | 2025-07-04 |
| Failing linting | Bug Fix | 2025-07-04 |
| Update code indexer workflow to use core package | Bug Fix | 2025-07-04 |
| Update code indexer workflow to use core package | Bug Fix | 2025-07-04 |
| Clean up dead code | Chore | 2025-07-04 |
| Clean up dead code | Chore | 2025-07-04 |
| Optimize code indexing with incremental sync and Blacksmith cache | Feature | 2025-07-04 |
| Optimize code indexing with incremental sync and Blacksmith cache | Feature | 2025-07-04 |
| Generated files | Bug Fix | 2025-07-04 |
| Generated files | Bug Fix | 2025-07-04 |
| Crud_controller — non-editable fields with readonly: true | Bug Fix | 2025-07-04 |
| Crud_controller — non-editable fields with readonly: true | Bug Fix | 2025-07-04 |
| Sync script | Bug Fix | 2025-07-04 |
| Sync script | Bug Fix | 2025-07-04 |
| Crud_controller…_css_test.go — fixes | Test | 2025-07-04 |
| Crud_controller…_css_test.go — fixes | Test | 2025-07-04 |
| Revert: fix - crud_controller - non-editable fields with readonly: true | Feature | 2025-07-05 |
| Revert: fix - crud_controller - non-editable fields with readonly: true | Feature | 2025-07-05 |
| Updated crud_controller — non-editable fields with readonly: true | Bug Fix | 2025-07-05 |
| Updated crud_controller — non-editable fields with readonly: true | Bug Fix | 2025-07-05 |
| Compilation failures | Bug Fix | 2025-07-05 |
| Compilation failures | Bug Fix | 2025-07-05 |
| Combobox.templ compilation failure (2) | Bug Fix | 2025-07-05 |
| Combobox.templ compilation failure (2) | Bug Fix | 2025-07-05 |
| Regen templ code after readonly/disabled fix | Bug Fix | 2025-07-05 |
| Regen templ code after readonly/disabled fix | Bug Fix | 2025-07-05 |
| Minor fix property name & regen templ code | Bug Fix | 2025-07-05 |
| Minor fix property name & regen templ code | Bug Fix | 2025-07-05 |
| Regen templ code version | Bug Fix | 2025-07-05 |
| Regen templ code version | Bug Fix | 2025-07-05 |
| Templ fmt | Bug Fix | 2025-07-05 |
| Templ fmt | Bug Fix | 2025-07-05 |
| Merge pull request #344 from iota-uz/fix/issue-330 | Merge | 2025-07-07 |
| Merge pull request #344 from iota-uz/fix/issue-330 | Merge | 2025-07-07 |
| Implement DevHub TUI tool for managing development services | Feature | 2025-07-07 |
| Implement DevHub TUI tool for managing development services | Feature | 2025-07-07 |
| Improve DevHub service status monitoring and add log enhancements | Bug Fix | 2025-07-07 |
| Improve DevHub service status monitoring and add log enhancements | Bug Fix | 2025-07-07 |
| Add devhub.yml example configuration | Feature | 2025-07-07 |
| Add devhub.yml example configuration | Feature | 2025-07-07 |
| Go mod tidy | Chore | 2025-07-07 |
| Go mod tidy | Chore | 2025-07-07 |
| Sync caching for SelectField dynamic options loading | Refactor | 2025-07-07 |
| Sync caching for SelectField dynamic options loading | Refactor | 2025-07-07 |
| Improve DevHub TUI with enhanced header design and resource monitoring | Refactor | 2025-07-08 |
| Improve DevHub TUI with enhanced header design and resource monitoring | Refactor | 2025-07-08 |
| Refactor command | Feature | 2025-07-08 |
| Refactor command | Feature | 2025-07-08 |
| Enhance health controller with comprehensive system checks | Feature | 2025-07-08 |
| Format code and fix test imports and usage patterns | Bug Fix | 2025-07-08 |
| Build & release instructions | Feature | 2025-07-08 |
| Build & release instructions | Feature | 2025-07-08 |
| Linting errors | Bug Fix | 2025-07-08 |
| Linting errors | Bug Fix | 2025-07-08 |
| Linting errors | Bug Fix | 2025-07-08 |
| Linting errors | Bug Fix | 2025-07-08 |
| Merge pull request #349 from iota-uz/feat/devhub-tui-tool | Merge | 2025-07-08 |
| Merge pull request #349 from iota-uz/feat/devhub-tui-tool | Merge | 2025-07-08 |
| Clean up dead code | Chore | 2025-07-08 |
| Clean up dead code | Chore | 2025-07-08 |
| Clean up dead code | Chore | 2025-07-08 |
| Clean up dead code | Chore | 2025-07-08 |
| Introduced InvalidateOptionsCache, ttl & tests | Refactor | 2025-07-08 |
| Introduced InvalidateOptionsCache, ttl & tests | Refactor | 2025-07-08 |
| Revert “refactor: introduced InvalidateOptionsCache, ttl & tests” | Test | 2025-07-08 |
| Revert “refactor: introduced InvalidateOptionsCache, ttl & tests” | Test | 2025-07-08 |
| Introduced InvalidateOptionsCache, ttl & tests | Refactor | 2025-07-08 |
| Introduced InvalidateOptionsCache, ttl & tests | Refactor | 2025-07-08 |
| Revert: local changes | Feature | 2025-07-08 |
| Revert: local changes | Feature | 2025-07-08 |
| Add bloom mcp to claude.yml | Feature | 2025-07-08 |
| Add bloom mcp to claude.yml | Feature | 2025-07-08 |
| Improved claude.yml | Feature | 2025-07-08 |
| Improved claude.yml | Feature | 2025-07-08 |
| Merge pull request #353 from iota-uz/staging | Merge | 2025-07-08 |
| Merge pull request #353 from iota-uz/staging | Merge | 2025-07-08 |
| Floating point values in the amount field of the finance module -> account in the create/edit actions | Bug Fix | 2025-07-08 |
| Floating point values in the amount field of the finance module -> account in the create/edit actions | Bug Fix | 2025-07-08 |
| Revert: local changes | Feature | 2025-07-08 |
| Revert: local changes | Feature | 2025-07-08 |
| Update autogen file | Bug Fix | 2025-07-09 |
| Update autogen file | Bug Fix | 2025-07-09 |
| Merge pull request #350 from iota-uz/fix/issue-331 | Merge | 2025-07-09 |
| Merge pull request #350 from iota-uz/fix/issue-331 | Merge | 2025-07-09 |
| Merge pull request #357 from iota-uz/fix/issue-356 | Merge | 2025-07-09 |
| Merge pull request #357 from iota-uz/fix/issue-356 | Merge | 2025-07-09 |
| Claude.yml (github action) | Bug Fix | 2025-07-11 |
| Claude.yml (github action) | Bug Fix | 2025-07-11 |
| Automatic code review | Feature | 2025-07-11 |
| Automatic code review | Feature | 2025-07-11 |
| Impl pkg-eskiz | Feature | 2025-07-12 |
| Impl pkg-eskiz | Feature | 2025-07-12 |
| Fixes & format & tests | Bug Fix | 2025-07-12 |
| Fixes & format & tests | Bug Fix | 2025-07-12 |
| Fixes | Bug Fix | 2025-07-12 |
| Fixes | Bug Fix | 2025-07-12 |
| Merge pull request #362 from iota-uz/pkg-eskiz | Merge | 2025-07-12 |
| Merge pull request #362 from iota-uz/pkg-eskiz | Merge | 2025-07-12 |
| Prevent panic on devhub shutdown by handling channel closure properly | Bug Fix | 2025-07-13 |
| Prevent panic on devhub shutdown by handling channel closure properly | Bug Fix | 2025-07-13 |
| Merge pull request #364 from iota-uz/fix/devhub-graceful-shutdown | Merge | 2025-07-13 |
| Merge pull request #364 from iota-uz/fix/devhub-graceful-shutdown | Merge | 2025-07-13 |
| Add Claude issue implementation plan workflow | Feature | 2025-07-13 |
| Add Claude issue implementation plan workflow | Feature | 2025-07-13 |
| Task: factored out devhub into a separate repository | Feature | 2025-07-13 |
| Task: factored out devhub into a separate repository | Feature | 2025-07-13 |
| Enhance: add comprehensive security scanning and semantic linting to Claude code review | Security Fix | 2025-07-13 |
| Enhance: add comprehensive security scanning and semantic linting to Claude code review | Security Fix | 2025-07-13 |
| Merge pull request #365 from iota-uz/fix/devhub-graceful-shutdown | Merge | 2025-07-13 |
| Merge pull request #365 from iota-uz/fix/devhub-graceful-shutdown | Merge | 2025-07-13 |
| Merge pull request #366 from iota-uz/staging | Merge | 2025-07-13 |
| Merge pull request #366 from iota-uz/staging | Merge | 2025-07-13 |
| Enhance: restrict Claude code review to non-draft PRs only | Feature | 2025-07-13 |
| Enhance: restrict Claude code review to non-draft PRs only | Feature | 2025-07-13 |
| Add rate limiting middleware with integer RPS configuration | Feature | 2025-07-13 |
| Add rate limiting middleware with integer RPS configuration | Feature | 2025-07-13 |
| Fix linting errors and add custom interval support to rate limiting middleware | Bug Fix | 2025-07-13 |
| Fix linting errors and add custom interval support to rate limiting middleware | Bug Fix | 2025-07-13 |
| Simplify rate limiting middleware API by removing redundant functions | Feature | 2025-07-13 |
| Simplify rate limiting middleware API by removing redundant functions | Feature | 2025-07-13 |
| Implement review comments: clean up rate limiting configuration | Feature | 2025-07-13 |
| Implement review comments: clean up rate limiting configuration | Feature | 2025-07-13 |
| Fix Go formatting issues in rate limiting middleware | Bug Fix | 2025-07-13 |
| Fix Go formatting issues in rate limiting middleware | Bug Fix | 2025-07-13 |
| Replace controllertest with pkg/itf in health controller test | Bug Fix | 2025-07-13 |
| Implement review comments: clean up rate limiting configuration | Feature | 2025-07-13 |
| Implement review comments: clean up rate limiting configuration | Feature | 2025-07-13 |
| Rename workflow files | Chore | 2025-07-14 |
| Rename workflow files | Chore | 2025-07-14 |
| Fix field name in RateLimitConfig struct | Bug Fix | 2025-07-14 |
| Fix field name in RateLimitConfig struct | Bug Fix | 2025-07-14 |
| Update Claude workflows with improved planning and permissions | Feature | 2025-07-14 |
| Update Claude workflows with improved planning and permissions | Feature | 2025-07-14 |
| Revenue/count details view for analytic bars | Feature | 2025-07-14 |
| Revenue/count details view for analytic bars | Feature | 2025-07-14 |
| Templ formatting | Bug Fix | 2025-07-14 |
| Templ formatting | Bug Fix | 2025-07-14 |
| Templ generate | Bug Fix | 2025-07-14 |
| Templ generate | Bug Fix | 2025-07-14 |
| Minor fixes & improvements | Bug Fix | 2025-07-14 |
| Minor fixes & improvements | Bug Fix | 2025-07-14 |
| Minor fixes & improvements | Bug Fix | 2025-07-14 |
| Minor fixes & improvements | Bug Fix | 2025-07-14 |
| Merge pull request #372 from iota-uz/feat/issue-355 | Merge | 2025-07-14 |
| Merge pull request #372 from iota-uz/feat/issue-355 | Merge | 2025-07-14 |
| Merge pull request #370 from iota-uz/claude/issue-369-20250713_202924 | Merge | 2025-07-15 |
| Merge pull request #370 from iota-uz/claude/issue-369-20250713_202924 | Merge | 2025-07-15 |
| Add query param utility functions to scaffold table | Feature | 2025-07-15 |
| Add query param utility functions to scaffold table | Feature | 2025-07-15 |
| Formatting errors | Bug Fix | 2025-07-15 |
| Formatting errors | Bug Fix | 2025-07-15 |
| Add Alpine Tooltip component integration | Feature | 2025-07-15 |
| Add Alpine Tooltip component integration | Feature | 2025-07-15 |
| Linting errors | Bug Fix | 2025-07-15 |
| Linting errors | Bug Fix | 2025-07-15 |
| Merge pull request #377 from iota-uz/feat/alpine-tooltip-integration | Merge | 2025-07-15 |
| Merge pull request #377 from iota-uz/feat/alpine-tooltip-integration | Merge | 2025-07-15 |
| Import claude issue planner | Feature | 2025-07-15 |
| Import claude issue planner | Feature | 2025-07-15 |
| Improve cc-issue worfklow | Feature | 2025-07-15 |
| Improve cc-issue worfklow | Feature | 2025-07-15 |
| Improved workflow file | Feature | 2025-07-15 |
| Improved workflow file | Feature | 2025-07-15 |
| Claude permissions | Bug Fix | 2025-07-15 |
| Claude permissions | Bug Fix | 2025-07-15 |
| Claude code triggering | Bug Fix | 2025-07-15 |
| Claude code triggering | Bug Fix | 2025-07-15 |
| Update README.MD | Feature | 2025-07-15 |
| Update README.MD | Feature | 2025-07-15 |
| Merge pull request #382 from iota-uz/diyor28-patch-1 | Merge | 2025-07-15 |
| Merge pull request #382 from iota-uz/diyor28-patch-1 | Merge | 2025-07-15 |
| Dev container support | Feature | 2025-07-16 |
| Dev container support | Feature | 2025-07-16 |
| Js runtime proposal | Feature | 2025-07-16 |
| Added env vars for upload config | Feature | 2025-07-16 |
| Minor fix | Feature | 2025-07-16 |
| Merge pull request #387 from iota-uz/fix/multipart-config | Merge | 2025-07-16 |
| Wip: refactoring | Feature | 2025-07-17 |
| Improve dev container | Feature | 2025-07-17 |
| More capable machines for dev containers | Feature | 2025-07-17 |
| Separate table scaffold configuration from data | Feature | 2025-07-17 |
| Linting errors | Bug Fix | 2025-07-17 |
| Use pkg/htmx functions for header access | Bug Fix | 2025-07-17 |
| Linting errors | Bug Fix | 2025-07-17 |
| Linting errors | Bug Fix | 2025-07-17 |
| Impl json-field in pkg/crud | Feature | 2025-07-17 |
| Upd crud_controller | Feature | 2025-07-17 |
| Fix critcial iss | Bug Fix | 2025-07-17 |
| Improve cc issue plan | Feature | 2025-07-18 |
| Merge conflict | Bug Fix | 2025-07-18 |
| Improve workflows | Feature | 2025-07-18 |
| Revert autogen file changes | Bug Fix | 2025-07-19 |
| Sortable table columns | Feature | 2025-07-19 |
| Sortable table columns tests | Test | 2025-07-19 |
| Wip: transactions | Feature | 2025-07-19 |
| Crud-showcase impl | Feature | 2025-07-19 |
| Fix | Bug Fix | 2025-07-19 |
| Add link | Feature | 2025-07-19 |
| Dev container | Bug Fix | 2025-07-20 |
| Income statement & cashflow statement | Feature | 2025-07-20 |
| Devcontainers | Bug Fix | 2025-07-20 |
| Linting errors | Bug Fix | 2025-07-20 |
| Cashflow statement generation | Bug Fix | 2025-07-20 |
| Pin dev container tool versions and remove unused tools | Bug Fix | 2025-07-20 |
| Remove problematic go mod download optimization from dev container | Bug Fix | 2025-07-20 |
| Add Go module cache permissions for dev container | Bug Fix | 2025-07-20 |
| Update payment category controller tests for drawer-based approach | Bug Fix | 2025-07-20 |
| Add Claude settings file with merged permissions and model configuration | Feature | 2025-07-20 |
| Use echo instead of heredoc for Claude settings to avoid Docker parse error | Bug Fix | 2025-07-20 |
| Clean up dead code | Bug Fix | 2025-07-20 |
| Debt & projects module | Feature | 2025-07-20 |
| Generated files | Bug Fix | 2025-07-20 |
| Linting errors | Bug Fix | 2025-07-20 |
| Formatting | Bug Fix | 2025-07-20 |
| Improve table component type safety and code quality | Bug Fix | 2025-07-20 |
| Merge pull request #352 from iota-uz/claude/issue-351-20250708_072339 | Merge | 2025-07-20 |
| Generated files | Bug Fix | 2025-07-20 |
| Merge pull request #388 from iota-uz/refactor/table-scaffolding-simplification | Merge | 2025-07-20 |
| Add debt aggregate view for counterparty debt summary | Feature | 2025-07-20 |
| Implement proper HTML templates for project stage controller | Feature | 2025-07-20 |
| Move CounterpartyAggregate to interface pattern following codebase conventions | Refactor | 2025-07-20 |
| Tests | Feature | 2025-07-20 |
| Wip: finance module | Feature | 2025-07-20 |
| Some fixes | Feature | 2025-07-20 |
| Formatting | Bug Fix | 2025-07-21 |
| Translation errors | Bug Fix | 2025-07-21 |
| ’changes’ | Feature | 2025-07-21 |
| Multilang ui | Feature | 2025-07-21 |
| Multilang ui fixes | Feature | 2025-07-21 |
| Merge pull request #389 from iota-uz/feat-json-field | Merge | 2025-07-21 |
| ’hot-fix’ | Feature | 2025-07-21 |
| ’fmt | Feature | 2025-07-21 |
| Improved commands | Feature | 2025-07-21 |
| Crud: ctx in init value | Feature | 2025-07-22 |
| Crud: add localization key | Feature | 2025-07-22 |
| Add lazy loading component with HTMX integration | Feature | 2025-07-22 |
| Implement lazy loading for expense form select dropdowns | Refactor | 2025-07-22 |
| Format imports in generated templ files | Style | 2025-07-22 |
| Generated files | Bug Fix | 2025-07-22 |
| Update expense controller tests for lazy-loaded selects | Bug Fix | 2025-07-22 |
| Add fix-issue slash command with TDD workflow | Feature | 2025-07-22 |
| Add architect command with comprehensive design principles | Feature | 2025-07-22 |
| Crud: add jsonfield searchable | Feature | 2025-07-22 |
| Merge pull request #422 from iota-uz/crud-features | Merge | 2025-07-22 |
| Hot-fix: crud_controller | Bug Fix | 2025-07-22 |
| Updated column sorting logic, introduced ui | Bug Fix | 2025-07-23 |
| Wip: finance module | Feature | 2025-07-24 |
| Simplified sortable logic | Refactor | 2025-07-24 |
| Introduced const variables | Refactor | 2025-07-24 |
| Crud multilang features | Feature | 2025-07-24 |
| Fixes | Bug Fix | 2025-07-24 |
| Merge pull request #424 from iota-uz/refactor/table-scaffolding-column-sort | Merge | 2025-07-24 |
| Fixes | Bug Fix | 2025-07-24 |
| Merge pull request #427 from iota-uz/crud-features-multilang | Merge | 2025-07-24 |
| Broken tests | Bug Fix | 2025-07-26 |
| Generated files | Bug Fix | 2025-07-26 |
| Failing tests | Bug Fix | 2025-07-26 |
| Generated files | Bug Fix | 2025-07-26 |
| Increase ram disk size for postgres | Chore | 2025-07-26 |
| Generated files | Bug Fix | 2025-07-26 |
| Replace file-based coverage config with environment variables | Refactor | 2025-07-26 |
| Merge staging onto finance | Merge | 2025-07-26 |
| Ci script | Bug Fix | 2025-07-26 |
| Merge pull request #429 from iota-uz/finance | Merge | 2025-07-26 |
| Claude excalidraw-designer agent | Feature | 2025-07-27 |
| Upd excalidraw-designer agent | Feature | 2025-07-27 |
| Editable-table: wip | Feature | 2025-07-28 |
| Editable-table: minor fixes | Feature | 2025-07-28 |
| Editable-table: minor fixes | Feature | 2025-07-28 |
| Kanban_board: generic kanban board (initial impl); | Feature | 2025-07-29 |
| Crud_controller pass custom actions | Feature | 2025-07-29 |
| Editable-table: showcase | Feature | 2025-07-29 |
| Lint-fix | Feature | 2025-07-29 |
| Scaffolding - sortable columns | Bug Fix | 2025-07-30 |
| Templ fmt . | Refactor | 2025-07-30 |
| Merge pull request #436 from iota-uz/fix/scaffolding-column-sort | Merge | 2025-07-30 |
| Merge pull request #435 from iota-uz/crud-feat-custom-actions | Merge | 2025-07-30 |
| Redis-chat-threads: wip | Feature | 2025-07-30 |
| Redis-chat-threads: tag thread model | Feature | 2025-07-30 |
| Test-fixes | Test | 2025-07-30 |
| Chat-threads-redis: fallback to in memory repo when not provided | Feature | 2025-07-30 |
| Formatting | Bug Fix | 2025-07-30 |
| Minor fix | Bug Fix | 2025-07-30 |
| Dynamic table rows, options to disable create/delete | Cleanup | 2025-07-30 |
| Merge staging | Merge | 2025-07-30 |
| Editable-table: example improvements | Feature | 2025-07-31 |
| Merge pull request #434 from iota-uz/feat/kanban-board | Merge | 2025-07-31 |
| Merge staging | Merge | 2025-07-31 |
| Merge pull request #432 from iota-uz/feat/editable-table-view | Merge | 2025-07-31 |
| Upload: upload with custom path(slug) | Feature | 2025-07-31 |
| Use HSet/HGet/HGetAll for better queries | Bug Fix | 2025-07-31 |
| Upload: allow only alphanumeric for slug | Feature | 2025-07-31 |
| Translate alphanumeric error | Feature | 2025-07-31 |
| Tests fixed | Bug Fix | 2025-07-31 |
| Test fixes | Test | 2025-07-31 |
| Export clients | Feature | 2025-07-31 |
June 2025
| Change | Type | Date |
|---|---|---|
| Infinite scroll | Feature | 2025-06-02 |
| Infinite scroll | Feature | 2025-06-02 |
| Billing impl octo | Feature | 2025-06-03 |
| Billing impl octo | Feature | 2025-06-03 |
| Some fixes | Feature | 2025-06-03 |
| Some fixes | Feature | 2025-06-03 |
| Tenant injection | Bug Fix | 2025-06-03 |
| Tenant injection | Bug Fix | 2025-06-03 |
| Tenant injection | Bug Fix | 2025-06-03 |
| Tenant injection | Bug Fix | 2025-06-03 |
| Tenant injection | Bug Fix | 2025-06-03 |
| Tenant injection | Bug Fix | 2025-06-03 |
| Tenant injection | Bug Fix | 2025-06-03 |
| Tenant injection | Bug Fix | 2025-06-03 |
| Infinite scroll in chats | Feature | 2025-06-05 |
| Infinite scroll in chats | Feature | 2025-06-05 |
| Billing: impl octo webhook | Feature | 2025-06-05 |
| Billing: impl octo webhook | Feature | 2025-06-05 |
| Fix-lint | Bug Fix | 2025-06-05 |
| Fix-lint | Bug Fix | 2025-06-05 |
| Comment octo test | Feature | 2025-06-05 |
| Comment octo test | Feature | 2025-06-05 |
| Breakpoint resolution | Bug Fix | 2025-06-05 |
| Breakpoint resolution | Bug Fix | 2025-06-05 |
| Merge pull request #296 from iota-uz/billing-octo-feature | Merge | 2025-06-05 |
| Merge pull request #296 from iota-uz/billing-octo-feature | Merge | 2025-06-05 |
| Linting errors | Bug Fix | 2025-06-05 |
| Linting errors | Bug Fix | 2025-06-05 |
| Linting errors | Bug Fix | 2025-06-05 |
| Linting errors | Bug Fix | 2025-06-05 |
| Remove thinking tokens if there are any | Bug Fix | 2025-06-06 |
| Remove thinking tokens if there are any | Bug Fix | 2025-06-06 |
| Remove thinking tokens if there are any | Bug Fix | 2025-06-06 |
| Remove thinking tokens if there are any | Bug Fix | 2025-06-06 |
| Remove thinking tokens if there are any | Bug Fix | 2025-06-06 |
| Remove thinking tokens if there are any | Bug Fix | 2025-06-06 |
| Move to openai oficial sdk | Feature | 2025-06-06 |
| Move to openai oficial sdk | Feature | 2025-06-06 |
| Ai chat controller | Refactor | 2025-06-06 |
| Ai chat controller | Refactor | 2025-06-06 |
| Skeleton loader | Feature | 2025-06-06 |
| Skeleton loader | Feature | 2025-06-06 |
| Include locale in template data of system prompt builder | Feature | 2025-06-06 |
| Include locale in template data of system prompt builder | Feature | 2025-06-06 |
| Navtabs component | Feature | 2025-06-07 |
| Navtabs component | Feature | 2025-06-07 |
| Update docs | Chore | 2025-06-07 |
| Update docs | Chore | 2025-06-07 |
| Collapseable sidebar | Feature | 2025-06-07 |
| Collapseable sidebar | Feature | 2025-06-07 |
| Linting errors | Bug Fix | 2025-06-07 |
| Linting errors | Bug Fix | 2025-06-07 |
| Sidebar jitter issue | Bug Fix | 2025-06-08 |
| Sidebar jitter issue | Bug Fix | 2025-06-08 |
| Errors in client search, messages tab & etc | Bug Fix | 2025-06-08 |
| Errors in client search, messages tab & etc | Bug Fix | 2025-06-08 |
| Sidebar groups | Feature | 2025-06-08 |
| Sidebar groups | Feature | 2025-06-08 |
| Sidebar groups | Feature | 2025-06-08 |
| Sidebar groups | Feature | 2025-06-08 |
| Wip: tab persistence | Feature | 2025-06-08 |
| Wip: tab persistence | Feature | 2025-06-08 |
| Linting errors | Bug Fix | 2025-06-08 |
| Linting errors | Bug Fix | 2025-06-08 |
| User & groups loading performance | Bug Fix | 2025-06-09 |
| User & groups loading performance | Bug Fix | 2025-06-09 |
| Mapper from db to view model | Bug Fix | 2025-06-09 |
| Mapper from db to view model | Bug Fix | 2025-06-09 |
| Merge conflicts | Bug Fix | 2025-06-09 |
| Merge conflicts | Bug Fix | 2025-06-09 |
| Type errors | Bug Fix | 2025-06-09 |
| Type errors | Bug Fix | 2025-06-09 |
| Multitenany calls | Bug Fix | 2025-06-10 |
| Multitenany calls | Bug Fix | 2025-06-10 |
| Merge pull request #298 from iota-uz/staging | Merge | 2025-06-10 |
| Merge pull request #298 from iota-uz/staging | Merge | 2025-06-10 |
| Tenant id issues | Bug Fix | 2025-06-10 |
| Tenant id issues | Bug Fix | 2025-06-10 |
| Chat creation error | Bug Fix | 2025-06-10 |
| Chat creation error | Bug Fix | 2025-06-10 |
| Typo | Bug Fix | 2025-06-10 |
| Typo | Bug Fix | 2025-06-10 |
| Linting errors | Bug Fix | 2025-06-10 |
| Linting errors | Bug Fix | 2025-06-10 |
| Cleanup claude savepoints | Chore | 2025-06-10 |
| Cleanup claude savepoints | Chore | 2025-06-10 |
| Add Claude PR Assistant workflow | Feature | 2025-06-10 |
| Add Claude PR Assistant workflow | Feature | 2025-06-10 |
| Merge pull request #299 from iota-uz/add-claude-github-actions-1749539333828 | Merge | 2025-06-10 |
| Merge pull request #299 from iota-uz/add-claude-github-actions-1749539333828 | Merge | 2025-06-10 |
| Linting errors | Bug Fix | 2025-06-10 |
| Linting errors | Bug Fix | 2025-06-10 |
| Show logo in compacted sidebar | Bug Fix | 2025-06-10 |
| Show logo in compacted sidebar | Bug Fix | 2025-06-10 |
| Eerge branch ‘staging’ into wshub | Feature | 2025-06-10 |
| Eerge branch ‘staging’ into wshub | Feature | 2025-06-10 |
| Websocket registration | Bug Fix | 2025-06-10 |
| Websocket registration | Bug Fix | 2025-06-10 |
| Update claude.yml | Feature | 2025-06-10 |
| Update claude.yml | Feature | 2025-06-10 |
| Merge pull request #300 from iota-uz/diyor28-patch-1 | Merge | 2025-06-10 |
| Merge pull request #300 from iota-uz/diyor28-patch-1 | Merge | 2025-06-10 |
| Tenancy calls | Bug Fix | 2025-06-10 |
| Tenancy calls | Bug Fix | 2025-06-10 |
| Multitenancy | Bug Fix | 2025-06-10 |
| Multitenancy | Bug Fix | 2025-06-10 |
| Linting errors | Bug Fix | 2025-06-10 |
| Linting errors | Bug Fix | 2025-06-10 |
| Linting errors | Bug Fix | 2025-06-10 |
| Linting errors | Bug Fix | 2025-06-10 |
| Finance module | Refactor | 2025-06-11 |
| Finance module | Refactor | 2025-06-11 |
| Finance module | Refactor | 2025-06-11 |
| Finance module | Refactor | 2025-06-11 |
| Sql formatting | Bug Fix | 2025-06-11 |
| Sql formatting | Bug Fix | 2025-06-11 |
| Remove amount & currency from expense categories | Bug Fix | 2025-06-11 |
| Remove amount & currency from expense categories | Bug Fix | 2025-06-11 |
| Impl core logic | Feature | 2025-06-11 |
| Fix lint warrnings | Bug Fix | 2025-06-11 |
| Add list order test | Feature | 2025-06-11 |
| Add crud controller | Feature | 2025-06-11 |
| Fix | Bug Fix | 2025-06-11 |
| Fix test | Bug Fix | 2025-06-11 |
| Fix test | Bug Fix | 2025-06-11 |
| Minor style fix | Feature | 2025-06-12 |
| Minor style fix | Feature | 2025-06-12 |
| Merge pull request #303 from iota-uz/fix/263 | Merge | 2025-06-12 |
| Merge pull request #303 from iota-uz/fix/263 | Merge | 2025-06-12 |
| New sub modules for finance | Feature | 2025-06-12 |
| New sub modules for finance | Feature | 2025-06-12 |
| Code review comments | Bug Fix | 2025-06-12 |
| Code review comments | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| E2e tests | Bug Fix | 2025-06-12 |
| E2e tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Runtime errors with bundle | Bug Fix | 2025-06-12 |
| Runtime errors with bundle | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Failing tests | Bug Fix | 2025-06-12 |
| Merge pull request #304 from iota-uz/finance | Merge | 2025-06-12 |
| Merge pull request #304 from iota-uz/finance | Merge | 2025-06-12 |
| Save changes | Feature | 2025-06-12 |
| Money account controller tests | Feature | 2025-06-13 |
| Money account controller tests | Feature | 2025-06-13 |
| New tests | Feature | 2025-06-13 |
| New tests | Feature | 2025-06-13 |
| Billing-stripe-some_features | Feature | 2025-06-13 |
| Billing-stripe-some_features | Feature | 2025-06-13 |
| Merge pull request #305 from iota-uz/billing-stripe-some_features | Merge | 2025-06-13 |
| Merge pull request #305 from iota-uz/billing-stripe-some_features | Merge | 2025-06-13 |
| Failing tests | Bug Fix | 2025-06-13 |
| Failing tests | Bug Fix | 2025-06-13 |
| Wip: finance tests | Test | 2025-06-16 |
| Wip: finance tests | Test | 2025-06-16 |
| Auth middleware | Bug Fix | 2025-06-16 |
| Auth middleware | Bug Fix | 2025-06-16 |
| Disable mobile form fields on desktop to avoid conflicts. | Bug Fix | 2025-06-16 |
| Disable mobile form fields on desktop to avoid conflicts. | Bug Fix | 2025-06-16 |
| Impl field types | Feature | 2025-06-16 |
| Reformat field.go | Style | 2025-06-16 |
| Upd field options | Feature | 2025-06-16 |
| Fixes | Bug Fix | 2025-06-16 |
| Lint fixes | Feature | 2025-06-16 |
| Failing tests | Bug Fix | 2025-06-17 |
| Failing tests | Bug Fix | 2025-06-17 |
| Failing tests | Bug Fix | 2025-06-17 |
| Failing tests | Bug Fix | 2025-06-17 |
| Minor fix | Feature | 2025-06-17 |
| Minor fix | Feature | 2025-06-17 |
| Merge pull request #306 from iota-uz/fix/eai-112 | Merge | 2025-06-17 |
| Merge pull request #306 from iota-uz/fix/eai-112 | Merge | 2025-06-17 |
| Test structure | Bug Fix | 2025-06-17 |
| Test structure | Bug Fix | 2025-06-17 |
| Multipart form testing | Feature | 2025-06-17 |
| Multipart form testing | Feature | 2025-06-17 |
| Crud builder impl list | Feature | 2025-06-17 |
| Crud builder list fixes | Feature | 2025-06-17 |
| Crud_page impl list | Feature | 2025-06-17 |
| Some fixes | Feature | 2025-06-17 |
| Wip: lens package | Feature | 2025-06-18 |
| Exporter service | Feature | 2025-06-18 |
| Exporter service | Feature | 2025-06-18 |
| Docs | Feature | 2025-06-18 |
| Docs | Feature | 2025-06-18 |
| Failing tests | Bug Fix | 2025-06-18 |
| Failing tests | Bug Fix | 2025-06-18 |
| Remove redundant nil-check for integer types in Excel exporter | Bug Fix | 2025-06-18 |
| Remove redundant nil-check for integer types in Excel exporter | Bug Fix | 2025-06-18 |
| Remove unused variable in Excel exporter type switch | Bug Fix | 2025-06-18 |
| Remove unused variable in Excel exporter type switch | Bug Fix | 2025-06-18 |
| Merge pull request #308 from iota-uz/excel | Merge | 2025-06-18 |
| Merge pull request #308 from iota-uz/excel | Merge | 2025-06-18 |
| Failing tests | Bug Fix | 2025-06-18 |
| Failing tests | Bug Fix | 2025-06-18 |
| There could me situations where mimetype is nil | Bug Fix | 2025-06-18 |
| There could me situations where mimetype is nil | Bug Fix | 2025-06-18 |
| Merge pull request #309 from iota-uz/mime-nil-check | Merge | 2025-06-18 |
| Merge pull request #309 from iota-uz/mime-nil-check | Merge | 2025-06-18 |
| Query repository | Bug Fix | 2025-06-18 |
| Query repository | Bug Fix | 2025-06-18 |
| Linting errors | Bug Fix | 2025-06-18 |
| Linting errors | Bug Fix | 2025-06-18 |
| Infinity scroll & table actions | Feature | 2025-06-18 |
| Impl components actions | Feature | 2025-06-18 |
| Wip: lens package | Feature | 2025-06-19 |
| Fix call drawer | Bug Fix | 2025-06-19 |
| Readonly pk fix | Feature | 2025-06-19 |
| Fix save in form | Bug Fix | 2025-06-19 |
| Some fixes & lint fixes | Feature | 2025-06-19 |
| Impl details | Feature | 2025-06-19 |
| Upd drawers | Feature | 2025-06-19 |
| Fixes | Bug Fix | 2025-06-19 |
| Fix create | Bug Fix | 2025-06-19 |
| Lint-fix | Feature | 2025-06-19 |
| Add hooks | Feature | 2025-06-19 |
| Fix errors & make generation | Bug Fix | 2025-06-19 |
| Wip: lens package | Feature | 2025-06-19 |
| Remove unusable locale | Cleanup | 2025-06-19 |
| Fix unreachable code | Bug Fix | 2025-06-19 |
| Merge pull request #302 from iota-uz/feat-crud-builder-v2 | Merge | 2025-06-19 |
| Sidebar when there are no groups | Bug Fix | 2025-06-19 |
| Sidebar when there are no groups | Bug Fix | 2025-06-19 |
| Configuration | Bug Fix | 2025-06-19 |
| Configuration | Bug Fix | 2025-06-19 |
| Crud builder docs | Feature | 2025-06-20 |
| Crud controller | Bug Fix | 2025-06-23 |
| Tests | Bug Fix | 2025-06-24 |
| Linting errors | Bug Fix | 2025-06-24 |
| Linting errors | Bug Fix | 2025-06-24 |
| Linting errors | Bug Fix | 2025-06-24 |
| Linting errors | Bug Fix | 2025-06-24 |
| Translations | Bug Fix | 2025-06-24 |
| Translations | Bug Fix | 2025-06-24 |
| Websockets | Bug Fix | 2025-06-24 |
| Websockets | Bug Fix | 2025-06-24 |
| Numeric type support | Bug Fix | 2025-06-25 |
| Numeric type support | Bug Fix | 2025-06-25 |
| Add field_values & mapper many to many | Feature | 2025-06-25 |
| Add field_values & mapper many to many | Feature | 2025-06-25 |
| Mapping updates | Feature | 2025-06-25 |
| Mapping updates | Feature | 2025-06-25 |
| Fix rep err handling | Bug Fix | 2025-06-25 |
| Fix rep err handling | Bug Fix | 2025-06-25 |
| Fix tests | Bug Fix | 2025-06-25 |
| Fix tests | Bug Fix | 2025-06-25 |
| Fix tests | Bug Fix | 2025-06-25 |
| Fix tests | Bug Fix | 2025-06-25 |
| Merge pull request #312 from iota-uz/crud-builder-features | Merge | 2025-06-25 |
| Merge pull request #312 from iota-uz/crud-builder-features | Merge | 2025-06-25 |
| Create method | Bug Fix | 2025-06-25 |
| Create method | Bug Fix | 2025-06-25 |
| Crud-controller hot-fix | Feature | 2025-06-26 |
| Crud-controller hot-fix | Feature | 2025-06-26 |
| Crud: fv nil cast to zero value | Feature | 2025-06-26 |
| Crud: fv nil cast to zero value | Feature | 2025-06-26 |
| Crud-controler features | Feature | 2025-06-26 |
| Crud-controler features | Feature | 2025-06-26 |
| Crud: add select-field | Feature | 2025-06-26 |
| Crud: add select-field | Feature | 2025-06-26 |
| Gemini.md | Feature | 2025-06-27 |
| Gemini.md | Feature | 2025-06-27 |
| Fixes | Bug Fix | 2025-06-27 |
| Fixes | Bug Fix | 2025-06-27 |
| Linting errors && improved testing api | Bug Fix | 2025-06-27 |
| Linting errors && improved testing api | Bug Fix | 2025-06-27 |
| Broken tests | Bug Fix | 2025-06-27 |
| Broken tests | Bug Fix | 2025-06-27 |
| Improved claude flow | Bug Fix | 2025-06-27 |
| Improved claude flow | Bug Fix | 2025-06-27 |
| Linting errors | Bug Fix | 2025-06-28 |
| Linting errors | Bug Fix | 2025-06-28 |
| Concurrency limits | Bug Fix | 2025-06-28 |
| Concurrency limits | Bug Fix | 2025-06-28 |
| Postgres testing options | Bug Fix | 2025-06-28 |
| Postgres testing options | Bug Fix | 2025-06-28 |
| Postgres testing options | Bug Fix | 2025-06-28 |
| Postgres testing options | Bug Fix | 2025-06-28 |
| Linting errors | Bug Fix | 2025-06-28 |
| Linting errors | Bug Fix | 2025-06-28 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-29 |
| Failing tests | Bug Fix | 2025-06-30 |
| Failing tests | Bug Fix | 2025-06-30 |
| Failing tests | Bug Fix | 2025-06-30 |
| Failing tests | Bug Fix | 2025-06-30 |
| Merge pull request #313 from iota-uz/crud-builder_select-field_features | Merge | 2025-06-30 |
| Merge pull request #313 from iota-uz/crud-builder_select-field_features | Merge | 2025-06-30 |
| Merge pull request #310 from iota-uz/lens | Merge | 2025-06-30 |
| Merge pull request #310 from iota-uz/lens | Merge | 2025-06-30 |
| Crud: add app_helpers | Feature | 2025-06-30 |
| Crud: add app_helpers | Feature | 2025-06-30 |
| Crud: fix select tests & pass ctx to opt loader | Test | 2025-06-30 |
| Crud: fix select tests & pass ctx to opt loader | Test | 2025-06-30 |
| Crud-controller: fix localization | Feature | 2025-06-30 |
| Crud-controller: fix localization | Feature | 2025-06-30 |
| Crud: fix formatting | Style | 2025-06-30 |
| Crud: fix formatting | Style | 2025-06-30 |
| Crud: select-label in table / details | Feature | 2025-06-30 |
| Crud: select-label in table / details | Feature | 2025-06-30 |
| Upd docs | Feature | 2025-06-30 |
| Upd docs | Feature | 2025-06-30 |
| Upd localization in crud docs | Feature | 2025-06-30 |
| Upd localization in crud docs | Feature | 2025-06-30 |
| Upd localizations | Feature | 2025-06-30 |
| Upd localizations | Feature | 2025-06-30 |
| Fix locale | Bug Fix | 2025-06-30 |
| Fix locale | Bug Fix | 2025-06-30 |
| Upd actions render | Feature | 2025-06-30 |
| Upd actions render | Feature | 2025-06-30 |
| Fix tests | Bug Fix | 2025-06-30 |
| Fix tests | Bug Fix | 2025-06-30 |
| Merge pull request #322 from iota-uz/crud-refactor | Merge | 2025-06-30 |
| Merge pull request #322 from iota-uz/crud-refactor | Merge | 2025-06-30 |
| Test setup in CI | Bug Fix | 2025-06-30 |
| Test setup in CI | Bug Fix | 2025-06-30 |
| Crud fix locale | Feature | 2025-06-30 |
| Crud fix locale | Feature | 2025-06-30 |
| Update test.yml | Feature | 2025-06-30 |
| Update test.yml | Feature | 2025-06-30 |
| User not found exception msg | Bug Fix | 2025-06-30 |
| User not found exception msg | Bug Fix | 2025-06-30 |
| Merge pull request #324 from iota-uz/fix/issue-182 | Merge | 2025-06-30 |
| Merge pull request #324 from iota-uz/fix/issue-182 | Merge | 2025-06-30 |
May 2025
| Change | Type | Date |
|---|---|---|
| Wip: chat rewrite | Feature | 2025-05-01 |
| Wip: chat rewrite | Feature | 2025-05-01 |
| Wip: chat rewrite | Feature | 2025-05-01 |
| Wip: chat rewrite | Feature | 2025-05-01 |
| Wip: rewrite | Feature | 2025-05-01 |
| Wip: rewrite | Feature | 2025-05-01 |
| Linting errors | Bug Fix | 2025-05-01 |
| Linting errors | Bug Fix | 2025-05-01 |
| Tests && linting errors | Bug Fix | 2025-05-01 |
| Tests && linting errors | Bug Fix | 2025-05-01 |
| Part2 #261 block update/delete for system (user/role/group) | Feature | 2025-05-02 |
| Part2 #261 block update/delete for system (user/role/group) | Feature | 2025-05-02 |
| Wip: chat rewrite | Feature | 2025-05-03 |
| Wip: chat rewrite | Feature | 2025-05-03 |
| Hot-fix | Bug Fix | 2025-05-03 |
| Hot-fix | Bug Fix | 2025-05-03 |
| Merge pull request #279 from iota-uz/sdk-261-part-2 | Merge | 2025-05-03 |
| Merge pull request #279 from iota-uz/sdk-261-part-2 | Merge | 2025-05-03 |
| Wip(chat): new tests | Test | 2025-05-04 |
| Wip(chat): new tests | Test | 2025-05-04 |
| Wip(chat): new tests | Test | 2025-05-04 |
| Wip(chat): new tests | Test | 2025-05-04 |
| Wip(chat): reply to thread complete | Feature | 2025-05-04 |
| Wip(chat): reply to thread complete | Feature | 2025-05-04 |
| Linting errors | Bug Fix | 2025-05-04 |
| Linting errors | Bug Fix | 2025-05-04 |
| Wip(chat): refactoring | Feature | 2025-05-04 |
| Wip(chat): refactoring | Feature | 2025-05-04 |
| Linting errors | Bug Fix | 2025-05-04 |
| Linting errors | Bug Fix | 2025-05-04 |
| Linting errors | Bug Fix | 2025-05-04 |
| Linting errors | Bug Fix | 2025-05-04 |
| Failing tests | Bug Fix | 2025-05-05 |
| Failing tests | Bug Fix | 2025-05-05 |
| Twillio provider | Bug Fix | 2025-05-05 |
| Twillio provider | Bug Fix | 2025-05-05 |
| Merge pull request #281 from iota-uz/sdk-259 | Merge | 2025-05-05 |
| Merge pull request #281 from iota-uz/sdk-259 | Merge | 2025-05-05 |
| Aichatconfig repository | Feature | 2025-05-05 |
| Aichatconfig repository | Feature | 2025-05-05 |
| Wip(ai chat): configuration repository && service | Feature | 2025-05-06 |
| Wip(ai chat): configuration repository && service | Feature | 2025-05-06 |
| Wip(aichat): mostly done | Feature | 2025-05-06 |
| Wip(aichat): mostly done | Feature | 2025-05-06 |
| Layout of configure form | Bug Fix | 2025-05-06 |
| Layout of configure form | Bug Fix | 2025-05-06 |
| Update docs | Chore | 2025-05-07 |
| Update docs | Chore | 2025-05-07 |
| Ai chat react component | Feature | 2025-05-08 |
| Ai chat react component | Feature | 2025-05-08 |
| Chats layout in client modal | Bug Fix | 2025-05-08 |
| Chats layout in client modal | Bug Fix | 2025-05-08 |
| Last message at | Bug Fix | 2025-05-09 |
| Last message at | Bug Fix | 2025-05-09 |
| Phone validator | Bug Fix | 2025-05-09 |
| Phone validator | Bug Fix | 2025-05-09 |
| Phone validation | Bug Fix | 2025-05-09 |
| Phone validation | Bug Fix | 2025-05-09 |
| Linting errors | Bug Fix | 2025-05-09 |
| Linting errors | Bug Fix | 2025-05-09 |
| Linting errors | Bug Fix | 2025-05-09 |
| Linting errors | Bug Fix | 2025-05-09 |
| Wip: ai chat | Feature | 2025-05-10 |
| Wip: ai chat | Feature | 2025-05-10 |
| Collect logs into a command | Refactor | 2025-05-10 |
| Collect logs into a command | Refactor | 2025-05-10 |
| Logging | Bug Fix | 2025-05-10 |
| Logging | Bug Fix | 2025-05-10 |
| Health check path | Feature | 2025-05-10 |
| Health check path | Feature | 2025-05-10 |
| Health check route | Bug Fix | 2025-05-10 |
| Health check route | Bug Fix | 2025-05-10 |
| Add status code logging | Feature | 2025-05-10 |
| Add status code logging | Feature | 2025-05-10 |
| Linting errors | Bug Fix | 2025-05-10 |
| Linting errors | Bug Fix | 2025-05-10 |
| Linting errors | Bug Fix | 2025-05-10 |
| Linting errors | Bug Fix | 2025-05-10 |
| Tests | Bug Fix | 2025-05-10 |
| Tests | Bug Fix | 2025-05-10 |
| Http response writer wrapper | Bug Fix | 2025-05-11 |
| Http response writer wrapper | Bug Fix | 2025-05-11 |
| Logging | Bug Fix | 2025-05-11 |
| Logging | Bug Fix | 2025-05-11 |
| Rename package | Feature | 2025-05-12 |
| Rename package | Feature | 2025-05-12 |
| Git repo link | Bug Fix | 2025-05-12 |
| Git repo link | Bug Fix | 2025-05-12 |
| Bump version | Feature | 2025-05-12 |
| Bump version | Feature | 2025-05-12 |
| Update readme to reflect new package name | Feature | 2025-05-12 |
| Update readme to reflect new package name | Feature | 2025-05-12 |
| Bump version | Feature | 2025-05-12 |
| Bump version | Feature | 2025-05-12 |
| Linting errors | Bug Fix | 2025-05-12 |
| Linting errors | Bug Fix | 2025-05-12 |
| Tests | Bug Fix | 2025-05-12 |
| Tests | Bug Fix | 2025-05-12 |
| Linting errors | Bug Fix | 2025-05-12 |
| Linting errors | Bug Fix | 2025-05-12 |
| Linting errors | Bug Fix | 2025-05-12 |
| Linting errors | Bug Fix | 2025-05-12 |
| Chat implementation | Bug Fix | 2025-05-12 |
| Chat implementation | Bug Fix | 2025-05-12 |
| Merge pull request #282 from iota-uz/sdk-259-part-2 | Merge | 2025-05-12 |
| Merge pull request #282 from iota-uz/sdk-259-part-2 | Merge | 2025-05-12 |
| React not found | Bug Fix | 2025-05-12 |
| React not found | Bug Fix | 2025-05-12 |
| Untrack dist folder | Bug Fix | 2025-05-12 |
| Untrack dist folder | Bug Fix | 2025-05-12 |
| Base url loading | Bug Fix | 2025-05-12 |
| Base url loading | Bug Fix | 2025-05-12 |
| Sound on message | Feature | 2025-05-12 |
| Sound on message | Feature | 2025-05-12 |
| Bump version | Feature | 2025-05-12 |
| Bump version | Feature | 2025-05-12 |
| Bump version | Feature | 2025-05-13 |
| Bump version | Feature | 2025-05-13 |
| Support for seeding | Feature | 2025-05-13 |
| Support for seeding | Feature | 2025-05-13 |
| Flakey test | Bug Fix | 2025-05-13 |
| Flakey test | Bug Fix | 2025-05-13 |
| Linting errors | Bug Fix | 2025-05-13 |
| Linting errors | Bug Fix | 2025-05-13 |
| Sound effects | Bug Fix | 2025-05-13 |
| Sound effects | Bug Fix | 2025-05-13 |
| Bump version | Feature | 2025-05-13 |
| Bump version | Feature | 2025-05-13 |
| Translations | Bug Fix | 2025-05-13 |
| Translations | Bug Fix | 2025-05-13 |
| Bump version | Feature | 2025-05-13 |
| Bump version | Feature | 2025-05-13 |
| Broken logic in chat | Bug Fix | 2025-05-13 |
| Broken logic in chat | Bug Fix | 2025-05-13 |
| Bump version | Feature | 2025-05-13 |
| Bump version | Feature | 2025-05-13 |
| Link highlighting | Bug Fix | 2025-05-13 |
| Link highlighting | Bug Fix | 2025-05-13 |
| Remove dead code | Bug Fix | 2025-05-13 |
| Remove dead code | Bug Fix | 2025-05-13 |
| Chat styles | Bug Fix | 2025-05-13 |
| Chat styles | Bug Fix | 2025-05-13 |
| Publish new version of ai-chat | Chore | 2025-05-13 |
| Publish new version of ai-chat | Chore | 2025-05-13 |
| Remove dev container | Cleanup | 2025-05-13 |
| Remove dev container | Cleanup | 2025-05-13 |
| Ai chat message cut off | Bug Fix | 2025-05-14 |
| Ai chat message cut off | Bug Fix | 2025-05-14 |
| On message callback | Feature | 2025-05-14 |
| On message callback | Feature | 2025-05-14 |
| Locales | Bug Fix | 2025-05-14 |
| Locales | Bug Fix | 2025-05-14 |
| Money library | Feature | 2025-05-14 |
| Money library | Feature | 2025-05-14 |
| Tests | Bug Fix | 2025-05-14 |
| Tests | Bug Fix | 2025-05-14 |
| Linting errors | Bug Fix | 2025-05-14 |
| Linting errors | Bug Fix | 2025-05-14 |
| Money from value objects to package | Refactor | 2025-05-14 |
| Money from value objects to package | Refactor | 2025-05-14 |
| Money formatting with decimals | Feature | 2025-05-14 |
| Money formatting with decimals | Feature | 2025-05-14 |
| Chat service | Bug Fix | 2025-05-15 |
| Chat service | Bug Fix | 2025-05-15 |
| Mappers | Bug Fix | 2025-05-15 |
| Mappers | Bug Fix | 2025-05-15 |
| Sorting in chats | Bug Fix | 2025-05-15 |
| Sorting in chats | Bug Fix | 2025-05-15 |
| Chat error handling && phone input mask | Feature | 2025-05-15 |
| Chat error handling && phone input mask | Feature | 2025-05-15 |
| Linting errors | Bug Fix | 2025-05-15 |
| Linting errors | Bug Fix | 2025-05-15 |
| Linting errors | Bug Fix | 2025-05-15 |
| Linting errors | Bug Fix | 2025-05-15 |
| Linting errors | Bug Fix | 2025-05-15 |
| Linting errors | Bug Fix | 2025-05-15 |
| Linting errors | Bug Fix | 2025-05-15 |
| Linting errors | Bug Fix | 2025-05-15 |
| Linting errors | Bug Fix | 2025-05-15 |
| Linting errors | Bug Fix | 2025-05-15 |
| Search in chats | Bug Fix | 2025-05-15 |
| Search in chats | Bug Fix | 2025-05-15 |
| Search in chats | Bug Fix | 2025-05-15 |
| Search in chats | Bug Fix | 2025-05-15 |
| Tranlsations | Bug Fix | 2025-05-15 |
| Tranlsations | Bug Fix | 2025-05-15 |
| Configure page layout | Bug Fix | 2025-05-16 |
| Configure page layout | Bug Fix | 2025-05-16 |
| Chat on mobile | Bug Fix | 2025-05-16 |
| Chat on mobile | Bug Fix | 2025-05-16 |
| Slider component && revise aichat | Feature | 2025-05-16 |
| Slider component && revise aichat | Feature | 2025-05-16 |
| Translations | Bug Fix | 2025-05-16 |
| Translations | Bug Fix | 2025-05-16 |
| Remove textarea resize in ai chat configuration page | Bug Fix | 2025-05-16 |
| Remove textarea resize in ai chat configuration page | Bug Fix | 2025-05-16 |
| Format css | Style | 2025-05-16 |
| Format css | Style | 2025-05-16 |
| Chat scrolling on mobile | Bug Fix | 2025-05-16 |
| Chat scrolling on mobile | Bug Fix | 2025-05-16 |
| New sorting implementation | Bug Fix | 2025-05-17 |
| New sorting implementation | Bug Fix | 2025-05-17 |
| Linting errors | Bug Fix | 2025-05-17 |
| Linting errors | Bug Fix | 2025-05-17 |
| Failing tests | Bug Fix | 2025-05-17 |
| Failing tests | Bug Fix | 2025-05-17 |
| Chat loading | Bug Fix | 2025-05-18 |
| Chat loading | Bug Fix | 2025-05-18 |
| Linting errors | Bug Fix | 2025-05-18 |
| Linting errors | Bug Fix | 2025-05-18 |
| Unified billing #283 impl click | Feature | 2025-05-18 |
| Unified billing #283 impl click | Feature | 2025-05-18 |
| Refactor & lint fixes | Feature | 2025-05-18 |
| Refactor & lint fixes | Feature | 2025-05-18 |
| Sql format … & tidy | Feature | 2025-05-18 |
| Sql format … & tidy | Feature | 2025-05-18 |
| Again pg format | Style | 2025-05-18 |
| Again pg format | Style | 2025-05-18 |
| Fix sql format again | Bug Fix | 2025-05-18 |
| Fix sql format again | Bug Fix | 2025-05-18 |
| Fix tests | Feature | 2025-05-18 |
| Fix tests | Feature | 2025-05-18 |
| Merge staging branch | Merge | 2025-05-19 |
| Merge staging branch | Merge | 2025-05-19 |
| Merge staging branch | Merge | 2025-05-19 |
| Merge staging branch | Merge | 2025-05-19 |
| Failing ci | Bug Fix | 2025-05-19 |
| Failing ci | Bug Fix | 2025-05-19 |
| User repository | Bug Fix | 2025-05-19 |
| User repository | Bug Fix | 2025-05-19 |
| Insert in chat repository | Bug Fix | 2025-05-19 |
| Insert in chat repository | Bug Fix | 2025-05-19 |
| Tests | Bug Fix | 2025-05-19 |
| Tests | Bug Fix | 2025-05-19 |
| Tests in core | Bug Fix | 2025-05-19 |
| Tests in core | Bug Fix | 2025-05-19 |
| Wip: multitenancy | Feature | 2025-05-19 |
| Wip: multitenancy | Feature | 2025-05-19 |
| Chat repository | Bug Fix | 2025-05-19 |
| Chat repository | Bug Fix | 2025-05-19 |
| Empty state for template messages | Bug Fix | 2025-05-19 |
| Empty state for template messages | Bug Fix | 2025-05-19 |
| Chat repository | Bug Fix | 2025-05-19 |
| Chat repository | Bug Fix | 2025-05-19 |
| Tests | Bug Fix | 2025-05-19 |
| Tests | Bug Fix | 2025-05-19 |
| Chat repository | Bug Fix | 2025-05-19 |
| Chat repository | Bug Fix | 2025-05-19 |
| Tab repository | Bug Fix | 2025-05-19 |
| Tab repository | Bug Fix | 2025-05-19 |
| Add sidebar tabs verification in user registration e2e tests | Test | 2025-05-19 |
| Add sidebar tabs verification in user registration e2e tests | Test | 2025-05-19 |
| Create tabs on user create | Bug Fix | 2025-05-19 |
| Create tabs on user create | Bug Fix | 2025-05-19 |
| Repositories | Bug Fix | 2025-05-19 |
| Repositories | Bug Fix | 2025-05-19 |
| Merge pull request #231 from iota-uz/sdk-213 | Merge | 2025-05-19 |
| Merge pull request #231 from iota-uz/sdk-213 | Merge | 2025-05-19 |
| New charting options | Feature | 2025-05-20 |
| New charting options | Feature | 2025-05-20 |
| Charting library && showcase examples | Bug Fix | 2025-05-20 |
| Charting library && showcase examples | Bug Fix | 2025-05-20 |
| Templ formatting | Bug Fix | 2025-05-20 |
| Templ formatting | Bug Fix | 2025-05-20 |
| Body logging | Feature | 2025-05-20 |
| Body logging | Feature | 2025-05-20 |
| New logging | Feature | 2025-05-20 |
| New logging | Feature | 2025-05-20 |
| Linting errors | Bug Fix | 2025-05-20 |
| Linting errors | Bug Fix | 2025-05-20 |
| Wip: new websocket handler | Feature | 2025-05-21 |
| Wip: new websocket handler | Feature | 2025-05-21 |
| New types in charting library | Feature | 2025-05-21 |
| New types in charting library | Feature | 2025-05-21 |
| Fix group tests | Bug Fix | 2025-05-22 |
| Fix group tests | Bug Fix | 2025-05-22 |
| Fix group service test | Bug Fix | 2025-05-22 |
| Fix group service test | Bug Fix | 2025-05-22 |
| Merge pull request #287 from iota-uz/test-hot-fix | Merge | 2025-05-22 |
| Merge pull request #287 from iota-uz/test-hot-fix | Merge | 2025-05-22 |
| Impl payme | Feature | 2025-05-22 |
| Impl payme | Feature | 2025-05-22 |
| Fix | Bug Fix | 2025-05-22 |
| Fix | Bug Fix | 2025-05-22 |
| Fix lint | Bug Fix | 2025-05-22 |
| Fix lint | Bug Fix | 2025-05-22 |
| Mod tidy | Feature | 2025-05-22 |
| Mod tidy | Feature | 2025-05-22 |
| Fix logging | Bug Fix | 2025-05-22 |
| Fix logging | Bug Fix | 2025-05-22 |
| Upd logging | Feature | 2025-05-22 |
| Upd logging | Feature | 2025-05-22 |
| Websockets | Refactor | 2025-05-22 |
| Websockets | Refactor | 2025-05-22 |
| Billing add tenant_id | Feature | 2025-05-22 |
| Billing add tenant_id | Feature | 2025-05-22 |
| Fix | Bug Fix | 2025-05-22 |
| Fix | Bug Fix | 2025-05-22 |
| Merge pull request #284 from iota-uz/sdk-283 | Merge | 2025-05-22 |
| Merge pull request #284 from iota-uz/sdk-283 | Merge | 2025-05-22 |
| Fix logging | Bug Fix | 2025-05-22 |
| Fix logging | Bug Fix | 2025-05-22 |
| Upd logging | Feature | 2025-05-22 |
| Upd logging | Feature | 2025-05-22 |
| Merge pull request #288 from iota-uz/fix_logger | Merge | 2025-05-22 |
| Merge pull request #288 from iota-uz/fix_logger | Merge | 2025-05-22 |
| Update showcase | Feature | 2025-05-22 |
| Update showcase | Feature | 2025-05-22 |
| Make fmt command | Feature | 2025-05-22 |
| Make fmt command | Feature | 2025-05-22 |
| Make lint | Bug Fix | 2025-05-22 |
| Make lint | Bug Fix | 2025-05-22 |
| Charting library | Bug Fix | 2025-05-22 |
| Charting library | Bug Fix | 2025-05-22 |
| Charting library | Bug Fix | 2025-05-22 |
| Charting library | Bug Fix | 2025-05-22 |
| Billing-payme-hot-fix | Feature | 2025-05-22 |
| Billing-payme-hot-fix | Feature | 2025-05-22 |
| Merge pull request #289 from iota-uz/billing-hot-fix | Merge | 2025-05-22 |
| Merge pull request #289 from iota-uz/billing-hot-fix | Merge | 2025-05-22 |
| Billing payme sory by asc | Bug Fix | 2025-05-23 |
| Billing payme sory by asc | Bug Fix | 2025-05-23 |
| Merge pull request #290 from iota-uz/billing-payme-hot-fix | Merge | 2025-05-23 |
| Merge pull request #290 from iota-uz/billing-payme-hot-fix | Merge | 2025-05-23 |
| Extend chart types | Feature | 2025-05-25 |
| Extend chart types | Feature | 2025-05-25 |
| Rag provider | Feature | 2025-05-26 |
| Rag provider | Feature | 2025-05-26 |
| Hot-fix: payme fix amount | Bug Fix | 2025-05-27 |
| Hot-fix: payme fix amount | Bug Fix | 2025-05-27 |
| Merge pull request #267 from iota-uz/sdk-264 | Merge | 2025-05-27 |
| Merge pull request #267 from iota-uz/sdk-264 | Merge | 2025-05-27 |
| Linting errors | Bug Fix | 2025-05-27 |
| Linting errors | Bug Fix | 2025-05-27 |
| Hot-fix: fix crud err | Bug Fix | 2025-05-27 |
| Hot-fix: fix crud err | Bug Fix | 2025-05-27 |
| Impl stripe billing | Feature | 2025-05-30 |
| Impl stripe billing | Feature | 2025-05-30 |
| Fix | Bug Fix | 2025-05-30 |
| Fix | Bug Fix | 2025-05-30 |
| Fix lint | Bug Fix | 2025-05-30 |
| Fix lint | Bug Fix | 2025-05-30 |
| Escape test validation | Feature | 2025-05-30 |
| Escape test validation | Feature | 2025-05-30 |
| Merge pull request #293 from iota-uz/billing-stripe-feature | Merge | 2025-05-30 |
| Merge pull request #293 from iota-uz/billing-stripe-feature | Merge | 2025-05-30 |
| Billing-save-method-feature | Feature | 2025-05-30 |
| Billing-save-method-feature | Feature | 2025-05-30 |
| Merge pull request #294 from iota-uz/billing-save-method-feature | Merge | 2025-05-30 |
| Merge pull request #294 from iota-uz/billing-save-method-feature | Merge | 2025-05-30 |
| Migrations | Bug Fix | 2025-05-30 |
| Migrations | Bug Fix | 2025-05-30 |
| Migrations for multitenancy | Bug Fix | 2025-05-30 |
| Migrations for multitenancy | Bug Fix | 2025-05-30 |
| Chat header | Bug Fix | 2025-05-30 |
| Chat header | Bug Fix | 2025-05-30 |
| Chat header | Bug Fix | 2025-05-30 |
| Chat header | Bug Fix | 2025-05-30 |
| Support for custom trigger button | Feature | 2025-05-31 |
| Support for custom trigger button | Feature | 2025-05-31 |
| Support for custom trigger button | Feature | 2025-05-31 |
| Support for custom trigger button | Feature | 2025-05-31 |
April 2025
| Change | Type | Date |
|---|---|---|
| Login error display | Bug Fix | 2025-04-01 |
| Login error display | Bug Fix | 2025-04-01 |
| Login to work across tenants | Bug Fix | 2025-04-01 |
| Login to work across tenants | Bug Fix | 2025-04-01 |
| Auth tenant context | Bug Fix | 2025-04-01 |
| Auth tenant context | Bug Fix | 2025-04-01 |
| Auth conflict | Bug Fix | 2025-04-01 |
| Auth conflict | Bug Fix | 2025-04-01 |
| Breadcrumb component | Feature | 2025-04-01 |
| Breadcrumb component | Feature | 2025-04-01 |
| Minor fix | Feature | 2025-04-01 |
| Minor fix | Feature | 2025-04-01 |
| Merge pull request #239 from iota-uz/breadcrumbs | Merge | 2025-04-01 |
| Merge pull request #239 from iota-uz/breadcrumbs | Merge | 2025-04-01 |
| Check for formatting | Feature | 2025-04-01 |
| Check for formatting | Feature | 2025-04-01 |
| Go formatting | Bug Fix | 2025-04-01 |
| Go formatting | Bug Fix | 2025-04-01 |
| Simplify badge | Feature | 2025-04-01 |
| Simplify badge | Feature | 2025-04-01 |
| Merge pull request #240 from iota-uz/badge-fixes | Merge | 2025-04-01 |
| Merge pull request #240 from iota-uz/badge-fixes | Merge | 2025-04-01 |
| Accept children in SidebarFooter | Feature | 2025-04-01 |
| Accept children in SidebarFooter | Feature | 2025-04-01 |
| Search 500 error | Bug Fix | 2025-04-01 |
| Search 500 error | Bug Fix | 2025-04-01 |
| Generated files upto date | Bug Fix | 2025-04-01 |
| Generated files upto date | Bug Fix | 2025-04-01 |
| Clients filter | Bug Fix | 2025-04-01 |
| Clients filter | Bug Fix | 2025-04-01 |
| Fix e2e tests | Bug Fix | 2025-04-02 |
| Fix e2e tests | Bug Fix | 2025-04-02 |
| Remove package-lock.json | Cleanup | 2025-04-02 |
| Remove package-lock.json | Cleanup | 2025-04-02 |
| SortTableDefs hangs in infinite loop | Bug Fix | 2025-04-02 |
| SortTableDefs hangs in infinite loop | Bug Fix | 2025-04-02 |
| Feature/175 real time UI updates for clients page | Feature | 2025-04-03 |
| Feature/175 real time UI updates for clients page | Feature | 2025-04-03 |
| Transaction handling in group service | Bug Fix | 2025-04-03 |
| Transaction handling in group service | Bug Fix | 2025-04-03 |
| Change id from uint to uuid | Refactor | 2025-04-04 |
| Change id from uint to uuid | Refactor | 2025-04-04 |
| Logrus in DI | Feature | 2025-04-04 |
| Logrus in DI | Feature | 2025-04-04 |
| Fix bug in findColumnIndex and use normalized column names during matching | Bug Fix | 2025-04-04 |
| Fix bug in findColumnIndex and use normalized column names during matching | Bug Fix | 2025-04-04 |
| Fix bug in findColumnIndex and use normalized column names during matching | Bug Fix | 2025-04-04 |
| Fix bug in findColumnIndex and use normalized column names during matching | Bug Fix | 2025-04-04 |
| Add test for unique constraint | Feature | 2025-04-04 |
| Add test for unique constraint | Feature | 2025-04-04 |
| Add guide to naming constraints in sql | Feature | 2025-04-05 |
| Add guide to naming constraints in sql | Feature | 2025-04-05 |
| Implement handling unique constraints in schemas by migration collector | Feature | 2025-04-05 |
| Implement handling unique constraints in schemas by migration collector | Feature | 2025-04-05 |
| Update unique name in passport according to guideline | Feature | 2025-04-05 |
| Update unique name in passport according to guideline | Feature | 2025-04-05 |
| Add missing migration change set for unique constraints in passports table | Feature | 2025-04-05 |
| Add missing migration change set for unique constraints in passports table | Feature | 2025-04-05 |
| Actions tab in clients | Feature | 2025-04-05 |
| Actions tab in clients | Feature | 2025-04-05 |
| Groups ui | Feature | 2025-04-05 |
| Groups ui | Feature | 2025-04-05 |
| Description in roles | Feature | 2025-04-05 |
| Description in roles | Feature | 2025-04-05 |
| Spacing in roles ui | Bug Fix | 2025-04-05 |
| Spacing in roles ui | Bug Fix | 2025-04-05 |
| Formatting | Bug Fix | 2025-04-05 |
| Formatting | Bug Fix | 2025-04-05 |
| Translations | Bug Fix | 2025-04-05 |
| Translations | Bug Fix | 2025-04-05 |
| Logging in group_controller | Feature | 2025-04-05 |
| Logging in group_controller | Feature | 2025-04-05 |
| Group ui | Bug Fix | 2025-04-05 |
| Group ui | Bug Fix | 2025-04-05 |
| Rm redundant migration | Feature | 2025-04-05 |
| Rm redundant migration | Feature | 2025-04-05 |
| Properly update state with add, drop constraints alter table commands | Feature | 2025-04-05 |
| Properly update state with add, drop constraints alter table commands | Feature | 2025-04-05 |
| Add tests to TestApplyAlterTable | Feature | 2025-04-05 |
| Add tests to TestApplyAlterTable | Feature | 2025-04-05 |
| Update docs/CONTRIBUTING.MD | Feature | 2025-04-05 |
| Update docs/CONTRIBUTING.MD | Feature | 2025-04-05 |
| Groups filter | Feature | 2025-04-06 |
| Groups filter | Feature | 2025-04-06 |
| Translations files | Bug Fix | 2025-04-06 |
| Translations files | Bug Fix | 2025-04-06 |
| Formatting | Bug Fix | 2025-04-06 |
| Formatting | Bug Fix | 2025-04-06 |
| User controller | Bug Fix | 2025-04-06 |
| User controller | Bug Fix | 2025-04-06 |
| Tests | Bug Fix | 2025-04-06 |
| Tests | Bug Fix | 2025-04-06 |
| Tests | Bug Fix | 2025-04-06 |
| Tests | Bug Fix | 2025-04-06 |
| Groups filter styling | Bug Fix | 2025-04-06 |
| Groups filter styling | Bug Fix | 2025-04-06 |
| Group controller update method | Bug Fix | 2025-04-06 |
| Group controller update method | Bug Fix | 2025-04-06 |
| Fix migration typestamp | Bug Fix | 2025-04-06 |
| Fix migration typestamp | Bug Fix | 2025-04-06 |
| Fix migrate collect | Bug Fix | 2025-04-06 |
| Fix migrate collect | Bug Fix | 2025-04-06 |
| Fix sql format for the migration | Bug Fix | 2025-04-06 |
| Fix sql format for the migration | Bug Fix | 2025-04-06 |
| Users table | Bug Fix | 2025-04-06 |
| Users table | Bug Fix | 2025-04-06 |
| Groups in user edit form | Bug Fix | 2025-04-06 |
| Groups in user edit form | Bug Fix | 2025-04-06 |
| Tests | Bug Fix | 2025-04-06 |
| Tests | Bug Fix | 2025-04-06 |
| Go format | Style | 2025-04-06 |
| Go format | Style | 2025-04-06 |
| Repository filters | Refactor | 2025-04-07 |
| Repository filters | Refactor | 2025-04-07 |
| Role filters && search | Bug Fix | 2025-04-07 |
| Role filters && search | Bug Fix | 2025-04-07 |
| Formatting | Bug Fix | 2025-04-07 |
| Formatting | Bug Fix | 2025-04-07 |
| Tests | Bug Fix | 2025-04-07 |
| Tests | Bug Fix | 2025-04-07 |
| Tests | Bug Fix | 2025-04-07 |
| Tests | Bug Fix | 2025-04-07 |
| Merge pull request #248 from iota-uz/bugfix/200-detect-to-unique-constraints-changes | Merge | 2025-04-07 |
| Merge pull request #248 from iota-uz/bugfix/200-detect-to-unique-constraints-changes | Merge | 2025-04-07 |
| Run make migrate collect | Feature | 2025-04-07 |
| Run make migrate collect | Feature | 2025-04-07 |
| Loader in scaffold | Feature | 2025-04-07 |
| Loader in scaffold | Feature | 2025-04-07 |
| Users table columns | Bug Fix | 2025-04-07 |
| Users table columns | Bug Fix | 2025-04-07 |
| Migration fix after merge conflict | Feature | 2025-04-07 |
| Migration fix after merge conflict | Feature | 2025-04-07 |
| Tests | Bug Fix | 2025-04-07 |
| Tests | Bug Fix | 2025-04-07 |
| Group filter | Bug Fix | 2025-04-07 |
| Group filter | Bug Fix | 2025-04-07 |
| Json linting errors | Bug Fix | 2025-04-07 |
| Json linting errors | Bug Fix | 2025-04-07 |
| Role repository | Bug Fix | 2025-04-07 |
| Role repository | Bug Fix | 2025-04-07 |
| Formatting | Bug Fix | 2025-04-07 |
| Formatting | Bug Fix | 2025-04-07 |
| Group repository | Bug Fix | 2025-04-07 |
| Group repository | Bug Fix | 2025-04-07 |
| Refactoring: roles | Refactor | 2025-04-08 |
| Refactoring: roles | Refactor | 2025-04-08 |
| Formatting | Bug Fix | 2025-04-08 |
| Formatting | Bug Fix | 2025-04-08 |
| Consolidate documentation by moving ISSUES.MD content to CONTRIBUTING.MD | Docs | 2025-04-08 |
| Consolidate documentation by moving ISSUES.MD content to CONTRIBUTING.MD | Docs | 2025-04-08 |
| Clients controller | Refactor | 2025-04-11 |
| Clients controller | Refactor | 2025-04-11 |
| Client controller | Refactor | 2025-04-11 |
| Client controller | Refactor | 2025-04-11 |
| Client controller | Refactor | 2025-04-11 |
| Client controller | Refactor | 2025-04-11 |
| Di package | Refactor | 2025-04-11 |
| Di package | Refactor | 2025-04-11 |
| Client controller | Refactor | 2025-04-11 |
| Client controller | Refactor | 2025-04-11 |
| Clients controllers | Refactor | 2025-04-11 |
| Clients controllers | Refactor | 2025-04-11 |
| Merge pull request #252 from iota-uz/clients_config | Merge | 2025-04-11 |
| Merge pull request #252 from iota-uz/clients_config | Merge | 2025-04-11 |
| Sorting in upload_repository | Feature | 2025-04-11 |
| Sorting in upload_repository | Feature | 2025-04-11 |
| Expenses | Refactor | 2025-04-12 |
| Expenses | Refactor | 2025-04-12 |
| Expense category | Refactor | 2025-04-12 |
| Expense category | Refactor | 2025-04-12 |
| Add accounting period && date to expenses form | Bug Fix | 2025-04-12 |
| Add accounting period && date to expenses form | Bug Fix | 2025-04-12 |
| Enhance expense module with improved repository and service changes | Bug Fix | 2025-04-12 |
| Enhance expense module with improved repository and service changes | Bug Fix | 2025-04-12 |
| GetByID method and update | Bug Fix | 2025-04-12 |
| GetByID method and update | Bug Fix | 2025-04-12 |
| Non-ascii characters in initials get corrupted | Bug Fix | 2025-04-12 |
| Non-ascii characters in initials get corrupted | Bug Fix | 2025-04-12 |
| Linting errors | Bug Fix | 2025-04-12 |
| Linting errors | Bug Fix | 2025-04-12 |
| Linting errors | Bug Fix | 2025-04-12 |
| Linting errors | Bug Fix | 2025-04-12 |
| Linting errors | Bug Fix | 2025-04-12 |
| Linting errors | Bug Fix | 2025-04-12 |
| Optimize pipeline | Chore | 2025-04-12 |
| Optimize pipeline | Chore | 2025-04-12 |
| Optimize pipeline | Chore | 2025-04-12 |
| Optimize pipeline | Chore | 2025-04-12 |
| Optimize pipeline | Chore | 2025-04-12 |
| Optimize pipeline | Chore | 2025-04-12 |
| Nicer scaffolding interface | Feature | 2025-04-13 |
| Nicer scaffolding interface | Feature | 2025-04-13 |
| Better scaffolding | Bug Fix | 2025-04-13 |
| Better scaffolding | Bug Fix | 2025-04-13 |
| New filter | Feature | 2025-04-14 |
| New filter | Feature | 2025-04-14 |
| Cleanup dead code | Chore | 2025-04-14 |
| Cleanup dead code | Chore | 2025-04-14 |
| Undo last commit | Bug Fix | 2025-04-14 |
| Undo last commit | Bug Fix | 2025-04-14 |
| Filters persist after reloading | Bug Fix | 2025-04-14 |
| Filters persist after reloading | Bug Fix | 2025-04-14 |
| Dropdown select | Bug Fix | 2025-04-15 |
| Dropdown select | Bug Fix | 2025-04-15 |
| Linting | Bug Fix | 2025-04-15 |
| Linting | Bug Fix | 2025-04-15 |
| Side filter | Bug Fix | 2025-04-15 |
| Side filter | Bug Fix | 2025-04-15 |
| Side filter | Bug Fix | 2025-04-15 |
| Side filter | Bug Fix | 2025-04-15 |
| Side filter | Bug Fix | 2025-04-15 |
| Side filter | Bug Fix | 2025-04-15 |
| User_validator & user uniq phone validation | Feature | 2025-04-15 |
| User_validator & user uniq phone validation | Feature | 2025-04-15 |
| Side filter | Bug Fix | 2025-04-16 |
| Side filter | Bug Fix | 2025-04-16 |
| Side filter nil value | Bug Fix | 2025-04-16 |
| Side filter nil value | Bug Fix | 2025-04-16 |
| Merge pull request #257 from iota-uz/sdk-242 | Merge | 2025-04-16 |
| Merge pull request #257 from iota-uz/sdk-242 | Merge | 2025-04-16 |
| Drawers support in scaffolded tables | Feature | 2025-04-16 |
| Drawers support in scaffolded tables | Feature | 2025-04-16 |
| 243 tx to InTx for account,tab,user | Bug Fix | 2025-04-16 |
| 243 tx to InTx for account,tab,user | Bug Fix | 2025-04-16 |
| Merge pull request #258 from iota-uz/sdk-243 | Merge | 2025-04-16 |
| Merge pull request #258 from iota-uz/sdk-243 | Merge | 2025-04-16 |
| Typo in method name | Bug Fix | 2025-04-17 |
| Typo in method name | Bug Fix | 2025-04-17 |
| Mapping.Or function | Feature | 2025-04-18 |
| Mapping.Or function | Feature | 2025-04-18 |
| #265 impl create/update user validation & show error messages | Bug Fix | 2025-04-19 |
| #265 impl create/update user validation & show error messages | Bug Fix | 2025-04-19 |
| E2e tests | Bug Fix | 2025-04-19 |
| E2e tests | Bug Fix | 2025-04-19 |
| Wip: form builder | Feature | 2025-04-19 |
| Wip: form builder | Feature | 2025-04-19 |
| Hot-fix | Bug Fix | 2025-04-19 |
| Hot-fix | Bug Fix | 2025-04-19 |
| Merge pull request #266 from iota-uz/sdk-265 | Merge | 2025-04-20 |
| Merge pull request #266 from iota-uz/sdk-265 | Merge | 2025-04-20 |
| Linting errors | Bug Fix | 2025-04-20 |
| Linting errors | Bug Fix | 2025-04-20 |
| Spotlight styling | Bug Fix | 2025-04-20 |
| Spotlight styling | Bug Fix | 2025-04-20 |
| Spotlight styling | Bug Fix | 2025-04-20 |
| Spotlight styling | Bug Fix | 2025-04-20 |
| Spotlight | Refactor | 2025-04-20 |
| Spotlight | Refactor | 2025-04-20 |
| Import errors | Bug Fix | 2025-04-20 |
| Import errors | Bug Fix | 2025-04-20 |
| Better loading speed | Feature | 2025-04-20 |
| Better loading speed | Feature | 2025-04-20 |
| Spotlight | Refactor | 2025-04-20 |
| Spotlight | Refactor | 2025-04-20 |
| Linting errors | Bug Fix | 2025-04-20 |
| Linting errors | Bug Fix | 2025-04-20 |
| Remove legacy translator | Bug Fix | 2025-04-20 |
| Remove legacy translator | Bug Fix | 2025-04-20 |
| Merge pull request #268 from iota-uz/spotlight | Merge | 2025-04-20 |
| Merge pull request #268 from iota-uz/spotlight | Merge | 2025-04-20 |
| Update README.MD | Feature | 2025-04-20 |
| Update README.MD | Feature | 2025-04-20 |
| Client data source in search | Feature | 2025-04-21 |
| Client data source in search | Feature | 2025-04-21 |
| Account controller | Bug Fix | 2025-04-21 |
| Account controller | Bug Fix | 2025-04-21 |
| Wip(crud builder): refactoring | Feature | 2025-04-21 |
| Wip(crud builder): refactoring | Feature | 2025-04-21 |
| Linting errors | Bug Fix | 2025-04-21 |
| Linting errors | Bug Fix | 2025-04-21 |
| Color input | Feature | 2025-04-21 |
| Color input | Feature | 2025-04-21 |
| List handler | Bug Fix | 2025-04-21 |
| List handler | Bug Fix | 2025-04-21 |
| Wip: crud builder | Feature | 2025-04-21 |
| Wip: crud builder | Feature | 2025-04-21 |
| Module name | Bug Fix | 2025-04-21 |
| Module name | Bug Fix | 2025-04-21 |
| Add comments to client & gen migrations | Feature | 2025-04-22 |
| Add comments to client & gen migrations | Feature | 2025-04-22 |
| Format client forms.templ | Style | 2025-04-22 |
| Format client forms.templ | Style | 2025-04-22 |
| Hot-fix | Bug Fix | 2025-04-22 |
| Hot-fix | Bug Fix | 2025-04-22 |
| Hot-fix | Bug Fix | 2025-04-22 |
| Hot-fix | Bug Fix | 2025-04-22 |
| Merge pull request #269 from iota-uz/sdk-260 | Merge | 2025-04-22 |
| Merge pull request #269 from iota-uz/sdk-260 | Merge | 2025-04-22 |
| Component showcase | Feature | 2025-04-22 |
| Component showcase | Feature | 2025-04-22 |
| New components in showcase | Feature | 2025-04-22 |
| New components in showcase | Feature | 2025-04-22 |
| Showcase url | Bug Fix | 2025-04-22 |
| Showcase url | Bug Fix | 2025-04-22 |
| Playground url | Bug Fix | 2025-04-22 |
| Playground url | Bug Fix | 2025-04-22 |
| Linting errors | Bug Fix | 2025-04-22 |
| Linting errors | Bug Fix | 2025-04-22 |
| New components in the showcase | Feature | 2025-04-22 |
| New components in the showcase | Feature | 2025-04-22 |
| Showcase ui | Bug Fix | 2025-04-22 |
| Showcase ui | Bug Fix | 2025-04-22 |
| Padding | Bug Fix | 2025-04-22 |
| Padding | Bug Fix | 2025-04-22 |
| Fork i18n package && check translations command | Feature | 2025-04-22 |
| Fork i18n package && check translations command | Feature | 2025-04-22 |
| Deprecate iota linter | Bug Fix | 2025-04-22 |
| Deprecate iota linter | Bug Fix | 2025-04-22 |
| Linting errors | Bug Fix | 2025-04-22 |
| Linting errors | Bug Fix | 2025-04-22 |
| Icon for components group in sidebar | Feature | 2025-04-23 |
| Icon for components group in sidebar | Feature | 2025-04-23 |
| Export data source in crm module | Bug Fix | 2025-04-23 |
| Export data source in crm module | Bug Fix | 2025-04-23 |
| Data sources search && translations | Bug Fix | 2025-04-23 |
| Data sources search && translations | Bug Fix | 2025-04-23 |
| Wip: crud builder | Feature | 2025-04-23 |
| Wip: crud builder | Feature | 2025-04-23 |
| Primary key handling | Bug Fix | 2025-04-23 |
| Primary key handling | Bug Fix | 2025-04-23 |
| Linting errors | Bug Fix | 2025-04-23 |
| Linting errors | Bug Fix | 2025-04-23 |
| #249 delete user sess after upd password | Feature | 2025-04-23 |
| #249 delete user sess after upd password | Feature | 2025-04-23 |
| Tests | Feature | 2025-04-23 |
| Tests | Feature | 2025-04-23 |
| Linting errors | Bug Fix | 2025-04-23 |
| Linting errors | Bug Fix | 2025-04-23 |
| Refactoring | Refactor | 2025-04-23 |
| Refactoring | Refactor | 2025-04-23 |
| Refactor session rep & user-update-password | Feature | 2025-04-23 |
| Refactor session rep & user-update-password | Feature | 2025-04-23 |
| User_service: upd publish events | Feature | 2025-04-24 |
| User_service: upd publish events | Feature | 2025-04-24 |
| Hot-fix | Bug Fix | 2025-04-24 |
| Hot-fix | Bug Fix | 2025-04-24 |
| User impl domain event idea | Feature | 2025-04-24 |
| User impl domain event idea | Feature | 2025-04-24 |
| Hot-fix | Bug Fix | 2025-04-24 |
| Hot-fix | Bug Fix | 2025-04-24 |
| Style-fix | Style | 2025-04-24 |
| Style-fix | Style | 2025-04-24 |
| Lint fix | Feature | 2025-04-24 |
| Lint fix | Feature | 2025-04-24 |
| Merge pull request #273 from iota-uz/sdk-249 | Merge | 2025-04-24 |
| Merge pull request #273 from iota-uz/sdk-249 | Merge | 2025-04-24 |
| #241 fix user upd & removeSelectedValue | Bug Fix | 2025-04-28 |
| #241 fix user upd & removeSelectedValue | Bug Fix | 2025-04-28 |
| Fix format | Bug Fix | 2025-04-28 |
| Fix format | Bug Fix | 2025-04-28 |
| Generate after format | Style | 2025-04-28 |
| Generate after format | Style | 2025-04-28 |
| Remove q char | Cleanup | 2025-04-28 |
| Remove q char | Cleanup | 2025-04-28 |
| Merge pull request #276 from iota-uz/sdk-241 | Merge | 2025-04-28 |
| Merge pull request #276 from iota-uz/sdk-241 | Merge | 2025-04-28 |
| Wip: ai chat feature | Feature | 2025-04-29 |
| Wip: ai chat feature | Feature | 2025-04-29 |
| #261 add (system,user) types into user,group,role | Feature | 2025-04-29 |
| #261 add (system,user) types into user,group,role | Feature | 2025-04-29 |
| REMOVE migration collect step | Cleanup | 2025-04-29 |
| REMOVE migration collect step | Cleanup | 2025-04-29 |
| Impl type logic in reps | Feature | 2025-04-29 |
| Impl type logic in reps | Feature | 2025-04-29 |
| Wip: 259 | Feature | 2025-04-29 |
| Wip: 259 | Feature | 2025-04-29 |
| Faster ci runner | Feature | 2025-04-29 |
| Faster ci runner | Feature | 2025-04-29 |
| Fixes | Bug Fix | 2025-04-29 |
| Fixes | Bug Fix | 2025-04-29 |
| Fix | Bug Fix | 2025-04-29 |
| Fix | Bug Fix | 2025-04-29 |
| Fixes | Bug Fix | 2025-04-29 |
| Fixes | Bug Fix | 2025-04-29 |
| Fix aftr feedback | Bug Fix | 2025-04-29 |
| Fix aftr feedback | Bug Fix | 2025-04-29 |
| Merge pull request #277 from iota-uz/sdk-261 | Merge | 2025-04-29 |
| Merge pull request #277 from iota-uz/sdk-261 | Merge | 2025-04-29 |
| Wip: chat rewrite | Feature | 2025-04-29 |
| Wip: chat rewrite | Feature | 2025-04-29 |
| Wip: chat rewrite | Feature | 2025-04-30 |
| Wip: chat rewrite | Feature | 2025-04-30 |
| Wip: chat rewrite | Feature | 2025-04-30 |
| Wip: chat rewrite | Feature | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
| Linting errors | Bug Fix | 2025-04-30 |
March 2025
| Change | Type | Date |
|---|---|---|
| Small mapper fix | Feature | 2025-03-01 |
| Small mapper fix | Feature | 2025-03-01 |
| Add: table row attributes through props | Feature | 2025-03-01 |
| Add: table row attributes through props | Feature | 2025-03-01 |
| 1-based pagination | Bug Fix | 2025-03-01 |
| 1-based pagination | Bug Fix | 2025-03-01 |
| Add commands | Refactor | 2025-03-01 |
| Add commands | Refactor | 2025-03-01 |
| Add: users service get paginated with total | Feature | 2025-03-01 |
| Add: users service get paginated with total | Feature | 2025-03-01 |
| Hand loader | Feature | 2025-03-01 |
| Hand loader | Feature | 2025-03-01 |
| Add: infinite scroll for users | Feature | 2025-03-01 |
| Add: infinite scroll for users | Feature | 2025-03-01 |
| Loading of the next page on intersect once instead of revealed | Bug Fix | 2025-03-01 |
| Loading of the next page on intersect once instead of revealed | Bug Fix | 2025-03-01 |
| Add: user search by name | Feature | 2025-03-02 |
| Add: user search by name | Feature | 2025-03-02 |
| Passports table && messages source | Feature | 2025-03-02 |
| Passports table && messages source | Feature | 2025-03-02 |
| Enhance test workflow with SQL formatting and idempotence checks | Style | 2025-03-02 |
| Enhance test workflow with SQL formatting and idempotence checks | Style | 2025-03-02 |
| Pgformatter installation | Bug Fix | 2025-03-02 |
| Pgformatter installation | Bug Fix | 2025-03-02 |
| Failing ci checks | Bug Fix | 2025-03-02 |
| Failing ci checks | Bug Fix | 2025-03-02 |
| Failing ci checks | Bug Fix | 2025-03-02 |
| Failing ci checks | Bug Fix | 2025-03-02 |
| Merge pull request #165 from iota-uz/sdk-159 | Merge | 2025-03-02 |
| Merge pull request #165 from iota-uz/sdk-159 | Merge | 2025-03-02 |
| Failing ci checks | Bug Fix | 2025-03-02 |
| Failing ci checks | Bug Fix | 2025-03-02 |
| Failing ci checks | Bug Fix | 2025-03-02 |
| Failing ci checks | Bug Fix | 2025-03-02 |
| Passports as a separate repository | Feature | 2025-03-02 |
| Passports as a separate repository | Feature | 2025-03-02 |
| Passport repository | Refactor | 2025-03-02 |
| Passport repository | Refactor | 2025-03-02 |
| Rename passport repository | Refactor | 2025-03-03 |
| Rename passport repository | Refactor | 2025-03-03 |
| Value objects | Refactor | 2025-03-03 |
| Value objects | Refactor | 2025-03-03 |
| Hard-coded yesterday/ereyesterday filter values | Bug Fix | 2025-03-03 |
| Hard-coded yesterday/ereyesterday filter values | Bug Fix | 2025-03-03 |
| Update en and uz i18n files | Bug Fix | 2025-03-03 |
| Update en and uz i18n files | Bug Fix | 2025-03-03 |
| I18n path | Bug Fix | 2025-03-03 |
| I18n path | Bug Fix | 2025-03-03 |
| Merge pull request #166 from iota-uz/sdk-162 | Merge | 2025-03-04 |
| Merge pull request #166 from iota-uz/sdk-162 | Merge | 2025-03-04 |
| Clients initialization | Refactor | 2025-03-04 |
| Clients initialization | Refactor | 2025-03-04 |
| Passport && client | Refactor | 2025-03-04 |
| Passport && client | Refactor | 2025-03-04 |
| Htmx as a separate package | Refactor | 2025-03-04 |
| Htmx as a separate package | Refactor | 2025-03-04 |
| Htmx as a separate package | Refactor | 2025-03-04 |
| Htmx as a separate package | Refactor | 2025-03-04 |
| Draft: implemented hub, removed old one and done some plumbing | Cleanup | 2025-03-05 |
| Draft: implemented hub, removed old one and done some plumbing | Cleanup | 2025-03-05 |
Embed BaseProps into AuthenticatedProps | Refactor | 2025-03-06 |
Embed BaseProps into AuthenticatedProps | Refactor | 2025-03-06 |
| Make use of logger provided by configuration | Refactor | 2025-03-06 |
| Make use of logger provided by configuration | Refactor | 2025-03-06 |
| Bring back websocket for chat | Feature | 2025-03-06 |
| Bring back websocket for chat | Feature | 2025-03-06 |
| Extended field set | Feature | 2025-03-07 |
| Extended field set | Feature | 2025-03-07 |
| Sql builder | Bug Fix | 2025-03-07 |
| Sql builder | Bug Fix | 2025-03-07 |
| MiddleName in user made optional | Bug Fix | 2025-03-07 |
| MiddleName in user made optional | Bug Fix | 2025-03-07 |
| Repo query builder | Bug Fix | 2025-03-07 |
| Repo query builder | Bug Fix | 2025-03-07 |
| Try faster action | Chore | 2025-03-07 |
| Try faster action | Chore | 2025-03-07 |
| Use migrate up instead of redo | Bug Fix | 2025-03-07 |
| Use migrate up instead of redo | Bug Fix | 2025-03-07 |
| Copy migrations into production image | Bug Fix | 2025-03-07 |
| Copy migrations into production image | Bug Fix | 2025-03-07 |
| AuthenticatedProps | Refactor | 2025-03-08 |
| AuthenticatedProps | Refactor | 2025-03-08 |
| Merge pull request #167 from iota-uz/sdk-138 | Merge | 2025-03-08 |
| Merge pull request #167 from iota-uz/sdk-138 | Merge | 2025-03-08 |
| Merge pull request #173 from iota-uz/sdk-168 | Merge | 2025-03-08 |
| Merge pull request #173 from iota-uz/sdk-168 | Merge | 2025-03-08 |
| Spotlight | Refactor | 2025-03-08 |
| Spotlight | Refactor | 2025-03-08 |
| Parallelize jobs | Feature | 2025-03-08 |
| Parallelize jobs | Feature | 2025-03-08 |
| Unecessary comments | Bug Fix | 2025-03-08 |
| Unecessary comments | Bug Fix | 2025-03-08 |
| Run migrations | Bug Fix | 2025-03-08 |
| Run migrations | Bug Fix | 2025-03-08 |
| Remove redundant generate command | Bug Fix | 2025-03-08 |
| Remove redundant generate command | Bug Fix | 2025-03-08 |
| E2e database setup | Bug Fix | 2025-03-08 |
| E2e database setup | Bug Fix | 2025-03-08 |
| Parallelize jobs | Feature | 2025-03-08 |
| Parallelize jobs | Feature | 2025-03-08 |
| Parallelize jobs | Feature | 2025-03-08 |
| Parallelize jobs | Feature | 2025-03-08 |
| Parallelize jobs | Feature | 2025-03-08 |
| Parallelize jobs | Feature | 2025-03-08 |
| Unecessary comments | Bug Fix | 2025-03-08 |
| Unecessary comments | Bug Fix | 2025-03-08 |
| Migrations | Bug Fix | 2025-03-08 |
| Migrations | Bug Fix | 2025-03-08 |
| Drop migrations | Bug Fix | 2025-03-08 |
| Drop migrations | Bug Fix | 2025-03-08 |
| Assert succesfull login | Bug Fix | 2025-03-08 |
| Assert succesfull login | Bug Fix | 2025-03-08 |
| Add asserts | Feature | 2025-03-08 |
| Add asserts | Feature | 2025-03-08 |
| Logging | Feature | 2025-03-08 |
| Logging | Feature | 2025-03-08 |
| Debug logging | Feature | 2025-03-08 |
| Debug logging | Feature | 2025-03-08 |
| Wip: failing ci tests | Test | 2025-03-08 |
| Wip: failing ci tests | Test | 2025-03-08 |
| Revert test.yml | Feature | 2025-03-08 |
| Revert test.yml | Feature | 2025-03-08 |
| Simplified logging middleware | Feature | 2025-03-09 |
| Simplified logging middleware | Feature | 2025-03-09 |
| Realtime updates for users page | Feature | 2025-03-09 |
| Realtime updates for users page | Feature | 2025-03-09 |
| E2e tests for users page | Feature | 2025-03-09 |
| E2e tests for users page | Feature | 2025-03-09 |
| Merge pull request #177 from iota-uz/sdk-176 | Merge | 2025-03-09 |
| Merge pull request #177 from iota-uz/sdk-176 | Merge | 2025-03-09 |
| New fields in clients | Feature | 2025-03-09 |
| New fields in clients | Feature | 2025-03-09 |
| Country select | Feature | 2025-03-09 |
| Country select | Feature | 2025-03-09 |
| Client repository failing tests | Bug Fix | 2025-03-10 |
| Client repository failing tests | Bug Fix | 2025-03-10 |
| User intials in a viewmodel | Bug Fix | 2025-03-10 |
| User intials in a viewmodel | Bug Fix | 2025-03-10 |
| Update user constructor to use functional options pattern - Remove NewWithID function and use functional options pattern - Make only firstName, lastName, email, and UILanguage required - Add WithID, WithMiddleName, WithRoles, etc. option functions - Update all references to use the new constructor | Refactor | 2025-03-10 |
| Update user constructor to use functional options pattern - Remove NewWithID function and use functional options pattern - Make only firstName, lastName, email, and UILanguage required - Add WithID, WithMiddleName, WithRoles, etc. option functions - Update all references to use the new constructor | Refactor | 2025-03-10 |
| User constructor | Refactor | 2025-03-10 |
| User constructor | Refactor | 2025-03-10 |
| User repository filters | Feature | 2025-03-10 |
| User repository filters | Feature | 2025-03-10 |
| Use upload repository for loading avatar | Refactor | 2025-03-10 |
| Use upload repository for loading avatar | Refactor | 2025-03-10 |
| Groups repository | Feature | 2025-03-10 |
| Groups repository | Feature | 2025-03-10 |
| Group service | Feature | 2025-03-10 |
| Group service | Feature | 2025-03-10 |
| Remove tests | Bug Fix | 2025-03-10 |
| Remove tests | Bug Fix | 2025-03-10 |
| Migrations | Bug Fix | 2025-03-10 |
| Migrations | Bug Fix | 2025-03-10 |
| Migrations && RoleID filter | Bug Fix | 2025-03-10 |
| Migrations && RoleID filter | Bug Fix | 2025-03-10 |
| Group_repository && tests | Bug Fix | 2025-03-10 |
| Group_repository && tests | Bug Fix | 2025-03-10 |
| Remove unnecessary comments | Chore | 2025-03-10 |
| Remove unnecessary comments | Chore | 2025-03-10 |
| Merge pull request #179 from iota-uz/groups | Merge | 2025-03-10 |
| Merge pull request #179 from iota-uz/groups | Merge | 2025-03-10 |
| Integrate user groups relationship | Feature | 2025-03-11 |
| Integrate user groups relationship | Feature | 2025-03-11 |
| Add: missing uzbek translations to crm, hrm and website modules | Feature | 2025-03-11 |
| Add: missing uzbek translations to crm, hrm and website modules | Feature | 2025-03-11 |
| Changing html lang attribute on language change | Bug Fix | 2025-03-11 |
| Changing html lang attribute on language change | Bug Fix | 2025-03-11 |
| Add: missing end of line to i18n files | Feature | 2025-03-11 |
| Add: missing end of line to i18n files | Feature | 2025-03-11 |
| Return if roles == 0 | Feature | 2025-03-11 |
| Return if roles == 0 | Feature | 2025-03-11 |
| Merge pull request #189 from iota-uz/create-roles-if-not-empty | Merge | 2025-03-11 |
| Merge pull request #189 from iota-uz/create-roles-if-not-empty | Merge | 2025-03-11 |
| Properly handle nil values in ToDBClient | Feature | 2025-03-11 |
| Properly handle nil values in ToDBClient | Feature | 2025-03-11 |
| Phone number field | Feature | 2025-03-11 |
| Phone number field | Feature | 2025-03-11 |
| Tests: new tests for phone number | Test | 2025-03-11 |
| Tests: new tests for phone number | Test | 2025-03-11 |
| Failing tests | Bug Fix | 2025-03-11 |
| Failing tests | Bug Fix | 2025-03-11 |
| Merge conflicts | Bug Fix | 2025-03-11 |
| Merge conflicts | Bug Fix | 2025-03-11 |
| Drawer miss behaving | Bug Fix | 2025-03-11 |
| Drawer miss behaving | Bug Fix | 2025-03-11 |
| Merge pull request #181 from iota-uz/sdk-178 | Merge | 2025-03-11 |
| Merge pull request #181 from iota-uz/sdk-178 | Merge | 2025-03-11 |
| Just trying to make railway redeploy | Feature | 2025-03-11 |
| Just trying to make railway redeploy | Feature | 2025-03-11 |
| Add: logging uzbek translations | Feature | 2025-03-12 |
| Add: logging uzbek translations | Feature | 2025-03-12 |
| Cross-browser crazy behavior of custom switch | Bug Fix | 2025-03-12 |
| Cross-browser crazy behavior of custom switch | Bug Fix | 2025-03-12 |
| Add: missing end of line to i18n files | Feature | 2025-03-12 |
| Add: missing end of line to i18n files | Feature | 2025-03-12 |
| Make generate | Bug Fix | 2025-03-12 |
| Make generate | Bug Fix | 2025-03-12 |
| Sort permission groups to avoid arbitrary ordering | Bug Fix | 2025-03-12 |
| Sort permission groups to avoid arbitrary ordering | Bug Fix | 2025-03-12 |
| 0 balance value | Bug Fix | 2025-03-12 |
| 0 balance value | Bug Fix | 2025-03-12 |
| Expense creation silent failing because of absent returning id | Bug Fix | 2025-03-12 |
| Expense creation silent failing because of absent returning id | Bug Fix | 2025-03-12 |
| Expense category update | Bug Fix | 2025-03-12 |
| Expense category update | Bug Fix | 2025-03-12 |
| Merge pull request #192 from iota-uz/sdk-190 | Merge | 2025-03-12 |
| Merge pull request #192 from iota-uz/sdk-190 | Merge | 2025-03-12 |
| Merge pull request #195 from iota-uz/sdk-184 | Merge | 2025-03-12 |
| Merge pull request #195 from iota-uz/sdk-184 | Merge | 2025-03-12 |
| Merge pull request #194 from iota-uz/sdk-188 | Merge | 2025-03-12 |
| Merge pull request #194 from iota-uz/sdk-188 | Merge | 2025-03-12 |
| Merge pull request #193 from iota-uz/sdk-185 | Merge | 2025-03-12 |
| Merge pull request #193 from iota-uz/sdk-185 | Merge | 2025-03-12 |
| Merge pull request #191 from iota-uz/sdk-183 | Merge | 2025-03-12 |
| Merge pull request #191 from iota-uz/sdk-183 | Merge | 2025-03-12 |
| Clients form | Bug Fix | 2025-03-12 |
| Clients form | Bug Fix | 2025-03-12 |
| Update on passport on conflict | Feature | 2025-03-12 |
| Update on passport on conflict | Feature | 2025-03-12 |
| Fix sql | Bug Fix | 2025-03-12 |
| Fix sql | Bug Fix | 2025-03-12 |
| Update instead of insert on client edit | Bug Fix | 2025-03-12 |
| Update instead of insert on client edit | Bug Fix | 2025-03-12 |
Use WithID instead of creating NewWithID | Bug Fix | 2025-03-13 |
Use WithID instead of creating NewWithID | Bug Fix | 2025-03-13 |
| Passports unique constraint | Bug Fix | 2025-03-13 |
| Passports unique constraint | Bug Fix | 2025-03-13 |
| Add: missing migrations by hand | Feature | 2025-03-13 |
| Add: missing migrations by hand | Feature | 2025-03-13 |
| Formatting | Bug Fix | 2025-03-13 |
| Formatting | Bug Fix | 2025-03-13 |
| Merge pull request #199 from iota-uz/sdk-196 | Merge | 2025-03-13 |
| Merge pull request #199 from iota-uz/sdk-196 | Merge | 2025-03-13 |
| Show error messages on invalid PIN/TIN and etc | Bug Fix | 2025-03-13 |
| Show error messages on invalid PIN/TIN and etc | Bug Fix | 2025-03-13 |
| Employees edit url | Bug Fix | 2025-03-13 |
| Employees edit url | Bug Fix | 2025-03-13 |
| Wire left out form fields | Bug Fix | 2025-03-13 |
| Wire left out form fields | Bug Fix | 2025-03-13 |
| Merge pull request #198 from iota-uz/passport-number-conflict | Merge | 2025-03-13 |
| Merge pull request #198 from iota-uz/passport-number-conflict | Merge | 2025-03-13 |
| Correct on conflict clause | Feature | 2025-03-14 |
| Correct on conflict clause | Feature | 2025-03-14 |
| Merge pull request #206 from iota-uz/sdk-205 | Merge | 2025-03-14 |
| Merge pull request #206 from iota-uz/sdk-205 | Merge | 2025-03-14 |
| Translate employee form errors | Bug Fix | 2025-03-14 |
| Translate employee form errors | Bug Fix | 2025-03-14 |
| Merge pull request #204 from iota-uz/sdk-188 | Merge | 2025-03-15 |
| Merge pull request #204 from iota-uz/sdk-188 | Merge | 2025-03-15 |
| Primitive table builder | Feature | 2025-03-15 |
| Primitive table builder | Feature | 2025-03-15 |
| Di router | Feature | 2025-03-16 |
| Di router | Feature | 2025-03-16 |
| Middleware | Bug Fix | 2025-03-16 |
| Middleware | Bug Fix | 2025-03-16 |
| Better performance for DI router | Feature | 2025-03-16 |
| Better performance for DI router | Feature | 2025-03-16 |
| Cleanup whitespace | Chore | 2025-03-17 |
| Cleanup whitespace | Chore | 2025-03-17 |
| Remove required from Phone of client create/update dto | Bug Fix | 2025-03-17 |
| Remove required from Phone of client create/update dto | Bug Fix | 2025-03-17 |
| Message options | Bug Fix | 2025-03-17 |
| Message options | Bug Fix | 2025-03-17 |
| Separate forms for client page | Feature | 2025-03-18 |
| Separate forms for client page | Feature | 2025-03-18 |
| Modular forms | Feature | 2025-03-18 |
| Modular forms | Feature | 2025-03-18 |
| Tax info persisntence | Bug Fix | 2025-03-18 |
| Tax info persisntence | Bug Fix | 2025-03-18 |
| Complete htmx helpers | Feature | 2025-03-18 |
| Complete htmx helpers | Feature | 2025-03-18 |
| New helpers for htmx | Feature | 2025-03-18 |
| New helpers for htmx | Feature | 2025-03-18 |
| Htmx.Redirect call | Bug Fix | 2025-03-18 |
| Htmx.Redirect call | Bug Fix | 2025-03-18 |
| Create chat if non exists | Bug Fix | 2025-03-19 |
| Create chat if non exists | Bug Fix | 2025-03-19 |
| Temporary patch for group repository | Bug Fix | 2025-03-19 |
| Temporary patch for group repository | Bug Fix | 2025-03-19 |
| Add: enabling sidebar links based on permissions and custom permission connectives | Feature | 2025-03-19 |
| Add: enabling sidebar links based on permissions and custom permission connectives | Feature | 2025-03-19 |
| Direct permissions to user | Feature | 2025-03-19 |
| Direct permissions to user | Feature | 2025-03-19 |
| Move RBAC manager from core module to rbac package | Refactor | 2025-03-20 |
| Move RBAC manager from core module to rbac package | Refactor | 2025-03-20 |
| Add: missing printing of stack trace to seed cmd | Feature | 2025-03-20 |
| Add: missing printing of stack trace to seed cmd | Feature | 2025-03-20 |
| MustParseEmail | Feature | 2025-03-20 |
| MustParseEmail | Feature | 2025-03-20 |
| Di functionality to a separate package | Refactor | 2025-03-21 |
| Di functionality to a separate package | Refactor | 2025-03-21 |
| Llm docs generation script | Feature | 2025-03-23 |
| Llm docs generation script | Feature | 2025-03-23 |
| Docs | Feature | 2025-03-23 |
| Docs | Feature | 2025-03-23 |
| Smaller doc | Bug Fix | 2025-03-23 |
| Smaller doc | Bug Fix | 2025-03-23 |
| Radio button | Feature | 2025-03-24 |
| Radio button | Feature | 2025-03-24 |
| Added radio card | Feature | 2025-03-24 |
| Added radio card | Feature | 2025-03-24 |
| User setting accessible tabs through event bus | Refactor | 2025-03-24 |
| User setting accessible tabs through event bus | Refactor | 2025-03-24 |
| Merge pull request #211 from iota-uz/sdk-169 | Merge | 2025-03-24 |
| Merge pull request #211 from iota-uz/sdk-169 | Merge | 2025-03-24 |
| Progress bar, upgrade templ | Feature | 2025-03-24 |
| Progress bar, upgrade templ | Feature | 2025-03-24 |
| Remove tool from go.mod | Cleanup | 2025-03-24 |
| Remove tool from go.mod | Cleanup | 2025-03-24 |
| Upgrade templ | Feature | 2025-03-24 |
| Upgrade templ | Feature | 2025-03-24 |
| Minor fix | Feature | 2025-03-24 |
| Minor fix | Feature | 2025-03-24 |
| Fix | Bug Fix | 2025-03-24 |
| Fix | Bug Fix | 2025-03-24 |
| Update: user and permission viewmodels | Feature | 2025-03-24 |
| Update: user and permission viewmodels | Feature | 2025-03-24 |
| Add: permission service | Feature | 2025-03-24 |
| Add: permission service | Feature | 2025-03-24 |
| Update: viewmodel mappers | Feature | 2025-03-24 |
| Update: viewmodel mappers | Feature | 2025-03-24 |
| Add: permissions to user controller and frontend props | Feature | 2025-03-24 |
| Add: permissions to user controller and frontend props | Feature | 2025-03-24 |
| Square avatar | Feature | 2025-03-24 |
| Square avatar | Feature | 2025-03-24 |
| Datepicker base | Feature | 2025-03-24 |
| Datepicker base | Feature | 2025-03-24 |
| New mapper function | Feature | 2025-03-24 |
| New mapper function | Feature | 2025-03-24 |
| Better docs | Feature | 2025-03-25 |
| Better docs | Feature | 2025-03-25 |
| Improved doc generation | Feature | 2025-03-25 |
| Improved doc generation | Feature | 2025-03-25 |
| User controller missing handlers | Bug Fix | 2025-03-25 |
| User controller missing handlers | Bug Fix | 2025-03-25 |
| Add: permissions UI | Feature | 2025-03-25 |
| Add: permissions UI | Feature | 2025-03-25 |
| Datepicker improvements | Feature | 2025-03-25 |
| Datepicker improvements | Feature | 2025-03-25 |
| Fix | Bug Fix | 2025-03-25 |
| Fix | Bug Fix | 2025-03-25 |
| Style fixes | Style | 2025-03-25 |
| Style fixes | Style | 2025-03-25 |
| Week select | Feature | 2025-03-25 |
| Week select | Feature | 2025-03-25 |
| Style fixes | Style | 2025-03-25 |
| Style fixes | Style | 2025-03-25 |
| Style fix | Style | 2025-03-25 |
| Style fix | Style | 2025-03-25 |
| Year picker | Feature | 2025-03-25 |
| Year picker | Feature | 2025-03-25 |
| Minor style fixes | Feature | 2025-03-25 |
| Minor style fixes | Feature | 2025-03-25 |
| Table cell props | Feature | 2025-03-25 |
| Table cell props | Feature | 2025-03-25 |
| Style fixes | Style | 2025-03-25 |
| Style fixes | Style | 2025-03-25 |
| Remove comments, style fixes | Cleanup | 2025-03-25 |
| Remove comments, style fixes | Cleanup | 2025-03-25 |
| Minor fix | Feature | 2025-03-25 |
| Minor fix | Feature | 2025-03-25 |
| Fix Log in with Google button | Bug Fix | 2025-03-25 |
| Fix Log in with Google button | Bug Fix | 2025-03-25 |
| Merge pull request #215 from iota-uz/radio-card | Merge | 2025-03-25 |
| Merge pull request #215 from iota-uz/radio-card | Merge | 2025-03-25 |
| Class attribute in table cell props | Feature | 2025-03-25 |
| Class attribute in table cell props | Feature | 2025-03-25 |
| Regenerate files with latest templ | Bug Fix | 2025-03-25 |
| Regenerate files with latest templ | Bug Fix | 2025-03-25 |
| Bump up templ version | Chore | 2025-03-25 |
| Bump up templ version | Chore | 2025-03-25 |
| Don’t require phone number in client constructor | Feature | 2025-03-25 |
| Don’t require phone number in client constructor | Feature | 2025-03-25 |
| Migrations | Feature | 2025-03-25 |
| Migrations | Feature | 2025-03-25 |
| Migration fix | Feature | 2025-03-25 |
| Migration fix | Feature | 2025-03-25 |
| Merge pull request #228 from iota-uz/client-fixes | Merge | 2025-03-25 |
| Merge pull request #228 from iota-uz/client-fixes | Merge | 2025-03-25 |
| Fix client mappers for optional phone number | Bug Fix | 2025-03-25 |
| Fix client mappers for optional phone number | Bug Fix | 2025-03-25 |
Remove: user struct User interface implementation assertion | Cleanup | 2025-03-26 |
Remove: user struct User interface implementation assertion | Cleanup | 2025-03-26 |
| Status badge | Feature | 2025-03-26 |
| Status badge | Feature | 2025-03-26 |
| Badge | Feature | 2025-03-26 |
| Badge | Feature | 2025-03-26 |
| Minor fix | Feature | 2025-03-26 |
| Minor fix | Feature | 2025-03-26 |
| Fix | Bug Fix | 2025-03-26 |
| Fix | Bug Fix | 2025-03-26 |
| Merge pull request #230 from iota-uz/status-badge | Merge | 2025-03-26 |
| Merge pull request #230 from iota-uz/status-badge | Merge | 2025-03-26 |
| Add: tenant id to schemas | Feature | 2025-03-26 |
| Add: tenant id to schemas | Feature | 2025-03-26 |
| Update: user and user_repository to include tenant_id | Feature | 2025-03-26 |
| Update: user and user_repository to include tenant_id | Feature | 2025-03-26 |
| Update: core mappers | Feature | 2025-03-26 |
| Update: core mappers | Feature | 2025-03-26 |
| Update: models to include tenant_id | Feature | 2025-03-26 |
| Update: models to include tenant_id | Feature | 2025-03-26 |
| Add: tenant composable and middleware | Feature | 2025-03-26 |
| Add: tenant composable and middleware | Feature | 2025-03-26 |
| Log headers | Feature | 2025-03-26 |
| Log headers | Feature | 2025-03-26 |
| Add: tenant service, repository and update auth to get tenant entity | Feature | 2025-03-27 |
| Add: tenant service, repository and update auth to get tenant entity | Feature | 2025-03-27 |
| Permissions_templ templ version | Bug Fix | 2025-03-27 |
| Permissions_templ templ version | Bug Fix | 2025-03-27 |
| Module.go merging issues with userService | Bug Fix | 2025-03-27 |
| Module.go merging issues with userService | Bug Fix | 2025-03-27 |
| Merge pull request #222 from iota-uz/sdk-212 | Merge | 2025-03-27 |
| Merge pull request #222 from iota-uz/sdk-212 | Merge | 2025-03-27 |
| Account password reset | Bug Fix | 2025-03-27 |
| Account password reset | Bug Fix | 2025-03-27 |
| Account password reset user repo | Bug Fix | 2025-03-27 |
| Account password reset user repo | Bug Fix | 2025-03-27 |
| Account password reset user repo null str | Bug Fix | 2025-03-27 |
| Account password reset user repo null str | Bug Fix | 2025-03-27 |
| Account password reset user repo | Bug Fix | 2025-03-27 |
| Account password reset user repo | Bug Fix | 2025-03-27 |
| Merge pull request #233 from iota-uz/sdk-fix-user-password-account-update | Merge | 2025-03-27 |
| Merge pull request #233 from iota-uz/sdk-fix-user-password-account-update | Merge | 2025-03-27 |
| Add: tenant id to permission, role and tab repositories | Feature | 2025-03-28 |
| Add: tenant id to permission, role and tab repositories | Feature | 2025-03-28 |
| Add: tenant id to authlog and passport repo | Feature | 2025-03-28 |
| Add: tenant id to authlog and passport repo | Feature | 2025-03-28 |
| Logging | Feature | 2025-03-28 |
| Logging | Feature | 2025-03-28 |
| Accent color card | Feature | 2025-03-28 |
| Accent color card | Feature | 2025-03-28 |
| Add: tenant id to session, upload and unit repos | Feature | 2025-03-28 |
| Add: tenant id to session, upload and unit repos | Feature | 2025-03-28 |
| Merge pull request #235 from iota-uz/accent-color-card | Merge | 2025-03-28 |
| Merge pull request #235 from iota-uz/accent-color-card | Merge | 2025-03-28 |
| Error if url is empty | Bug Fix | 2025-03-28 |
| Error if url is empty | Bug Fix | 2025-03-28 |
| Generated files are upto date | Bug Fix | 2025-03-28 |
| Generated files are upto date | Bug Fix | 2025-03-28 |
| Update llm docs | Chore | 2025-03-28 |
| Update llm docs | Chore | 2025-03-28 |
| Email domain and username impl | Feature | 2025-03-28 |
| Email domain and username impl | Feature | 2025-03-28 |
| Test fix | Test | 2025-03-28 |
| Test fix | Test | 2025-03-28 |
| Merge pull request #236 from iota-uz/email-domain | Merge | 2025-03-28 |
| Merge pull request #236 from iota-uz/email-domain | Merge | 2025-03-28 |
| Log collection | Feature | 2025-03-29 |
| Log collection | Feature | 2025-03-29 |
| Request id header | Feature | 2025-03-29 |
| Request id header | Feature | 2025-03-29 |
| Logging | Bug Fix | 2025-03-29 |
| Logging | Bug Fix | 2025-03-29 |
| Add: core repos tenant_id | Feature | 2025-03-29 |
| Add: core repos tenant_id | Feature | 2025-03-29 |
| Logging | Bug Fix | 2025-03-29 |
| Logging | Bug Fix | 2025-03-29 |
| Add: bichat module tenant_id | Feature | 2025-03-29 |
| Add: bichat module tenant_id | Feature | 2025-03-29 |
| Add: crm module tenant_id | Feature | 2025-03-29 |
| Add: crm module tenant_id | Feature | 2025-03-29 |
| Add: finance module tenant_id | Feature | 2025-03-29 |
| Add: finance module tenant_id | Feature | 2025-03-29 |
| Tracing | Feature | 2025-03-29 |
| Tracing | Feature | 2025-03-29 |
| Go mod tidy | Chore | 2025-03-29 |
| Go mod tidy | Chore | 2025-03-29 |
| Add: hrm module tenant_id | Feature | 2025-03-29 |
| Add: hrm module tenant_id | Feature | 2025-03-29 |
| Add: warehouse module tenant_id | Feature | 2025-03-29 |
| Add: warehouse module tenant_id | Feature | 2025-03-29 |
| Tempo tracing | Bug Fix | 2025-03-29 |
| Tempo tracing | Bug Fix | 2025-03-29 |
| Delete dead code | Chore | 2025-03-29 |
| Delete dead code | Chore | 2025-03-29 |
| Add: missing tenant_ids in Go code | Feature | 2025-03-29 |
| Add: missing tenant_ids in Go code | Feature | 2025-03-29 |
| Update pkg/middleware/auth.go | Feature | 2025-03-29 |
| Update pkg/middleware/auth.go | Feature | 2025-03-29 |
| Missing log import | Bug Fix | 2025-03-29 |
| Missing log import | Bug Fix | 2025-03-29 |
| Radio component | Bug Fix | 2025-03-30 |
| Radio component | Bug Fix | 2025-03-30 |
| Radio click pointer | Bug Fix | 2025-03-30 |
| Radio click pointer | Bug Fix | 2025-03-30 |
| Generated files | Bug Fix | 2025-03-30 |
| Generated files | Bug Fix | 2025-03-30 |
| Add: core missing tenant_id in Go code | Feature | 2025-03-30 |
| Add: core missing tenant_id in Go code | Feature | 2025-03-30 |
| NewWithID call sites | Bug Fix | 2025-03-30 |
| NewWithID call sites | Bug Fix | 2025-03-30 |
| Empty table state | Feature | 2025-03-30 |
| Empty table state | Feature | 2025-03-30 |
| Add empty state to all tables | Feature | 2025-03-30 |
| Add empty state to all tables | Feature | 2025-03-30 |
| Empty state in all tables | Feature | 2025-03-31 |
| Empty state in all tables | Feature | 2025-03-31 |
| Seed | Bug Fix | 2025-03-31 |
| Seed | Bug Fix | 2025-03-31 |
| Format: warehouse-schema.sql | Style | 2025-03-31 |
| Format: warehouse-schema.sql | Style | 2025-03-31 |
| Format: logging-schema | Style | 2025-03-31 |
| Format: logging-schema | Style | 2025-03-31 |
| Format: hrm-schema | Style | 2025-03-31 |
| Format: hrm-schema | Style | 2025-03-31 |
| Format: core-schema | Style | 2025-03-31 |
| Format: core-schema | Style | 2025-03-31 |
| Format: crm-schema | Style | 2025-03-31 |
| Format: crm-schema | Style | 2025-03-31 |
| Format: hrm-schema | Style | 2025-03-31 |
| Format: hrm-schema | Style | 2025-03-31 |
| Format: schemas | Style | 2025-03-31 |
| Format: schemas | Style | 2025-03-31 |
| Better scaffold table && switch component && permissions, roles refactoring | Feature | 2025-03-31 |
| Better scaffold table && switch component && permissions, roles refactoring | Feature | 2025-03-31 |
| Warehouse translations | Bug Fix | 2025-03-31 |
| Warehouse translations | Bug Fix | 2025-03-31 |
| Textarea.Basic -> input.TextArea | Refactor | 2025-03-31 |
| Textarea.Basic -> input.TextArea | Refactor | 2025-03-31 |
| Tab settings matches figma | Bug Fix | 2025-03-31 |
| Tab settings matches figma | Bug Fix | 2025-03-31 |
| Tabs in profile & settings page | Feature | 2025-03-31 |
| Tabs in profile & settings page | Feature | 2025-03-31 |
| Tests | Bug Fix | 2025-03-31 |
| Tests | Bug Fix | 2025-03-31 |
| Redirect url | Bug Fix | 2025-03-31 |
| Redirect url | Bug Fix | 2025-03-31 |
February 2025
| Change | Type | Date |
|---|---|---|
| Instant messages | Feature | 2025-02-02 |
| Instant messages | Feature | 2025-02-02 |
| Usability improvements and number parsing from E164 | Feature | 2025-02-02 |
| Usability improvements and number parsing from E164 | Feature | 2025-02-02 |
| Twilio integration | Feature | 2025-02-03 |
| Twilio integration | Feature | 2025-02-03 |
| Update contributing guide for Windows setup and troubleshooting | Docs | 2025-02-03 |
| Update contributing guide for Windows setup and troubleshooting | Docs | 2025-02-03 |
| Chat websockets | Feature | 2025-02-03 |
| Chat websockets | Feature | 2025-02-03 |
| Sorting in chats | Bug Fix | 2025-02-03 |
| Sorting in chats | Bug Fix | 2025-02-03 |
| Chats search | Feature | 2025-02-04 |
| Chats search | Feature | 2025-02-04 |
Z-index on DetailsDropdown component call-sites | Bug Fix | 2025-02-04 |
Z-index on DetailsDropdown component call-sites | Bug Fix | 2025-02-04 |
| Messages & chats | Refactor | 2025-02-04 |
| Messages & chats | Refactor | 2025-02-04 |
Extract bichat from core into its own module | Refactor | 2025-02-05 |
Extract bichat from core into its own module | Refactor | 2025-02-05 |
| Better error handling | Feature | 2025-02-05 |
| Better error handling | Feature | 2025-02-05 |
Make use of props in DetailsDropdown | Refactor | 2025-02-05 |
Make use of props in DetailsDropdown | Refactor | 2025-02-05 |
| Load twilio phone number form configuration | Bug Fix | 2025-02-05 |
| Load twilio phone number form configuration | Bug Fix | 2025-02-05 |
| Twilio webhook url | Feature | 2025-02-05 |
| Twilio webhook url | Feature | 2025-02-05 |
| Sms handler | Bug Fix | 2025-02-05 |
| Sms handler | Bug Fix | 2025-02-05 |
| Merge pull request #105 from iota-uz/sdk-78 | Merge | 2025-02-05 |
| Merge pull request #105 from iota-uz/sdk-78 | Merge | 2025-02-05 |
| Upgrade icons package, refactor employees form | Chore | 2025-02-05 |
| Upgrade icons package, refactor employees form | Chore | 2025-02-05 |
| Merge pull request #107 from iota-uz/sdk-104 | Merge | 2025-02-06 |
| Merge pull request #107 from iota-uz/sdk-104 | Merge | 2025-02-06 |
| Merge pull request #103 from ayanAhm4d/ayan | Merge | 2025-02-06 |
| Merge pull request #103 from ayanAhm4d/ayan | Merge | 2025-02-06 |
Revert “refactor(modules): extract bichat from core into its own module” | Feature | 2025-02-06 |
Revert “refactor(modules): extract bichat from core into its own module” | Feature | 2025-02-06 |
| Logging module | Feature | 2025-02-06 |
| Logging module | Feature | 2025-02-06 |
| Translations && ui for crm | Bug Fix | 2025-02-06 |
| Translations && ui for crm | Bug Fix | 2025-02-06 |
| Translation keys | Bug Fix | 2025-02-06 |
| Translation keys | Bug Fix | 2025-02-06 |
| Sort by last message date | Feature | 2025-02-06 |
| Sort by last message date | Feature | 2025-02-06 |
| Linting errors | Bug Fix | 2025-02-06 |
| Linting errors | Bug Fix | 2025-02-06 |
| Linting errors | Bug Fix | 2025-02-06 |
| Linting errors | Bug Fix | 2025-02-06 |
Extract bichat from core into its own module | Refactor | 2025-02-07 |
Extract bichat from core into its own module | Refactor | 2025-02-07 |
| Duplicate UUID and broken migrations | Bug Fix | 2025-02-07 |
| Duplicate UUID and broken migrations | Bug Fix | 2025-02-07 |
| Merge pull request #112 from iota-uz/sdk-104-06 | Merge | 2025-02-07 |
| Merge pull request #112 from iota-uz/sdk-104-06 | Merge | 2025-02-07 |
| Chats | Refactor | 2025-02-07 |
| Chats | Refactor | 2025-02-07 |
| Better dark theme support for chats ui | Feature | 2025-02-07 |
| Better dark theme support for chats ui | Feature | 2025-02-07 |
| Transaction handling & ux improvements | Refactor | 2025-02-08 |
| Transaction handling & ux improvements | Refactor | 2025-02-08 |
| Adaptive version of chats | Feature | 2025-02-08 |
| Adaptive version of chats | Feature | 2025-02-08 |
| Avatar on desktop | Bug Fix | 2025-02-08 |
| Avatar on desktop | Bug Fix | 2025-02-08 |
| Navigation without full reload | Feature | 2025-02-09 |
| Navigation without full reload | Feature | 2025-02-09 |
| Chats ui | Bug Fix | 2025-02-09 |
| Chats ui | Bug Fix | 2025-02-09 |
| Paddings && gaps | Bug Fix | 2025-02-09 |
| Paddings && gaps | Bug Fix | 2025-02-09 |
| Temprorarily disable tests | Bug Fix | 2025-02-09 |
| Temprorarily disable tests | Bug Fix | 2025-02-09 |
| Adaptive clients/edit | Feature | 2025-02-09 |
| Adaptive clients/edit | Feature | 2025-02-09 |
| Empty client name behaviour | Bug Fix | 2025-02-10 |
| Empty client name behaviour | Bug Fix | 2025-02-10 |
| Notification handler | Feature | 2025-02-11 |
| Notification handler | Feature | 2025-02-11 |
| Linting errors in translation files | Bug Fix | 2025-02-11 |
| Linting errors in translation files | Bug Fix | 2025-02-11 |
| User aut and registration flow tests and code | Bug Fix | 2025-02-11 |
| User aut and registration flow tests and code | Bug Fix | 2025-02-11 |
| Chats inside clients | Feature | 2025-02-11 |
| Chats inside clients | Feature | 2025-02-11 |
| Add(CI): Cypress testing to he CI and fix crm-schema.sql down | Feature | 2025-02-11 |
| Add(CI): Cypress testing to he CI and fix crm-schema.sql down | Feature | 2025-02-11 |
| Clients page tabs | Feature | 2025-02-11 |
| Clients page tabs | Feature | 2025-02-11 |
| Bot token passing | Refactor | 2025-02-11 |
| Bot token passing | Refactor | 2025-02-11 |
| Ignore iota-linter binaries | Bug Fix | 2025-02-11 |
| Ignore iota-linter binaries | Bug Fix | 2025-02-11 |
| Wrong cypress directory | Bug Fix | 2025-02-12 |
| Wrong cypress directory | Bug Fix | 2025-02-12 |
| Install PNPM | Bug Fix | 2025-02-12 |
| Install PNPM | Bug Fix | 2025-02-12 |
| Run server before cypress | Bug Fix | 2025-02-12 |
| Run server before cypress | Bug Fix | 2025-02-12 |
| Typo | Bug Fix | 2025-02-12 |
| Typo | Bug Fix | 2025-02-12 |
| Create new user button discovery | Bug Fix | 2025-02-12 |
| Create new user button discovery | Bug Fix | 2025-02-12 |
| Down migrations only after cypressj | Bug Fix | 2025-02-12 |
| Down migrations only after cypressj | Bug Fix | 2025-02-12 |
| Generic drawer component | Feature | 2025-02-13 |
| Generic drawer component | Feature | 2025-02-13 |
| Merge pull request #119 from iota-uz/sdk-114 | Merge | 2025-02-13 |
| Merge pull request #119 from iota-uz/sdk-114 | Merge | 2025-02-13 |
| Users page filters | Bug Fix | 2025-02-13 |
| Users page filters | Bug Fix | 2025-02-13 |
| Running server with right environment and right step | Bug Fix | 2025-02-13 |
| Running server with right environment and right step | Bug Fix | 2025-02-13 |
| Increase the timeouts of cypress | Bug Fix | 2025-02-13 |
| Increase the timeouts of cypress | Bug Fix | 2025-02-13 |
| Use drawer for new client form | Feature | 2025-02-13 |
| Use drawer for new client form | Feature | 2025-02-13 |
| Add recording to Cypress Cloud | Bug Fix | 2025-02-13 |
| Add recording to Cypress Cloud | Bug Fix | 2025-02-13 |
| Cypress add preserving the session | Bug Fix | 2025-02-13 |
| Cypress add preserving the session | Bug Fix | 2025-02-13 |
| Adjust backend env variables | Bug Fix | 2025-02-13 |
| Adjust backend env variables | Bug Fix | 2025-02-13 |
| Wait for role list to appear | Bug Fix | 2025-02-13 |
| Wait for role list to appear | Bug Fix | 2025-02-13 |
| Edit drawer | Feature | 2025-02-13 |
| Edit drawer | Feature | 2025-02-13 |
| Use blacksmith runners | Feature | 2025-02-13 |
| Use blacksmith runners | Feature | 2025-02-13 |
| Client drawer | Feature | 2025-02-13 |
| Client drawer | Feature | 2025-02-13 |
| New composables && improved performance | Feature | 2025-02-14 |
| New composables && improved performance | Feature | 2025-02-14 |
| Ui/ux improvements | Bug Fix | 2025-02-14 |
| Ui/ux improvements | Bug Fix | 2025-02-14 |
| Disable redundant ResizeObserver loop | Bug Fix | 2025-02-14 |
| Disable redundant ResizeObserver loop | Bug Fix | 2025-02-14 |
| Merge pull request #117 from iota-uz/sdk-106 | Merge | 2025-02-14 |
| Merge pull request #117 from iota-uz/sdk-106 | Merge | 2025-02-14 |
| Click on visible /users/new button | Bug Fix | 2025-02-14 |
| Click on visible /users/new button | Bug Fix | 2025-02-14 |
| Edit form inside modal | Feature | 2025-02-14 |
| Edit form inside modal | Feature | 2025-02-14 |
| CI project ID to github secrets | Bug Fix | 2025-02-14 |
| CI project ID to github secrets | Bug Fix | 2025-02-14 |
| Cancel button | Feature | 2025-02-14 |
| Cancel button | Feature | 2025-02-14 |
| Ui/ux | Bug Fix | 2025-02-14 |
| Ui/ux | Bug Fix | 2025-02-14 |
| Merge staging | Merge | 2025-02-14 |
| Merge staging | Merge | 2025-02-14 |
| Remove edit.templ | Bug Fix | 2025-02-14 |
| Remove edit.templ | Bug Fix | 2025-02-14 |
| Chat styling | Feature | 2025-02-14 |
| Chat styling | Feature | 2025-02-14 |
| Wip: chat wrapper in web components | Feature | 2025-02-15 |
| Wip: chat wrapper in web components | Feature | 2025-02-15 |
| Dead code | Bug Fix | 2025-02-15 |
| Dead code | Bug Fix | 2025-02-15 |
| Implement collector and change detection | Feature | 2025-02-15 |
| Implement collector and change detection | Feature | 2025-02-15 |
| Remove unused migration commands | Refactor | 2025-02-15 |
| Remove unused migration commands | Refactor | 2025-02-15 |
| Enhance logging and configuration for schema analysis | Refactor | 2025-02-15 |
| Enhance logging and configuration for schema analysis | Refactor | 2025-02-15 |
| Add log level configuration for schema components | Feature | 2025-02-15 |
| Add log level configuration for schema components | Feature | 2025-02-15 |
| Improve ALTER COLUMN type parsing | Feature | 2025-02-15 |
| Improve ALTER COLUMN type parsing | Feature | 2025-02-15 |
| Localization && configuration page | Feature | 2025-02-16 |
| Localization && configuration page | Feature | 2025-02-16 |
| Staging deploy configuration | Feature | 2025-02-16 |
| Staging deploy configuration | Feature | 2025-02-16 |
| Db hostname | Bug Fix | 2025-02-16 |
| Db hostname | Bug Fix | 2025-02-16 |
| Enable button on text input | Feature | 2025-02-16 |
| Enable button on text input | Feature | 2025-02-16 |
| Missing translations for orders | Bug Fix | 2025-02-16 |
| Missing translations for orders | Bug Fix | 2025-02-16 |
| Update README.MD | Feature | 2025-02-16 |
| Update README.MD | Feature | 2025-02-16 |
| Multi arch docker builds | Feature | 2025-02-16 |
| Multi arch docker builds | Feature | 2025-02-16 |
| Use the latest docker compose files naming convention | Chore | 2025-02-16 |
| Use the latest docker compose files naming convention | Chore | 2025-02-16 |
| Reaply migrations on sql file changes | Feature | 2025-02-16 |
| Reaply migrations on sql file changes | Feature | 2025-02-16 |
| Standardize logging | Refactor | 2025-02-16 |
| Standardize logging | Refactor | 2025-02-16 |
| Minor tweaks to logging output | Feature | 2025-02-16 |
| Minor tweaks to logging output | Feature | 2025-02-16 |
| Standardize target defs for collector | Feature | 2025-02-16 |
| Standardize target defs for collector | Feature | 2025-02-16 |
| Cleanup phony targets | Bug Fix | 2025-02-16 |
| Cleanup phony targets | Bug Fix | 2025-02-16 |
| Consolidate AST node type definitions | Refactor | 2025-02-16 |
| Consolidate AST node type definitions | Refactor | 2025-02-16 |
| Add test coverage for schema components | Feature | 2025-02-16 |
| Add test coverage for schema components | Feature | 2025-02-16 |
| Add testify for improved testing support | Feature | 2025-02-16 |
| Add testify for improved testing support | Feature | 2025-02-16 |
| Split dockerfile into production & test files | Bug Fix | 2025-02-17 |
| Split dockerfile into production & test files | Bug Fix | 2025-02-17 |
| No duplicate generation steps | Bug Fix | 2025-02-17 |
| No duplicate generation steps | Bug Fix | 2025-02-17 |
| Remove deploy.yml | Bug Fix | 2025-02-17 |
| Remove deploy.yml | Bug Fix | 2025-02-17 |
| New orders button z-index | Bug Fix | 2025-02-17 |
| New orders button z-index | Bug Fix | 2025-02-17 |
| Temporarily use migrate redo | Bug Fix | 2025-02-17 |
| Temporarily use migrate redo | Bug Fix | 2025-02-17 |
| Merge pull request #132 from iota-uz/sdk-128 | Merge | 2025-02-17 |
| Merge pull request #132 from iota-uz/sdk-128 | Merge | 2025-02-17 |
| Update README.MD | Feature | 2025-02-17 |
| Update README.MD | Feature | 2025-02-17 |
| Remove unsued compose file | Chore | 2025-02-17 |
| Remove unsued compose file | Chore | 2025-02-17 |
| Tab seeding | Bug Fix | 2025-02-17 |
| Tab seeding | Bug Fix | 2025-02-17 |
| Update README.MD | Feature | 2025-02-17 |
| Update README.MD | Feature | 2025-02-17 |
| Merge pull request #134 from iota-uz/diyor28-patch-1 | Merge | 2025-02-17 |
| Merge pull request #134 from iota-uz/diyor28-patch-1 | Merge | 2025-02-17 |
| Cookie same site policy | Bug Fix | 2025-02-17 |
| Cookie same site policy | Bug Fix | 2025-02-17 |
| Remove nil validation | Bug Fix | 2025-02-17 |
| Remove nil validation | Bug Fix | 2025-02-17 |
| Add support for database indexes | Feature | 2025-02-17 |
| Add support for database indexes | Feature | 2025-02-17 |
| Add database index test cases | Feature | 2025-02-17 |
| Add database index test cases | Feature | 2025-02-17 |
| Log warning when no matching subscribers for an event | Bug Fix | 2025-02-18 |
| Log warning when no matching subscribers for an event | Bug Fix | 2025-02-18 |
| Update README.MD | Feature | 2025-02-18 |
| Update README.MD | Feature | 2025-02-18 |
| Merge pull request #136 from iota-uz/diyor28-patch-1 | Merge | 2025-02-18 |
| Merge pull request #136 from iota-uz/diyor28-patch-1 | Merge | 2025-02-18 |
| Merge pull request #131 from twinguy/main | Merge | 2025-02-18 |
| Merge pull request #131 from twinguy/main | Merge | 2025-02-18 |
| Merge pull request #137 from iota-uz/sabokhat1-patch-1 | Merge | 2025-02-18 |
| Merge pull request #137 from iota-uz/sabokhat1-patch-1 | Merge | 2025-02-18 |
| Locales | Bug Fix | 2025-02-18 |
| Locales | Bug Fix | 2025-02-18 |
| Email not being attached to edit payload | Bug Fix | 2025-02-18 |
| Email not being attached to edit payload | Bug Fix | 2025-02-18 |
| Email not being attached to edit payload | Bug Fix | 2025-02-18 |
| Email not being attached to edit payload | Bug Fix | 2025-02-18 |
| Localization for logs | Bug Fix | 2025-02-18 |
| Localization for logs | Bug Fix | 2025-02-18 |
| Update CONTRIBUTING.MD | Feature | 2025-02-19 |
| Update CONTRIBUTING.MD | Feature | 2025-02-19 |
| Update CONTRIBUTING.MD | Feature | 2025-02-19 |
| Update CONTRIBUTING.MD | Feature | 2025-02-19 |
| Merge pull request #142 from iota-uz/sabokhat1-patch-1 | Merge | 2025-02-19 |
| Merge pull request #142 from iota-uz/sabokhat1-patch-1 | Merge | 2025-02-19 |
Use sync.OnceValue for initializing a configuration signleton | Refactor | 2025-02-20 |
Use sync.OnceValue for initializing a configuration signleton | Refactor | 2025-02-20 |
| Add configuration finalizers and break down configuration options | Refactor | 2025-02-20 |
| Add configuration finalizers and break down configuration options | Refactor | 2025-02-20 |
| Logging of adderss on server start | Feature | 2025-02-20 |
| Logging of adderss on server start | Feature | 2025-02-20 |
| Implement central db migrations approach | Refactor | 2025-02-20 |
| Implement central db migrations approach | Refactor | 2025-02-20 |
| Enhance table dependency resolution and parsing | Feature | 2025-02-20 |
| Enhance table dependency resolution and parsing | Feature | 2025-02-20 |
| Merge pull request #135 from iota-uz/sdk-127 | Merge | 2025-02-21 |
| Merge pull request #135 from iota-uz/sdk-127 | Merge | 2025-02-21 |
| Interface | Refactor | 2025-02-21 |
| Interface | Refactor | 2025-02-21 |
| Editing a user | Feature | 2025-02-21 |
| Editing a user | Feature | 2025-02-21 |
| New methods to uploads | Feature | 2025-02-21 |
| New methods to uploads | Feature | 2025-02-21 |
| Failing tests | Bug Fix | 2025-02-21 |
| Failing tests | Bug Fix | 2025-02-21 |
| Charting components | Feature | 2025-02-21 |
| Charting components | Feature | 2025-02-21 |
| Rename LineChart -> Chart | Refactor | 2025-02-21 |
| Rename LineChart -> Chart | Refactor | 2025-02-21 |
| Seeding | Bug Fix | 2025-02-21 |
| Seeding | Bug Fix | 2025-02-21 |
| Remove dead code | Refactor | 2025-02-22 |
| Remove dead code | Refactor | 2025-02-22 |
| Better dark theme support | Feature | 2025-02-22 |
| Better dark theme support | Feature | 2025-02-22 |
| Separate hrm code into a separate module | Refactor | 2025-02-22 |
| Separate hrm code into a separate module | Refactor | 2025-02-22 |
| Separate seeding from modules | Refactor | 2025-02-22 |
| Separate seeding from modules | Refactor | 2025-02-22 |
| Move employees to hrm | Refactor | 2025-02-22 |
| Move employees to hrm | Refactor | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| More ergonic migrate commands | Feature | 2025-02-22 |
| More ergonic migrate commands | Feature | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Failing ci checks | Bug Fix | 2025-02-22 |
| Remove unused code | Chore | 2025-02-22 |
| Remove unused code | Chore | 2025-02-22 |
| Statefull client drawer | Feature | 2025-02-23 |
| Statefull client drawer | Feature | 2025-02-23 |
| Tab contents not stretching to drawer height | Bug Fix | 2025-02-23 |
| Tab contents not stretching to drawer height | Bug Fix | 2025-02-23 |
| Restore module registration logic | Bug Fix | 2025-02-23 |
| Restore module registration logic | Bug Fix | 2025-02-23 |
| Add support for drop table | Feature | 2025-02-23 |
| Add support for drop table | Feature | 2025-02-23 |
| Merge changes from upstream updates | Bug Fix | 2025-02-23 |
| Merge changes from upstream updates | Bug Fix | 2025-02-23 |
| Revert migration collection to use filesystem abstraction | Refactor | 2025-02-23 |
| Revert migration collection to use filesystem abstraction | Refactor | 2025-02-23 |
| Allow to modify graphql executor | Feature | 2025-02-24 |
| Allow to modify graphql executor | Feature | 2025-02-24 |
| Merge pull request #149 from iota-uz/modify_executor | Merge | 2025-02-24 |
| Merge pull request #149 from iota-uz/modify_executor | Merge | 2025-02-24 |
| Merge pull request #144 from twinguy/main | Merge | 2025-02-24 |
| Merge pull request #144 from twinguy/main | Merge | 2025-02-24 |
| Add: resetting and seeding database for individual tests | Feature | 2025-02-24 |
| Add: resetting and seeding database for individual tests | Feature | 2025-02-24 |
| Call ExecutorCb on base server | Feature | 2025-02-24 |
| Call ExecutorCb on base server | Feature | 2025-02-24 |
| Core module cut employee controller | Bug Fix | 2025-02-24 |
| Core module cut employee controller | Bug Fix | 2025-02-24 |
| Delete user modal button texts | Bug Fix | 2025-02-24 |
| Delete user modal button texts | Bug Fix | 2025-02-24 |
| User create and update Middle name | Bug Fix | 2025-02-24 |
| User create and update Middle name | Bug Fix | 2025-02-24 |
| Default logger initialization in collector and diff generator | Bug Fix | 2025-02-24 |
| Default logger initialization in collector and diff generator | Bug Fix | 2025-02-24 |
| Add column rename detection and drop table syntax | Feature | 2025-02-24 |
| Add column rename detection and drop table syntax | Feature | 2025-02-24 |
| Merge pull request #153 from twinguy/main | Merge | 2025-02-25 |
| Merge pull request #153 from twinguy/main | Merge | 2025-02-25 |
| Merge pull request #151 from iota-uz/sdk-146 | Merge | 2025-02-25 |
| Merge pull request #151 from iota-uz/sdk-146 | Merge | 2025-02-25 |
| Update README.MD | Feature | 2025-02-25 |
| Update README.MD | Feature | 2025-02-25 |
| Merge pull request #154 from iota-uz/diyor28-patch-1 | Merge | 2025-02-25 |
| Merge pull request #154 from iota-uz/diyor28-patch-1 | Merge | 2025-02-25 |
| Wip: uplods graphql resolver | Feature | 2025-02-25 |
| Wip: uplods graphql resolver | Feature | 2025-02-25 |
| Graphql resolver for uploads | Feature | 2025-02-25 |
| Graphql resolver for uploads | Feature | 2025-02-25 |
| Sync changes of generator.go with latest changes | Bug Fix | 2025-02-25 |
| Sync changes of generator.go with latest changes | Bug Fix | 2025-02-25 |
| Edit.templ output | Bug Fix | 2025-02-25 |
| Edit.templ output | Bug Fix | 2025-02-25 |
| Revert: Makefile localdb command changes | Feature | 2025-02-25 |
| Revert: Makefile localdb command changes | Feature | 2025-02-25 |
| Merge pull request #156 from iota-uz/sdk-155 | Merge | 2025-02-25 |
| Merge pull request #156 from iota-uz/sdk-155 | Merge | 2025-02-25 |
| Tests | Bug Fix | 2025-02-25 |
| Tests | Bug Fix | 2025-02-25 |
| Merge pull request #147 from iota-uz/sdk-139 | Merge | 2025-02-25 |
| Merge pull request #147 from iota-uz/sdk-139 | Merge | 2025-02-25 |
| Failing tests | Bug Fix | 2025-02-25 |
| Failing tests | Bug Fix | 2025-02-25 |
| Account update changing the password | Bug Fix | 2025-02-25 |
| Account update changing the password | Bug Fix | 2025-02-25 |
| Merge pull request #157 from iota-uz/sdk-140 | Merge | 2025-02-25 |
| Merge pull request #157 from iota-uz/sdk-140 | Merge | 2025-02-25 |
| Update(e2e): include middle name update too | Feature | 2025-02-25 |
| Update(e2e): include middle name update too | Feature | 2025-02-25 |
| Merge pull request #152 from iota-uz/sdk-145 | Merge | 2025-02-25 |
| Merge pull request #152 from iota-uz/sdk-145 | Merge | 2025-02-25 |
| Fix import cycles by creating common package | Refactor | 2025-02-26 |
| Fix import cycles by creating common package | Refactor | 2025-02-26 |
| Add i18n to client drawer component | Feature | 2025-02-26 |
| Add i18n to client drawer component | Feature | 2025-02-26 |
| Add generated files | Feature | 2025-02-26 |
| Add generated files | Feature | 2025-02-26 |
| Migration collection | Bug Fix | 2025-02-26 |
| Migration collection | Bug Fix | 2025-02-26 |
| Add ‘Edit’ translation key in English and Uzbek | Feature | 2025-02-26 |
| Add ‘Edit’ translation key in English and Uzbek | Feature | 2025-02-26 |
| Add: sensible defaults to e2e db config and document it | Feature | 2025-02-26 |
| Add: sensible defaults to e2e db config and document it | Feature | 2025-02-26 |
| Merge pull request #158 from iota-uz/sdk-e2e-default-db-vars | Merge | 2025-02-26 |
| Merge pull request #158 from iota-uz/sdk-e2e-default-db-vars | Merge | 2025-02-26 |
| Use Migrations().RunMigrations instead of direct method call | Bug Fix | 2025-02-26 |
| Use Migrations().RunMigrations instead of direct method call | Bug Fix | 2025-02-26 |
| Schema changes detection | Bug Fix | 2025-02-26 |
| Schema changes detection | Bug Fix | 2025-02-26 |
| Stack trace on panic | Bug Fix | 2025-02-26 |
| Stack trace on panic | Bug Fix | 2025-02-26 |
Add: SortBy for core modules | Feature | 2025-02-26 |
Add: SortBy for core modules | Feature | 2025-02-26 |
| Currencies module select query | Bug Fix | 2025-02-27 |
| Currencies module select query | Bug Fix | 2025-02-27 |
| Merge pull request #160 from iota-uz/sdk-113-1 | Merge | 2025-02-27 |
| Merge pull request #160 from iota-uz/sdk-113-1 | Merge | 2025-02-27 |
| Migration collection && generation logic | Refactor | 2025-02-27 |
| Migration collection && generation logic | Refactor | 2025-02-27 |
| Remove dead code | Bug Fix | 2025-02-27 |
| Remove dead code | Bug Fix | 2025-02-27 |
| Migrations working as expected | Feature | 2025-02-28 |
| Migrations working as expected | Feature | 2025-02-28 |
| Go vet issues | Bug Fix | 2025-02-28 |
| Go vet issues | Bug Fix | 2025-02-28 |
| Tests | Bug Fix | 2025-02-28 |
| Tests | Bug Fix | 2025-02-28 |
| Generated sql | Bug Fix | 2025-02-28 |
| Generated sql | Bug Fix | 2025-02-28 |
| Self references | Bug Fix | 2025-02-28 |
| Self references | Bug Fix | 2025-02-28 |
| Indexes not working | Bug Fix | 2025-02-28 |
| Indexes not working | Bug Fix | 2025-02-28 |
January 2025
| Change | Type | Date |
|---|---|---|
| Payment create/edit/delete working properly | Feature | 2025-01-01 |
| Payment create/edit/delete working properly | Feature | 2025-01-01 |
| Transaction value objects | Bug Fix | 2025-01-01 |
| Transaction value objects | Bug Fix | 2025-01-01 |
| Expense_categories labels | Bug Fix | 2025-01-01 |
| Expense_categories labels | Bug Fix | 2025-01-01 |
| User_repository rewrite using pools | Feature | 2025-01-01 |
| User_repository rewrite using pools | Feature | 2025-01-01 |
| Cleanup dead code | Chore | 2025-01-01 |
| Cleanup dead code | Chore | 2025-01-01 |
| Tax, email & country domain | Feature | 2025-01-02 |
| Tax, email & country domain | Feature | 2025-01-02 |
| Employee_repository && mappers working | Feature | 2025-01-02 |
| Employee_repository && mappers working | Feature | 2025-01-02 |
| Middleware && air config | Bug Fix | 2025-01-02 |
| Middleware && air config | Bug Fix | 2025-01-02 |
| All linting issues | Bug Fix | 2025-01-02 |
| All linting issues | Bug Fix | 2025-01-02 |
| Fix templ version | Bug Fix | 2025-01-02 |
| Fix templ version | Bug Fix | 2025-01-02 |
| Linting errors && refactoring | Bug Fix | 2025-01-03 |
| Linting errors && refactoring | Bug Fix | 2025-01-03 |
| Position_repository.go load queries from sql files | Bug Fix | 2025-01-03 |
| Position_repository.go load queries from sql files | Bug Fix | 2025-01-03 |
| Go vet | Bug Fix | 2025-01-03 |
| Go vet | Bug Fix | 2025-01-03 |
| Position_service_test.go | Bug Fix | 2025-01-03 |
| Position_service_test.go | Bug Fix | 2025-01-03 |
| Update README.MD | Feature | 2025-01-03 |
| Update README.MD | Feature | 2025-01-03 |
| Merge pull request #45 from alisherKhadimetov/stage | Merge | 2025-01-03 |
| Merge pull request #45 from alisherKhadimetov/stage | Merge | 2025-01-03 |
| Role, permission repo fixes, fix user seed | Feature | 2025-01-04 |
| Role, permission repo fixes, fix user seed | Feature | 2025-01-04 |
| Merge pull request #46 from iota-uz/role-permission-minor-fixes | Merge | 2025-01-04 |
| Merge pull request #46 from iota-uz/role-permission-minor-fixes | Merge | 2025-01-04 |
| User avatar | Feature | 2025-01-04 |
| User avatar | Feature | 2025-01-04 |
| Don’t log fatal on rollback error | Feature | 2025-01-05 |
| Don’t log fatal on rollback error | Feature | 2025-01-05 |
| Merge pull request #47 from iota-uz/IS-69 | Merge | 2025-01-05 |
| Merge pull request #47 from iota-uz/IS-69 | Merge | 2025-01-05 |
| Use the correct param number in userUpdateLastLoginQuery | Bug Fix | 2025-01-05 |
| Use the correct param number in userUpdateLastLoginQuery | Bug Fix | 2025-01-05 |
| Merge pull request #48 from abdelmounim-dev/main | Merge | 2025-01-05 |
| Merge pull request #48 from abdelmounim-dev/main | Merge | 2025-01-05 |
| Wip: roles refactoring | Feature | 2025-01-05 |
| Wip: roles refactoring | Feature | 2025-01-05 |
| Hotfix: tab save | Feature | 2025-01-05 |
| Hotfix: tab save | Feature | 2025-01-05 |
| Hotfix: hash user password on update | Feature | 2025-01-06 |
| Hotfix: hash user password on update | Feature | 2025-01-06 |
| Added unnecessary comment | Feature | 2025-01-06 |
| Added unnecessary comment | Feature | 2025-01-06 |
| Returned everything as it was | Bug Fix | 2025-01-06 |
| Returned everything as it was | Bug Fix | 2025-01-06 |
| Distinct delete & update methods | Cleanup | 2025-01-06 |
| Distinct delete & update methods | Cleanup | 2025-01-06 |
Cleanup whitespace in README.md | Chore | 2025-01-06 |
Cleanup whitespace in README.md | Chore | 2025-01-06 |
| Update LICENSE | Feature | 2025-01-06 |
| Update LICENSE | Feature | 2025-01-06 |
| Update README.MD | Feature | 2025-01-06 |
| Update README.MD | Feature | 2025-01-06 |
| Merge pull request #52 from iota-uz/sabokhat1-patch-3 | Merge | 2025-01-06 |
| Merge pull request #52 from iota-uz/sabokhat1-patch-3 | Merge | 2025-01-06 |
| Merge pull request #50 from iota-uz/sabokhat1-patch-1 | Merge | 2025-01-06 |
| Merge pull request #50 from iota-uz/sabokhat1-patch-1 | Merge | 2025-01-06 |
| Update README.MD | Feature | 2025-01-06 |
| Update README.MD | Feature | 2025-01-06 |
| Merge pull request #53 from iota-uz/sabokhat1-patch-1 | Merge | 2025-01-06 |
| Merge pull request #53 from iota-uz/sabokhat1-patch-1 | Merge | 2025-01-06 |
| Role_repository.go mapping | Bug Fix | 2025-01-06 |
| Role_repository.go mapping | Bug Fix | 2025-01-06 |
| Product_repository.go | Bug Fix | 2025-01-06 |
| Product_repository.go | Bug Fix | 2025-01-06 |
| Position_repository.go | Bug Fix | 2025-01-06 |
| Position_repository.go | Bug Fix | 2025-01-06 |
| Positions/new route | Bug Fix | 2025-01-07 |
| Positions/new route | Bug Fix | 2025-01-07 |
| Use object-cover for avatars | Bug Fix | 2025-01-07 |
| Use object-cover for avatars | Bug Fix | 2025-01-07 |
| Tests && refactoring | Bug Fix | 2025-01-08 |
| Tests && refactoring | Bug Fix | 2025-01-08 |
| Remove ID from permission.FindParams | Chore | 2025-01-08 |
| Remove ID from permission.FindParams | Chore | 2025-01-08 |
| Add tests back in the pipeline | Bug Fix | 2025-01-08 |
| Add tests back in the pipeline | Bug Fix | 2025-01-08 |
| Fix typo | Chore | 2025-01-08 |
| Fix typo | Chore | 2025-01-08 |
| Use github actions directly, instead of docker | Chore | 2025-01-08 |
| Use github actions directly, instead of docker | Chore | 2025-01-08 |
| Add specific tool versions | Docs | 2025-01-08 |
| Add specific tool versions | Docs | 2025-01-08 |
| Freeze templ version | Chore | 2025-01-08 |
| Freeze templ version | Chore | 2025-01-08 |
| Add postgres service | Chore | 2025-01-08 |
| Add postgres service | Chore | 2025-01-08 |
| Fix postgres host | Chore | 2025-01-08 |
| Fix postgres host | Chore | 2025-01-08 |
| Test makefile commands | Chore | 2025-01-08 |
| Test makefile commands | Chore | 2025-01-08 |
| Generated files | Bug Fix | 2025-01-08 |
| Generated files | Bug Fix | 2025-01-08 |
| Caching && separate steps | Chore | 2025-01-08 |
| Caching && separate steps | Chore | 2025-01-08 |
| Seed command | Bug Fix | 2025-01-08 |
| Seed command | Bug Fix | 2025-01-08 |
| Add tailwind installation | Chore | 2025-01-08 |
| Add tailwind installation | Chore | 2025-01-08 |
| Create coverage directory | Chore | 2025-01-08 |
| Create coverage directory | Chore | 2025-01-08 |
| Run simple tests | Test | 2025-01-08 |
| Run simple tests | Test | 2025-01-08 |
| Fix a few failing tests | Test | 2025-01-08 |
| Fix a few failing tests | Test | 2025-01-08 |
| Fix a few failing tests | Test | 2025-01-08 |
| Fix a few failing tests | Test | 2025-01-08 |
| Order_repository.go | Bug Fix | 2025-01-08 |
| Order_repository.go | Bug Fix | 2025-01-08 |
| Use fs.WalkDir to provide os agnostic file scans | Bug Fix | 2025-01-08 |
| Use fs.WalkDir to provide os agnostic file scans | Bug Fix | 2025-01-08 |
| Merge pull request #61 from twinguy/main | Merge | 2025-01-09 |
| Merge pull request #61 from twinguy/main | Merge | 2025-01-09 |
| Tests: fix order && position tests | Test | 2025-01-09 |
| Tests: fix order && position tests | Test | 2025-01-09 |
| Tests passing | Bug Fix | 2025-01-09 |
| Tests passing | Bug Fix | 2025-01-09 |
| Change job name | Chore | 2025-01-09 |
| Change job name | Chore | 2025-01-09 |
| New login page (WIP) | Feature | 2025-01-10 |
| New login page (WIP) | Feature | 2025-01-10 |
| Tests: refactoring | Test | 2025-01-10 |
| Tests: refactoring | Test | 2025-01-10 |
| Duplicate imports | Bug Fix | 2025-01-10 |
| Duplicate imports | Bug Fix | 2025-01-10 |
| Tests: working | Test | 2025-01-10 |
| Tests: working | Test | 2025-01-10 |
| Bump up actions version | Chore | 2025-01-10 |
| Bump up actions version | Chore | 2025-01-10 |
| Disable caching | Chore | 2025-01-10 |
| Disable caching | Chore | 2025-01-10 |
| Merge pull request #70 from iota-uz/roles_refactoring | Merge | 2025-01-10 |
| Merge pull request #70 from iota-uz/roles_refactoring | Merge | 2025-01-10 |
| Seeding | Bug Fix | 2025-01-10 |
| Seeding | Bug Fix | 2025-01-10 |
| Merge pull request #49 from iota-uz/IS-68 | Merge | 2025-01-10 |
| Merge pull request #49 from iota-uz/IS-68 | Merge | 2025-01-10 |
| Tests: run in parallel | Test | 2025-01-10 |
| Tests: run in parallel | Test | 2025-01-10 |
| New make targets and updated Dockerfile w/base image | Refactor | 2025-01-10 |
| New make targets and updated Dockerfile w/base image | Refactor | 2025-01-10 |
| Expense_category as interface && new tests | Refactor | 2025-01-11 |
| Expense_category as interface && new tests | Refactor | 2025-01-11 |
| Improved insert performance | Feature | 2025-01-11 |
| Improved insert performance | Feature | 2025-01-11 |
| User && role seeding | Bug Fix | 2025-01-11 |
| User && role seeding | Bug Fix | 2025-01-11 |
| User repository | Bug Fix | 2025-01-11 |
| User repository | Bug Fix | 2025-01-11 |
| User_repository.go | Bug Fix | 2025-01-11 |
| User_repository.go | Bug Fix | 2025-01-11 |
| Merge pull request #74 from iota-uz/demo_mode | Merge | 2025-01-11 |
| Merge pull request #74 from iota-uz/demo_mode | Merge | 2025-01-11 |
| Test that seed command is idempotent | Feature | 2025-01-11 |
| Test that seed command is idempotent | Feature | 2025-01-11 |
| Demo_mode env flag | Bug Fix | 2025-01-11 |
| Demo_mode env flag | Bug Fix | 2025-01-11 |
| Remove demo mode | Bug Fix | 2025-01-11 |
| Remove demo mode | Bug Fix | 2025-01-11 |
| User_repository.go funky loading of joined records | Bug Fix | 2025-01-11 |
| User_repository.go funky loading of joined records | Bug Fix | 2025-01-11 |
| Tests | Bug Fix | 2025-01-11 |
| Tests | Bug Fix | 2025-01-11 |
| Optimize updateUserRoles | Feature | 2025-01-11 |
| Optimize updateUserRoles | Feature | 2025-01-11 |
| Prealloc | Bug Fix | 2025-01-11 |
| Prealloc | Bug Fix | 2025-01-11 |
| Prealloc | Bug Fix | 2025-01-11 |
| Prealloc | Bug Fix | 2025-01-11 |
| Role loading | Refactor | 2025-01-11 |
| Role loading | Refactor | 2025-01-11 |
| Users as an interface | Refactor | 2025-01-11 |
| Users as an interface | Refactor | 2025-01-11 |
| Email && ip validation using no regex | Refactor | 2025-01-11 |
| Email && ip validation using no regex | Refactor | 2025-01-11 |
| Remove .env file from docker image | Bug Fix | 2025-01-11 |
| Remove .env file from docker image | Bug Fix | 2025-01-11 |
| Multi select for roles | Feature | 2025-01-12 |
| Multi select for roles | Feature | 2025-01-12 |
| Account upload form | Bug Fix | 2025-01-12 |
| Account upload form | Bug Fix | 2025-01-12 |
| User/edit form | Bug Fix | 2025-01-12 |
| User/edit form | Bug Fix | 2025-01-12 |
| Merge pull request #73 from twinguy/main | Merge | 2025-01-12 |
| Merge pull request #73 from twinguy/main | Merge | 2025-01-12 |
| Avatar handling | Bug Fix | 2025-01-12 |
| Avatar handling | Bug Fix | 2025-01-12 |
| User ui reworked according to figma | Feature | 2025-01-12 |
| User ui reworked according to figma | Feature | 2025-01-12 |
| New columns in users table | Feature | 2025-01-12 |
| New columns in users table | Feature | 2025-01-12 |
| Switch component | Feature | 2025-01-12 |
| Switch component | Feature | 2025-01-12 |
| Roles table && new role layout | Feature | 2025-01-12 |
| Roles table && new role layout | Feature | 2025-01-12 |
| Permission groups | Feature | 2025-01-12 |
| Permission groups | Feature | 2025-01-12 |
| Rework permission handling && fix permission population in role_repository.go | Bug Fix | 2025-01-12 |
| Rework permission handling && fix permission population in role_repository.go | Bug Fix | 2025-01-12 |
| Role management | Feature | 2025-01-12 |
| Role management | Feature | 2025-01-12 |
| Merge pull request #81 from iota-uz/staging | Merge | 2025-01-12 |
| Merge pull request #81 from iota-uz/staging | Merge | 2025-01-12 |
| Saving of account page | Bug Fix | 2025-01-12 |
| Saving of account page | Bug Fix | 2025-01-12 |
| Minor inventory sql query fix | Feature | 2025-01-13 |
| Minor inventory sql query fix | Feature | 2025-01-13 |
| WIP | Feature | 2025-01-13 |
| WIP | Feature | 2025-01-13 |
| WIP | Feature | 2025-01-13 |
| WIP | Feature | 2025-01-13 |
| Wip: bichat | Feature | 2025-01-13 |
| Wip: bichat | Feature | 2025-01-13 |
| Main | Merge | 2025-01-13 |
| Main | Merge | 2025-01-13 |
| Merge pull request #87 from iota-uz/staging | Merge | 2025-01-13 |
| Merge pull request #87 from iota-uz/staging | Merge | 2025-01-13 |
| Freeze new/edit role footer at the bottom of the screen | Bug Fix | 2025-01-13 |
| Freeze new/edit role footer at the bottom of the screen | Bug Fix | 2025-01-13 |
| Event -> eventbus | Refactor | 2025-01-13 |
| Event -> eventbus | Refactor | 2025-01-13 |
| Dialogue domain | Feature | 2025-01-14 |
| Dialogue domain | Feature | 2025-01-14 |
| Go vet | Bug Fix | 2025-01-14 |
| Go vet | Bug Fix | 2025-01-14 |
| Decrease cookie expiration time | Feature | 2025-01-14 |
| Decrease cookie expiration time | Feature | 2025-01-14 |
| Add a link to sdk-demo | Feature | 2025-01-14 |
| Add a link to sdk-demo | Feature | 2025-01-14 |
| Added google auth | Feature | 2025-01-14 |
| Added google auth | Feature | 2025-01-14 |
| Minor fixes | Feature | 2025-01-14 |
| Minor fixes | Feature | 2025-01-14 |
| Google icon | Feature | 2025-01-14 |
| Google icon | Feature | 2025-01-14 |
| Remove params handling from user repo | Cleanup | 2025-01-14 |
| Remove params handling from user repo | Cleanup | 2025-01-14 |
| Custom json linter | Feature | 2025-01-14 |
| Custom json linter | Feature | 2025-01-14 |
| Test modules exclusion | Chore | 2025-01-14 |
| Test modules exclusion | Chore | 2025-01-14 |
| Custom json linter | Feature | 2025-01-14 |
| Custom json linter | Feature | 2025-01-14 |
| Add docs for linter usage | Docs | 2025-01-14 |
| Add docs for linter usage | Docs | 2025-01-14 |
| Generate google icon templ | Feature | 2025-01-15 |
| Generate google icon templ | Feature | 2025-01-15 |
| Merge pull request #90 from iota-uz/new-login-page | Merge | 2025-01-15 |
| Merge pull request #90 from iota-uz/new-login-page | Merge | 2025-01-15 |
| Merge pull request #91 from twinguy/main | Merge | 2025-01-15 |
| Merge pull request #91 from twinguy/main | Merge | 2025-01-15 |
| Updated icons to use github.com/iota-uz/icons | Feature | 2025-01-20 |
| Updated icons to use github.com/iota-uz/icons | Feature | 2025-01-20 |
| Remove icons | Cleanup | 2025-01-20 |
| Remove icons | Cleanup | 2025-01-20 |
| Regenerate files with new templ version and change templ version in docs | Bug Fix | 2025-01-25 |
| Regenerate files with new templ version and change templ version in docs | Bug Fix | 2025-01-25 |
| Tailwindcss version | Bug Fix | 2025-01-25 |
| Tailwindcss version | Bug Fix | 2025-01-25 |
| Tailwindcss version | Bug Fix | 2025-01-25 |
| Tailwindcss version | Bug Fix | 2025-01-25 |
| Merge pull request #96 from iota-uz/chore/icons | Merge | 2025-01-25 |
| Merge pull request #96 from iota-uz/chore/icons | Merge | 2025-01-25 |
| Staging | Merge | 2025-01-25 |
| Staging | Merge | 2025-01-25 |
| Eliminate possibility of pageCtx being nil | Feature | 2025-01-25 |
| Eliminate possibility of pageCtx being nil | Feature | 2025-01-25 |
| Merge pull request #98 from iota-uz/nil-pointer | Merge | 2025-01-25 |
| Merge pull request #98 from iota-uz/nil-pointer | Merge | 2025-01-25 |
| Customizable migrate_command.go && seed_user | Feature | 2025-01-25 |
| Customizable migrate_command.go && seed_user | Feature | 2025-01-25 |
| Remove dead code | Bug Fix | 2025-01-25 |
| Remove dead code | Bug Fix | 2025-01-25 |
| Remove dead code | Bug Fix | 2025-01-25 |
| Remove dead code | Bug Fix | 2025-01-25 |
| Add localization values to resolve custom linter findings | Feature | 2025-01-25 |
| Add localization values to resolve custom linter findings | Feature | 2025-01-25 |
| Major refactoring | Refactor | 2025-01-26 |
| Major refactoring | Refactor | 2025-01-26 |
| Major refactoring | Refactor | 2025-01-26 |
| Major refactoring | Refactor | 2025-01-26 |
| Login page && sidebar | Bug Fix | 2025-01-26 |
| Login page && sidebar | Bug Fix | 2025-01-26 |
| Upgrade icons package, refactor employees form | Chore | 2025-01-26 |
| Upgrade icons package, refactor employees form | Chore | 2025-01-26 |
| Sign out button | Bug Fix | 2025-01-26 |
| Sign out button | Bug Fix | 2025-01-26 |
| Mobile sidebar | Feature | 2025-01-27 |
| Mobile sidebar | Feature | 2025-01-27 |
| Merge pull request #99 from twinguy/main | Merge | 2025-01-27 |
| Merge pull request #99 from twinguy/main | Merge | 2025-01-27 |
| PageCtx issues | Bug Fix | 2025-01-27 |
| PageCtx issues | Bug Fix | 2025-01-27 |
| Merge pull request #100 from iota-uz/mobile_sidebar | Merge | 2025-01-28 |
| Merge pull request #100 from iota-uz/mobile_sidebar | Merge | 2025-01-28 |
| Sidebar | Refactor | 2025-01-28 |
| Sidebar | Refactor | 2025-01-28 |
| Clients | Feature | 2025-01-30 |
| Clients | Feature | 2025-01-30 |
| Add clients | Feature | 2025-01-30 |
| Add clients | Feature | 2025-01-30 |
| Edit client page | Feature | 2025-01-30 |
| Edit client page | Feature | 2025-01-30 |
| Delete clients | Feature | 2025-01-30 |
| Delete clients | Feature | 2025-01-30 |
| Chat domain | Feature | 2025-01-30 |
| Chat domain | Feature | 2025-01-30 |
| Avatar component | Feature | 2025-01-30 |
| Avatar component | Feature | 2025-01-30 |
| Chats service && repository | Feature | 2025-01-31 |
| Chats service && repository | Feature | 2025-01-31 |
December 2024
| Change | Type | Date |
|---|---|---|
| Embed only templ files | Bug Fix | 2024-12-01 |
| Embed only templ files | Bug Fix | 2024-12-01 |
| Updated release pipeline | Bug Fix | 2024-12-01 |
| Updated release pipeline | Bug Fix | 2024-12-01 |
| Updated release pipeline | Bug Fix | 2024-12-01 |
| Updated release pipeline | Bug Fix | 2024-12-01 |
| Merge pull request #21 from iota-agency/IS-37 | Merge | 2024-12-01 |
| Merge pull request #21 from iota-agency/IS-37 | Merge | 2024-12-01 |
| .goreleaser config | Bug Fix | 2024-12-01 |
| .goreleaser config | Bug Fix | 2024-12-01 |
| Remove go releaser && add files to git before release | Bug Fix | 2024-12-01 |
| Remove go releaser && add files to git before release | Bug Fix | 2024-12-01 |
| Tailwind command && git add wildcard | Bug Fix | 2024-12-01 |
| Tailwind command && git add wildcard | Bug Fix | 2024-12-01 |
| Remove tailwind step from pipeline | Bug Fix | 2024-12-01 |
| Remove tailwind step from pipeline | Bug Fix | 2024-12-01 |
| Wildcard | Bug Fix | 2024-12-01 |
| Wildcard | Bug Fix | 2024-12-01 |
| Add git config in pipeline | Bug Fix | 2024-12-01 |
| Add git config in pipeline | Bug Fix | 2024-12-01 |
| Dynamic sidebar links | Feature | 2024-12-01 |
| Dynamic sidebar links | Feature | 2024-12-01 |
| Try .gitattributes for exporting _templ files | Bug Fix | 2024-12-01 |
| Try .gitattributes for exporting _templ files | Bug Fix | 2024-12-01 |
| Minor fixes | Feature | 2024-12-01 |
| Minor fixes | Feature | 2024-12-01 |
| Minor fixes | Feature | 2024-12-02 |
| Minor fixes | Feature | 2024-12-02 |
| Merge pull request #27 from iota-agency/IS-36 | Merge | 2024-12-02 |
| Merge pull request #27 from iota-agency/IS-36 | Merge | 2024-12-02 |
| Tailwind download url | Bug Fix | 2024-12-02 |
| Tailwind download url | Bug Fix | 2024-12-02 |
| Add generated assets | Feature | 2024-12-02 |
| Chevron down icon | Feature | 2024-12-02 |
| Chevron down icon | Feature | 2024-12-02 |
| Merge pull request #28 from iota-agency/IS-52 | Merge | 2024-12-02 |
| Merge pull request #28 from iota-agency/IS-52 | Merge | 2024-12-02 |
| Product && position repository | Bug Fix | 2024-12-03 |
| Product && position repository | Bug Fix | 2024-12-03 |
| Remove dashboard navlink from core | Bug Fix | 2024-12-03 |
| Remove dashboard navlink from core | Bug Fix | 2024-12-03 |
| Replace empty slice with nil slice declaration | Bug Fix | 2024-12-03 |
| Replace empty slice with nil slice declaration | Bug Fix | 2024-12-03 |
| Change modules.Load signature | Bug Fix | 2024-12-03 |
| Change modules.Load signature | Bug Fix | 2024-12-03 |
| New composables && refactoring | Bug Fix | 2024-12-03 |
| New composables && refactoring | Bug Fix | 2024-12-03 |
| Migrate command | Feature | 2024-12-03 |
| Migrate command | Feature | 2024-12-03 |
| New icons | Feature | 2024-12-04 |
| New icons | Feature | 2024-12-04 |
| Add generated assets | Feature | 2024-12-04 |
| Custom error for no migrations | Bug Fix | 2024-12-04 |
| Custom error for no migrations | Bug Fix | 2024-12-04 |
| Merge main | Merge | 2024-12-04 |
| Merge main | Merge | 2024-12-04 |
| Do not error on no migrations found | Bug Fix | 2024-12-04 |
| Do not error on no migrations found | Bug Fix | 2024-12-04 |
| ErrNoCommand message & collect command | Bug Fix | 2024-12-04 |
| ErrNoCommand message & collect command | Bug Fix | 2024-12-04 |
| Failing tests | Bug Fix | 2024-12-04 |
| Failing tests | Bug Fix | 2024-12-04 |
| IS-48 Run tests before release | Test | 2024-12-04 |
| IS-48 Run tests before release | Test | 2024-12-04 |
| Seeding && core module | Refactor | 2024-12-04 |
| Seeding && core module | Refactor | 2024-12-04 |
| Orders page && order_repository tests | Feature | 2024-12-04 |
| Orders page && order_repository tests | Feature | 2024-12-04 |
| Order_repository tests passing | Bug Fix | 2024-12-04 |
| Order_repository tests passing | Bug Fix | 2024-12-04 |
| Proper select | Feature | 2024-12-05 |
| Proper select | Feature | 2024-12-05 |
| Use passed endpoint | Feature | 2024-12-05 |
| Use passed endpoint | Feature | 2024-12-05 |
| Remove useless component | Cleanup | 2024-12-05 |
| Remove useless component | Cleanup | 2024-12-05 |
| Wip: orders page | Feature | 2024-12-05 |
| Wip: orders page | Feature | 2024-12-05 |
| Upload_dto do not prepend url | Feature | 2024-12-05 |
| Upload_dto do not prepend url | Feature | 2024-12-05 |
| Minor fixes | Feature | 2024-12-05 |
| Minor fixes | Feature | 2024-12-05 |
| Product position select initial value | Feature | 2024-12-05 |
| Product position select initial value | Feature | 2024-12-05 |
| Merge pull request #29 from iota-agency/IS-42 | Merge | 2024-12-05 |
| Merge pull request #29 from iota-agency/IS-42 | Merge | 2024-12-05 |
| Minor combobox fixes | Feature | 2024-12-05 |
| Minor combobox fixes | Feature | 2024-12-05 |
| Combobox dark mode fixes | Bug Fix | 2024-12-05 |
| Combobox dark mode fixes | Bug Fix | 2024-12-05 |
| Log level as environment variable | Feature | 2024-12-05 |
| Log level as environment variable | Feature | 2024-12-05 |
| Tests passing | Bug Fix | 2024-12-05 |
| Tests passing | Bug Fix | 2024-12-05 |
| Wip: orders page | Feature | 2024-12-06 |
| Wip: orders page | Feature | 2024-12-06 |
| English translations | Feature | 2024-12-06 |
| English translations | Feature | 2024-12-06 |
| Type select | Feature | 2024-12-06 |
| Type select | Feature | 2024-12-06 |
| Type select complete | Feature | 2024-12-06 |
| Type select complete | Feature | 2024-12-06 |
| Wip: orders form | Feature | 2024-12-06 |
| Wip: orders form | Feature | 2024-12-06 |
| Logger | Feature | 2024-12-06 |
| Logger | Feature | 2024-12-06 |
| Seeding func registration | Refactor | 2024-12-06 |
| Seeding func registration | Refactor | 2024-12-06 |
| Use logger composable | Refactor | 2024-12-06 |
| Use logger composable | Refactor | 2024-12-06 |
| Move controllers from server definition to core module | Refactor | 2024-12-06 |
| Move controllers from server definition to core module | Refactor | 2024-12-06 |
| Remove gitattributes (unused) | Bug Fix | 2024-12-06 |
| Remove gitattributes (unused) | Bug Fix | 2024-12-06 |
| Add request-id to logs output | Feature | 2024-12-06 |
| Add request-id to logs output | Feature | 2024-12-06 |
| Logging | Bug Fix | 2024-12-06 |
| Logging | Bug Fix | 2024-12-06 |
| Units validation | Bug Fix | 2024-12-06 |
| Units validation | Bug Fix | 2024-12-06 |
| Warehouse positions validation | Bug Fix | 2024-12-06 |
| Warehouse positions validation | Bug Fix | 2024-12-06 |
| Uploads reworked | Bug Fix | 2024-12-08 |
| Uploads reworked | Bug Fix | 2024-12-08 |
| Wip: upload positions from excel | Feature | 2024-12-08 |
| Wip: upload positions from excel | Feature | 2024-12-08 |
| Show excel logo for xlsx uploads | Feature | 2024-12-08 |
| Show excel logo for xlsx uploads | Feature | 2024-12-08 |
| Wip: positions upload from excel layout | Feature | 2024-12-08 |
| Wip: positions upload from excel layout | Feature | 2024-12-08 |
| Tests | Bug Fix | 2024-12-08 |
| Tests | Bug Fix | 2024-12-08 |
| Use translation for example | Feature | 2024-12-08 |
| Use translation for example | Feature | 2024-12-08 |
| Padding | Bug Fix | 2024-12-08 |
| Padding | Bug Fix | 2024-12-08 |
| Mvp: upload positions from excel | Feature | 2024-12-08 |
| Mvp: upload positions from excel | Feature | 2024-12-08 |
| Upload from excel improved | Feature | 2024-12-09 |
| Upload from excel improved | Feature | 2024-12-09 |
| Order tests | Bug Fix | 2024-12-09 |
| Order tests | Bug Fix | 2024-12-09 |
| Position service tests | Feature | 2024-12-09 |
| Position service tests | Feature | 2024-12-09 |
| Translation && placeholder | Bug Fix | 2024-12-09 |
| Translation && placeholder | Bug Fix | 2024-12-09 |
| Ux improvements | Feature | 2024-12-09 |
| Ux improvements | Feature | 2024-12-09 |
| Ux improvements | Feature | 2024-12-09 |
| Ux improvements | Feature | 2024-12-09 |
| Error translations in english | Feature | 2024-12-09 |
| Error translations in english | Feature | 2024-12-09 |
| English translations for orders page | Feature | 2024-12-09 |
| English translations for orders page | Feature | 2024-12-09 |
| Load profile picture if there is one | Feature | 2024-12-09 |
| Load profile picture if there is one | Feature | 2024-12-09 |
| MustT composables && MVP spotlight | Feature | 2024-12-09 |
| MustT composables && MVP spotlight | Feature | 2024-12-09 |
| Switch to MustT | Bug Fix | 2024-12-09 |
| Switch to MustT | Bug Fix | 2024-12-09 |
| Fuzzy matching in spotlight | Feature | 2024-12-09 |
| Fuzzy matching in spotlight | Feature | 2024-12-09 |
| Keyboard navigation && icon in navbar | Feature | 2024-12-09 |
| Keyboard navigation && icon in navbar | Feature | 2024-12-09 |
| Logout action in spotlight | Feature | 2024-12-09 |
| Logout action in spotlight | Feature | 2024-12-09 |
| Hover && link in logout action | Bug Fix | 2024-12-10 |
| Hover && link in logout action | Bug Fix | 2024-12-10 |
| Uint for avatarId directly in DTO | Bug Fix | 2024-12-10 |
| Uint for avatarId directly in DTO | Bug Fix | 2024-12-10 |
| Run go mod tidy | Bug Fix | 2024-12-10 |
| Run go mod tidy | Bug Fix | 2024-12-10 |
| Added delete method for position controller; | Feature | 2024-12-10 |
| Added delete method for position controller; | Feature | 2024-12-10 |
| Detailed logging | Feature | 2024-12-10 |
| Detailed logging | Feature | 2024-12-10 |
| Avatar loading | Bug Fix | 2024-12-10 |
| Avatar loading | Bug Fix | 2024-12-10 |
| Middleware | Refactor | 2024-12-10 |
| Middleware | Refactor | 2024-12-10 |
| Middleware | Refactor | 2024-12-10 |
| Middleware | Refactor | 2024-12-10 |
| Middleware | Refactor | 2024-12-10 |
| Middleware | Refactor | 2024-12-10 |
| Remove deprecated middleware | Bug Fix | 2024-12-10 |
| Remove deprecated middleware | Bug Fix | 2024-12-10 |
| Remove deprecated middleware | Bug Fix | 2024-12-10 |
| Remove deprecated middleware | Bug Fix | 2024-12-10 |
| Remove deprecated middleware | Bug Fix | 2024-12-10 |
| Remove deprecated middleware | Bug Fix | 2024-12-10 |
| Composables | Refactor | 2024-12-10 |
| Composables | Refactor | 2024-12-10 |
| Components readme init | Feature | 2024-12-10 |
| Components readme init | Feature | 2024-12-10 |
| WIP | Feature | 2024-12-10 |
| WIP | Feature | 2024-12-10 |
| WIP | Feature | 2024-12-10 |
| WIP | Feature | 2024-12-10 |
| Added combobox docs | Feature | 2024-12-10 |
| Added combobox docs | Feature | 2024-12-10 |
| Minor link fixes | Feature | 2024-12-10 |
| Minor link fixes | Feature | 2024-12-10 |
| Dialog docs | Feature | 2024-12-10 |
| Dialog docs | Feature | 2024-12-10 |
| Make dialog component consistent with others | Feature | 2024-12-10 |
| Make dialog component consistent with others | Feature | 2024-12-10 |
| Wip | Feature | 2024-12-10 |
| Wip | Feature | 2024-12-10 |
| Dropdown docs | Feature | 2024-12-10 |
| Dropdown docs | Feature | 2024-12-10 |
| Upload input | Feature | 2024-12-10 |
| Upload input | Feature | 2024-12-10 |
| Minor fixes | Feature | 2024-12-10 |
| Minor fixes | Feature | 2024-12-10 |
| Merge pull request #32 from iota-agency/dialog-component-fixes | Merge | 2024-12-10 |
| Merge pull request #32 from iota-agency/dialog-component-fixes | Merge | 2024-12-10 |
| Merge pull request #31 from iota-agency/IS-46 | Merge | 2024-12-10 |
| Merge pull request #31 from iota-agency/IS-46 | Merge | 2024-12-10 |
| Only absolutely necessary middleware made global | Refactor | 2024-12-10 |
| Only absolutely necessary middleware made global | Refactor | 2024-12-10 |
| Only absolutely necessary middleware made global | Refactor | 2024-12-10 |
| Only absolutely necessary middleware made global | Refactor | 2024-12-10 |
| Added pagination, textarea and alert; | Feature | 2024-12-10 |
| Added pagination, textarea and alert; | Feature | 2024-12-10 |
| Middleware refactoring complete | Bug Fix | 2024-12-10 |
| Middleware refactoring complete | Bug Fix | 2024-12-10 |
| Login controller | Bug Fix | 2024-12-10 |
| Login controller | Bug Fix | 2024-12-10 |
| Error pages && spotlight middleware chain | Refactor | 2024-12-10 |
| Error pages && spotlight middleware chain | Refactor | 2024-12-10 |
| Authorize, ProvideUser && Tabs middleware | Refactor | 2024-12-10 |
| Authorize, ProvideUser && Tabs middleware | Refactor | 2024-12-10 |
| Add cache policy to static files | Feature | 2024-12-10 |
| Add cache policy to static files | Feature | 2024-12-10 |
| Upload_controller && change uniTranslator signature | Bug Fix | 2024-12-11 |
| Upload_controller && change uniTranslator signature | Bug Fix | 2024-12-11 |
| README.MD | Bug Fix | 2024-12-11 |
| README.MD | Bug Fix | 2024-12-11 |
| Merge pull request #33 from iota-agency/diyor28-patch-1 | Merge | 2024-12-11 |
| Merge pull request #33 from iota-agency/diyor28-patch-1 | Merge | 2024-12-11 |
| Htmx preloading extension | Feature | 2024-12-11 |
| Htmx preloading extension | Feature | 2024-12-11 |
| Formatting | Bug Fix | 2024-12-11 |
| Formatting | Bug Fix | 2024-12-11 |
| Release script for dev | Feature | 2024-12-11 |
| Release script for dev | Feature | 2024-12-11 |
| Added table docs | Feature | 2024-12-11 |
| Added table docs | Feature | 2024-12-11 |
| Added base card docs | Feature | 2024-12-11 |
| Added base card docs | Feature | 2024-12-11 |
| Merge pull request #34 from iota-agency/IS-45 | Merge | 2024-12-11 |
| Merge pull request #34 from iota-agency/IS-45 | Merge | 2024-12-11 |
| Product_service to support large bulk updates | Bug Fix | 2024-12-11 |
| Product_service to support large bulk updates | Bug Fix | 2024-12-11 |
| Set id of upload entity | Feature | 2024-12-11 |
| Set id of upload entity | Feature | 2024-12-11 |
| Show rfid duplicate error underneath the field | Feature | 2024-12-11 |
| Show rfid duplicate error underneath the field | Feature | 2024-12-11 |
| Check duplicate rfid on update as well | Feature | 2024-12-11 |
| Check duplicate rfid on update as well | Feature | 2024-12-11 |
| Minor fix | Feature | 2024-12-11 |
| Minor fix | Feature | 2024-12-11 |
| Toggle switch component | Feature | 2024-12-11 |
| Toggle switch component | Feature | 2024-12-11 |
| Merge pull request #35 from iota-agency/IS-62 | Merge | 2024-12-11 |
| Merge pull request #35 from iota-agency/IS-62 | Merge | 2024-12-11 |
| Tests | Bug Fix | 2024-12-12 |
| Tests | Bug Fix | 2024-12-12 |
| Wip: orders page | Feature | 2024-12-12 |
| Wip: orders page | Feature | 2024-12-12 |
| Combobox and input improvements; | Feature | 2024-12-12 |
| Combobox and input improvements; | Feature | 2024-12-12 |
| Expense categories update for new input | Feature | 2024-12-12 |
| Expense categories update for new input | Feature | 2024-12-12 |
| Wip: orders page | Feature | 2024-12-13 |
| Wip: orders page | Feature | 2024-12-13 |
| WIP | Feature | 2024-12-13 |
| WIP | Feature | 2024-12-13 |
| Merge main | Merge | 2024-12-13 |
| Merge main | Merge | 2024-12-13 |
| Expenses filters done | Feature | 2024-12-14 |
| Expenses filters done | Feature | 2024-12-14 |
| Added more filters | Feature | 2024-12-14 |
| Added more filters | Feature | 2024-12-14 |
| Wip: orders page | Feature | 2024-12-14 |
| Wip: orders page | Feature | 2024-12-14 |
| Added more filters | Feature | 2024-12-14 |
| Added more filters | Feature | 2024-12-14 |
| Fix tests | Bug Fix | 2024-12-14 |
| Fix tests | Bug Fix | 2024-12-14 |
| Merge pull request #36 from iota-agency/IS-35 | Merge | 2024-12-14 |
| Merge pull request #36 from iota-agency/IS-35 | Merge | 2024-12-14 |
| Switch to i18n for validation error localization in orders | Bug Fix | 2024-12-14 |
| Switch to i18n for validation error localization in orders | Bug Fix | 2024-12-14 |
| Switch to i18n for validation error localization in employees | Bug Fix | 2024-12-14 |
| Switch to i18n for validation error localization in employees | Bug Fix | 2024-12-14 |
| Composables.UseForm | Feature | 2024-12-15 |
| Composables.UseForm | Feature | 2024-12-15 |
| Product_repository.go GetById | Bug Fix | 2024-12-15 |
| Product_repository.go GetById | Bug Fix | 2024-12-15 |
| Separate get & set routes | Feature | 2024-12-15 |
| Separate get & set routes | Feature | 2024-12-15 |
| Separate get & set routes | Feature | 2024-12-15 |
| Separate get & set routes | Feature | 2024-12-15 |
| Wip: orders page | Feature | 2024-12-16 |
| Wip: orders page | Feature | 2024-12-16 |
| Wip: orders page | Feature | 2024-12-16 |
| Wip: orders page | Feature | 2024-12-16 |
| Wip: orders page | Feature | 2024-12-16 |
| Wip: orders page | Feature | 2024-12-16 |
| Wip: orders page | Feature | 2024-12-16 |
| Wip: orders page | Feature | 2024-12-16 |
| View order page | Feature | 2024-12-16 |
| View order page | Feature | 2024-12-16 |
| Button positioning | Bug Fix | 2024-12-16 |
| Button positioning | Bug Fix | 2024-12-16 |
| Delete button | Feature | 2024-12-16 |
| Delete button | Feature | 2024-12-16 |
| WIP | Feature | 2024-12-16 |
| WIP | Feature | 2024-12-16 |
| Order mapper | Bug Fix | 2024-12-16 |
| Order mapper | Bug Fix | 2024-12-16 |
| Minor improvements | Bug Fix | 2024-12-16 |
| Minor improvements | Bug Fix | 2024-12-16 |
| Remove InStock from view page | Bug Fix | 2024-12-16 |
| Remove InStock from view page | Bug Fix | 2024-12-16 |
| WIP | Feature | 2024-12-16 |
| WIP | Feature | 2024-12-16 |
| Wip: orders out complete | Feature | 2024-12-16 |
| Wip: orders out complete | Feature | 2024-12-16 |
| Warehouse graphql schema | Feature | 2024-12-16 |
| Warehouse graphql schema | Feature | 2024-12-16 |
| Orders in complete | Feature | 2024-12-17 |
| Orders in complete | Feature | 2024-12-17 |
| Graphql api working | Feature | 2024-12-17 |
| Graphql api working | Feature | 2024-12-17 |
| Get order route | Feature | 2024-12-17 |
| Get order route | Feature | 2024-12-17 |
| Small refactoring | Feature | 2024-12-17 |
| Small refactoring | Feature | 2024-12-17 |
| Import path for viewmodels | Bug Fix | 2024-12-17 |
| Import path for viewmodels | Bug Fix | 2024-12-17 |
| Inventory, combobox WIP | Feature | 2024-12-17 |
| Inventory, combobox WIP | Feature | 2024-12-17 |
| Product & position graphql resolvers | Feature | 2024-12-18 |
| Product & position graphql resolvers | Feature | 2024-12-18 |
| WIP | Feature | 2024-12-18 |
| WIP | Feature | 2024-12-18 |
| Added tab links | Feature | 2024-12-18 |
| Added tab links | Feature | 2024-12-18 |
| Added events | Feature | 2024-12-18 |
| Added events | Feature | 2024-12-18 |
| Cleanup | Cleanup | 2024-12-18 |
| Cleanup | Cleanup | 2024-12-18 |
| Fix filter dates | Bug Fix | 2024-12-18 |
| Fix filter dates | Bug Fix | 2024-12-18 |
| Resolve conflicts, merge main | Feature | 2024-12-18 |
| Resolve conflicts, merge main | Feature | 2024-12-18 |
| Adjust for new product repo | Feature | 2024-12-18 |
| Adjust for new product repo | Feature | 2024-12-18 |
| User resolver | Feature | 2024-12-18 |
| User resolver | Feature | 2024-12-18 |
| ValidateProducts && CreateProductsFromTags | Feature | 2024-12-19 |
| ValidateProducts && CreateProductsFromTags | Feature | 2024-12-19 |
| Refactoring | Feature | 2024-12-19 |
| Refactoring | Feature | 2024-12-19 |
| Major refactoring, watch mode for tests and many more features | Feature | 2024-12-20 |
| Major refactoring, watch mode for tests and many more features | Feature | 2024-12-20 |
| Merge pull request #37 from iota-agency/IS-32 | Merge | 2024-12-20 |
| Merge pull request #37 from iota-agency/IS-32 | Merge | 2024-12-20 |
| Import path | Bug Fix | 2024-12-20 |
| Import path | Bug Fix | 2024-12-20 |
| Resolve graphql loaders from single path | Feature | 2024-12-20 |
| Resolve graphql loaders from single path | Feature | 2024-12-20 |
| Warehouse example | Feature | 2024-12-20 |
| Warehouse example | Feature | 2024-12-20 |
| Makefile | Feature | 2024-12-20 |
| Makefile | Feature | 2024-12-20 |
| New commands | Feature | 2024-12-20 |
| New commands | Feature | 2024-12-20 |
| Simplify event_bus | Feature | 2024-12-20 |
| Simplify event_bus | Feature | 2024-12-20 |
| Move COMPONENTS.MD to docs | Bug Fix | 2024-12-20 |
| Move COMPONENTS.MD to docs | Bug Fix | 2024-12-20 |
| Test message | Bug Fix | 2024-12-20 |
| Test message | Bug Fix | 2024-12-20 |
| Simplify tests | Bug Fix | 2024-12-20 |
| Simplify tests | Bug Fix | 2024-12-20 |
| New make commands | Feature | 2024-12-20 |
| New make commands | Feature | 2024-12-20 |
| Refactor application interface | Feature | 2024-12-22 |
| Refactor application interface | Feature | 2024-12-22 |
| Refactoring | Feature | 2024-12-22 |
| Refactoring | Feature | 2024-12-22 |
| Merge main | Merge | 2024-12-23 |
| Merge main | Merge | 2024-12-23 |
| Warehouse graphql fixes | Feature | 2024-12-23 |
| Warehouse graphql fixes | Feature | 2024-12-23 |
| Leave only one core graphql controller | Feature | 2024-12-23 |
| Leave only one core graphql controller | Feature | 2024-12-23 |
| Example of using sql | Feature | 2024-12-23 |
| Example of using sql | Feature | 2024-12-23 |
| Fix test utils | Bug Fix | 2024-12-23 |
| Fix test utils | Bug Fix | 2024-12-23 |
| Fix context | Bug Fix | 2024-12-23 |
| Fix context | Bug Fix | 2024-12-23 |
| Refactoring | Feature | 2024-12-23 |
| Refactoring | Feature | 2024-12-23 |
| Refactor http server | Feature | 2024-12-23 |
| Refactor http server | Feature | 2024-12-23 |
| Refactor controller registration | Feature | 2024-12-23 |
| Refactor controller registration | Feature | 2024-12-23 |
| Graphql schema merging | Feature | 2024-12-23 |
| Graphql schema merging | Feature | 2024-12-23 |
| Remove playground, graphql controller to usage | Cleanup | 2024-12-24 |
| Remove playground, graphql controller to usage | Cleanup | 2024-12-24 |
| Merge pull request #40 from iota-agency/IS-67 | Merge | 2024-12-24 |
| Merge pull request #40 from iota-agency/IS-67 | Merge | 2024-12-24 |
| Minor improvements | Feature | 2024-12-24 |
| Minor improvements | Feature | 2024-12-24 |
| New resolvers | Feature | 2024-12-25 |
| New resolvers | Feature | 2024-12-25 |
| WIP | Feature | 2024-12-25 |
| WIP | Feature | 2024-12-25 |
| Add auth checks | Feature | 2024-12-26 |
| Add auth checks | Feature | 2024-12-26 |
| Remove unused code for now | Bug Fix | 2024-12-26 |
| Remove unused code for now | Bug Fix | 2024-12-26 |
| Positions resolver | Feature | 2024-12-26 |
| Positions resolver | Feature | 2024-12-26 |
| Updated readme | Feature | 2024-12-26 |
| Updated readme | Feature | 2024-12-26 |
| Complete inventory check | Feature | 2024-12-26 |
| Complete inventory check | Feature | 2024-12-26 |
| Merge main | Merge | 2024-12-26 |
| Merge main | Merge | 2024-12-26 |
| Order repository sql | Feature | 2024-12-26 |
| Order repository sql | Feature | 2024-12-26 |
| WIP | Feature | 2024-12-26 |
| WIP | Feature | 2024-12-26 |
| Upload repo, tab repo done | Feature | 2024-12-26 |
| Upload repo, tab repo done | Feature | 2024-12-26 |
| WIP | Feature | 2024-12-27 |
| WIP | Feature | 2024-12-27 |
| New showcase image | Feature | 2024-12-27 |
| New showcase image | Feature | 2024-12-27 |
| Update README.MD | Feature | 2024-12-27 |
| Update README.MD | Feature | 2024-12-27 |
| Merge pull request #41 from iota-agency/diyor28-patch-1 | Merge | 2024-12-27 |
| Merge pull request #41 from iota-agency/diyor28-patch-1 | Merge | 2024-12-27 |
| New makefile command | Feature | 2024-12-27 |
| New makefile command | Feature | 2024-12-27 |
| Roadmap | Feature | 2024-12-27 |
| Roadmap | Feature | 2024-12-27 |
| Update readme | Feature | 2024-12-27 |
| Update readme | Feature | 2024-12-27 |
| Commit transactions at service level | Feature | 2024-12-27 |
| Commit transactions at service level | Feature | 2024-12-27 |
| Update readme | Feature | 2024-12-28 |
| Update readme | Feature | 2024-12-28 |
| Update CONTRIBUTING.MD with fresh commands | Bug Fix | 2024-12-28 |
| Update CONTRIBUTING.MD with fresh commands | Bug Fix | 2024-12-28 |
| Typo | Bug Fix | 2024-12-28 |
| Typo | Bug Fix | 2024-12-28 |
| Typo | Bug Fix | 2024-12-28 |
| Typo | Bug Fix | 2024-12-28 |
| Typo | Bug Fix | 2024-12-28 |
| Typo | Bug Fix | 2024-12-28 |
| Typo | Bug Fix | 2024-12-28 |
| Typo | Bug Fix | 2024-12-28 |
| Links sections && new roadmap features | Feature | 2024-12-28 |
| Links sections && new roadmap features | Feature | 2024-12-28 |
| Bold links | Bug Fix | 2024-12-28 |
| Bold links | Bug Fix | 2024-12-28 |
| Remove obsolete script | Bug Fix | 2024-12-28 |
| Remove obsolete script | Bug Fix | 2024-12-28 |
| Install command | Bug Fix | 2024-12-28 |
| Install command | Bug Fix | 2024-12-28 |
| Install instructions | Bug Fix | 2024-12-28 |
| Install instructions | Bug Fix | 2024-12-28 |
| Use english as default language for seeding && add english translations | Bug Fix | 2024-12-28 |
| Use english as default language for seeding && add english translations | Bug Fix | 2024-12-28 |
| Add apexcharts.js | Feature | 2024-12-28 |
| Add apexcharts.js | Feature | 2024-12-28 |
| Merge main | Merge | 2024-12-28 |
| Merge main | Merge | 2024-12-28 |
| Alpine.js url | Bug Fix | 2024-12-28 |
| Alpine.js url | Bug Fix | 2024-12-28 |
| Avatar upload form | Bug Fix | 2024-12-28 |
| Avatar upload form | Bug Fix | 2024-12-28 |
| Users controller | Feature | 2024-12-29 |
| Users controller | Feature | 2024-12-29 |
| Spotlight refactoring | Feature | 2024-12-29 |
| Spotlight refactoring | Feature | 2024-12-29 |
| Rename iota-agency -> iota-uz | Feature | 2024-12-29 |
| Rename iota-agency -> iota-uz | Feature | 2024-12-29 |
| Revert back to pushing _templ.go files to git | Bug Fix | 2024-12-29 |
| Revert back to pushing _templ.go files to git | Bug Fix | 2024-12-29 |
| Release pipeline | Bug Fix | 2024-12-29 |
| Release pipeline | Bug Fix | 2024-12-29 |
| Iota-agency -> iota-uz in .templ files | Bug Fix | 2024-12-29 |
| Iota-agency -> iota-uz in .templ files | Bug Fix | 2024-12-29 |
| Exclude js lib code from git stats | Feature | 2024-12-29 |
| Exclude js lib code from git stats | Feature | 2024-12-29 |
| Valid favicon | Feature | 2024-12-29 |
| Valid favicon | Feature | 2024-12-29 |
| Refactoring: move presentation and domain to core module | Refactor | 2024-12-29 |
| Refactoring: move presentation and domain to core module | Refactor | 2024-12-29 |
| Update ignore path to main.min.css | Bug Fix | 2024-12-29 |
| Update ignore path to main.min.css | Bug Fix | 2024-12-29 |
| Employees page | Feature | 2024-12-29 |
| Employees page | Feature | 2024-12-29 |
| Refactoring | Refactor | 2024-12-29 |
| Refactoring | Refactor | 2024-12-29 |
| Tailwind path | Bug Fix | 2024-12-29 |
| Tailwind path | Bug Fix | 2024-12-29 |
| Basic bichat layout | Feature | 2024-12-29 |
| Basic bichat layout | Feature | 2024-12-29 |
| Gitattributes | Bug Fix | 2024-12-29 |
| Gitattributes | Bug Fix | 2024-12-29 |
| Css generation | Bug Fix | 2024-12-29 |
| Css generation | Bug Fix | 2024-12-29 |
| Bi-chat ui | Feature | 2024-12-29 |
| Bi-chat ui | Feature | 2024-12-29 |
| Layout | Bug Fix | 2024-12-29 |
| Layout | Bug Fix | 2024-12-29 |
| Improved ui | Feature | 2024-12-29 |
| Improved ui | Feature | 2024-12-29 |
| Remove login illustration | Bug Fix | 2024-12-29 |
| Remove login illustration | Bug Fix | 2024-12-29 |
| Refactoring | Bug Fix | 2024-12-30 |
| Refactoring | Bug Fix | 2024-12-30 |
| Merge main | Merge | 2024-12-30 |
| Merge main | Merge | 2024-12-30 |
| Merge conflicts | Bug Fix | 2024-12-30 |
| Merge conflicts | Bug Fix | 2024-12-30 |
| Tailwind config | Bug Fix | 2024-12-30 |
| Tailwind config | Bug Fix | 2024-12-30 |
| Remove generation step | Bug Fix | 2024-12-30 |
| Remove generation step | Bug Fix | 2024-12-30 |
| Group sidebar items | Feature | 2024-12-30 |
| Group sidebar items | Feature | 2024-12-30 |
| Expense_repository | Bug Fix | 2024-12-30 |
| Expense_repository | Bug Fix | 2024-12-30 |
| Sidebar items order | Bug Fix | 2024-12-30 |
| Sidebar items order | Bug Fix | 2024-12-30 |
| Employees form new fields && Card component refactoring | Feature | 2024-12-30 |
| Employees form new fields && Card component refactoring | Feature | 2024-12-30 |
| Generated files | Bug Fix | 2024-12-30 |
| Generated files | Bug Fix | 2024-12-30 |
| Center log out button, new icon && spotlight action | Feature | 2024-12-30 |
| Center log out button, new icon && spotlight action | Feature | 2024-12-30 |
| Employee edit ui | Bug Fix | 2024-12-30 |
| Employee edit ui | Bug Fix | 2024-12-30 |
| Large refactoring | Feature | 2024-12-30 |
| Large refactoring | Feature | 2024-12-30 |
| Money_account_repository.go | Bug Fix | 2024-12-31 |
| Money_account_repository.go | Bug Fix | 2024-12-31 |
| Move margin to wrapper class | Bug Fix | 2024-12-31 |
| Move margin to wrapper class | Bug Fix | 2024-12-31 |
| Spotlight items registration | Bug Fix | 2024-12-31 |
| Spotlight items registration | Bug Fix | 2024-12-31 |
| Transaction_repository.go & money_account_repository_test.go | Bug Fix | 2024-12-31 |
| Transaction_repository.go & money_account_repository_test.go | Bug Fix | 2024-12-31 |
| Payment interface && repository rewrite | Feature | 2024-12-31 |
| Payment interface && repository rewrite | Feature | 2024-12-31 |
| Refactoring | Feature | 2024-12-31 |
| Refactoring | Feature | 2024-12-31 |
| Counterparty select | Feature | 2024-12-31 |
| Counterparty select | Feature | 2024-12-31 |
| Counterparty select | Feature | 2024-12-31 |
| Counterparty select | Feature | 2024-12-31 |
November 2024
| Change | Type | Date |
|---|---|---|
| Modules refactoring | Feature | 2024-11-01 |
| Modules refactoring | Feature | 2024-11-01 |
| Remove .txt files generated by templ | Bug Fix | 2024-11-01 |
| Remove .txt files generated by templ | Bug Fix | 2024-11-01 |
| Language select | Feature | 2024-11-01 |
| Language select | Feature | 2024-11-01 |
| Modules seed functions | Feature | 2024-11-02 |
| Modules seed functions | Feature | 2024-11-02 |
| 1c style login | Feature | 2024-11-04 |
| 1c style login | Feature | 2024-11-04 |
| Refactoring to application architecture | Feature | 2024-11-10 |
| Refactoring to application architecture | Feature | 2024-11-10 |
| Finance module | Feature | 2024-11-10 |
| Finance module | Feature | 2024-11-10 |
| Refactoring | Feature | 2024-11-10 |
| Refactoring | Feature | 2024-11-10 |
| Finance module | Bug Fix | 2024-11-10 |
| Finance module | Bug Fix | 2024-11-10 |
| Migrations in modules | Feature | 2024-11-10 |
| Migrations in modules | Feature | 2024-11-10 |
| Warehouse module WIP | Feature | 2024-11-10 |
| Warehouse module WIP | Feature | 2024-11-10 |
| Merge staging | Merge | 2024-11-10 |
| Merge staging | Merge | 2024-11-10 |
| Finance module WIP | Feature | 2024-11-10 |
| Finance module WIP | Feature | 2024-11-10 |
| Position controller | Feature | 2024-11-14 |
| Position controller | Feature | 2024-11-14 |
| Save && delete url passed from controller | Bug Fix | 2024-11-14 |
| Save && delete url passed from controller | Bug Fix | 2024-11-14 |
| Merge pull request #4 from iota-agency/staging | Merge | 2024-11-14 |
| Merge pull request #4 from iota-agency/staging | Merge | 2024-11-14 |
| Unit service | Feature | 2024-11-14 |
| Unit service | Feature | 2024-11-14 |
| Warehouse units controller | Feature | 2024-11-15 |
| Warehouse units controller | Feature | 2024-11-15 |
| Test fixes | Bug Fix | 2024-11-15 |
| Test fixes | Bug Fix | 2024-11-15 |
| Ru translation and use language from UILanguage setting | Feature | 2024-11-17 |
| Ru translation and use language from UILanguage setting | Feature | 2024-11-17 |
| Translation | Bug Fix | 2024-11-17 |
| Translation | Bug Fix | 2024-11-17 |
| Products/new form working | Feature | 2024-11-17 |
| Products/new form working | Feature | 2024-11-17 |
| Merge pull request #5 from iota-agency/staging | Merge | 2024-11-17 |
| Merge pull request #5 from iota-agency/staging | Merge | 2024-11-17 |
| Tests working again, non-working temporarily disabled | Bug Fix | 2024-11-17 |
| Tests working again, non-working temporarily disabled | Bug Fix | 2024-11-17 |
| Minor refactoring user_controller.go | Bug Fix | 2024-11-17 |
| Minor refactoring user_controller.go | Bug Fix | 2024-11-17 |
| Operations as part of iota module | Bug Fix | 2024-11-17 |
| Operations as part of iota module | Bug Fix | 2024-11-17 |
| Account save working | Feature | 2024-11-18 |
| Account save working | Feature | 2024-11-18 |
| Translate navbar text | Bug Fix | 2024-11-18 |
| Translate navbar text | Bug Fix | 2024-11-18 |
| Warehouse icon | Feature | 2024-11-18 |
| Warehouse icon | Feature | 2024-11-18 |
| Merge pull request #6 from iota-agency/staging | Merge | 2024-11-18 |
| Merge pull request #6 from iota-agency/staging | Merge | 2024-11-18 |
| Initials properly displayed | Feature | 2024-11-18 |
| Initials properly displayed | Feature | 2024-11-18 |
| Company specific dashboards && import cycle fixed | Bug Fix | 2024-11-18 |
| Company specific dashboards && import cycle fixed | Bug Fix | 2024-11-18 |
| Bugs in products new/edit page && table | Bug Fix | 2024-11-18 |
| Bugs in products new/edit page && table | Bug Fix | 2024-11-18 |
| Save url as part of props | Bug Fix | 2024-11-18 |
| Save url as part of props | Bug Fix | 2024-11-18 |
| Failing tests | Bug Fix | 2024-11-18 |
| Failing tests | Bug Fix | 2024-11-18 |
| Merge pull request #7 from iota-agency/staging | Merge | 2024-11-18 |
| Merge pull request #7 from iota-agency/staging | Merge | 2024-11-18 |
| Dashboard stats | Feature | 2024-11-18 |
| Dashboard stats | Feature | 2024-11-18 |
| Create or update methods on repositories | Feature | 2024-11-18 |
| Create or update methods on repositories | Feature | 2024-11-18 |
| Pagination absent | Feature | 2024-11-18 |
| Pagination absent | Feature | 2024-11-18 |
| Pagination on products page | Feature | 2024-11-18 |
| Pagination on products page | Feature | 2024-11-18 |
| Refactoring | Feature | 2024-11-18 |
| Refactoring | Feature | 2024-11-18 |
| Wip: position select | Feature | 2024-11-18 |
| Wip: position select | Feature | 2024-11-18 |
| Wip: position select | Feature | 2024-11-18 |
| Wip: position select | Feature | 2024-11-18 |
| Wip: search_select | Feature | 2024-11-18 |
| Wip: search_select | Feature | 2024-11-18 |
| Open details tag when prefix matches | Feature | 2024-11-18 |
| Open details tag when prefix matches | Feature | 2024-11-18 |
| IOTAERP-19 Sidebar should not expand with content | Feature | 2024-11-18 |
| IOTAERP-19 Sidebar should not expand with content | Feature | 2024-11-18 |
| Merge pull request #8 from iota-agency/IOTAERP-18 | Merge | 2024-11-19 |
| Merge pull request #8 from iota-agency/IOTAERP-18 | Merge | 2024-11-19 |
| Merge pull request #9 from iota-agency/IOTAERP-19 | Merge | 2024-11-19 |
| Merge pull request #9 from iota-agency/IOTAERP-19 | Merge | 2024-11-19 |
| Generic search select | Feature | 2024-11-19 |
| Generic search select | Feature | 2024-11-19 |
| Generic search select | Feature | 2024-11-19 |
| Generic search select | Feature | 2024-11-19 |
| Update README.MD | Feature | 2024-11-19 |
| Update README.MD | Feature | 2024-11-19 |
| Update README.MD | Feature | 2024-11-19 |
| Update README.MD | Feature | 2024-11-19 |
| Create LICENSE | Feature | 2024-11-19 |
| Create LICENSE | Feature | 2024-11-19 |
| Iota-erp > iota-sdk | Bug Fix | 2024-11-19 |
| Iota-erp > iota-sdk | Bug Fix | 2024-11-19 |
| Iota-erp > iota-sdk | Bug Fix | 2024-11-19 |
| Iota-erp > iota-sdk | Bug Fix | 2024-11-19 |
| Remove build.yml | Bug Fix | 2024-11-19 |
| Remove build.yml | Bug Fix | 2024-11-19 |
| Tests | Bug Fix | 2024-11-19 |
| Tests | Bug Fix | 2024-11-19 |
| Go mod | Bug Fix | 2024-11-19 |
| Go mod | Bug Fix | 2024-11-19 |
| Internal -> pkg | Feature | 2024-11-19 |
| Internal -> pkg | Feature | 2024-11-19 |
| Update README.MD | Feature | 2024-11-19 |
| Update README.MD | Feature | 2024-11-19 |
| Update README.MD | Feature | 2024-11-19 |
| Update README.MD | Feature | 2024-11-19 |
| Internal -> pkg | Feature | 2024-11-19 |
| Internal -> pkg | Feature | 2024-11-19 |
| Create Contributing_guide.MD | Feature | 2024-11-20 |
| Create Contributing_guide.MD | Feature | 2024-11-20 |
| Setup code as a separate package | Feature | 2024-11-20 |
| Setup code as a separate package | Feature | 2024-11-20 |
| Rename Contributing_guide.MD to CONTRIBUTING_GUIDE.MD | Feature | 2024-11-20 |
| Rename Contributing_guide.MD to CONTRIBUTING_GUIDE.MD | Feature | 2024-11-20 |
| Update README.MD | Feature | 2024-11-20 |
| Update README.MD | Feature | 2024-11-20 |
| Regenerated templ files | Bug Fix | 2024-11-20 |
| Regenerated templ files | Bug Fix | 2024-11-20 |
| Reworked module locales & migrations loading | Bug Fix | 2024-11-20 |
| Reworked module locales & migrations loading | Bug Fix | 2024-11-20 |
| Elxolding as separate module | Bug Fix | 2024-11-20 |
| Elxolding as separate module | Bug Fix | 2024-11-20 |
| README | Bug Fix | 2024-11-20 |
| README | Bug Fix | 2024-11-20 |
| README | Bug Fix | 2024-11-20 |
| README | Bug Fix | 2024-11-20 |
| Push .text files to git | Feature | 2024-11-20 |
| Push .text files to git | Feature | 2024-11-20 |
| Major refactoring | Feature | 2024-11-20 |
| Major refactoring | Feature | 2024-11-20 |
| Upload WIP | Feature | 2024-11-20 |
| Upload WIP | Feature | 2024-11-20 |
| Tailwind command, assets loading | Bug Fix | 2024-11-21 |
| Tailwind command, assets loading | Bug Fix | 2024-11-21 |
| Login_controller & user seed | Bug Fix | 2024-11-21 |
| Login_controller & user seed | Bug Fix | 2024-11-21 |
| Tests passing | Bug Fix | 2024-11-21 |
| Tests passing | Bug Fix | 2024-11-21 |
| Refactor to new project structure | Refactor | 2024-11-21 |
| Refactor to new project structure | Refactor | 2024-11-21 |
| Refactoring | Refactor | 2024-11-21 |
| Refactoring | Refactor | 2024-11-21 |
| HashFs -> embedFS for assets | Bug Fix | 2024-11-21 |
| HashFs -> embedFS for assets | Bug Fix | 2024-11-21 |
| Collect static command | Feature | 2024-11-21 |
| Collect static command | Feature | 2024-11-21 |
| Collect_static path append | Bug Fix | 2024-11-21 |
| Collect_static path append | Bug Fix | 2024-11-21 |
| Reword templates & assets collection | Bug Fix | 2024-11-21 |
| Reword templates & assets collection | Bug Fix | 2024-11-21 |
| Remove login-illustration.svg | Bug Fix | 2024-11-21 |
| Remove login-illustration.svg | Bug Fix | 2024-11-21 |
| Expense_controller refactoring | Bug Fix | 2024-11-21 |
| Expense_controller refactoring | Bug Fix | 2024-11-21 |
| Unit_controller.go refactoring | Bug Fix | 2024-11-21 |
| Unit_controller.go refactoring | Bug Fix | 2024-11-21 |
| Money_account_controller.go refactoring | Bug Fix | 2024-11-21 |
| Money_account_controller.go refactoring | Bug Fix | 2024-11-21 |
| Payment_controller.go refactoring | Bug Fix | 2024-11-21 |
| Payment_controller.go refactoring | Bug Fix | 2024-11-21 |
| Warehouse display unit in positions table | Feature | 2024-11-21 |
| Warehouse display unit in positions table | Feature | 2024-11-21 |
| Upload feature WIP | Feature | 2024-11-21 |
| Upload feature WIP | Feature | 2024-11-21 |
| Upload id instead of url | Feature | 2024-11-21 |
| Upload id instead of url | Feature | 2024-11-21 |
| Show example usage | Feature | 2024-11-21 |
| Show example usage | Feature | 2024-11-21 |
| Refactoring WIP | Refactor | 2024-11-22 |
| Refactoring WIP | Refactor | 2024-11-22 |
| Tests | Bug Fix | 2024-11-22 |
| Tests | Bug Fix | 2024-11-22 |
| Controller registration | Bug Fix | 2024-11-22 |
| Controller registration | Bug Fix | 2024-11-22 |
| Small refactoring | Feature | 2024-11-22 |
| Small refactoring | Feature | 2024-11-22 |
| Financial service -> financial module | Refactor | 2024-11-22 |
| Financial service -> financial module | Refactor | 2024-11-22 |
| Financial service -> financial module | Refactor | 2024-11-22 |
| Financial service -> financial module | Refactor | 2024-11-22 |
| Merge main | Merge | 2024-11-22 |
| Merge main | Merge | 2024-11-22 |
| Registration order | Bug Fix | 2024-11-22 |
| Registration order | Bug Fix | 2024-11-22 |
| Expense, expense_category, payment pkg/domain -> finance/domain | Refactor | 2024-11-22 |
| Expense, expense_category, payment pkg/domain -> finance/domain | Refactor | 2024-11-22 |
| Finance module separate from core | Refactor | 2024-11-23 |
| Finance module separate from core | Refactor | 2024-11-23 |
| Use uuid for permissions primary id | Feature | 2024-11-23 |
| Use uuid for permissions primary id | Feature | 2024-11-23 |
| Migrations | Bug Fix | 2024-11-23 |
| Migrations | Bug Fix | 2024-11-23 |
| Merge main | Merge | 2024-11-23 |
| Merge main | Merge | 2024-11-23 |
| Merge pull request #10 from iota-agency/IOTAERP-14 | Merge | 2024-11-23 |
| Merge pull request #10 from iota-agency/IOTAERP-14 | Merge | 2024-11-23 |
| Merge main | Merge | 2024-11-23 |
| Merge main | Merge | 2024-11-23 |
| Use uuid for upload/permissions | Bug Fix | 2024-11-23 |
| Use uuid for upload/permissions | Bug Fix | 2024-11-23 |
| Graphql config && generated files | Bug Fix | 2024-11-23 |
| Graphql config && generated files | Bug Fix | 2024-11-23 |
| Uploads module | Bug Fix | 2024-11-23 |
| Uploads module | Bug Fix | 2024-11-23 |
| Expense_category import path | Bug Fix | 2024-11-23 |
| Expense_category import path | Bug Fix | 2024-11-23 |
| Simple multiselect | Feature | 2024-11-23 |
| Simple multiselect | Feature | 2024-11-23 |
| Resolve conflicts | Feature | 2024-11-23 |
| Resolve conflicts | Feature | 2024-11-23 |
| Move upload from modules | Feature | 2024-11-23 |
| Move upload from modules | Feature | 2024-11-23 |
| Migrate up/down subcommands | Feature | 2024-11-23 |
| Migrate up/down subcommands | Feature | 2024-11-23 |
| Merge pull request #13 from iota-agency/IS-1 | Merge | 2024-11-24 |
| Merge pull request #13 from iota-agency/IS-1 | Merge | 2024-11-24 |
| Merge pull request #12 from iota-agency/IS-20 | Merge | 2024-11-24 |
| Merge pull request #12 from iota-agency/IS-20 | Merge | 2024-11-24 |
| Merge pull request #11 from iota-agency/IS-17 | Merge | 2024-11-24 |
| Merge pull request #11 from iota-agency/IS-17 | Merge | 2024-11-24 |
| IS-27 Missing uploads table in migrations | Feature | 2024-11-24 |
| IS-27 Missing uploads table in migrations | Feature | 2024-11-24 |
| IS-28 Finance migrations in module | Feature | 2024-11-24 |
| IS-28 Finance migrations in module | Feature | 2024-11-24 |
| IS-30 Move finance models to finance module | Feature | 2024-11-24 |
| IS-30 Move finance models to finance module | Feature | 2024-11-24 |
| IS-30 Move finance models to finance module | Feature | 2024-11-24 |
| IS-30 Move finance models to finance module | Feature | 2024-11-24 |
| IS-31 Do not commit generated files to git | Feature | 2024-11-24 |
| IS-31 Do not commit generated files to git | Feature | 2024-11-24 |
| Merge pull request #17 from iota-agency/IS-31 | Merge | 2024-11-24 |
| Merge pull request #17 from iota-agency/IS-31 | Merge | 2024-11-24 |
| Pagination fixes, added pagination to expense categories | Feature | 2024-11-25 |
| Pagination fixes, added pagination to expense categories | Feature | 2024-11-25 |
| Added pagination to finance module | Feature | 2024-11-25 |
| Added pagination to finance module | Feature | 2024-11-25 |
| Server declaration && remove deprecated files | Bug Fix | 2024-11-25 |
| Server declaration && remove deprecated files | Bug Fix | 2024-11-25 |
| Nicer formatting for logs | Bug Fix | 2024-11-25 |
| Nicer formatting for logs | Bug Fix | 2024-11-25 |
| Nicer formatting for logs | Bug Fix | 2024-11-25 |
| Nicer formatting for logs | Bug Fix | 2024-11-25 |
| Nicer formatting for logs | Bug Fix | 2024-11-25 |
| Nicer formatting for logs | Bug Fix | 2024-11-25 |
| External modules arg | Bug Fix | 2024-11-25 |
| External modules arg | Bug Fix | 2024-11-25 |
| Default seed command | Bug Fix | 2024-11-25 |
| Default seed command | Bug Fix | 2024-11-25 |
| Refactor pagination | Refactor | 2024-11-25 |
| Refactor pagination | Refactor | 2024-11-25 |
| Resolve conflicts | Feature | 2024-11-25 |
| Resolve conflicts | Feature | 2024-11-25 |
| Change upload int references to varchar | Feature | 2024-11-25 |
| Change upload int references to varchar | Feature | 2024-11-25 |
| Remove User from PageContext | Bug Fix | 2024-11-25 |
| Remove User from PageContext | Bug Fix | 2024-11-25 |
| Remove User from PageContext | Bug Fix | 2024-11-25 |
| Remove User from PageContext | Bug Fix | 2024-11-25 |
| Profile page saving properly | Bug Fix | 2024-11-25 |
| Profile page saving properly | Bug Fix | 2024-11-25 |
| Merge pull request #18 from iota-agency/IS-1 | Merge | 2024-11-25 |
| Merge pull request #18 from iota-agency/IS-1 | Merge | 2024-11-25 |
| IS-6 Company specific logo support | Chore | 2024-11-25 |
| IS-6 Company specific logo support | Chore | 2024-11-25 |
| Make upload id int | Feature | 2024-11-25 |
| Make upload id int | Feature | 2024-11-25 |
| Merge pull request #19 from iota-agency/adjust-migrations-for-uploads | Merge | 2024-11-25 |
| Merge pull request #19 from iota-agency/adjust-migrations-for-uploads | Merge | 2024-11-25 |
| Merge pull request #20 from iota-agency/IS-6 | Merge | 2024-11-25 |
| Merge pull request #20 from iota-agency/IS-6 | Merge | 2024-11-25 |
| Make upload_input trigger explicit type button | Bug Fix | 2024-11-26 |
| Make upload_input trigger explicit type button | Bug Fix | 2024-11-26 |
| Login error handling | Feature | 2024-11-26 |
| Login error handling | Feature | 2024-11-26 |
| Save user account info | Bug Fix | 2024-11-27 |
| Save user account info | Bug Fix | 2024-11-27 |
| Show pagination if there are pages | Bug Fix | 2024-11-27 |
| Show pagination if there are pages | Bug Fix | 2024-11-27 |
| Explicit pagination hide | Bug Fix | 2024-11-27 |
| Explicit pagination hide | Bug Fix | 2024-11-27 |
| Move nil checks to calling code | Feature | 2024-11-27 |
| Move nil checks to calling code | Feature | 2024-11-27 |
| Merge pull request #23 from iota-agency/IS-43 | Merge | 2024-11-27 |
| Merge pull request #23 from iota-agency/IS-43 | Merge | 2024-11-27 |
| Merge pull request #22 from iota-agency/IS-13 | Merge | 2024-11-27 |
| Merge pull request #22 from iota-agency/IS-13 | Merge | 2024-11-27 |
| Wip: IS-10 Positions image upload | Feature | 2024-11-27 |
| Wip: IS-10 Positions image upload | Feature | 2024-11-27 |
| IS-10 Positions image upload | Feature | 2024-11-27 |
| IS-10 Positions image upload | Feature | 2024-11-27 |
| Show pagination only when there is a need to | Bug Fix | 2024-11-28 |
| Show pagination only when there is a need to | Bug Fix | 2024-11-28 |
| IS-10 Positions image upload | Feature | 2024-11-28 |
| IS-10 Positions image upload | Feature | 2024-11-28 |
| IS-10 Positions image upload | Feature | 2024-11-28 |
| IS-10 Positions image upload | Feature | 2024-11-28 |
| Ignore minified css | Bug Fix | 2024-11-28 |
| Ignore minified css | Bug Fix | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| IS-47 Release pipeline | Feature | 2024-11-28 |
| IS-47 Release pipeline | Feature | 2024-11-28 |
| Merge pull request #25 from iota-agency/IS-47 | Merge | 2024-11-28 |
| Merge pull request #25 from iota-agency/IS-47 | Merge | 2024-11-28 |
| Escape sequence | Bug Fix | 2024-11-28 |
| Escape sequence | Bug Fix | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Test commit | Test | 2024-11-28 |
| Test commit | Test | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Update README.MD | Feature | 2024-11-28 |
| Tailwind installation | Bug Fix | 2024-11-28 |
| Tailwind installation | Bug Fix | 2024-11-28 |
| Tailwind installation | Bug Fix | 2024-11-28 |
| Tailwind installation | Bug Fix | 2024-11-28 |
| Tailwind installation | Bug Fix | 2024-11-28 |
| Tailwind installation | Bug Fix | 2024-11-28 |
| Tailwind installation | Bug Fix | 2024-11-28 |
| Tailwind installation | Bug Fix | 2024-11-28 |
| Tailwind installation | Bug Fix | 2024-11-28 |
| Tailwind installation | Bug Fix | 2024-11-28 |
| Remove sql-migrate step | Bug Fix | 2024-11-28 |
| Remove sql-migrate step | Bug Fix | 2024-11-28 |
| Release command | Bug Fix | 2024-11-28 |
| Release command | Bug Fix | 2024-11-28 |
| Workflow name | Bug Fix | 2024-11-28 |
| Workflow name | Bug Fix | 2024-11-28 |
| README migration & tailwind install command | Bug Fix | 2024-11-28 |
| README migration & tailwind install command | Bug Fix | 2024-11-28 |
| How to do a release documentation | Feature | 2024-11-28 |
| How to do a release documentation | Feature | 2024-11-28 |
| Use int64 for position_repository count | Bug Fix | 2024-11-28 |
| Use int64 for position_repository count | Bug Fix | 2024-11-28 |
| Use int64 for position_service count | Bug Fix | 2024-11-28 |
| Use int64 for position_service count | Bug Fix | 2024-11-28 |
| Migrations should run as part of a single transaction | Feature | 2024-11-28 |
| Migrations should run as part of a single transaction | Feature | 2024-11-28 |
| Merge pull request #24 from iota-agency/IS-10 | Merge | 2024-11-28 |
| Merge pull request #24 from iota-agency/IS-10 | Merge | 2024-11-28 |
| Merge pull request #26 from iota-agency/IS-29 | Merge | 2024-11-28 |
| Merge pull request #26 from iota-agency/IS-29 | Merge | 2024-11-28 |
| Switch to form decoder | Bug Fix | 2024-11-28 |
| Switch to form decoder | Bug Fix | 2024-11-28 |
| Merge main | Merge | 2024-11-28 |
| Merge main | Merge | 2024-11-28 |
| Logo && head as providable components | Feature | 2024-11-29 |
| Logo && head as providable components | Feature | 2024-11-29 |
| Translate column labels | Bug Fix | 2024-11-29 |
| Translate column labels | Bug Fix | 2024-11-29 |
| Collect_static Collect method signature | Bug Fix | 2024-11-29 |
| Collect_static Collect method signature | Bug Fix | 2024-11-29 |
| User_repository save avatarId | Bug Fix | 2024-11-29 |
| User_repository save avatarId | Bug Fix | 2024-11-29 |
| WIP | Feature | 2024-11-30 |
| WIP | Feature | 2024-11-30 |
| Remove sql-migrate installation | Bug Fix | 2024-11-30 |
| Remove sql-migrate installation | Bug Fix | 2024-11-30 |
October 2024
| Change | Type | Date |
|---|---|---|
| Payment controller bugs & new fields | Bug Fix | 2024-10-03 |
| Payment controller bugs & new fields | Bug Fix | 2024-10-03 |
| Add uncommited files | Feature | 2024-10-04 |
| Add uncommited files | Feature | 2024-10-04 |
| Currency entity & repository | Feature | 2024-10-04 |
| Currency entity & repository | Feature | 2024-10-04 |
| Temporarily disable blogs & website tables | Bug Fix | 2024-10-04 |
| Temporarily disable blogs & website tables | Bug Fix | 2024-10-04 |
| Validation translation && seeding | Feature | 2024-10-05 |
| Validation translation && seeding | Feature | 2024-10-05 |
| View models && minor fixes | Feature | 2024-10-05 |
| View models && minor fixes | Feature | 2024-10-05 |
| Use shared currency select in users/new.templ | Bug Fix | 2024-10-05 |
| Use shared currency select in users/new.templ | Bug Fix | 2024-10-05 |
| Rename cashflow -> finances | Bug Fix | 2024-10-05 |
| Rename cashflow -> finances | Bug Fix | 2024-10-05 |
| Refactoring | Feature | 2024-10-05 |
| Refactoring | Feature | 2024-10-05 |
| Accounts page | Feature | 2024-10-05 |
| Accounts page | Feature | 2024-10-05 |
| Accounts new & edit pages | Feature | 2024-10-06 |
| Accounts new & edit pages | Feature | 2024-10-06 |
| Linter && run tests on push | Feature | 2024-10-06 |
| Linter && run tests on push | Feature | 2024-10-06 |
| Partially fixed linting errors | Bug Fix | 2024-10-06 |
| Partially fixed linting errors | Bug Fix | 2024-10-06 |
| Dialogue_service linting errors | Bug Fix | 2024-10-06 |
| Dialogue_service linting errors | Bug Fix | 2024-10-06 |
| Payment_service linting errors | Bug Fix | 2024-10-06 |
| Payment_service linting errors | Bug Fix | 2024-10-06 |
| All linting errors fixed | Bug Fix | 2024-10-06 |
| All linting errors fixed | Bug Fix | 2024-10-06 |
| Linting & tests running properly | Bug Fix | 2024-10-06 |
| Linting & tests running properly | Bug Fix | 2024-10-06 |
| Redundant log lines && upgrade dependencies | Bug Fix | 2024-10-06 |
| Redundant log lines && upgrade dependencies | Bug Fix | 2024-10-06 |
| Upgrade dependencies | Bug Fix | 2024-10-06 |
| Upgrade dependencies | Bug Fix | 2024-10-06 |
| Linting & tests | Bug Fix | 2024-10-06 |
| Linting & tests | Bug Fix | 2024-10-06 |
| Linting | Bug Fix | 2024-10-07 |
| Linting | Bug Fix | 2024-10-07 |
| Linting errors, mostly done | Bug Fix | 2024-10-07 |
| Linting errors, mostly done | Bug Fix | 2024-10-07 |
| Build failing | Bug Fix | 2024-10-07 |
| Build failing | Bug Fix | 2024-10-07 |
| Test utils refactoring && test coverage | Feature | 2024-10-07 |
| Test utils refactoring && test coverage | Feature | 2024-10-07 |
| Failing tests | Bug Fix | 2024-10-08 |
| Failing tests | Bug Fix | 2024-10-08 |
| Account tests | Feature | 2024-10-10 |
| Account tests | Feature | 2024-10-10 |
| WIP | Feature | 2024-10-10 |
| WIP | Feature | 2024-10-10 |
| WIP | Feature | 2024-10-10 |
| WIP | Feature | 2024-10-10 |
| Payments business logic | Feature | 2024-10-10 |
| Payments business logic | Feature | 2024-10-10 |
| Refactoring | Refactor | 2024-10-11 |
| Refactoring | Refactor | 2024-10-11 |
| Permissions model | Feature | 2024-10-12 |
| Permissions model | Feature | 2024-10-12 |
| User & roles rework | Feature | 2024-10-12 |
| User & roles rework | Feature | 2024-10-12 |
| Seed permissions & roles | Feature | 2024-10-12 |
| Seed permissions & roles | Feature | 2024-10-12 |
| Payment_service rbac | Feature | 2024-10-12 |
| Payment_service rbac | Feature | 2024-10-12 |
| Rbac works e2e | Feature | 2024-10-12 |
| Rbac works e2e | Feature | 2024-10-12 |
| Not found handler | Feature | 2024-10-12 |
| Not found handler | Feature | 2024-10-12 |
| Protect account route && users refactoring | Feature | 2024-10-13 |
| Protect account route && users refactoring | Feature | 2024-10-13 |
| Not found page working properly | Feature | 2024-10-13 |
| Not found page working properly | Feature | 2024-10-13 |
| Accounts & stages select in payment form | Bug Fix | 2024-10-13 |
| Accounts & stages select in payment form | Bug Fix | 2024-10-13 |
| Templ formatting | Bug Fix | 2024-10-13 |
| Templ formatting | Bug Fix | 2024-10-13 |
| Refactor rbac | Feature | 2024-10-13 |
| Refactor rbac | Feature | 2024-10-13 |
| Delete legacy web folder | Bug Fix | 2024-10-13 |
| Delete legacy web folder | Bug Fix | 2024-10-13 |
| Expense_service && expense_repository | Feature | 2024-10-13 |
| Expense_service && expense_repository | Feature | 2024-10-13 |
| Import alias | Bug Fix | 2024-10-13 |
| Import alias | Bug Fix | 2024-10-13 |
| Expenses page | Feature | 2024-10-13 |
| Expenses page | Feature | 2024-10-13 |
| Expenses page | Feature | 2024-10-13 |
| Expenses page | Feature | 2024-10-13 |
| Pages refactoring, use viewmodels instead of domain objects | Bug Fix | 2024-10-13 |
| Pages refactoring, use viewmodels instead of domain objects | Bug Fix | 2024-10-13 |
| Expense categories form | Bug Fix | 2024-10-13 |
| Expense categories form | Bug Fix | 2024-10-13 |
| Redirect path as part of props | Feature | 2024-10-14 |
| Redirect path as part of props | Feature | 2024-10-14 |
| Refactoring | Feature | 2024-10-14 |
| Refactoring | Feature | 2024-10-14 |
| Delete code gen | Bug Fix | 2024-10-14 |
| Delete code gen | Bug Fix | 2024-10-14 |
| Ip -> IP | Bug Fix | 2024-10-14 |
| Ip -> IP | Bug Fix | 2024-10-14 |
| Project domain | Feature | 2024-10-14 |
| Project domain | Feature | 2024-10-14 |
| IOTAERP-11 Buggy sidebar | Feature | 2024-10-14 |
| IOTAERP-11 Buggy sidebar | Feature | 2024-10-14 |
| Merge pull request #3 from iota-agency/IOTAERP-11 | Merge | 2024-10-14 |
| Merge pull request #3 from iota-agency/IOTAERP-11 | Merge | 2024-10-14 |
| Project repository | Feature | 2024-10-14 |
| Project repository | Feature | 2024-10-14 |
| Project service | Feature | 2024-10-14 |
| Project service | Feature | 2024-10-14 |
| Expense_category_controller.go | Refactor | 2024-10-14 |
| Expense_category_controller.go | Refactor | 2024-10-14 |
| Expense_category_controller.go | Refactor | 2024-10-14 |
| Expense_category_controller.go | Refactor | 2024-10-14 |
| Projects controller & edit/list/new pages | Feature | 2024-10-15 |
| Projects controller & edit/list/new pages | Feature | 2024-10-15 |
| Projects bug fixes | Bug Fix | 2024-10-15 |
| Projects bug fixes | Bug Fix | 2024-10-15 |
| Small bug fixes | Bug Fix | 2024-10-16 |
| Small bug fixes | Bug Fix | 2024-10-16 |
| Sidebar refactoring | Bug Fix | 2024-10-16 |
| Sidebar refactoring | Bug Fix | 2024-10-16 |
| Cypress setup | Feature | 2024-10-16 |
| Cypress setup | Feature | 2024-10-16 |
| Logout controller | Feature | 2024-10-16 |
| Logout controller | Feature | 2024-10-16 |
| Cypress tests WIP | Feature | 2024-10-16 |
| Cypress tests WIP | Feature | 2024-10-16 |
| Staging deploy config | Feature | 2024-10-19 |
| Staging deploy config | Feature | 2024-10-19 |
| Staging build | Bug Fix | 2024-10-19 |
| Staging build | Bug Fix | 2024-10-19 |
| Staging build | Bug Fix | 2024-10-19 |
| Staging build | Bug Fix | 2024-10-19 |
| Staging build | Bug Fix | 2024-10-19 |
| Staging build | Bug Fix | 2024-10-19 |
| Missing environment variables | Bug Fix | 2024-10-19 |
| Missing environment variables | Bug Fix | 2024-10-19 |
| Staging build | Bug Fix | 2024-10-19 |
| Staging build | Bug Fix | 2024-10-19 |
| Domain | Bug Fix | 2024-10-19 |
| Domain | Bug Fix | 2024-10-19 |
| Refactoring: configuration | Refactor | 2024-10-19 |
| Refactoring: configuration | Refactor | 2024-10-19 |
| Socket address | Bug Fix | 2024-10-19 |
| Socket address | Bug Fix | 2024-10-19 |
| Improve loading speed | Feature | 2024-10-19 |
| Improve loading speed | Feature | 2024-10-19 |
| Logging & unused function | Bug Fix | 2024-10-19 |
| Logging & unused function | Bug Fix | 2024-10-19 |
| Refactoring | Feature | 2024-10-23 |
| Refactoring | Feature | 2024-10-23 |
| Refactoring | Feature | 2024-10-23 |
| Refactoring | Feature | 2024-10-23 |
| Permission management in sidebar | Feature | 2024-10-23 |
| Permission management in sidebar | Feature | 2024-10-23 |
| Account page | Feature | 2024-10-23 |
| Account page | Feature | 2024-10-23 |
| Account page | Feature | 2024-10-23 |
| Account page | Feature | 2024-10-23 |
| Account page | Feature | 2024-10-23 |
| Account page | Feature | 2024-10-23 |
| Employee domain | Feature | 2024-10-23 |
| Employee domain | Feature | 2024-10-23 |
| Employee repository | Feature | 2024-10-23 |
| Employee repository | Feature | 2024-10-23 |
| Employee service | Feature | 2024-10-23 |
| Employee service | Feature | 2024-10-23 |
| Employee pages & controller | Feature | 2024-10-23 |
| Employee pages & controller | Feature | 2024-10-23 |
| New employee form fields | Feature | 2024-10-24 |
| New employee form fields | Feature | 2024-10-24 |
| Remove position_id | Bug Fix | 2024-10-24 |
| Remove position_id | Bug Fix | 2024-10-24 |
| Remove position from employee | Bug Fix | 2024-10-24 |
| Remove position from employee | Bug Fix | 2024-10-24 |
| Uhr - unified hourly rate | Feature | 2024-10-26 |
| Uhr - unified hourly rate | Feature | 2024-10-26 |
| Refactoring && modules | Feature | 2024-10-28 |
| Refactoring && modules | Feature | 2024-10-28 |
| Module system mvp | Feature | 2024-10-28 |
| Module system mvp | Feature | 2024-10-28 |
| Module system templates | Feature | 2024-10-28 |
| Module system templates | Feature | 2024-10-28 |
September 2024
| Change | Type | Date |
|---|---|---|
| New models && refactoring | Feature | 2024-09-08 |
| New models && refactoring | Feature | 2024-09-08 |
| Small refactoring | Bug Fix | 2024-09-28 |
| Small refactoring | Bug Fix | 2024-09-28 |
| Expense_categories controller | Feature | 2024-09-29 |
| Expense_categories controller | Feature | 2024-09-29 |
| Expense_categories page && payments | Feature | 2024-09-30 |
| Expense_categories page && payments | Feature | 2024-09-30 |
August 2024
| Change | Type | Date |
|---|---|---|
| Htmx rewrite | Feature | 2024-08-01 |
| Htmx rewrite | Feature | 2024-08-01 |
| Switch to crypto/rand | Feature | 2024-08-01 |
| Switch to crypto/rand | Feature | 2024-08-01 |
| Merge pull request #1 from iota-agency/IOTAERP-3 | Merge | 2024-08-01 |
| Merge pull request #1 from iota-agency/IOTAERP-3 | Merge | 2024-08-01 |
| Static files & serving | Feature | 2024-08-01 |
| Static files & serving | Feature | 2024-08-01 |
| Login page && public directory | Feature | 2024-08-01 |
| Login page && public directory | Feature | 2024-08-01 |
| Recompiled templ files | Feature | 2024-08-01 |
| Recompiled templ files | Feature | 2024-08-01 |
| WIP | Feature | 2024-08-01 |
| WIP | Feature | 2024-08-01 |
| Login page post & get | Feature | 2024-08-02 |
| Login page post & get | Feature | 2024-08-02 |
| WIP | Feature | 2024-08-02 |
| WIP | Feature | 2024-08-02 |
| Sidebar done | Feature | 2024-08-04 |
| Sidebar done | Feature | 2024-08-04 |
| Better error handling | Bug Fix | 2024-08-04 |
| Better error handling | Bug Fix | 2024-08-04 |
| Improvements | Feature | 2024-08-04 |
| Improvements | Feature | 2024-08-04 |
| Text/password input: | Feature | 2024-08-05 |
| Text/password input: | Feature | 2024-08-05 |
| Css | Feature | 2024-08-05 |
| Css | Feature | 2024-08-05 |
| Theming foundation setup | Feature | 2024-08-05 |
| Theming foundation setup | Feature | 2024-08-05 |
| Trying out alpine.js | Feature | 2024-08-06 |
| Trying out alpine.js | Feature | 2024-08-06 |
| Save progress | Feature | 2024-08-07 |
| Save progress | Feature | 2024-08-07 |
| Save progress | Feature | 2024-08-07 |
| Save progress | Feature | 2024-08-07 |
| Improvements | Feature | 2024-08-09 |
| Improvements | Feature | 2024-08-09 |
| Beautiful confirmation dialog | Feature | 2024-08-09 |
| Beautiful confirmation dialog | Feature | 2024-08-09 |
| Fix | Bug Fix | 2024-08-09 |
| Fix | Bug Fix | 2024-08-09 |
| Minor fix | Feature | 2024-08-09 |
| Minor fix | Feature | 2024-08-09 |
| Htmx delete loading indicator | Cleanup | 2024-08-09 |
| Htmx delete loading indicator | Cleanup | 2024-08-09 |
| Improvements | Feature | 2024-08-19 |
| Improvements | Feature | 2024-08-19 |
| Make pagectx constructor extendable | Feature | 2024-08-19 |
| Make pagectx constructor extendable | Feature | 2024-08-19 |
| Minor fixes | Feature | 2024-08-19 |
| Minor fixes | Feature | 2024-08-19 |
| Handle redirects properly when htmx not yet loaded, but user made request | Feature | 2024-08-19 |
| Handle redirects properly when htmx not yet loaded, but user made request | Feature | 2024-08-19 |
| Improvements | Feature | 2024-08-19 |
| Improvements | Feature | 2024-08-19 |
| Merge main | Merge | 2024-08-19 |
| Merge main | Merge | 2024-08-19 |
| Dashboard icon fix | Feature | 2024-08-19 |
| Dashboard icon fix | Feature | 2024-08-19 |
| Icon fixes | Feature | 2024-08-19 |
| Icon fixes | Feature | 2024-08-19 |
| User role update | Feature | 2024-08-22 |
| User role update | Feature | 2024-08-22 |
| Merge pull request #2 from iota-agency/IOTAERP-8 | Merge | 2024-08-26 |
| Merge pull request #2 from iota-agency/IOTAERP-8 | Merge | 2024-08-26 |
July 2024
| Change | Type | Date |
|---|---|---|
| Google authentication | Feature | 2024-07-22 |
| Google authentication | Feature | 2024-07-22 |
| Rework of payments, expenses & transactions | Feature | 2024-07-22 |
| Rework of payments, expenses & transactions | Feature | 2024-07-22 |
| Improved .gitignore | Feature | 2024-07-23 |
| Improved .gitignore | Feature | 2024-07-23 |
| Graph to internal/interfaces/ | Refactor | 2024-07-25 |
| Graph to internal/interfaces/ | Refactor | 2024-07-25 |
June 2024
| Change | Type | Date |
|---|---|---|
| Major refactoring | Feature | 2024-06-01 |
| Major refactoring | Feature | 2024-06-01 |
| Major refactoring | Feature | 2024-06-01 |
| Major refactoring | Feature | 2024-06-02 |
| Middle && composables | Feature | 2024-06-03 |
| Mid refactoring | Feature | 2024-06-03 |
| Fix tests | Bug Fix | 2024-06-03 |
| Fix tests | Bug Fix | 2024-06-03 |
| README refactoring | Feature | 2024-06-03 |
| Update CONVENTIONS.MD | Feature | 2024-06-03 |
| Update CONVENTIONS.MD | Feature | 2024-06-03 |
| Code gen work in progress | Feature | 2024-06-12 |
| Tests passing && major refactoring | Test | 2024-06-15 |
| Tests passing && major refactoring | Test | 2024-06-15 |
| Embedding service ready | Feature | 2024-06-19 |
| Embedding service ready | Feature | 2024-06-19 |
| Improved documentation | Docs | 2024-06-21 |
| Improved documentation | Docs | 2024-06-21 |
| Uncommited migration files | Feature | 2024-06-21 |
| Uncommited migration files | Feature | 2024-06-21 |
| Ui refactoring && separate graphql resolvers into separate files | Feature | 2024-06-24 |
| Ui refactoring && separate graphql resolvers into separate files | Feature | 2024-06-24 |
| Separate employee resolvers | Feature | 2024-06-24 |
| Separate employee resolvers | Feature | 2024-06-24 |
| Expense_categories, auth, uploads && bi_chat separate resolver | Feature | 2024-06-24 |
| Expense_categories, auth, uploads && bi_chat separate resolver | Feature | 2024-06-24 |
| Fix tests | Bug Fix | 2024-06-24 |
| Fix tests | Bug Fix | 2024-06-24 |
| File uploads | Feature | 2024-06-24 |
| File uploads | Feature | 2024-06-24 |
| New event publisher | Feature | 2024-06-24 |
| New event publisher | Feature | 2024-06-24 |
| Integrate new event publisher | Feature | 2024-06-24 |
| Integrate new event publisher | Feature | 2024-06-24 |
| Refactor useUser & useSession | Refactor | 2024-06-24 |
| Refactor useUser & useSession | Refactor | 2024-06-24 |
| Refactoring | Refactor | 2024-06-25 |
| Refactoring | Refactor | 2024-06-25 |
| Event publisher fixes | Feature | 2024-06-26 |
| Event publisher fixes | Feature | 2024-06-26 |
May 2024
| Change | Type | Date |
|---|---|---|
| Schema update | Feature | 2024-05-01 |
| Schema comments | Feature | 2024-05-01 |
| Migration to gorm complete | Feature | 2024-05-13 |
| Table sort by | Feature | 2024-05-13 |
| Major refactoring | Feature | 2024-05-20 |
| Gqlgen rewrite | Feature | 2024-05-31 |
April 2024
| Change | Type | Date |
|---|---|---|
| Initial commit | Feature | 2024-04-03 |
| Refactoring | Refactor | 2024-04-04 |
| A lot of tables done | Feature | 2024-04-04 |
| CRUD service half backed | Feature | 2024-04-06 |
| RPC | Feature | 2024-04-06 |
| Basic graphql | Feature | 2024-04-06 |
| GraphQL aggregation working properly | Feature | 2024-04-07 |
| GraphQL aggregation working properly | Feature | 2024-04-07 |
| Added count support | Feature | 2024-04-07 |
| Aggregation fully working | Feature | 2024-04-07 |
| Joins kinda working | Feature | 2024-04-08 |
| A little refactoring | Feature | 2024-04-08 |
| One2Many joins working | Feature | 2024-04-08 |
| Docs & partial nested joins support | Docs | 2024-04-09 |
| Authentication on the brink of completion && many more improvements | Feature | 2024-04-15 |
| Intermediate commit | Feature | 2024-04-17 |
| Stable release | Feature | 2024-04-20 |
| Stable release | Feature | 2024-04-21 |
| Task types && employee meta | Feature | 2024-04-21 |
| Td lib | Feature | 2024-04-22 |
| Td lib | Feature | 2024-04-22 |
Last updated on