Releases: nao1215/leadtime
Releases · nao1215/leadtime
v0.0.4
The leadtime command can now output leadtimes in json format. Also, by default, only statistics are output, and when the --all option is given, the PR data used for the statistics are also output together.
Changelog
v0.0.3
This version, leadtime command outputs a graph of PR lead time.
Also, you can now exclude specified PRs.
Changelog
- e9f45a1 Add exclude options & lead time line graph sample
- 3978d61 Add exclude-bot option
- db3eff6 Added line graph output
- fd53d79 Bump github.com/charmbracelet/log from 0.1.1 to 0.1.2
- a8700ad Bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0
- 20f35ca Merge pull request #6 from nao1215/dependabot/go_modules/github.com/charmbracelet/log-0.1.2
- 41b1b76 Merge pull request #7 from nao1215/dependabot/go_modules/github.com/google/go-github/v50-50.1.0
- f33ce30 Merge pull request #8 from nao1215/add-graph
v0.0.2
Changelog
- 2a259be Add --markdown option
- cd4349a Add description for markdown option
- 83b3bcd Add github star history
- bf8c600 Add sample leadtime
- 511e65c Add unit test for NewGitHubAccessToken
- 5c87ebb Add unit test for edge-case
- 555a8d8 Added process to determine if PR creator is a bot
- b31da2e Delete service layer
- 0089c19 Fixed a bug that caused unit tests to fail when environment variables were set
- 4b55968 Merge pull request #5 from nao1215/delete-service-layer
- e78b926 Modified so that the username of the PR creator can be retrieved.
- 9f07163 Remove unnecessary structures
- cde2402 Rename
v0.0.1
Changelog
- 3238c87 // nolint to //nolint
- 4095517 Add --list subcommand (not complete)
- 2361b23 Add //nolint
- e21da38 Add Config & Argument struct
- 2292df3 Add ListCommitsInPR()
- f41a44c Add ListPullRequests
- 889a41a Add description: "Features to be added"
- 6dec05d Add directory
- 475ceec Add stat subcommand.
- a7bd90e Add t.Parallel()
- f2787c7 Add tagliatelle setting
- bd31361 Add version subcommand
- c7a1ace Change project name
- 55b69b2 Changed to ignore lint pointers to meaningful type conversions
- 76d46fe Check response.Body.Close()
- 48b0f38 Comment out funlen
- 8c0e2d1 Comment out gci
- 232d1b4 Comment out lll
- a28e4d9 Cooment out cyclop
- cf20d6c Fix
- 8ed027b Fix linter comment
- e9916ef Fix misspell
- 8c57bd4 Fix typo
- 9c6221a Fix typo: "Pacakge" is a misspelling of "Package"
- 4a0bd69 Fix typo: "enviroment" is a misspelling of "environment"
- 638dd2d Fix: directive //nolint is unused (nolintlint)
- 88d2ae6 Fix: ineffectual assignment to err (ineffassign)
- 6594557 Fix: linter
- af162f2 Fix: return with no blank line before (nlreturn)
- 073251e Fix: string /repos/owner/repo/pulls has 3 occurrences, make it a constant (goconst)
- bcffe25 Fix: string token has 3 occurrences, make it a constant (goconst)
- 90d1bd0 Fix: unlambda: replace `func(cmd *cobra.Command, args []string) error {
- 82e6a74 Initial commit
- cb6c465 Initial commit
- d55a2c9 Merge pull request #1 from nao1215/first-pr
- c2550cf Merge pull request #2 from nao1215/directory-structure
- 1e4b5b8 Merge pull request #3 from nao1215/sample-infra
- 97597dd Merge pull request #4 from nao1215/feat-get-lead-time
- 8d4c20b Not use global variable
- 8f9b5ab Update readme
- e90f5d0 Update readme
- e95a477 Use errors.As
- d5e0589 Use http.MethodGet
- 0002a4c add ListRepositories()
- c77724b comment out exhaustivestruct
- 4869c4e first commit
- c8d8903 first commit
- ec65e2a not use list subcommand