Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Feb 15, 2023
2 parents d3ca859 + 2588ab8 commit d5e1e86
Show file tree
Hide file tree
Showing 47 changed files with 15 additions and 766 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
workspaces/*

!.gitkeep
3 changes: 3 additions & 0 deletions config/.env.app
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
APP_IDENTITY_DOMAIN=${APP_IDENTITY_DOMAIN:-}
APP_IDENTITY_CLIENT_ID=${APP_IDENTITY_CLIENT_ID:-}
APP_IDENTITY_CONNECTION=${APP_IDENTITY_CONNECTION:-}
7 changes: 7 additions & 0 deletions config/.env.catalog
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CATALOG_AUTH_IDPS_PRIMARY_ISSUER_URI=${CATALOG_AUTH_IDPS_PRIMARY_ISSUER_URI:-}
CATALOG_AUTH_IDPS_PRIMARY_JWK_SET_URI=${CATALOG_AUTH_IDPS_PRIMARY_JWK_SET_URI:-}
CATALOG_AUTH_IDPS_SECONDARY_ISSUER_URI=${CATALOG_AUTH_IDPS_SECONDARY_ISSUER_URI:-}
CATALOG_AUTH_IDPS_SECONDARY_JWK_SET_URI=${CATALOG_AUTH_IDPS_SECONDARY_JWK_SET_URI:-}

# Generate a 256-bit (32-char) secret key and set it here. This is used to generate access tokens for the Matatika App and API.
MATATIKA_AUTH_LOCAL_SECRET=${MATATIKA_AUTH_LOCAL_SECRET:-matatikaauthlocalsecret_changeme}
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
limits:
memory: 3g
tty: true
env_file: config/.env.catalog
environment:
# Define DEVELOPMENT mode environments like debug settings etc
- ACTIVE_PROFILES=default,distribution
Expand All @@ -25,8 +26,6 @@ services:
- ELASTICSEARCH_HOST=search
- MATATIKA_WORKSPACES_HOME=/workspaces
- MATATIKA_PLUGINS_HOME=file:/plugins
# Generate a 256-bit (32-char) secret key and set it here. This is used to generate access tokens for the Matatika App and API.
- MATATIKA_AUTH_LOCAL_SECRET=matatikaauthlocalsecret_changeme
depends_on: {"search-setup": {"condition": "service_completed_successfully"}, "search": {"condition": "service_healthy"}, "db": {"condition": "service_healthy"}}
healthcheck:
test: curl -s http://localhost:8080/api/actuator/health | grep "UP" >/dev/null; if [[ $$? == 0 ]]; then echo 0; else echo 1; fi
Expand All @@ -44,6 +43,7 @@ services:
- '3080:80'
- '3443:443'
tty: true
env_file: config/.env.app
environment:
# Define DEVELOPMENT mode environments like debug settings etc
- REACT_APP_ENV=distribution
Expand Down Expand Up @@ -104,7 +104,6 @@ services:

# Short lived container that creates the certificates
search-createcerts:
container_name: search-createcerts
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.3
environment:
- ES_HOME=/usr/share/elasticsearch
Expand Down Expand Up @@ -150,7 +149,6 @@ services:

db:
image: postgres:11
container_name: db
volumes:
- matatika-catalog_postgres:/var/lib/postgresql/data
environment:
Expand Down
Empty file removed workspaces/.gitignore
Empty file.
File renamed without changes.
3 changes: 0 additions & 3 deletions workspaces/project/.gitignore

This file was deleted.

Empty file removed workspaces/project/README.md
Empty file.
Empty file.
Empty file removed workspaces/project/load/.gitkeep
Empty file.
7 changes: 0 additions & 7 deletions workspaces/project/meltano.yml

This file was deleted.

Empty file.
Empty file.
2 changes: 0 additions & 2 deletions workspaces/project/output/.gitignore

This file was deleted.

Empty file.
Empty file.
13 changes: 0 additions & 13 deletions workspaces/project/workspace.yml

This file was deleted.

3 changes: 0 additions & 3 deletions workspaces/testrepo-joeiagq/.gitignore

This file was deleted.

Empty file.
Empty file.
7 changes: 0 additions & 7 deletions workspaces/testrepo-joeiagq/analyze/channels/Github.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions workspaces/testrepo-joeiagq/analyze/datasets/welcome.yml

This file was deleted.

Empty file.
Empty file.
Loading

0 comments on commit d5e1e86

Please sign in to comment.