github-actions
released this
22 Mar 22:06
·
1 commit
to 260e0d33497f98c76b5fa00720ce2596795acfa6
since this release
- 260e0d3 ci: 💚 use ubuntu which is faster
- 027ac5a ci: 🐛 use correct branch
- 86b91fc build: use version 0.0.1
- afc5637 ci: 💚 create release when there is a new version on package.json
- 6168fe3 Update README.md
- 553810b ci: check if passing env works
- e0a1046 ci: remove incorrect step
- 4d7863d ci: 💚 add CI file to the project
- 70615f7 build: 🚀 use network and container name for docker containers
- 93dad88 use correct font
- c5c8582 docs: 📝 add quick start part
- 651d5ba docs: 📝 add more documents about features of this repo
- c297e4b docs: 📝 add more description about the project
- 897bc84 docs: 📝 add commit message strategy to make it more clear
- 61140bb build: 👷 use docker instead of docker-compose command
- 88ed34b delete unrelated documents
- ddf6ea1 chore: 💄 add ts-reset to avoid any types from js functions
- 13087a0 feat: 🔨 add useful scripts to package.json
- 43a8ca4 build: 🏗️ change version of postgres image on docker compose files
- af69909 test: 🧪 use swc for running tests faster
- 765f260 comment pre-commit commands
- 689d9d5 refactor: ♻️ upgrade packages and tests
- 986049b Merge pull request #15 from pshaddel/snyk-fix-483043e8812dffc67de93e9218be8db4
- a0b2e36 Merge branch 'master' into snyk-fix-483043e8812dffc67de93e9218be8db4
- e54a774 Merge pull request #16 from pshaddel/snyk-fix-158333ff8c97c9b41c9a6b3325c3be98
- af36885 Update README.md
- cb47f98 fix: package.json & package-lock.json to reduce vulnerabilities
- e2c4af3 fix: package.json & package-lock.json to reduce vulnerabilities
- 0c9808f chore: 🎨 Upgrade packages using ncu
- 811a292 chore: 🎨 Add semi colon to prettier and remove logs
- ed7929e chore: 🎨 Upgrade prisma client
- fb083cd fix: 🐛 Set default port to 3001
- 9ec69a2 fix: 🐛
- f907141 fix: 🐛 Upgrade vulnirble dependencies
- 31a19dd Merge pull request #4 from pshaddel/snyk-upgrade-e2bd88aee8aea181c8aef80e83d8dcf5
- ae1bfad Merge branch 'master' into snyk-upgrade-e2bd88aee8aea181c8aef80e83d8dcf5
- 952890d Merge pull request #5 from pshaddel/snyk-upgrade-ed422489a4332423baab9f83777b8b5f
- 5016e88 Merge pull request #6 from pshaddel/snyk-upgrade-07274c56cb819f697c0ae8427146eead
- d55bf08 Merge pull request #7 from pshaddel/snyk-upgrade-b55d2163928e643149a09dddd22d3cfa
- 273d485 Merge pull request #8 from pshaddel/snyk-upgrade-8237e17fda9b807e94146179def67e53
- d38f128 fix: upgrade dotenv from 8.2.0 to 8.6.0
- 4922b65 fix: upgrade @prisma/client from 2.21.2 to 2.22.0
- dbd3120 fix: upgrade prisma from 2.21.2 to 2.22.0
- 75aedf6 fix: upgrade helmet from 4.5.0 to 4.6.0
- 7a7d861 fix: upgrade npm-check-updates from 11.5.1 to 11.5.3
- 85aa50c test: ✅ Add app and user test
- 2a3a75a fix: 📝 generate docs before each commits
- c7f8d65 docs: 📝 config typedoc to autogenerate docs
- 5c56bf0 feat: ✨ use git hooks and commitlinter
- 72f0f62 Merge branch 'master' of https://github.com/pshaddel/ts-express-prisma-rest
- eee1186 change url name
- 9d3aeb5 chore: ➖ uninstall unused package
- 48cc75d add new address badges
- 7e7dd46 Correct URL of commits
- 67f403b Add badges
- e8d08fa Create LICENSE
- 6977da2 Update issue templates
- b685794 Correct badge position
- df7cf35 Add Snyk Badge
- bfe5933 style: 💄 Add Prettier formatter
- 2d3ce80 fix: 🐛 Remove empty file from repo
- 1fdd7f9 refactor: ♻️ Refactor project structure to better structure
- 5691cc4 chore: 🎨 Upgrade Packages using npm-check-updates
- 49bcb4c Update README.md
- 1290b5b better name for postgres
- f9d32a4 add redis to docker-compose file
- 94a2102 add prisma and docker-compose file
- d94c128 add config file
- 0af0e9b add jest to project
- de93ba5 add request middlewares
- 597ab36 add eslint
- 6297ff9 add typescript
- a269155 init project
- d8fd38b Initial commit