-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #550 from karrioapi/fedex-rate-customs-clearance
- Loading branch information
Showing
13 changed files
with
3,068 additions
and
2,548 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2024.2.9 | ||
2024.2.10 |
5,492 changes: 2,962 additions & 2,530 deletions
5,492
apps/api/karrio/server/static/karrio/js/karrio.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
set -e | ||
|
||
export KARRIO_TAG="${KARRIO_TAG:-2024.2.9}" | ||
export KARRIO_TAG="${KARRIO_TAG:-2024.2.10}" | ||
export SENTRY_DSN="${SENTRY_DSN:-'https://[email protected]/1'}" | ||
|
||
SECRET_KEY=$(head -c 28 /dev/urandom | sha224sum -b | head -c 56) | ||
|
@@ -23,7 +23,7 @@ if ! [ -z "$1" ] | |
then | ||
export KARRIO_TAG=$1 | ||
else | ||
echo "What version of Karrio would you like to install? (We default to '2024.2.9')" | ||
echo "What version of Karrio would you like to install? (We default to '2024.2.10')" | ||
echo "You can check out available versions here: https://hub.docker.com/r/karrio/server/tags" | ||
read -r KARRIO_TAG_READ | ||
if [ -z "$KARRIO_TAG_READ" ] | ||
|
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
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
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