Saltar al contenido principal

FLINT Cloud Changelog

Initial Release

Flask Application

  • REST API Project setup (#2)
  • Integration of RothC example and endpoints (#3)
  • Implementation of minimal GCBM API Endpoints (#4)
  • Implementation of standard GCBM API Endpoints including Google Cloud Bucket support (#7)
  • Integration of Cloud run support with input upload on bucket (#9)

Cloud Architecture

  • Implementation of Pub/Sub for dynamic endpoints (#11)
  • Addition of layered architecture (#15)
  • Addition of Terraform script for provisioning cloud resources (#17)
  • Code refactor to support non-S3 configurations (#28)

Documentation

  • Swagger Integration for API documentation (#3)
  • ReadTheDocs setup for the purpose of documentation website (#10)
  • Addition of GCBM API documentation (#13)
  • Instructions for layered architecture (#18)

Bug Fixes

  • Fixing paths in module_output.json (#16)
  • Fixing CORS issue in FLINT Example API (#20)
  • Fixing Docker Image location (#36)
  • Fixing CORS issue in GCBM API (#37)

Minor Chores/Improvements

  • Format Code using Black (#22)
  • Fixing commands on the README.md (#29)
  • Adding Continuous Integration pipelines (#33)
  • Migrating Issue templates to GitHub Forms (#33)
  • Addition of Makefile and .gitignore fix for CI (#35)

Contributors