Skip to content

Latest commit

 

History

History
114 lines (85 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

114 lines (85 loc) · 10.1 KB

Changelog

0.5.0 (2024-10-29)

Features

  • backend/voe.py: adding create voe endpoint (488c000)
  • backends/subscriber.py: added subscriber backend and CLI (8d818c2)
  • backends/subscriber: added subscriber backend and CLI (dc124c3)
  • cd: added a release action (59b091c)
  • cli: added click cli support (bc6f784)
  • CLI: Added subscriber CLI (4e987a6)
  • devops: basic system setup (1724127)
  • docker-compose: Added a poetry install command to docker (e8e4d3c)
  • docker: added dockerfile and a docker compose config (dda30fb)
  • docker: fixes to Dockerfile (b4cd247)
  • Documentation: Added "Configuring Your Observatory" to the README (1517694)
  • Documentation: Added "Configuring Your Observatory" to the README (44a617d)
  • email: Added functionality to send a voe email (d55725b)
  • examples: Added a sample script to send HTTP requests to the frb-voe server (dbc169e)
  • frbvoe/models/subscriber.py: Created functionality to add a subscriber to the DB (8b63fe7)
  • linting: linting changes (c253a7b)
  • server: started on server side logic (620ce77)
  • structure: added core project structure (c38f6e2)
  • testing-+-CI: added working tests and added a default ci workflow (47a23a8)
  • TNSReport.py,-VOEvent.py: Added VOEvent and TNSReport classes (using Pydantic) (bb6cd5f)

Bug Fixes

  • CLI: Added some CLI commands + docs (9ed6779)
  • Dockerfile: fixed Dockerfile (f29fd50)
  • Everything: Tidied-up (81d3d26)
  • Fixed-linting: Fixed linting for utilities/email.py (1806807)
  • frbvoe/server.py: Fixed Fallback error (3bdeafe)
  • frbvoe: WIP (f085e07)
  • linting: Fixed pre-commit linting (3777b5c)
  • models: Added tokenized attributes (100c867)
  • README-+-Tests: Added schematic to readme and testing for CLI (b5ad815)
  • readme: added coverage badge (364afb2)
  • README: added figure (a659b43)
  • tests: added coverage for CLI and backends (07fd67b)
  • tests: added some tests (8098802)
  • tests: Added tests (00daee7)
  • Tests: Fixed some broken tests - removed part of the TNS test (bab3d9e)
  • voe: Fixed formatting according to black formatting style (d6069fe)
  • WIP: WIP (e898ccf)
  • WIP: WIP (ed44c7b)

0.4.0 (2024-07-19)

Features

  • backend/voe.py: adding create voe endpoint (488c000)
  • backends/subscriber.py: added subscriber backend and CLI (8d818c2)
  • backends/subscriber: added subscriber backend and CLI (dc124c3)
  • cli: added click cli support (bc6f784)
  • CLI: Added subscriber CLI (4e987a6)
  • docker-compose: Added a poetry install command to docker (e8e4d3c)
  • email: Added functionality to send a voe email (d55725b)
  • frbvoe/models/subscriber.py: Created functionality to add a subscriber to the DB (8b63fe7)
  • linting: linting changes (c253a7b)
  • server: started on server side logic (620ce77)

Bug Fixes

  • Dockerfile: fixed Dockerfile (f29fd50)
  • Everything: Tidied-up (81d3d26)
  • Fixed-linting: Fixed linting for utilities/email.py (1806807)
  • frbvoe/server.py: Fixed Fallback error (3bdeafe)
  • frbvoe: WIP (f085e07)
  • linting: Fixed pre-commit linting (3777b5c)
  • README-+-Tests: Added schematic to readme and testing for CLI (b5ad815)
  • README: added figure (a659b43)
  • tests: added coverage for CLI and backends (07fd67b)
  • tests: added some tests (8098802)

0.3.0 (2024-05-01)

Features

  • docker: fixes to Dockerfile (b4cd247)

0.2.0 (2024-05-01)

Features

  • docker: added dockerfile and a docker compose config (dda30fb)

0.1.0 (2024-04-30)

Features

  • cd: added a release action (59b091c)
  • devops: basic system setup (1724127)
  • structure: added core project structure (c38f6e2)
  • testing-+-CI: added working tests and added a default ci workflow (47a23a8)
  • TNSReport.py,-VOEvent.py: Added VOEvent and TNSReport classes (using Pydantic) (bb6cd5f)

Bug Fixes

  • models: Added tokenized attributes (100c867)
  • readme: added coverage badge (364afb2)
  • tests: Added tests (00daee7)
  • voe: Fixed formatting according to black formatting style (d6069fe)
  • WIP: WIP (e898ccf)
  • WIP: WIP (ed44c7b)