Commit Graph

80 Commits (aaeebb10fa3d6dcdb94960b9a7722cac1f249b13)
 

Author SHA1 Message Date
sgoudham aaeebb10fa docs: simplify wording 1 year ago
sgoudham 8fb5bbfb71 refactor: simplify docs and tidy up 1 year ago
sgoudham 60e5a22d25 refactor: Tidy up code
- Remove unnecessary comments
- Remove unused 'mut'
1 year ago
sgoudham 53b0a2ef6a build: Update version number to v1.0.0 1 year ago
Hamothy f6a6c7f27c refactor(#4)!: Drop support for BitBucket URLs
BREAKING CHANGE: This removes support for BitBucket URLs
as I am not well versed with them to robustly support it

closes #4
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
Hamothy e597e25a67
docs: Reformat README.md 2 years ago
sgoudham 4fe0ec6334
ci: Allow manual bump of homebrew formula 2 years ago
sgoudham aedf33931d
ci: Change name to 'generate-changelog' 2 years ago
sgoudham 97ea9dd12e
ci: Update to bump-homebrew-formula-action@v2 2 years ago
sgoudham 949ccdf16e
ci: Generate changelog when release is published 2 years ago
sgoudham 9eb9d81a14
ci: Update build paths & remove scripts/ 2 years ago
Hamothy d19ed9448a
ci: Cache Dependencies for GH Actions
This allows for faster build times as caches are automatically created
2 years ago
Hamothy 7b5f0e4a80
docs: Update formatting in README.md 2 years ago
Hamothy 1e07be9b82
fix: Stop triggering workflow twice 2 years ago
sgoudham b58975d128
chore: Start tracking Cargo.lock 2 years ago
sgoudham 8e3596607a
chore: Unignore Cargo.lock
As mentioned in https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
the Cargo.lock file should be checked in for binaries
2 years ago
sgoudham 1a3f4c88d9
fix: Remove '--issue 256' example from usage.png 2 years ago
sgoudham 1caef9b532
build: Remove 'edited' trigger from generating CHANGELOG 2 years ago
Hamothy 56c6f5f5ee docs(CHANGELOG): Update release notes 2 years ago
Hamothy 960e07c404 docs(CHANGELOG): Update release notes 2 years ago
sgoudham a227adfbfa
fix: Change project name to 'git-view' 2 years ago
Hamothy 70bc6ff544
Merge pull request #1 from sgoudham/v0.1.0 2 years ago
sgoudham 47c25dd2bc
build: Add workflow for auto-generating CHANGELOGs 2 years ago
sgoudham c66ab8a41e
docs: Update README.md 2 years ago
sgoudham dee14a2f79
docs: Add 'usage.png' showing different usages 2 years ago
sgoudham af001e002a
fix: Change commit from 'latest' to 'current' 2 years ago
sgoudham b1112bbddc
docs: Add image for 'git view -h' 2 years ago
sgoudham cf4d4f68b2
docs: Add CONTRIBUTING.md 2 years ago
sgoudham efa38be50a
refactor: Reformat '-h' flag output 2 years ago
sgoudham ca9a870ccb
build: Build pipeline based off path filters 2 years ago
sgoudham 8077689388
docs: Update README.md 2 years ago
sgoudham 3fbd6e224b
chore: Ignore Intellij folder 2 years ago
sgoudham 8bb5abe048
refactor: Move GitViewBuilder into module 'lib_tests' 2 years ago
sgoudham c8c7bdd1bd
docs: Update README 2 years ago
sgoudham b5572a5adc
feat: Add support for suffix 2 years ago
sgoudham 7a5afc7354
feat: Add support for BitBucket repositories 2 years ago
sgoudham d930d7992f
refactor: Change 'to_owned()' to 'into()' 2 years ago
sgoudham ddf02376c3
test: Add tests for 'get_git_url' 2 years ago
sgoudham 80465ec514
feat: Open default remote branch if no upstream exists 2 years ago
sgoudham ba0eb0f315
test: Add tests for populate_remote() 2 years ago
sgoudham 784aee17d3
refactor: Implement functionality to retrieve git default branch 2 years ago
sgoudham 53706585a2
test: Add tests for get_local_ref() 2 years ago
sgoudham 6e1ecf3657
feat: Add functionality to open issue links 2 years ago