-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add initial version of scout cli #1
Commits on Feb 22, 2024
-
feat: add initial version of scout cli
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 832dc13 - Browse repository at this point
Copy the full SHA 832dc13View commit details
Commits on Feb 26, 2024
-
chore: upgrade dependencies, add package-lock.json
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67962e1 - Browse repository at this point
Copy the full SHA 67962e1View commit details -
refactor: rename schema file, improve interface extension
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02f0565 - Browse repository at this point
Copy the full SHA 02f0565View commit details -
test: improve testdata and exclude test files from tsconfig
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53a3d6e - Browse repository at this point
Copy the full SHA 53a3d6eView commit details -
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b31055 - Browse repository at this point
Copy the full SHA 2b31055View commit details -
refactor: declare attributes in constructor
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06d3635 - Browse repository at this point
Copy the full SHA 06d3635View commit details -
refactor: add "no-multiple-empty-lines" eslint rule
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8e8efa - Browse repository at this point
Copy the full SHA d8e8efaView commit details -
refactor: remove not needed initialization
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 361f7d8 - Browse repository at this point
Copy the full SHA 361f7d8View commit details -
chore: add noImplicitAny, noImplicitReturns, noImplicitOverride to ts…
…config Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 348aaf4 - Browse repository at this point
Copy the full SHA 348aaf4View commit details -
refactor: rename methods, remove unneded copy
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b06e43a - Browse repository at this point
Copy the full SHA b06e43aView commit details -
refactor: use path.join for file system path manipulation
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e53274 - Browse repository at this point
Copy the full SHA 3e53274View commit details -
refactor: use spec.ts instead of test.ts suffix for tests
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c22cad2 - Browse repository at this point
Copy the full SHA c22cad2View commit details -
refactor: move type generation to scripts, clean npm scripts
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60f6995 - Browse repository at this point
Copy the full SHA 60f6995View commit details -
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfae664 - Browse repository at this point
Copy the full SHA cfae664View commit details -
refactor: make commands more expressive by using update:
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4209882 - Browse repository at this point
Copy the full SHA 4209882View commit details
Commits on Feb 27, 2024
-
fix: fail if manifest version missmatch detected
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3e1190 - Browse repository at this point
Copy the full SHA a3e1190View commit details -
refactor: use await, exclude test files from tsconfig
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12216f8 - Browse repository at this point
Copy the full SHA 12216f8View commit details -
feat: calculate next build number previous max build number
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0f09cf - Browse repository at this point
Copy the full SHA c0f09cfView commit details -
chore: fix no-return-await eslint rule
https://eslint.org/docs/latest/rules/no-return-await Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e143f1d - Browse repository at this point
Copy the full SHA e143f1dView commit details -
refactor: split old services file into manifest and package
Signed-off-by: Philip Miglinci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 958be60 - Browse repository at this point
Copy the full SHA 958be60View commit details -
chore: change from ts-node to tsx
Signed-off-by: Jakob Steiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddcc3c3 - Browse repository at this point
Copy the full SHA ddcc3c3View commit details -
chore: update scripts to always generate same output
Signed-off-by: Jakob Steiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7c236b - Browse repository at this point
Copy the full SHA f7c236bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0457100 - Browse repository at this point
Copy the full SHA 0457100View commit details -
chore: prepare package.json for publishing
Signed-off-by: Jakob Steiner <[email protected]> chore: change package.json to more conventional structure Signed-off-by: Jakob Steiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01f320e - Browse repository at this point
Copy the full SHA 01f320eView commit details -
Signed-off-by: Jakob Steiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7f7c2d - Browse repository at this point
Copy the full SHA e7f7c2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc0c80 - Browse repository at this point
Copy the full SHA dcc0c80View commit details