Skip to content

Commit

Permalink
Update CircleCI configs and move advocate to main requirements file (g…
Browse files Browse the repository at this point in the history
…etredash#5658)

Ported from the 10.0.x branch
  • Loading branch information
Jesse authored Nov 27, 2021
1 parent 7487550 commit df472eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/docker-compose.circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
REDASH_LOG_LEVEL: "INFO"
REDASH_REDIS_URL: "redis://redis:6379/0"
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
REDASH_COOKIE_SECRET: "2H9gNG9obnAQ9qnR9BDTQUph6CbXKCzF"
redis:
image: redis:3.0-alpine
restart: unless-stopped
Expand Down
1 change: 1 addition & 0 deletions .circleci/docker-compose.cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ x-redash-environment: &redash-environment
REDASH_DATABASE_URL: "postgresql://postgres@postgres/postgres"
REDASH_RATELIMIT_ENABLED: "false"
REDASH_ENFORCE_CSRF: "true"
REDASH_COOKIE_SECRET: "2H9gNG9obnAQ9qnR9BDTQUph6CbXKCzF"
services:
server:
<<: *redash-service
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ werkzeug==0.16.1
# Uncomment the requirement for ldap3 if using ldap.
# It is not included by default because of the GPL license conflict.
# ldap3==2.2.4
Authlib==0.15.5
Authlib==0.15.5
advocate==1.0.0
3 changes: 1 addition & 2 deletions requirements_all_ds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ trino~=0.305
cmem-cmempy==21.2.3
xlrd==2.0.1
openpyxl==3.0.7
firebolt-sqlalchemy
advocate==1.0.0
firebolt-sqlalchemy

0 comments on commit df472eb

Please sign in to comment.