Commit Graph

25 Commits (40e9d1d3beedfe19ec729b43ba81061f3aa04f61)

Author SHA1 Message Date
sgoudham 30d443c485
build(cargo): only package relevant files 1 year ago
sgoudham ea00704e02
chore(deps): update testcase to `3.1.0` again 1 year ago
sgoudham 55ae17f17c
chore(deps): update webbrowser to `0.8.10` 1 year ago
sgoudham e3db04e8b0 ci: downgrade `test-case` to 3.0.0 as potential fix 1 year ago
sgoudham 75853c661f ci: remove `stable` toolchain from ci 1 year ago
sgoudham 436b03ffd8 fix: potentially solve build errors 1 year ago
sgoudham 3335011f6d refactor!: remove `--suffix` & revamp help
BREAKING-CHANGE: I couldn't decide on the
semantics of what this command should have
so, instead, I've opted to remove it.
1 year ago
sgoudham 8fb5bbfb71 refactor: simplify docs and tidy up 1 year ago
sgoudham 53b0a2ef6a build: Update version number to v1.0.0 1 year ago
dependabot[bot] 4ea6a82bb1 build(deps): Bump webbrowser from 0.8.1 to 0.8.2
Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amodm/webbrowser-rs/compare/v0.8.1...v0.8.2)

---
updated-dependencies:
- dependency-name: webbrowser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] 75040c6d0d build(deps): Bump test-case from 2.2.1 to 2.2.2
Bumps [test-case](https://github.com/frondeus/test-case) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/frondeus/test-case/releases)
- [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md)
- [Commits](https://github.com/frondeus/test-case/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: test-case
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] d272f7c2fd build(deps): Bump webbrowser from 0.8.0 to 0.8.1
Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amodm/webbrowser-rs/compare/v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: webbrowser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] 7b08d328e5
build(deps): Bump webbrowser from 0.7.1 to 0.8.0 (#12)
Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amodm/webbrowser-rs/compare/v0.7.1...v0.8.0)

---
updated-dependencies:
- dependency-name: webbrowser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot] 381359215f
build(deps): Bump url from 2.2.2 to 2.3.1 (#11)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot] eafdb9a0c9
build(deps): Bump mockall from 0.11.1 to 0.11.2 (#9)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hamothy <58985301+sgoudham@users.noreply.github.com>
2 years ago
dependabot[bot] 1bc685f437
build(deps): Bump test-case from 2.1.0 to 2.2.1 (#8)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
sgoudham f62f74ab4c
build: Remove 'unicode-segmentation' dependency
There was no need to iterate over grapheme clusters
2 years ago
sgoudham f830f914c5
refactor: Add GitTrait to allow for easier testing 2 years ago
sgoudham 95953b87f3
refactor: Perform massive refactor 2 years ago
sgoudham 7bd38ad769
build: Add dev-dependency 'test-case'
This allows the use of paramaterised testing
2 years ago
sgoudham db5f27c1ad
build: Add dependency 'url:2.2.2' to allow the parsing of URLs 2 years ago
sgoudham 5f0f2fff54
build: Update 'git-browser' to 'git-view' 2 years ago
sgoudham f151f58b34
build: Update 'git-remote' to 'git-browser' within repository url 2 years ago
sgoudham 3643e1f27b
build: Setup crate info & dependencies 2 years ago
sgoudham e11e88b02b
refactor: Setup git-remote walking skeleton 2 years ago