Releases: kyoshidajp/dep-doctor
Releases · kyoshidajp/dep-doctor
v1.3.0
Changelog
- 79cde57 Merge pull request #73 from kyoshidajp/update_1.3
- 8bfd6c1 Update to 1.3.0
- 3561433 Merge pull request #69 from kyoshidajp/dependabot/github_actions/k1LoW/octocov-action-1
- 9c5b41b Merge pull request #65 from kyoshidajp/dependabot/github_actions/actions/setup-go-5
- 89c7635 Merge pull request #66 from kyoshidajp/dependabot/github_actions/github/codeql-action-3
- 1d055d1 Merge pull request #71 from kyoshidajp/dependabot/github_actions/actions/cache-4.0.1
- 5333942 Merge pull request #70 from kyoshidajp/dependabot/github_actions/golangci/golangci-lint-action-4
- 05ebea5 Merge pull request #72 from chaspy/allow-fork
- 6ab4f97 Search forked repository
- daa6c64 Bump actions/cache from 3.3.2 to 4.0.1
- e5e071c Bump golangci/golangci-lint-action from 3 to 4
- 1e6bce0 Bump k1LoW/octocov-action from 0 to 1
- 0d772c6 Bump github/codeql-action from 2 to 3
- b60ccc7 Bump actions/setup-go from 4 to 5
v1.2.1
v1.2.0
Changelog
- 2f6c51b Merge pull request #62 from kyoshidajp/v1.2.0
- f264f34 Update 1.2.0
- 8c33d9f Merge pull request #61 from kyoshidajp/remove_tagpr
- 24d2a5d Remove tagpr
- b9f60a7 Merge pull request #60 from kyoshidajp/add_openssl_conf_env
- d0bad6d Add OPENSSL_CONF for github token
- a939901 Merge pull request #59 from kyoshidajp/change_app_id
- 00238f1 Change app-id
- a7e2fff Merge pull request #58 from kyoshidajp/use_github_app_token
- 88ff2ac Use GitHub App Token
- b994437 Merge pull request #57 from kyoshidajp/fix_tagpr
- 6a5c3ea Change GITHUB_TOKEN for tagpr
- 40ec136 Merge pull request #55 from kyoshidajp/change_version_format
- ded49da Merge pull request #56 from kyoshidajp/add_tagpr
- 55fe902 Add tagpr
- b28ea61 Change version format
- c64e87f Merge pull request #9 from kyoshidajp/dependabot/github_actions/goreleaser/goreleaser-action-5
- dad4dc1 Merge pull request #54 from kyoshidajp/coverall_refresh
- 9003d2c Workaround to refresh coveralls.io status
- dc00570 Merge pull request #53 from kyoshidajp/add_test_2023-11-10
- 628f6bf Add tests
- 798dc50 Change http request
- 7c434bb Bump goreleaser/goreleaser-action from 4 to 5
- 458ba32 Merge pull request #52 from kyoshidajp/dependabot/go_modules/golang.org/x/oauth2-0.14.0
- 45b76a2 Merge pull request #51 from kyoshidajp/save_cache_with_libname
- 9a8e639 Update golangci-lint
- 4685342 Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0
- 32b32a2 Update go version
- 0b16afd Refactor field name
- 6e8bed1 Fix not compatible syntax error
- 6a82f62 Change signature of Doctors
- 15a10de Refactor passing Diagnose option to func
- 21122f2 Fix wrong report when different name of package and repository
- 4ad6ed5 Remove duplicate libraries
- d356c64 Save cache name with library name
- dd3f334 Merge pull request #48 from kyoshidajp/dependabot/go_modules/github.com/spf13/cobra-1.8.0
- 5ac7d08 Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
- 2cc1aa1 Merge pull request #49 from kyoshidajp/dependabot/go_modules/github.com/fatih/color-1.16.0
- d9697a5 Merge pull request #47 from kyoshidajp/support_poetry
- 2b1be42 gradle and maven are will be support
- 08608f0 Support poetry
- abbd9a7 Bump github.com/fatih/color from 1.15.0 to 1.16.0
- 22f6e4d Merge pull request #46 from kyoshidajp/use_http_mock
- 871797c Add Doctor's tests
- 0e4b44e Add skip tag for a long test
- 9ea7821 Add http mock for test
- e49c3d2 Merge pull request #45 from kyoshidajp/silence_errors_usages
- 2e6d719 Fix showing errors and usages
- cf803ef Merge pull request #44 from kyoshidajp/add_tests_2023-11-05
- a8fccae Add GitHub URL parse test
- c94e441 Add package manager tests
- bc85b7e Add diagnose command test
- c36f018 Merge pull request #43 from kyoshidajp/fix_badge_link
- 64e7d20 Fix badge link
- 5c44093 Merge pull request #42 from kyoshidajp/add_pkg_go_dev_badge
- e8edfc5 Add coveralls bagdge
- 0589b6f Add Go Reference bagdge
- b99bf39 Merge pull request #41 from kyoshidajp/git_ssh_protocol
- 2d966dc Support git+ssh protocol URL
v1.0.0
Changelog
- dfa8be2 Update action version
- 988cc18 Merge pull request #40 from kyoshidajp/github_actions
- a4fc7de Add GitHub Actions document
- ba4be8a Fix wrong indent
- 51a0b44 Merge pull request #39 from kyoshidajp/update_readme_2023-11-04
- 327200a Refactor var names
- c390c63 Update document
- 048a661 Merge pull request #38 from kyoshidajp/fix_diagnose_test_option_error
- be03f96 Fix diagnose_test option error
- 8d876ba Merge pull request #37 from kyoshidajp/intro_cache
- 89f1994 Rename vars
- 7e1b4b8 Add --diable-cache option
- e179db0 Separate showing library name when using cache or not
- 0da67c5 Add source code URL cache mechanism
- d4ddbca Merge pull request #36 from kyoshidajp/care_github_token_error
- 821aedd Raise error if not set GITHUB_TOKEN before execution
- 8a0d47e Refactor reporting function
- d284853 Show GitHub access errors
- cb96ffb Merge pull request #35 from kyoshidajp/support_hex
- 8934986 Support mix
- b9b74c5 Merge pull request #34 from kyoshidajp/dart_pub
- f4af5ed Support dart pub
- a89126f Merge pull request #33 from kyoshidajp/pipenv
- 3e61f54 Support pipenv
- edcac34 Merge pull request #32 from kyoshidajp/strict_mode
- b7f6cfa Add strict mode option
- 99f9cf3 Merge pull request #31 from kyoshidajp/refactor_package_name
- 9693270 Handle required option errors
- 247126e Require to set file and package option
- c1f3330 Change 'lock file path' to 'file path'
- 7ec37c2 Change pacakge to library
- 6a0cfc4 Refactor rename Doctor inteface
- 9364b20 Refactor searchable params name
- 44024f6 Add tests
- 348b66e Add Packagist tests
- 6081095 Restructred packages by package managers
- cd4d27d Add ignores for testing
- e696aa0 Refactor introducing package manager struct
- 11fad1e Refactor introducing package manager struct
- fd8476a Merge pull request #30 from kyoshidajp/support_cocoapods
- c7ecf5b Support cocoapods
- c9a476c Merge pull request #29 from kyoshidajp/support_cargo
- a7ce509 Support cargo
- 2d9ea2e Merge pull request #28 from kyoshidajp/report_errors
- 1b41663 Report errors detail
- 66d28ad Merge pull request #27 from kyoshidajp/refactor_lib
- ac9c76b Refactor using a const
- 96a48aa Refactor name of params
- d42cc37 Refactor name of URL
- d4fa686 Refactor library names
v0.2.3
v0.2.2
v0.2.1
Changelog
- 911623d Merge pull request #26 from kyoshidajp/add_action.yaml
- 2db4625 Add composite GitHub Action
- fa0e957 Merge pull request #25 from kyoshidajp/support_golang
- d534ef7 Support golang as package manager
- 6504904 Merge pull request #24 from kyoshidajp/fix_exec_option_sample
- 3cede03 Fix execution options
v0.2.0
Changelog
- 0c9be0b Merge pull request #23 from kyoshidajp/v0.2.0
- 579d824 Release v0.2.0
- 41f03ea Merge pull request #22 from kyoshidajp/update_readme_2023-10-29
- be93592 Delete dead comments
- e629ce2 Add execution sample, and how works image
- 27e654d Change an overview image
- 034f8d0 Add separator for ignores list description
- 7562a1e Add overview descriptions
- 498cfd5 Merge pull request #21 from kyoshidajp/support_composer
- dff592d Support composer
- bb74198 Merge pull request #20 from kyoshidajp/change_report_messages
- fd76321 Report results sorted by dependency's name
- f814a21 Declare same category variables at once
- 4a34ce7 Change report messages
- b3410f7 Report not-mainteined packages as WARN
- 7c6e2ab Merge pull request #19 from kyoshidajp/goroutine_registry_requests
- e285bb7 Change function name
- 0d4c2db Error handling when requesting to package registry
- e92f4d5 Close HTTP response body
- 7d5987c Refactor re-use HTTP client
- 2fdb5dd Make GitHub search request using a goroutine
- 666ec22 Make registry request using a goroutine
- cb48098 Merge pull request #18 from kyoshidajp/refactor_diagnose_func
- 19af265 Refactor diagnose functions for scaling out other package managers
- aad5a18 Merge pull request #17 from kyoshidajp/refactor_params
- ee7d052 Refactor make GITHUB_TOKEN const
- 643e4e7 Refactor adding vars
- 4436713 Refactor a fucntion name
- b70555e Refactor names
- 37e98f3 Merge pull request #16 from kyoshidajp/year_option
- 961b877 Support maximum years of inactivity option
- ae86bd6 Merge pull request #15 from kyoshidajp/add_ignore_option
- 7d5d72c Add an ignore option
- d3abcfa Merge pull request #14 from kyoshidajp/support_npm
- 9ece663 Change doc
- dddd4d7 Support npm
- c75aede Merge pull request #13 from kyoshidajp/refactor_registry
- d8cc652 Refactor pick up registry
- 2081ea3 Refactor search repository count in GitHub
- 544936b Delete unused code
- 24b98b5 Merge pull request #12 from kyoshidajp/validations
- d4564b6 Refactor names
- 307fb0a Validate a package name value
- 859426c Merge pull request #11 from kyoshidajp/support_pip
- 78cc132 Support pip
- 5b1f322 Merge pull request #10 from kyoshidajp/refactor_strategy_methods
- a06d857 Refactor names