https://github.com/ento/tinyalert
https://github.com/ento/tinyalert
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ento/tinyalert
- Owner: ento
- License: mit
- Created: 2023-05-03T05:53:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T02:40:57.000Z (over 1 year ago)
- Last Synced: 2025-02-17T01:43:55.758Z (over 1 year ago)
- Language: Python
- Size: 51.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Development
Running tests
```sh
./scripts/pants-with-snapshot-sandbox.sh test ::
```
Creating an alembic revision
```sh
cd src/tinyalert
tinyalert migrate upgrade head
tinyalert migrate revision --autogenerate -m "Description"
```
Packaging
```sh
./pants package ::
```
Building Docker image locally
```sh
echo CACHIX_AUTH_TOKEN=[..] >> .env
echo CACHIX_CACHE_NAME=tinyalert >> .env
./scripts/local-build.sh
```