Skip to content

Commit

Permalink
WorkBC24-R5-TESTv1 (#671)
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

* Disable SSOT upload in this release

---------

Co-authored-by: vmuchalla <[email protected]>
Co-authored-by: rjkuyvenhoven <[email protected]>
  • Loading branch information
3 people authored Sep 5, 2024
1 parent d780be0 commit ae8ffe7
Show file tree
Hide file tree
Showing 62 changed files with 3,755 additions and 346 deletions.
30 changes: 15 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
# PHP_FPM_GROUP: wodby
# COLUMNS: 80 # Set 80 columns for docker exec -it.
# # Read instructions at https://wodby.com/docs/stacks/php/local/#xdebug
PHP_XDEBUG: 1
# PHP_XDEBUG: 1
PHP_XDEBUG_MODE: debug
PHP_XDEBUG_START_WITH_REQUEST: yes
# PHP_IDE_CONFIG: serverName=my-ide
Expand Down Expand Up @@ -344,7 +344,7 @@ services:
environment:
PGRST_DB_URI: postgres://workbc:workbc@postgres:5432/ssot
PGRST_DB_SCHEMA: public
PGRST_DB_ANON_ROLE: ssot_readonly
PGRST_DB_ANON_ROLE: ssot_lmmu
PGRST_OPENAPI_SERVER_PROXY_URI: http://localhost:3000
depends_on:
- postgres
Expand All @@ -359,19 +359,19 @@ services:
depends_on:
- ssot

test:
build:
context: ./src/scripts/test
# container_name: "${PROJECT_NAME}_test"
network_mode: host
stdin_open: true
tty: true
ports:
- "8089:8089"
environment:
BASE_URL: http://workbc.docker.localhost:8000
volumes:
- ./src/scripts/test:/app:cached
# test:
# build:
# context: ./src/scripts/test
# # container_name: "${PROJECT_NAME}_test"
# network_mode: host
# stdin_open: true
# tty: true
# ports:
# - "8089:8089"
# environment:
# BASE_URL: http://workbc.docker.localhost:8000
# volumes:
# - ./src/scripts/test:/app:cached

volumes:
pgdata:
Expand Down
4 changes: 3 additions & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"frdh/mmenu-js": "^9.2.0",
"google/charts": "45",
"jjj/chosen": "2.2.1",
"phpoffice/phpspreadsheet": "^2.2",
"ulrichsg/getopt-php": "^4.0",
"vlucas/phpdotenv": "^5.1",
"webflo/drupal-finder": "^1.2"
Expand Down Expand Up @@ -247,7 +248,8 @@
},
"drupal/core": {
"Media library add form mode": "patches/drupal/core/3323232-29.patch",
"Media library CKEditor embed": "patches/drupal/core/ckeditor-media.patch"
"Media library CKEditor embed": "patches/drupal/core/ckeditor-media.patch",
"Big Pipe handles redirects": "patches/drupal/core/big-pipe.patch"
},
"drupal/views_infinite_scroll": {
"Remove repeating header": "patches/drupal/views_infinite_scroll/2899705-53.patch"
Expand Down
Loading

0 comments on commit ae8ffe7

Please sign in to comment.