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

Feature/provider selection #125

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Feb 19, 2022

  1. feat: add SVN provider

    * Add provider selection to settings (options: git, svn)
    * Add VCS provider handler which can retrieve git sha as well as svn rev
    * Rename `sha` to `revision` as more general term in CSV
    croesnick committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    6ca6f12 View commit details
    Browse the repository at this point in the history
  2. feat: add git-svn provider

    croesnick committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    97d23a9 View commit details
    Browse the repository at this point in the history
  3. feat: add tests for git and gitsvn provider

    Also add typescript declarations for stub-spawn-once
    croesnick committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    e02ba61 View commit details
    Browse the repository at this point in the history
  4. fix: remove unused imports

    croesnick committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    b629623 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcf43d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5feabf3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d54025 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d93262a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07dc32c View commit details
    Browse the repository at this point in the history