Skip to content

Commit

Permalink
Merge pull request #11684 from transcom/B-18112-Update-source-of-duty…
Browse files Browse the repository at this point in the history
…-location-and-pay-grade-information-in-profile-to-show-values-from-orders-table

B 18112 update source of duty location and pay grade information in profile to show values from orders table
  • Loading branch information
traskowskycaci authored Jan 9, 2024
2 parents cfe5d31 + be1d4cf commit a4bb66c
Show file tree
Hide file tree
Showing 45 changed files with 1,000 additions and 102 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ executors:

commands:
create_dot_go_version:
description: "Creates a .go-version file (if needed) which can be used for cache keys specific to golang"
description: 'Creates a .go-version file (if needed) which can be used for cache keys specific to golang'
steps:
- run:
name: Create a .go-version file
Expand Down Expand Up @@ -1237,7 +1237,7 @@ jobs:
#
# The trailing hyphen in restore_cache seems important
# according to the page linked above
- v6-spectral-lint-
- v7-spectral-lint-
- run:
name: Save Baseline Spectral Lint
command: |
Expand Down Expand Up @@ -1296,7 +1296,7 @@ jobs:
# Use the BuildNum to update the cache key so that the
# coverage cache is always updated
- save_cache:
key: v6-spectral-lint-{{ .BuildNum }}
key: v7-spectral-lint-{{ .BuildNum }}
paths:
- ~/transcom/mymove/spectral
- store_artifacts:
Expand Down
150 changes: 150 additions & 0 deletions pkg/gen/internalapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

72 changes: 72 additions & 0 deletions pkg/gen/internalmessages/create_update_orders.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a4bb66c

Please sign in to comment.