Skip to content

Changelog

2023-11-03

  • [Bugfix] Change endpoint in workflow from /realtime/push into /sync/memory. PR #74 by @bao.truong.

2023-05-11

2023-09-23

  • [Enhancement] Layout, README and Credentials. PR #68 by @bao.truong.

  • Enhance GitHub Action workflows

  • Rename file-layout related to plurals

  • Config ruff at the top-level project

  • Updated channel for Slack target

  • Removed the webhook in the otter

  • [Feature] Build workflow trigger to snapshot realtime data. PR #64 by @thanh.vo, @bao.truong.

  • Usecase: Snapshot realtime for Yahoo provider on World Index streaming

  • Design:

    • Create Pub/Sub handle the message from basement

    • Cloud Task Queue to limit for HTTP execution.

    • Workflow: [1] Push task to queue for rate-limit and [2] Execute transfer HTTP call

  • Add ruff and pre-commit for project

2023-08-11

  • [Feature] Add pipeline and endpoint for raptor. PR #58 by @thanh.vo.

  • Removed the kingkong and restructure for project with Otter.

  • Updated layout of code of project

  • Edit by PEP8 format

  • Updated the misc in the project

  • Changed workdir of cloudbuild for Otter Saurus

  • Fix error duplicate step in workflow

  • Format message slack. Updated description. pipeline name and tag for Otter Saurus in cloudbuild

    • Updated the component for workflow and script for sarus

    • Edited template message for raptor

    • Updated the component for main component

    • Updated the message payload for counter

2023-07-12

  • Structure document for otter with updated schema and element

  • United the notifiers to one Otter, it's can background send an updated email.

2023-06-18

  • Config channel Slack to Secret to control outside the application at PR#38 by [bao.truong]

2023-06-15

  • Fix the parser from query from gcloud CLI to array for string text parse at PR#29 by @bao.truong

  • Otter handle reboot message from on-prem server:

  • Added route /server/reboot at PR#29 by @bao.truong

  • Fixed handle pydantic on Literal class

  • Updated description for project in CloudBuild

2022-12-06

  • Change folder layout structure.

  • Added Flake8 to check in dev-mode

  • First initation of CHANGELOG to write down the changes in the KingKong Slack application.

2022-12-26

  • Build CloudRun to make the executors to handle PubSub message

2022-12-25

  • Create Slack from GCP tutorial