Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
474500d
feat: add tsoa for API type control and documentation
Andreybest Apr 10, 2026
19cb00c
fix: fix review comments
Andreybest Apr 22, 2026
538deb1
Merge branch 'main' into 1430-api-checking-docs
Andreybest Apr 22, 2026
9520a31
fix: regenerate package-lock.json
Andreybest Apr 22, 2026
c9704e4
Update package.json
Andreybest May 13, 2026
49744f9
Merge branch 'main' into 1430-api-checking-docs
Andreybest May 13, 2026
c4a752c
fix(service): fix failing git-proxy-cli test on /create-user
Andreybest May 13, 2026
27e6e28
Merge branch 'main' into 1430-api-checking-docs
Andreybest May 18, 2026
40007a9
feat(service): add generatedRoutes.ts to repo and add pre-commit check
Andreybest May 18, 2026
f206b81
fix(test): add mocks for tsoa passport
Andreybest May 18, 2026
a23b7eb
fix: change behaviour on additional properties from ignore to throw
Andreybest May 18, 2026
a1650eb
fix: add generatedRoutes.ts to ignore for prettier
Andreybest May 18, 2026
834b8e6
Merge branch 'main' into 1430-api-checking-docs
jescalada May 27, 2026
9e50513
Merge branch 'main' into 1430-api-checking-docs
Andreybest May 29, 2026
180c8ce
fix(service): fix interface for repo creation by making users object …
Andreybest Jun 1, 2026
3403042
feat: generate API reference docs from OpenAPI spec
fabiovincenzi Jun 4, 2026
854027c
Merge branch 'main' into 1430-api-checking-docs
jescalada Jun 5, 2026
8888087
fix: remove tooltip in defaultQuestions array to fix push e2e test
jescalada Jun 5, 2026
4047937
fix: replace RepoView with Repo and remove unused proxyUrl field
jescalada Jun 5, 2026
b2d07a6
chore: npm run format
jescalada Jun 5, 2026
3656bc1
chore: npm audit fix
jescalada Jun 5, 2026
5dde7aa
Merge branch 'main' into 1430-api-checking-docs
Andreybest Jun 9, 2026
445a61a
feat(controllers): apply changes from main on auth route for getting …
Andreybest Jun 9, 2026
36cb793
feat(pre-commit): add generaton of swagger docs on commit
Andreybest Jun 9, 2026
c0ce889
Merge commit '656d3f5395c855834490e30b0db8b78411c27465' into 1430-api…
Andreybest Jun 15, 2026
7ba58da
fix(service): allign tsoa with ssh routes changes, align new tests to…
Andreybest Jun 15, 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
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/service/generatedRoutes.ts
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default defineConfig(
// generated files we don't control
'**/package-lock.json',
'src/config/generated/**',
'src/service/generatedRoutes.ts',
// has it's own eslint
'experimental/license-inventory',
// vendored code we're not changing
Expand Down
Loading
Loading