-
Notifications
You must be signed in to change notification settings - Fork 101
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
New ringo-admin #435
New ringo-admin #435
Commits on Aug 14, 2021
-
feat: initial commit of new ringo-admin tool
ringo-admin install is now capable to install packages by url (tar/zip archives or git repositories)
Configuration menu - View commit details
-
Copy full SHA for 5f29d26 - Browse repository at this point
Copy the full SHA 5f29d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e596f - Browse repository at this point
Copy the full SHA 64e596fView commit details -
it requires a confirmation before creating the application directory, and resolves app skeleton dependencies
Configuration menu - View commit details
-
Copy full SHA for 4d4ecfb - Browse repository at this point
Copy the full SHA 4d4ecfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82df6c2 - Browse repository at this point
Copy the full SHA 82df6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bdb309 - Browse repository at this point
Copy the full SHA 2bdb309View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b55c6 - Browse repository at this point
Copy the full SHA b1b55c6View commit details -
made package speck checks more specific, changed github spec to allow…
… both <owner>/<repo> and full https urls
Configuration menu - View commit details
-
Copy full SHA for beb910c - Browse repository at this point
Copy the full SHA beb910cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42238be - Browse repository at this point
Copy the full SHA 42238beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0eff4 - Browse repository at this point
Copy the full SHA 8a0eff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f36dbf - Browse repository at this point
Copy the full SHA 5f36dbfView commit details -
fix: archive.getBasePath() now returns a normalized path
zip archive without a base path returned ".", while tar archives returned an empty string
Configuration menu - View commit details
-
Copy full SHA for 9c772fe - Browse repository at this point
Copy the full SHA 9c772feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1279565 - Browse repository at this point
Copy the full SHA 1279565View commit details -
Configuration menu - View commit details
-
Copy full SHA for 127c744 - Browse repository at this point
Copy the full SHA 127c744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e38594 - Browse repository at this point
Copy the full SHA 4e38594View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce4bff - Browse repository at this point
Copy the full SHA 9ce4bffView commit details
Commits on Aug 15, 2021
-
both create and install commands now support `help <command>`, `<command> -h` and `<command> --help`
Configuration menu - View commit details
-
Copy full SHA for b8c0deb - Browse repository at this point
Copy the full SHA b8c0debView commit details -
Configuration menu - View commit details
-
Copy full SHA for 927d757 - Browse repository at this point
Copy the full SHA 927d757View commit details -
switched all log messages to debug level
they are still logged into <ringo-home>.ringo-admin.log, but don't pollute the test console output
Configuration menu - View commit details
-
Copy full SHA for 601affa - Browse repository at this point
Copy the full SHA 601affaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bea64a4 - Browse repository at this point
Copy the full SHA bea64a4View commit details
Commits on Aug 16, 2021
-
added install option
-s
to save installed packages as dependencies ……into the local package.json
Configuration menu - View commit details
-
Copy full SHA for 4159d88 - Browse repository at this point
Copy the full SHA 4159d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd9aabd - Browse repository at this point
Copy the full SHA bd9aabdView commit details -
log process errors with debug level to avoid cluttering test output (…
…these will be logged into .ringo-admin.log anyway)
Configuration menu - View commit details
-
Copy full SHA for 4ae139c - Browse repository at this point
Copy the full SHA 4ae139cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a015769 - Browse repository at this point
Copy the full SHA a015769View commit details -
Configuration menu - View commit details
-
Copy full SHA for c52dd56 - Browse repository at this point
Copy the full SHA c52dd56View commit details -
map custom git schemes to their supported one
git+file is only used to distinguish between archive and repository file urls
Configuration menu - View commit details
-
Copy full SHA for 09611c3 - Browse repository at this point
Copy the full SHA 09611c3View commit details
Commits on Sep 25, 2021
-
refactor: removed constants module (most of these were unused) and un…
…used composeUrl method
Configuration menu - View commit details
-
Copy full SHA for 2c03100 - Browse repository at this point
Copy the full SHA 2c03100View commit details