Skip to content

Commit 82db968

Browse files
committed
Rename from Alfalfa to PACER Webservice
1 parent 47284f7 commit 82db968

135 files changed

Lines changed: 1356 additions & 2861 deletions

File tree

Some content is hidden

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

.env

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@ GF_SECURITY_ADMIN_PASSWORD=password
44
GF_SECURITY_ADMIN_USER=admin
55
INFLUXDB_PASSWORD=password
66
INFLUXDB_USERNAME=admin
7-
INFLUXDB_DB=alfalfa
7+
INFLUXDB_DB=pacer
88
INFLUXDB_HOST=influxdb
9-
INFLUXDB_HTTP_AUTH_ENABLED=true
10-
JOB_QUEUE=Alfalfa Job Queue
9+
JOB_QUEUE=PACER Job Queue
1110
LOGGING=false
1211
MONGO_INITDB_ROOT_USERNAME=admin
1312
MONGO_INITDB_ROOT_PASSWORD=password
14-
MONGO_INITDB_DATABASE=alfalfa
15-
MONGO_URL=mongodb://admin:password@mongo:27017/alfalfa?authSource=admin
13+
MONGO_INITDB_DATABASE=pacer
14+
MONGO_URL=mongodb://admin:password@mongo:27017/pacer?authSource=admin
1615
NODE_ENV=production
1716
REDIS_URL=redis://redis:6379/0
1817
S3_REGION=us-west-1
19-
S3_BUCKET=alfalfa
18+
S3_BUCKET=pacer
2019
S3_URL=http://minio:9000
2120
S3_URL_EXTERNAL=http://localhost:9000
2221
VERSION_TAG=latest
23-
REGISTRY_BASE_URI=ghcr.io/nrel/alfalfa
22+
REGISTRY_BASE_URI=ghcr.io/nrel/pacer-webservice

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
REGISTRY: "ghcr.io"
10-
REGISTRY_BASE_URI: ghcr.io/nrel/alfalfa
10+
REGISTRY_BASE_URI: ghcr.io/nrel/pacer-webservice
1111

1212
jobs:
1313
pre-commit:
@@ -100,7 +100,7 @@ jobs:
100100
- name: Run job tests in Docker worker container
101101
run: |
102102
sleep 30
103-
docker exec alfalfa-worker-1 bash -c "cd /alfalfa && poetry run pytest -m docker tests/jobs -o log_cli=true -o log_level=info"
103+
docker exec pacer-worker-1 bash -c "cd /pacer && poetry run pytest -m docker tests/jobs -o log_cli=true -o log_level=info"
104104
105105
- name: Dump docker logs on failure
106106
if: failure()

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: |
55
^tests/integration/models|
66
^lib|
77
^deploy|
8-
^alfalfa_web/.babelrc|
8+
^pacer_web/.babelrc|
99
^.*osm$
1010
)
1111

Testing.MD

Whitespace-only changes.

0 commit comments

Comments
 (0)