Skip to content

fix/startup #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 25 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a914910
Fix/app startup1 (#174)
OsirisAnubiz Dec 4, 2024
7783b4e
feat(catalog): switch catalog to module type
OsirisAnubiz Dec 6, 2024
a3e2bea
chore(docker-compose): update node version for yarn
OsirisAnubiz Dec 6, 2024
06310a5
chore(docker-compose): update catalog-service image and volume
OsirisAnubiz Dec 6, 2024
81fab8c
deps(catalog): update catalog dependency
OsirisAnubiz Dec 6, 2024
1708ec5
chore(typescript): update tsconfigs
OsirisAnubiz Dec 6, 2024
0a1a96c
chore(catalog): ormconfig to esm
OsirisAnubiz Dec 6, 2024
dfffd5f
chore(catalog): add skipLibCheck
OsirisAnubiz Dec 6, 2024
62cf7b2
chore(collaboration): switch to esm
OsirisAnubiz Dec 6, 2024
489f77f
chore(docker-compose): chage collaboration in docker compose
OsirisAnubiz Dec 6, 2024
da93c5b
chore(catalog): fix catalog-service
OsirisAnubiz Dec 10, 2024
0667eaf
feat(common): bump deps
Nelfimov Dec 10, 2024
254c052
feat(common): new lock file
Nelfimov Dec 10, 2024
8fa7c28
feat(catalog): removed all except catalog-service
OsirisAnubiz Dec 16, 2024
73f8ebf
fix(catalog-service): dependencies
Nelfimov Dec 18, 2024
b253e58
deps(catalog): partialy fix dependencies
OsirisAnubiz Dec 18, 2024
cb70065
fix(catalog): build
Nelfimov Dec 25, 2024
15c064b
feat(common): bump yarn
iwwwanow Feb 28, 2025
05ca3ea
feat(common): gitignore
iwwwanow Feb 28, 2025
751c078
feat(common): bak docker compose
iwwwanow Feb 28, 2025
3307570
feat(common): yarn sdc config writes
iwwwanow Feb 28, 2025
99b782d
chore(common): yarn
iwwwanow Mar 3, 2025
b3b9ac3
feat(persistance): bump versions & comment for test
iwwwanow Mar 3, 2025
ff065be
feat(service): bump versions & comment for test
iwwwanow Mar 3, 2025
67e64f0
feat(common): unplug typeorm and his child packages
iwwwanow Mar 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .config/husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn commit message lint
1 change: 1 addition & 0 deletions .config/husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn commit staged
1 change: 1 addition & 0 deletions .config/husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn commit message $@
46 changes: 6 additions & 40 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,44 +1,10 @@
name: Checks

on: [pull_request]
on:
pull_request:

jobs:
run:
name: Run
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2-beta
with:
node-version: '16'

- name: Install
run: yarn install

- name: Lint
run: yarn checks lint
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

- name: TypeCheck
run: yarn checks typecheck
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

- name: TestUnit
run: yarn checks test unit
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

- name: TestIntegration
run: yarn checks test integration
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
# - name: Release
# run: yarn checks release
# env:
# GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
check:
name: Checks
uses: atls/shared/.github/workflows/checks.yaml@master
permissions: write-all
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ credentials.json
# unique for each install yarn states
.yarn/build-state.yml
.yarn/install-state.gz

# Project specific ignores
.vim/
83,547 changes: 22,028 additions & 61,519 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading