-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Keep in sync with .circleci/config.yml | ||
|
||
# https://github.com/erlang/otp/tags | ||
erlang_version=25.1.2 | ||
erlang_version=26.2.5 | ||
|
||
# https://github.com/elixir-lang/elixir/tags | ||
elixir_version=1.14.1 | ||
elixir_version=1.16.2 | ||
|
||
# https://hub.docker.com/r/hexpm/elixir/tags: find a version supporting the combination above | ||
alpine_version=3.17.0 | ||
alpine_version=3.19.1 | ||
|
||
always_build_deps=false | ||
config_vars_to_export=(SECRET_KEY_BASE AUTH_KEY) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ defmodule ExGridhookWeb.EventControllerTest do | |
"sg_message_id" => "sendgrid_internal_message_id", | ||
"event" => "processed", | ||
"category" => "category", | ||
"associated_records" => '["Item:123", "Item:456"]' | ||
"associated_records" => ~c'["Item:123", "Item:456"]' | ||
}, | ||
%{ | ||
"email" => "[email protected]", | ||
|
2 comments
on commit 07ac1fe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked! The issue was ssl_opts: [verify: :verify_none],
. Now gridhook have updated postgress and almost latest elixir onboarded. should now be ready to accomodate the latest changes, adding a UI to it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, https://app.honeybadger.io/projects/110465/faults/103212035 and https://app.honeybadger.io/projects/110465/faults/101274288 where caused by the ssl_opts issue
This what makes Heroku unbreak