Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
4a84228
chore: config changes
tnramalho Oct 27, 2025
8690a6c
chore: fix package.json
tnramalho Oct 27, 2025
c93567e
chore: rename packages
tnramalho Oct 28, 2025
3ad0061
v1.0.0-alpha.0
tnramalho Oct 28, 2025
c4be706
chore: config
tnramalho Oct 28, 2025
fdd85f3
chore: improve npm package metadata and configuration
tnramalho Oct 28, 2025
decff19
v1.0.0-alpha.1
tnramalho Oct 28, 2025
a3c5ab8
chore: remove prepublish from packages
tnramalho Oct 29, 2025
5d0ff67
feat: add invitation feature
tnramalho Nov 19, 2025
5fe84d5
chore: linting
tnramalho Nov 20, 2025
dbe200b
chore: update usermetadata
tnramalho Nov 21, 2025
a039f3d
chore: linting
tnramalho Nov 24, 2025
544e4db
chore: codacy lint
tnramalho Nov 24, 2025
9e3fd8a
chore: fix tests
tnramalho Nov 24, 2025
47f6340
chore: lint
tnramalho Nov 24, 2025
5b114c6
chore: update versions
tnramalho Nov 26, 2025
059517b
chore: codacy update
tnramalho Nov 26, 2025
277d8c8
chore: update for test:ci
tnramalho Nov 26, 2025
c3690fd
chore: improve security on invitation flow
tnramalho Nov 27, 2025
0cdc785
chore: linting
tnramalho Nov 27, 2025
693d3aa
chore: update invitation acceptance validations
tnramalho Dec 3, 2025
9819104
chore: update yarn
tnramalho Dec 3, 2025
ddc2bc5
chore: update versions
tnramalho Dec 3, 2025
e7efc0f
chore: bump version to 1.0.0-alpha.2
tnramalho Dec 3, 2025
9bd4057
chore: add type string to array
tnramalho Jan 22, 2026
eefaaab
v1.0.0-alpha.3
tnramalho Jan 22, 2026
2fe2eae
chore: update user reponse dto
tnramalho Jan 23, 2026
03b0ce0
v1.0.0-alpha.4
tnramalho Jan 23, 2026
59cce66
chore: udpate usermetadata for swagger
tnramalho Jan 27, 2026
bb38a98
Merge branch 'feature/swagger-edit-usermetadata' into feature/role-type
tnramalho Jan 27, 2026
d1cf79a
chore: adjusts on versions
tnramalho Jan 27, 2026
f926368
chore: add update password
tnramalho Jan 28, 2026
3f55c9f
chore: add skill
tnramalho Jan 29, 2026
76ae707
chore: version update
tnramalho Jan 29, 2026
31d7446
Merge branch 'main' into feature/nestjs-11
tnramalho Jan 30, 2026
b33087b
chore: upgrade to nestjs 11
tnramalho Feb 3, 2026
8701271
Merge branch 'main' into feature/nestjs-11
tnramalho Feb 3, 2026
3b5d45e
chore: update changelog
tnramalho Feb 4, 2026
3284866
chore: update on id for update dtos
tnramalho Feb 12, 2026
4bd0f9b
chore: lint
tnramalho Feb 12, 2026
f8adacd
chore: update tests
tnramalho Feb 16, 2026
cf7ee91
chore: lint
tnramalho Feb 16, 2026
f39bf69
chore: update version
tnramalho Feb 16, 2026
d11b04b
chore: update doc
tnramalho Feb 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [22.x]
steps:
- uses: actions/checkout@v2
- name: Enable Corepack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"strict": false,
"stern": false
},
"MD024": {
"siblings_only": true
},
"MD025": false
}
86 changes: 45 additions & 41 deletions coverage/coverage-final.json

Large diffs are not rendered by default.

70 changes: 37 additions & 33 deletions coverage/coverage-summary.json

Large diffs are not rendered by default.

Loading