Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into b-21938-entitlement-r…
Browse files Browse the repository at this point in the history
…efactor-main
  • Loading branch information
cameroncaci committed Jan 14, 2025
2 parents 8f5340c + 3ec3687 commit 15c1eff
Show file tree
Hide file tree
Showing 303 changed files with 14,640 additions and 1,408 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@ commands:
export FEATURE_FLAG_UNACCOMPANIED_BAGGAGE=false
export FEATURE_FLAG_ENABLE_ALASKA=false
export FEATURE_FLAG_ENABLE_HAWAII=false
export FEATURE_FLAG_BULK_ASSIGNMENT=false
# disable for speed, playwright tests can fail otherwise
export DB_DEBUG=false
Expand Down Expand Up @@ -943,6 +944,7 @@ commands:
FEATURE_FLAG_QUEUE_MANAGEMENT: 'false'
FEATURE_FLAG_UNACCOMPANIED_BAGGAGE: 'false'
FEATURE_FLAG_ENABLE_ALASKA: 'false'
FEATURE_FLAG_BULK_ASSIGNMENT: 'false'
command: |
SHARD=$((${CIRCLE_NODE_INDEX}+1))
PLAYWRIGHT_JUNIT_OUTPUT_NAME=playwright-results.xml \
Expand Down
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ export FEATURE_FLAG_BOAT=true
export FEATURE_FLAG_MOBILE_HOME=true
export FEATURE_FLAG_UNACCOMPANIED_BAGGAGE=false

# Feature flag to allow Bulk Assigment options to be displayed
export FEATURE_FLAG_BULK_ASSIGNMENT=true

# Feature flag to allow AK to be entered as a state
export FEATURE_FLAG_ENABLE_ALASKA=true

Expand Down
Loading

0 comments on commit 15c1eff

Please sign in to comment.