-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Production 2024-11-19_01 #2714
Merged
Production 2024-11-19_01 #2714
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
pavelbrm
commented
Nov 19, 2024
- fix: update order expiry when found one during linking #2705
- chore: upgrade go runtime to 1.22 #2704
- chore: update x/net to v0.23.0 #2703
- chore: replace hashicorp/vault with openbao #2707
- Remove unused error ErrNoRowsChangedOrderPayHistory #2700
- feat: handle stripe invoice.payment_failed events #2663
- Update expired certificates #2701
- Update setup instructions and remove some unused files and instructions #2685
- fix: stop special handling for leo annual issuer #2709
- fix: set email when creating new session for trial days #2710
* chore: update x_net dep * chore: use local toolchain
* chore: Update hashicorp/vault deps, use openbao sdk for tools * Makefile: update golangci-lint to match CI * go mod tidy * chore: run go mod tidy * chore: backport some changes from 2662 * chore: sync with master * improve caching, fix docker user * remove unnecessary step --------- Co-authored-by: PavelBrm <pburmistrov@brave.com>
* feat: handle stripe invoice.payment_failed events * review: increment numPaymentFailed in-place * fix: fix test
When I ran the grants container I got these errors: > DBG failed to dial: x509: certificate has expired or is not yet valid: current time 2024-10-29T18:07:57Z is after 2024-04-02T16:18:51Z module=kafka.NewKafkaReader > DBG Unable to establish connection to consumer group coordinator for group grant-bat-skus-local: failed to dial: x509: certificate has expired or is not yet valid: current time 2024-10-29T18:08:02Z is after 2024-04-02T16:18:51Z module=kafka.NewKafkaReader > DBG failed to dial: x509: certificate has expired or is not yet valid: current time 2024-10-29T18:08:02Z is after 2024-04-02T16:18:51Z module=kafka.NewKafkaReader I verified that the certificates were expired: ``` $ openssl x509 -in test/secrets/snakeoil-ca-1.crt -noout -text | grep 'Not' Not Before: Apr 3 16:18:51 2023 GMT Not After : Apr 2 16:18:51 2024 GMT ``` To regenerate the certificates I used `test/secrets/README.md`
…ns (#2685) * Update setup instructions - Update minimum Go version (all setups require at least 1.22) - `go get` is no longer supported outside a module, update to `go install` - Update outdated path for payments in README and remove superfluous redirection character - Update a couple of oudated paths in the `services/skus/README.md` file * Remove unused docker-refresh-skus and docker compose files - The Makefile was referencing a yml file that didn't exist. - The skus README was specifying a command which was previously renamed. I removed the Makefile entry and instead specify to run `make docker-dev` and speicfy to run `cd main && go run main.go serve grant` in the services/sku readme. * Remove unused docker-refresh-dev and docker compose file * Add typical development steps Credit: Kit
clD11
approved these changes
Nov 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.