Skip to content

Commit bb09056

Browse files
authored
Japanese (#520)
* Initial Japanese translations * #509 Increase English WS and CAt benchmarks to 36 months * #509 CAT Amends * #509 CAT Amends * #509 CAT Amends * Update Django * researcher_UI tests * API fix * re add webcdi.stanford.edu * re add webcdi.stanford.edu * additional test coverage * additional test coverage * tests coverage * Japanese translations * requirements update * Spanish WS fix * Spanish translations update * Spanish translations update * cdi_forms tests * Enabler question fix
1 parent 349c1d5 commit bb09056

File tree

145 files changed

+1557
-304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+1557
-304
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ docker-create-db:
2424
docker-compose exec -it db bash
2525
psql -U postgres
2626
CREATE DATABASE <DATABASENAME>;
27+
CREATE USER "<USERNAME>" WITH PASSWORD '<PASSWORD>';
28+
ALTER USER "<USERNAME>" WITH SUPERUSER;
2729
ALTER DATABASE <DATABASENAME> OWNER TO "<USERNAME>";
2830

2931
docker-lint:

docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.7'
1+
version: "3.7"
22

33
services:
44
db:
@@ -17,6 +17,7 @@ services:
1717
build:
1818
context: .
1919
dockerfile: Dockerfile
20+
shm_size: 2gb
2021
command: python manage.py runserver 0.0.0.0:8000
2122
volumes:
2223
- ./webcdi:/app
@@ -44,9 +45,11 @@ services:
4445
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD}
4546

4647
selenium:
47-
image: selenium/standalone-firefox
48+
image: selenium/standalone-firefox:latest
4849
ports:
49-
- 4444:4444
50+
- 4444:4444
51+
shm_size: 2gb
52+
5053

5154
volumes:
5255
postgres_data:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)