Skip to content

Commit

Permalink
Merge branch 'main' into feature/websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina committed Dec 11, 2024
2 parents d689533 + 302a04e commit 0d783d6
Show file tree
Hide file tree
Showing 18 changed files with 242 additions and 364 deletions.
28 changes: 25 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog

## [Unreleased]
## [2.19] - 2024-12-05

### Changed

- WG-295, WG-179,WG-185: Improve projects with duplicate system path constraints (#216)
- WG-161: Remove Kube doc/devops files (#183)
- WG-383: Add queue for heavy tasks (#220)
- WG-285: Update potree converter (#218)
- Improve database initialization (#217)


## [2.18] - 2024-08-07

### Changed

- Add support for Tapis V3 (#177, #179, #180, #181, #193, #198, #199, #202, #206, #207, #208)

### Added

- Add nginx conf for hazmapper.tacc.utexas.edu (#192)
- WG-270: use certs on geoapi-services (#188)

## [2.17] - 2024-4-29

Expand All @@ -14,7 +34,7 @@

### Fixed

- fix watchtower (#184)
- Fix watchtower (#184)

## [2.16] - 2023-12-19

Expand Down Expand Up @@ -197,7 +217,9 @@
- DES-1687: Add rollingback to worker tasks (#30)
- DES-1663: Fix image rotations (#36)

[unreleased]: https://github.com/TACC-Cloud/geoapi/compare/v2.17...HEAD
[unreleased]: https://github.com/TACC-Cloud/geoapi/compare/v2.19...HEAD
[2.19]: https://github.com/TACC-Cloud/geoapi/releases/tag/v2.19
[2.18]: https://github.com/TACC-Cloud/geoapi/releases/tag/v2.18
[2.17]: https://github.com/TACC-Cloud/geoapi/releases/tag/v2.17
[2.16]: https://github.com/TACC-Cloud/geoapi/releases/tag/v2.16
[2.15]: https://github.com/TACC-Cloud/geoapi/releases/tag/v2.15
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ docker exec -it geoapi /bin/bash
# determine a description for the migration like 'add_user_email_column'
alembic revision --autogenerate -m "add_user_email_column"
# Then:
# - remove drop table commands for postgis
# - check to make sure no postgis table commands (we try to ommit them in env.py)
# - add/commit migrations
```

Expand Down
4 changes: 2 additions & 2 deletions devops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Deployment configuration including the tag of which image is deployed is maintai
## Configuration

The configurations for each of the following are in their associated directories:
* [geoapi-services](geoapi-services/) - Main backend services
* [geoapi-workers](geoapi-workers/) - Workers
* geoapi-services - Main backend services (deployed by Camino, see [here](https://github.com/TACC/Core-Portal-Deployments/tree/main/geoapi-workers/camino))
* geoapi-workers - Workers (deployed by Camino, see [here](https://github.com/TACC/Core-Portal-Deployments/tree/main/geoapi-services/camino))
* [database](database/) - geoapi-database
* [hazmapper](hazmapper/) - hazmapper.tacc.utexas.edu
* nfs-geoapi - TODO: See https://tacc-main.atlassian.net/browse/WG-226
Expand Down
13 changes: 0 additions & 13 deletions devops/geoapi-services/Makefile

This file was deleted.

1 change: 1 addition & 0 deletions devops/geoapi-services/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See https://github.com/TACC/Core-Portal-Deployments/tree/main/geoapi-services/camino
119 changes: 0 additions & 119 deletions devops/geoapi-services/docker-compose.yml

This file was deleted.

88 changes: 0 additions & 88 deletions devops/geoapi-services/nginx.conf

This file was deleted.

20 changes: 0 additions & 20 deletions devops/geoapi-services/secrets.sample.env

This file was deleted.

12 changes: 0 additions & 12 deletions devops/geoapi-workers/Makefile

This file was deleted.

1 change: 1 addition & 0 deletions devops/geoapi-workers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See https://github.com/TACC/Core-Portal-Deployments/tree/main/geoapi-workers/camino
38 changes: 0 additions & 38 deletions devops/geoapi-workers/docker-compose.yml

This file was deleted.

Loading

0 comments on commit 0d783d6

Please sign in to comment.