This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
Releases: peterleiva/community-server
Releases · peterleiva/community-server
v0.3.0 - threads query
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
andhttps://studio.apollographql.com
with methods:GET
andPOST
- 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 onetsconfib.build.json
for building purposes