Skip to content

Commit 117eef0

Browse files
aerosolzoldar
andauthoredOct 24, 2023
Upgrade Erlang/Elixir stack (#3454)
* Bump deps * Bump stack * Fix deprecation warnings * Fix VCR cassettes mismatch due to OTP-18414 Co-authored-by: Adrian Gruntkowski <[email protected]> * Format & fix flaky tests * Handle raw IPv4 hostnames; test public suffix TLD * Configure locus db cache_dir So that maxmind unavailability doesn't affect application startup. PERSISTENT_CACHE_DIR env var is used to point locus at the GeoIP DB file. * WIP: Remove ExVCR * Fix test env config * Fixup exvcr * Remove exvcr from deps * Add convert script * Remove exvcr cassettes * Remove convert script * Rename test * Update moduledoc * Update dockerfile * Bump CI cache * Tag more slow tests, why not? * Use charlist for locus cache option * Pin nodejs * Merge google tests, make them async --------- Co-authored-by: Adrian Gruntkowski <[email protected]>
1 parent 2ada3d7 commit 117eef0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+843057
-704
lines changed
 

‎.github/workflows/elixir.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
deps
6363
_build
6464
priv/plts
65-
key: ${{ runner.os }}-mix-v5-${{ hashFiles('**/mix.lock') }}
66-
restore-keys: ${{ runner.os }}-mix-v5-
65+
key: ${{ runner.os }}-mix-v6-${{ hashFiles('**/mix.lock') }}
66+
restore-keys: ${{ runner.os }}-mix-v6-
6767
- name: Install dependencies
6868
run: mix deps.get && npm install --prefix ./tracker
6969
- name: Check Formatting

‎.iex.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alias Plausible.{Site, Sites, Goal, Goals, Stats}
44
import_if_available(Ecto.Query)
55
import_if_available(Plausible.Factory)
66

7-
Logger.configure(level: :warn)
7+
Logger.configure(level: :warning)
88

99
IO.puts(
1010
IO.ANSI.cyan() <>

0 commit comments

Comments
 (0)