Skip to content

Commit

Permalink
cleanup outdated feature flags; enable change feeds with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
erickpintor committed Oct 1, 2024
1 parent e09d62c commit 9ea9305
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- "8443:8443"
volumes:
- ../docker/feature-flags.json:/etc/feature-flag-periodic.d/feature-flags.json
environment:
- FLAG_ACCOUNT_CHANGE_FEEDS=true
test:
image: fauna-python-test:latest
build:
Expand Down
18 changes: 0 additions & 18 deletions docker/feature-flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,7 @@
"property_name": "cluster_name",
"property_value": "fauna",
"flags": {
"fql2_schema": true,
"fqlx_typecheck_default": true,
"persisted_fields": true,
"changes_by_collection_index": true,
"fql2_streams": true,
"change_feeds": true
}
},
{
"property_name": "account_id",
"property_value": 0,
"flags": {
"fql2_schema": true,
"fqlx_typecheck_default": true,
"persisted_fields": true,
"changes_by_collection_index": true,
"fql2_streams": true,
"change_feeds": true
}
}
]
}
4 changes: 4 additions & 0 deletions tests/docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ services:
container_name: faunadb
ports:
- "8443:8443"
volumes:
- ../docker/feature-flags.json:/etc/feature-flag-periodic.d/feature-flags.json
environment:
- FLAG_ACCOUNT_CHANGE_FEEDS=true
healthcheck:
test: ["CMD", "curl", "http://faunadb:8443/ping"]
interval: 1s
Expand Down

0 comments on commit 9ea9305

Please sign in to comment.