Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VACMS-17516 and 17518: Migrating certain Service location values to null #17703

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
da4dc6d
Bump drupal/raven from 5.0.8 to 5.0.9 (#17615)
dependabot[bot] Mar 29, 2024
e21eac2
Bump knplabs/github-api from 3.14.0 to 3.14.1 (#17628)
dependabot[bot] Mar 29, 2024
feae485
Bump va-gov/content-build from 0.0.3469 to 0.0.3470 (#17690)
dependabot[bot] Mar 30, 2024
46a0a48
Bump drupal/entity_clone from 2.0.0-beta4 to 2.0.0-beta5 (#17670)
dependabot[bot] Apr 1, 2024
b883791
Bump phpstan/phpstan from 1.10.65 to 1.10.66 (#17678)
dependabot[bot] Apr 1, 2024
7bfdb66
Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#17617)
dependabot[bot] Apr 1, 2024
e240859
Bump simplesamlphp/simplesamlphp from 2.1.3 to 2.2.1 (#17577)
dependabot[bot] Apr 1, 2024
798015e
VACMS-17559: Adds final steps to prevent Cypress failures (#17692)
omahane Apr 1, 2024
3ead0d3
Bump va-gov/content-build from 0.0.3470 to 0.0.3471 (#17698)
dependabot[bot] Apr 2, 2024
5155b10
VACMS-14704: Adding service location fields (#15599)
omahane Oct 10, 2023
44b1ae3
VACMS-15649: Removes free text fields from service location (#15676)
omahane Oct 13, 2023
24a630d
VACMS-16348: Add fields to service location (#17017)
omahane Jan 25, 2024
5c69e90
VACMS-16451: Audit view service location (#17054)
omahane Jan 29, 2024
fad69f7
VACMS-15559 Migration of service location data to paragraphs (#16911)
swirtSJW Feb 3, 2024
315e95d
VACMS-16348: Service location ux enhancements (#17048)
omahane Feb 3, 2024
8efca24
VACMS-17142: Update service content types post-Service Location migra…
Becapa Feb 15, 2024
a86aaad
VACMS-17241 Update service location migration script to keep state. (…
swirtSJW Feb 15, 2024
000a871
VACMS-17114: Service location fields lighthouse push (#17213)
omahane Feb 28, 2024
7d28037
VACMS-17114: adding null coalesce and main rebase (#17496)
omahane Mar 13, 2024
f4169d5
Bump drupal/hook_event_dispatcher from 4.0.0-rc1 to 4.0.0 (#17428)
dependabot[bot] Mar 11, 2024
3a3b830
Revert hook event dispatcher update (#17484)
edmund-dunn Mar 11, 2024
284473e
VACMS-17518: Adds mapping to NULL
omahane Apr 2, 2024
ff8f7de
VACMS-17518: Adds mapping to NULL for walk-ins
omahane Apr 2, 2024
d74072e
VACMS-17518: Updates to prevent a warning and to fix the '0' options
omahane Apr 2, 2024
120fc36
Merge branch 'integration-service-location' into VACMS-17518-online-s…
omahane Apr 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# will not occur.
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@c9c4182bf1b97f5224aee3906fd373f6b61b4526 # v1.6.0
uses: dependabot/fetch-metadata@0fb21704c18a42ce5aa8d720ea4b912f5e6babef # v2.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"symfony/phpunit-bridge": "^5.1",
"symfony/process": "^6.3",
"symfony/routing": "^6.3",
"va-gov/content-build": "^0.0.3469",
"va-gov/content-build": "^0.0.3471",
"vlucas/phpdotenv": "^5.3",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
Expand Down
Loading
Loading