Skip to content

Commit

Permalink
WorkBC24-R6-TESTv1 (#674)
Browse files Browse the repository at this point in the history
* Update ecs.tf

* [WBCAMS-547] Fix icons and images on card icons in mobile view

* Update dependencies

* [WBCAMS-547] Fix img centering and ensure svg aren't affected by changes

* [NOC-482] Update dependencies

* [WBCAMS-521,541,542,543] Career Trek / Video Library changes (#665)

* Career Trek Video page updates

* Canonical Drupal hook documentation

* remove stray config settings files

* Recently added

* Recently added, 2

* Skills, not Skill

* Button styling

* Update skills field config

* field_skills => field_skills_2

---------

Co-authored-by: rjkuyvenhoven <[email protected]>

* [WBCAMS-541] pass Skill name to Term loadByProperties() function. (#667)

* [WBCAMS-542] Better recently added redirection

* [NOC-542] Add patch to allow form redirections

* [WBCAMS-543] Don't display NOC for non-career videos

* [WBCAMS-542] Filter label change

* SSOT Upload (to noc branch) (#669)

For NOC-471, 472, 473, 475.

* Update dependencies

* [WBCAMS-542] Disable BigPipe completely for Career Trek page

* [NOC-562] Try internal SSOT URL

* [NOC-562] Enable/disable SSOT upload feature based on config setting

* [NOC-562] Enable/disable SSOT upload feature based on config setting, 2

* Update main.tf

* [NOC-562] Revert to using SSOT_URL env var which now points to internal URL

* Merge master, 2

* Update ecs.tf (#672)

* Update ecs.tf

* Update ecs.tf

* Update ecs.tf

* Update ecs.tf

* [NOC-523] Upload LMMU sheet to repo (#673)

* Proof of concept

* SSOT uploader queue worker

* Update dependencies

* Queue worker now uploads to repo

* Support updating the files in the repo

* [NOC-568] Upgrade dependencies

* Avoid crashing when receiving invalid sheet

---------

Co-authored-by: vmuchalla <[email protected]>
Co-authored-by: rjkuyvenhoven <[email protected]>
Co-authored-by: jinchuantang <[email protected]>
  • Loading branch information
4 people authored Sep 19, 2024
1 parent ae8ffe7 commit 91f7e8d
Show file tree
Hide file tree
Showing 15 changed files with 395 additions and 121 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ DB_HOST=postgres
DB_PORT=5432
DB_DRIVER=pgsql

### SSoT settings
GITHUB_API_TOKEN=TODO

### --- MARIADB ----

MARIADB_TAG=10.7-3.19.1
Expand Down
1 change: 1 addition & 0 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"drupal/paragraphs_edit": "^2.0",
"drupal/pathauto": "^1.10",
"drupal/published_corrected_date": "^2.0",
"drupal/queue_ui": "^3.1",
"drupal/recaptcha": "^3.0",
"drupal/redirect": "^1.8",
"drupal/redis": "^1.6",
Expand Down
Loading

0 comments on commit 91f7e8d

Please sign in to comment.