Skip to content

Commit

Permalink
Merge pull request #1516 from cityofaustin/v2.0.0
Browse files Browse the repository at this point in the history
v2.0.0 - Layer Data Model
  • Loading branch information
johnclary authored Aug 23, 2024
2 parents b55e04b + 5e35415 commit ae5a293
Show file tree
Hide file tree
Showing 494 changed files with 96,096 additions and 32,037 deletions.
30 changes: 2 additions & 28 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ on:
- ".github/workflows/build_docker_images.yml"
- "atd-etl/afd_ems_import/**"
- "atd-etl/cris_import/**"
- "atd-etl/cr3_extract_diagram/**"
- "atd-etl/socrata_export/**"
- "atd-etl/populate_cr3_file_metadata/**"
pull_request:
branches:
- master
Expand All @@ -22,9 +20,7 @@ on:
- ".github/workflows/build_docker_images.yml"
- "atd-etl/afd_ems_import/**"
- "atd-etl/cris_import/**"
- "atd-etl/cr3_extract_diagram/**"
- "atd-etl/socrata_export/**"
- "atd-etl/populate_cr3_file_metadata/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -52,12 +48,8 @@ jobs:
- 'atd-etl/afd_ems_import/**'
cris:
- 'atd-etl/cris_import/**'
cr3_extract:
- 'atd-etl/cr3_extract_diagram/**'
socrata_export:
- 'atd-etl/socrata_export/**'
populate_cr3_file_metadata:
- 'atd-etl/populate_cr3_file_metadata/**'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -69,7 +61,7 @@ jobs:
platforms: linux/amd64,linux/arm64
context: atd-etl/afd_ems_import
push: true
tags: atddocker/vz-afd-ems-import:${{ github.ref == 'refs/heads/master' && 'production' || 'latest' }}
tags: atddocker/vz-afd-ems-import:${{ github.ref == 'refs/heads/production' && 'production' || 'latest' }}

- name: Build and push CRIS import image
if: steps.changes.outputs.cris == 'true'
Expand All @@ -78,16 +70,7 @@ jobs:
platforms: linux/amd64,linux/arm64
context: atd-etl/cris_import
push: true
tags: atddocker/vz-cris-import:${{ github.ref == 'refs/heads/master' && 'production' || 'latest' }}

- name: Build and push CR3 extract diagram image
if: steps.changes.outputs.cr3_extract == 'true'
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
context: atd-etl/cr3_extract_diagram
push: true
tags: atddocker/atd-vz-cr3-extract:${{ github.ref == 'refs/heads/master' && 'production' || 'latest' }}
tags: atddocker/vz-cris-import:${{ github.ref == 'refs/heads/production' && 'production' || 'latest' }}

- name: Build and push Socrata export image
if: steps.changes.outputs.socrata_export == 'true'
Expand All @@ -97,12 +80,3 @@ jobs:
context: atd-etl/socrata_export
push: true
tags: atddocker/vz-socrata-export:${{ github.ref == 'refs/heads/production' && 'production' || 'development' }}

- name: Build and push CR3 PDF metadata image
if: steps.changes.outputs.populate_cr3_file_metadata == 'true'
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
context: atd-etl/populate_cr3_file_metadata
push: true
tags: atddocker/vz-cr3-metadata-pdfs:${{ github.ref == 'refs/heads/master' && 'production' || 'latest' }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ atd-events/**/*.zip
atd-events/**/package
atd-etl/app/**/*.json

# ignore `env` because it may be laying around in legacy ETL directoroes
env

# vim
[._]*.s[a-v][a-z]
Expand Down
2 changes: 0 additions & 2 deletions atd-etl/cr3_download/.dockerignore

This file was deleted.

12 changes: 0 additions & 12 deletions atd-etl/cr3_download/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions atd-etl/cr3_download/README.md

This file was deleted.

204 changes: 0 additions & 204 deletions atd-etl/cr3_download/cr3_download.py

This file was deleted.

18 changes: 0 additions & 18 deletions atd-etl/cr3_download/docker-compose.yml

This file was deleted.

3 changes: 0 additions & 3 deletions atd-etl/cr3_download/env_template

This file was deleted.

Loading

0 comments on commit ae5a293

Please sign in to comment.