Changelog
- de1d19c Accept options from query string of registry URL
- 209758f Add Config.DisableRecordShipping for testing
- 9da6b02 Add
--registry
option for specifying the registry to use. - 52dc6ef Add deploy hook
- 75aab3f Add grpc registry
- 2f910e7 Add mark to deprecated options.
- a7b9d1f Add octocov for showing code metrics
- e3b3865 Add test for dewy.Run()
- 8815c8b Allow Fetcher to dynamically change where artifacts are retrieved from based on the scheme from the Registry.
- ecdc402 Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7
- 0388725 Bump google.golang.org/grpc from 1.57.0 to 1.57.1
- 50a0afb Change interface ( Add context.Context )
- b81691f Detect artifact using GOOS and GOARCH
- ee94ac0 Dewy does not support config file. Instead, it uses environment variables.
- e762769 Dismantle
repo.Repo
- 76eb954 Drop windows support
- 3d107f0 Exclude timestamp (updatedAt) from cache key
- 0adfece Fix .goreleaser.yml (Replace deprecated config)
- add73ca Fix GitHub client generation to be taken directly from environment variables.
- 243139a Fix error handling without using panic
- b735a78 Fix lint warn
- 8f550ed Fix lint warn
- e04bb74 Fix lint warn
- c1becdd Fix lint warn
- 6233ce0 Fix lint warn
- fb941e0 Fix method
- 202c7c8 Fix typo
- b6843a6 Merge branch 'main' into octocov
- f0029a2 Merge branch 'main' into separate-cache
- a86dbe3 Merge branch 'main' into update-go-and-workflows
- ca430c4 Merge branch 'use-go-github-factory' into separate-cache
- 111b1e3 Merge branch 'website'
- dbc591d Merge pull request #15 from linyows/golangci-lint
- 895089b Merge pull request #17 from k1LoW/update-go-and-workflows
- d5be203 Merge pull request #18 from k1LoW/update-pkgs
- 4e84cb9 Merge pull request #19 from k1LoW/remove-config-file
- 32b079b Merge pull request #20 from k1LoW/add-test
- 3c0660c Merge pull request #21 from k1LoW/octocov
- 33a4aed Merge pull request #22 from k1LoW/dontpanic
- b598f7d Merge pull request #23 from k1LoW/replace-ioutil
- df78118 Merge pull request #24 from k1LoW/use-go-github-factory
- f37df0f Merge pull request #25 from k1LoW/separate-cache
- 80f74f5 Merge pull request #26 from k1LoW/change-cache-key
- 5ac315e Merge pull request #27 from k1LoW/create-registory-and-storage
- be9c94a Merge pull request #28 from k1LoW/name-to-repo
- a5b6116 Merge pull request #29 from k1LoW/dismantle-repo
- 9f805ed Merge pull request #30 from k1LoW/detect-artifact
- 6a220ca Merge pull request #31 from k1LoW/create-fectcher-github-release
- 8ccee25 Merge pull request #32 from k1LoW/remove-unused
- 245781f Merge pull request #33 from k1LoW/remove-repo
- 29073c3 Merge pull request #34 from k1LoW/registry-option
- 3ff5976 Merge pull request #35 from k1LoW/grpc
- 4860c41 Merge pull request #36 from k1LoW/fix-goreleaser-yml
- 5ea77ee Merge pull request #37 from linyows/option-query
- c86aa41 Merge pull request #38 from linyows/deprecated
- 74ac525 Merge pull request #39 from linyows/hook
- 8e57aa5 Merge pull request #40 from linyows/dependabot/go_modules/github.com/cloudflare/circl-1.3.7
- 28e6772 Merge pull request #41 from linyows/dependabot/go_modules/google.golang.org/grpc-1.57.1
- ac2c816 Merge pull request #42 from linyows/website
- 014284a Merge pull request #43 from linyows/update-gen
- 87e50aa Merge pull request #44 from linyows/dewy-work
- 17670f3 Merge pull request #45 from linyows/notify
- a42c387 Merge pull request #46 from linyows/storage
- f3a8c9c Merge pull request #47 from linyows/rename
- 1d0c7db Merge pull request #48 from linyows/support-s3-registry
- 8a1b36e Remove
repo
package completely - 74f1491 Remove unused code
- 2d825ee Rename fields according to GitHub API (
name
torepo
) - 1025d39 Replace io/ioutil with os
- dea1b0f Separate cache feature from repo.Repo as it is not a role of Remote repository backend.
- 084ca95 Separate repo.Repo to registory.Registory and storage.Storage
- b3da46c Support
grpc://
scheme for registry - f520572 Support
s3://
andgcs://
- 581d0d2 Update README.md
- ae02ab4 Update README.md
- e9fe8bd Update README.md
- 8f190f7 Update github.com/google/go-github and github.com/google/go-querystring
- 6733f7f Update github.com/lestrrat-go/server-starter
- cae39f6 Update github.com/lestrrat-go/slack
- 9580b07 Update github.com/mholt/archiver
- b0c864e Update go version
- f62e211 Update workflows
- 713662d Use ghrelease.Scheme
- bb4cc55 Use golangci-lint instead of golint
- 193db47 Use version of go.mod
- 003b2ad add comments for currentkeyName
- a5967b9 add golangci-lint workflow
- 6b41db5 add logos
- 70d0946 add notify options for cli
- db63b48 add notify to config.go
- 7bed8e4 add null notify
- 69a1a45 add page workflow
- 2f54f17 add s3 registry
- b05818b add s3 registry test
- dd6f0af add schedule for lint
- 2d9cd21 add website
- 8607840 buf generate
- db00e82 build if only main branch or tags
- d60c2b3 dewy is work!
- 280ce0f fix lint
- 5c54f64 fix lint
- 9ec6656 fix lint
- 88566b2 fix registry/grpc_test.go
- af293dd fix test
- 1e01de4 fix test
- 1657e4d fix test
- 4f918f4 fix test
- 591fcf6 ignore public dir
- af51990 integrate registry/github_release to registry
- fe544d6 integrate registry/grpc to registry
- fe32b6c move generated code to under registry/gen
- 668b03e move proto and buf files
- cd740a0 name to short
- 704cb27 remove comment
- 50d8c77 remove duplicated flags
- 3262c2b remove scheduled workflow
- 82b4e3e remove unused const
- 45ab6be remove unused methods
- 9bc7880 rename package to artifact from storage
- 1b0b013 rename package to notify
- 669c031 rename variables
- 56cd73a skip lint
- 457c666 split dewy_test to registry_test
- c1ae621 typo
- adb2be4 typo
- bd23292 update Makefile
- 32cf360 update README.md
- c0a6890 update README.md
- 70b3fa8 update artifact/s3.go
- 1a97aec update assets
- b974a9b update current value
- 9a3fcd4 update dewy.go
- e76ee4b update go mod
- 99874f1 update register/s3.go
- ad23965 use context in registry
- 5e5b4eb use notify in dewy
- 8c3804b use url instead path: first path segment in URL cannot contain colon