Commit graph

  • bdc246dc10
    Fix container blob caching by passing auth token to fetcher (#44) Andrew Nesbitt 2026-04-01 15:22:39 +01:00
  • 03ddad10ec
    Fix paths for files.pythonhosted.org (#50) Kevin P. Fleming 2026-04-01 09:58:08 -04:00
  • 1d58f00433
    Bump github.com/lib/pq from 1.11.2 to 1.12.0 (#45) dependabot[bot] 2026-03-26 16:05:33 +00:00
  • 2f06411390
    Bump github.com/git-pkgs/enrichment from 0.1.5 to 0.2.1 (#46) dependabot[bot] 2026-03-26 15:59:11 +00:00
  • 1a8def9e20
    Bump modernc.org/sqlite from 1.46.1 to 1.47.0 (#47) dependabot[bot] 2026-03-26 15:58:50 +00:00
  • 5a46b756f3
    Bump docker/login-action from 3.7.0 to 4.0.0 (#39) dependabot[bot] 2026-03-19 10:41:56 +00:00
  • 302cd41c1c
    Bump docker/metadata-action from 5.10.0 to 6.0.0 (#38) dependabot[bot] 2026-03-19 10:41:50 +00:00
  • 05093c9e96
    Bump docker/build-push-action from 6.18.0 to 7.0.0 (#37) dependabot[bot] 2026-03-19 10:41:42 +00:00
  • f484cd859f
    Bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2 (#36) dependabot[bot] 2026-03-19 10:40:39 +00:00
  • 4a782922b7
    Add Docker ecosystem to Dependabot config Andrew Nesbitt 2026-03-19 10:24:26 +00:00
  • c50bfc45f7
    Update Dockerfile to Go 1.25 to match go.mod Andrew Nesbitt 2026-03-19 10:17:08 +00:00
  • 6d0204cc7d
    Fix Docker publish workflow to trigger on tag push Andrew Nesbitt 2026-03-19 10:11:44 +00:00
  • f23e0cb51d
    Add workflow to publish Docker image to GHCR on release (#35) v0.1.0 Andrew Nesbitt 2026-03-19 09:58:31 +00:00
  • 9368d5c84c
    Update README to reflect current CLI flags, Postgres, and S3 support (#33) Andrew Nesbitt 2026-03-18 11:15:45 +00:00
  • 599fe9e254
    Fix all golangci-lint issues across the codebase (#32) Andrew Nesbitt 2026-03-18 10:59:29 +00:00
  • 1308242a1b
    Merge pull request #31 from git-pkgs/add-coverage-tests-2 Andrew Nesbitt 2026-03-18 09:00:22 +00:00
  • 3afa5e050d
    Add handler download flow and server utility tests Andrew Nesbitt 2026-03-17 20:31:54 +00:00
  • f6ed4adea5
    Merge pull request #30 from git-pkgs/add-coverage-tests Andrew Nesbitt 2026-03-17 13:18:19 +01:00
  • d820f75fa6
    Add direct tests for handler core methods, template rendering, and query validation Andrew Nesbitt 2026-03-13 17:05:14 +00:00
  • 240a61c537
    Merge pull request #28 from git-pkgs/add-handler-tests Andrew Nesbitt 2026-03-13 08:23:20 +00:00
  • 07e5831949
    Merge pull request #29 from git-pkgs/fix-metadata-http-client Andrew Nesbitt 2026-03-13 08:23:13 +00:00
  • e2a683c7a6
    Route handler metadata requests through Proxy.HTTPClient instead of http.DefaultClient Andrew Nesbitt 2026-03-13 07:44:11 +00:00
  • 06483d2d5c
    Add tests for Conan and NuGet handlers Andrew Nesbitt 2026-03-13 07:43:28 +00:00
  • 73b9633078
    Merge pull request #25 from git-pkgs/add-body-size-limits Andrew Nesbitt 2026-03-13 07:30:56 +00:00
  • 0e1a06c5e6
    Add size limits on request bodies and upstream metadata reads Andrew Nesbitt 2026-03-12 12:04:12 +00:00
  • 38213d9631
    Merge pull request #23 from git-pkgs/fix-browse-xss Andrew Nesbitt 2026-03-13 07:25:57 +00:00
  • 3ec353c624
    Merge pull request #24 from git-pkgs/fix-error-disclosure Andrew Nesbitt 2026-03-13 07:25:44 +00:00
  • 68a8af56d4
    Merge pull request #26 from git-pkgs/fix-path-traversal Andrew Nesbitt 2026-03-13 07:24:43 +00:00
  • c46535bbef
    Merge pull request #27 from git-pkgs/docs-improvements Andrew Nesbitt 2026-03-13 07:22:57 +00:00
  • ade64386a6
    Document web UI, monitoring, database schema, and cooldown support Andrew Nesbitt 2026-03-12 12:18:27 +00:00
  • bf7e83efe3
    Reject path traversal in debian and rpm handlers Andrew Nesbitt 2026-03-12 12:05:52 +00:00
  • 3d6ebc9522
    Stop leaking internal error messages in API and health responses Andrew Nesbitt 2026-03-12 12:01:29 +00:00
  • 9e97a3316a
    Escape user-controlled strings in browse source JavaScript Andrew Nesbitt 2026-03-12 11:59:14 +00:00
  • 9b321eaaa6
    Merge pull request #21 from git-pkgs/openapi-docs Andrew Nesbitt 2026-03-12 11:54:55 +00:00
  • 82443e137f
    Add generated OpenAPI docs support Andrew Nesbitt 2026-03-11 17:18:29 +00:00
  • 9c0f1bc58d
    Merge pull request #22 from git-pkgs/template-ecosystem-cleanup Andrew Nesbitt 2026-03-11 17:55:42 +00:00
  • fe32236a57
    Remove hard-coded ecosystems from templates Andrew Nesbitt 2026-03-11 17:25:47 +00:00
  • 4858286778
    Merge pull request #17 from git-pkgs/cooldown-feature Andrew Nesbitt 2026-03-11 16:04:56 +00:00
  • befc4493a2
    Merge pull request #19 from git-pkgs/dependabot/github_actions/actions/setup-go-6.3.0 Andrew Nesbitt 2026-03-05 15:42:22 +00:00
  • bd99f3dd82
    Bump actions/setup-go from 6.2.0 to 6.3.0 dependabot[bot] 2026-03-05 15:27:53 +00:00
  • dd4595ddc5
    Add version cooldown section to README Andrew Nesbitt 2026-03-04 19:07:53 +00:00
  • 4f8f63f354
    Add version cooldown to filter recently published packages Andrew Nesbitt 2026-03-04 19:00:31 +00:00
  • 5f4c57693e
    Merge pull request #15 from git-pkgs/use-purl-library Andrew Nesbitt 2026-03-04 09:23:10 +00:00
  • 364549ad14
    Replace inline PURL construction with purl library Andrew Nesbitt 2026-03-04 09:20:16 +00:00
  • 40cfd7798e
    Merge pull request #14 from git-pkgs/update-dependencies Andrew Nesbitt 2026-03-04 09:15:43 +00:00
  • 1618d6deca
    Update all dependencies Andrew Nesbitt 2026-03-04 09:09:13 +00:00
  • bd123e298e
    Merge pull request #13 from git-pkgs/use-archives-diff Andrew Nesbitt 2026-02-27 12:18:38 +00:00
  • a93eb4da5e
    Update archives to v0.2.0 Andrew Nesbitt 2026-02-27 12:14:00 +00:00
  • 07778d9727
    Replace internal/diff with archives/diff Andrew Nesbitt 2026-02-27 10:55:10 +00:00
  • 1897f2f44f
    Merge pull request #11 from git-pkgs/dependabot/github_actions/goreleaser/goreleaser-action-7.0.0 Andrew Nesbitt 2026-02-26 16:19:44 +00:00
  • 5b16012ab3
    Bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 dependabot[bot] 2026-02-26 15:34:49 +00:00
  • 2e9dc1a6b3
    Merge pull request #10 from git-pkgs/use-registries-fetch Andrew Nesbitt 2026-02-20 20:26:23 +00:00
  • be8c4b9860
    Replace internal/upstream with registries/fetch Andrew Nesbitt 2026-02-20 08:47:14 +00:00
  • f10610fc15
    Use go tool directive for golangci-lint instead of GitHub Action Andrew Nesbitt 2026-02-20 07:59:32 +00:00
  • e6645f38c9
    Fix staticcheck QF1012 lint warnings in diff package Andrew Nesbitt 2026-02-20 07:53:24 +00:00
  • 70dd557184
    Update Go dependencies Andrew Nesbitt 2026-02-20 07:41:00 +00:00
  • 48ae3898c2
    Merge pull request #3 from git-pkgs/dependabot/go_modules/github.com/go-chi/chi/v5-5.2.5 Andrew Nesbitt 2026-02-16 11:25:21 +00:00
  • 337159d3cd
    Merge pull request #2 from git-pkgs/dependabot/github_actions/zizmorcore/zizmor-action-0.5.0 Andrew Nesbitt 2026-02-16 11:25:10 +00:00
  • 4d5098e044
    Remove internal/archive package, replaced by git-pkgs/archives dependency Andrew Nesbitt 2026-02-16 11:11:48 +00:00
  • c50bf725b7
    Bump github.com/go-chi/chi/v5 from 5.2.4 to 5.2.5 dependabot[bot] 2026-02-16 10:54:33 +00:00
  • b86c8be81d
    Bump zizmorcore/zizmor-action from 0.4.1 to 0.5.0 dependabot[bot] 2026-02-16 10:54:32 +00:00
  • 8ddf07587c
    Fix golangci-lint errors (errcheck, staticcheck, unused) Andrew Nesbitt 2026-02-16 10:53:21 +00:00
  • e35394bee3
    Use shared github.com/git-pkgs/enrichment module Andrew Nesbitt 2026-02-06 10:37:00 +00:00
  • c7106922c8
    go mod tidy Andrew Nesbitt 2026-02-04 08:49:17 +00:00
  • 8c7928cf31
    Update dependencies Andrew Nesbitt 2026-02-03 22:53:40 +00:00
  • 96ff2731e5
    Update ecosystems-go dependency version in go.mod Andrew Nesbitt 2026-02-03 22:41:13 +00:00
  • 2d7cb8eae5
    Refactoring and features Andrew Nesbitt 2026-02-03 22:40:23 +00:00
  • bbd88fcca1
    Update .gitignore Andrew Nesbitt 2026-02-03 21:44:05 +00:00
  • 0901aa082b
    ignore binary Andrew Nesbitt 2026-02-03 21:42:58 +00:00
  • fb66817a05
    remove and ignore cache db Andrew Nesbitt 2026-02-03 21:42:18 +00:00
  • c3750adfd0
    Merge pull request #1 from git-pkgs/dependabot/go_modules/github.com/ecosyste-ms/ecosystems-go-0.1.0 Andrew Nesbitt 2026-01-29 21:20:51 +00:00
  • d36b660f9d
    Bump github.com/ecosyste-ms/ecosystems-go dependabot[bot] 2026-01-29 21:17:08 +00:00
  • 9c974a0a81
    Fix Windows CI test failures Andrew Nesbitt 2026-01-29 20:41:52 +00:00
  • 935c881c2f
    Remove local replace directives for git-pkgs dependencies Andrew Nesbitt 2026-01-29 19:57:10 +00:00
  • f4a407ced3
    Add GitHub Actions workflows and goreleaser config Andrew Nesbitt 2026-01-29 19:44:41 +00:00
  • 658e9621d8
    Add Container, Debian, RPM handlers and enrichment API Andrew Nesbitt 2026-01-29 19:35:15 +00:00
  • 1eb9d71bd7
    Align database schema with git-pkgs for compatibility Andrew Nesbitt 2026-01-29 16:44:01 +00:00
  • fcc5289f97
    Add auth pass-through for upstream registries Andrew Nesbitt 2026-01-29 16:33:09 +00:00
  • ba754f8a79
    Add gocloud.dev/blob for S3 and filesystem storage Andrew Nesbitt 2026-01-29 16:13:16 +00:00
  • 2a20fea2d9
    Add Dockerfile and docker-compose.yml Andrew Nesbitt 2026-01-29 16:07:14 +00:00
  • 41aa11ab66
    Add sqlx with SQLite default and PostgreSQL option Andrew Nesbitt 2026-01-29 16:06:56 +00:00
  • 7b1bdf75f7
    Extract checkCache helper to reduce duplication Andrew Nesbitt 2026-01-21 22:47:23 +00:00
  • aa58059207
    Update dependencies Andrew Nesbitt 2026-01-21 20:04:41 +00:00
  • 7b22638ef7
    Hello world Andrew Nesbitt 2026-01-20 21:52:44 +00:00