Skip to content
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

Merged
merged 26 commits into from
Jan 12, 2022
Merged

New ringo-admin #435

merged 26 commits into from
Jan 12, 2022

Commits on Aug 14, 2021

  1. 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)
    grob committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    5f29d26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e596f View commit details
    Browse the repository at this point in the history
  3. refactored create command

    it requires a confirmation before creating the application directory, and
    resolves app skeleton dependencies
    grob committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    4d4ecfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82df6c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bdb309 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1b55c6 View commit details
    Browse the repository at this point in the history
  7. made package speck checks more specific, changed github spec to allow…

    … both <owner>/<repo> and full https urls
    grob committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    beb910c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42238be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a0eff4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f36dbf View commit details
    Browse the repository at this point in the history
  11. fix: archive.getBasePath() now returns a normalized path

    zip archive without a base path returned ".", while tar archives returned an empty string
    grob committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    9c772fe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1279565 View commit details
    Browse the repository at this point in the history
  13. added cumulative test

    grob committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    127c744 View commit details
    Browse the repository at this point in the history
  14. improved usage help

    grob committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    4e38594 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9ce4bff View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. unify help options

    both create and install commands now support `help <command>`, `<command> -h` and `<command> --help`
    grob committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    b8c0deb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    927d757 View commit details
    Browse the repository at this point in the history
  3. 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
    grob committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    601affa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bea64a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. added install option -s to save installed packages as dependencies …

    …into the local package.json
    grob committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    4159d88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd9aabd View commit details
    Browse the repository at this point in the history
  3. log process errors with debug level to avoid cluttering test output (…

    …these will be logged into .ringo-admin.log anyway)
    grob committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    4ae139c View commit details
    Browse the repository at this point in the history
  4. added tests for git module

    grob committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    a015769 View commit details
    Browse the repository at this point in the history
  5. added test repo

    grob committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    c52dd56 View commit details
    Browse the repository at this point in the history
  6. map custom git schemes to their supported one

    git+file is only used to distinguish between archive and repository file urls
    grob committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    09611c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. refactor: removed constants module (most of these were unused) and un…

    …used composeUrl method
    grob committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    2c03100 View commit details
    Browse the repository at this point in the history