Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Releases: peterleiva/community-server

v0.3.0 - threads query

23 Dec 19:56
v0.3.0
4cc1e27
Compare
Choose a tag to compare

0.3.0 - 2021-12-23

Added

  • Add VSCode debugger for test environment
  • Pino Logger
  • Sentry error tracker

GraphQL API

  • threads query
  • API design for paginable threads query and all types under it

CI

  • Github action for Build & Test
  • Build and Push github action
  • CodeQL Analysis
  • Deploy to Heroku
  • Dockerize to GitHub and Docker hub

Server

  • HTTP express server factory with reconnect feature
  • HTTP body compression
  • Cors with origins https?://localhost:3000|4000 and https://studio.apollographql.com with methods: GET and POST
  • Build script

Deployment

  • Docker integration
  • Add Dockerfile
  • Use docker-compose to start the application in several environments
  • Add scripts to help start those actions

Changed

  • Typescript project structure defines only one man tsconfig.json and one tsconfib.build.json for building purposes