Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Release v1.0.0-alpha

Choose a tag to compare

@github-actions github-actions released this 15 Dec 11:57
· 39 commits to master since this release
127a40a

What's Changed

  • fix: update Docker image tag format in workflow (127a40a)
  • chore: add protoc-gen-es and protoc-gen-connect-es to Dockerfile (fddb102)
  • refactor: abstract fallback values in config package (d09af44)
  • fix: security issues (1ff8e39)
  • feat: implement removal of scalar value types section in documentation generation (6dd5ff0)
  • feat: add documentation generation and update SDK configuration (1e65789)
  • chore: configure codecov (2bdbd69)
  • staged (9339e89)
  • test: improve test coverage (7ad2f0e)
  • feat: implement getRecentCommit and pagination for getCommits (042cfca)
  • feat(getRepository): get repo with organization id (c618d70)
  • fix(sdkGeneration): path issue (e8fcbc5)
  • fix: command injection and ci permission (c9f052c)
  • ci: delete race flag for test (1e3d35c)
  • feat: sdk generation (78f4f2d)
  • fix: ssh path issue (c098c80)
  • fix: make creating ssh keys idempotent (f8c54a6)
  • feat: sdk generation (0f682ae)
  • test: improve code coverage (7ada847)
  • fix: role mapping (560bcfe)
  • fix: organization invitation (75ac829)
  • ci: update codecov configuration (bbf2afc)
  • ci: create static code analysis stage (9ca5822)
  • feat: search (24e5480)
  • doc: create a readme (1ebdd4f)
  • feat: forgot password (dea5e29)
  • feat: file preview (27658d0)
  • feat: get commit file tree (89b76f6)
  • feat: filter repositories by organization (7181555)
  • feat: get commit history (fb68f88)
  • fix: tests (b1c13a7)
  • ci: update Go version to 1.25.5 (1390c79)
  • fix: git http (b798820)
  • break: upgrade go version (067f32f)
  • chore: upgrade dependencies (a0d1596)
  • refactor: error handling (90e5f70)
  • feat: update repository (f80e1fb)
  • fix: lint (795a622)
  • build: switch base image to alpine and install git and ca-certificates (c947e2e)
  • feat: http support (0d242c8)
  • feat: ssh support (f9ad088)
  • chore: upgrade dependencies (a7563b4)
  • refactor: Implement bulk user email retrieval, organization owner count, and registry repository deletion/preferences fetching (6465f4d)
  • refactor(registry): concurrent delete repositories (d35e12d)
  • feat: sdk preferences (e272ea2)
  • fix: update user (9688cd0)
  • refactor: cover migrations files with tests (661679f)
  • fix: add migrations for api_keys and ssh_keys tables with necessary fields and indexes (1b49f57)
  • refactor: update API key and SSH key creation methods to include name parameter (5e9c13c)
  • fix: replace custom error handling with connect errors across organization, registry, and user packages (ae92d01)
  • feat: add pagination support for API and SSH keys retrieval (3bc9542)
  • chore: remove unused indirect dependency (18fd240)
  • refactor(user): move pg repository under pkg (b08be8d)
  • refactor: move registry pg implementation under pkg (300ec12)
  • refactor: organization handling by introducing a queue for email job processing and updating repository methods (856f83f)
  • chore: upgrade dependencies (4fbf687)
  • feat: implement user-specific organization and repository retrieval methods in service and repository layers (2dbe46a)
  • feat: enhance organization service by integrating user repository for invite handling and updating service dependencies (9ba00fc)
  • feat: consolidate invite creation and email job enqueueing into a single method (aee63be)
  • feat: redesign invitation email template for improved user experience (c4710f2)
  • feat: implement member role update and deletion functionality (1746700)
  • chore: update dependencies in go.mod and go.sum (37c17d6)
  • feat: authorization (3672e79)
  • feat: invite members (91ee8f2)
  • fix: implement update organization functionality with visibility handling (450c102)
  • fix: add visibility field to repositories with default handling (aba8cc8)
  • fix: delete organization's repositories while deleting an organization (987bcab)
  • fix: create repository dto (8f7332d)
  • feat: renew tokens (6c53471)
  • chore: setup precommit (a333989)
  • fix: minor issues (c777264)
  • feat: delete repository/organization (3c194ba)
  • fix: auth interceptor (709a389)
  • feat: email enqueue (721968f)
  • feat: email template (5e04431)
  • chore: update proto packages (60f94de)
  • refactor: update response for getorgs and getrepos (00ef508)
  • feat: implement migration (7c75caa)
  • refactor: delete dead code in config and implement cors for catch preflight request (b356cd8)
  • feat: invite (88af44a)
  • feat: organizations (27432bc)
  • feat: make otel integration closable (601ca45)
  • refactor: repository service to registry service (3135c53)
  • feat: db migrations (059d0de)
  • feat(config): add env support (dec4a8f)
  • feat: get repositories (d9f7c2e)
  • feat: create repository (b8caff3)
  • feat(user): implement update and delete user (3d8e788)
  • refactor: migrate new types (442b63a)
  • chore: migrate to bsr (dfbca8f)
  • ci: seperate releasing from ci workflow (8657b44)
  • chore: update container configuration (67abef8)
  • fix: ci (7ff9260)
    Full Changelog: 277055f...v1.0.0-alpha