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

feat(CD): get commits from latest commit to latest tag #3693

Merged
merged 1 commit into from
Jun 24, 2023

Conversation

kobenguyent
Copy link
Collaborator

@kobenguyent kobenguyent commented Jun 8, 2023

Motivation/Description of the PR

  • Provide a command to get commits from latest commit to latest tag which is easier for writing changelog.
  • changelog could be later to be processed by OpenAI to group them by sections and link the github account to accordingly author name.
➜  CodeceptJS git:(3.x) ✗ ./runok.js get:commit-log
Gathering commits...
[#1 EXEC] › ℹ  git log --pretty='format:%s - by %aN' $(git describe --abbrev=0 --tags)..HEAD
DOC: Update contributor faces - by GitHub Action
HOTFIX(git commit throw): add check if nothing to commit (#3690) - by Egor Bodnar
fix: dry-run command logic (#3680) - by KobeNguyenT
CI: Update documentation after merge workflow (#3686) - by Egor Bodnar
Fix(appium workflow): deps conflict (#3688) - by Egor Bodnar
try out other ubuntu and node combination (#3687) - by KobeNguyenT
fix: test unit webapi command (#3681) - by KobeNguyenT
FIX(react-app): change link to self-hosted calculator app (#3682) - by Egor Bodnar
feat: improve gpo command (#3625) - by KobeNguyenT
fix: support grep for dry-run (#3673) - by KobeNguyenT
feat(playwright)/new api (#3665) - by Egor Bodnar
FEATURE(unit tests): add scripts to run unit tests for webapi drivers (#3678) - by Egor Bodnar
feat: highlight the interacting elements (#3672) - by KobeNguyenT
fix: indents in sample code (#3674) - by Yasunori
TEST: add the dslint script to pre-commit checks (#3668) - by Egor Bodnar
Fixed creating of JavaScript test using "codeceptjs gt" (#3611) - by Jaromir Obr
feat: empty output folder in config (#3604) - by KobeNguyenT
feat(run-workers) : Add support of multiple browsers for run-workers (#3606) - by Karan Shah
fix: tests are loaded from node_modules folder (#3623) - by KobeNguyenT
feat: appium v2 support (#3622) - by KobeNguyenT
Added secret support to append() and type() (#3615) - by anils92
fix: global retry (#3667) - by KobeNguyenT
fix(docker): update base image (#3634) - by KobeNguyenT
feat(playwright): support bypass CSP in config (#3641) - by KobeNguyenT
feat(ci): tune workflows (#3656) - by KobeNguyenT
feat(dryRun): count no of tests of each suite (#3620) - by KobeNguyenT
fix(commentStep): complain about __ type (#3655) - by KobeNguyenT
fix(docs): playwright - setCookies types (#3627) - by KobeNguyenT
fix(docs): typo (#3618) - by KobeNguyenT
fix(playwright): typings improvements (#3650) - by KobeNguyenT
fix: security issue with xmldom <= 0.6.0 (#3619) - by KobeNguyenT
fix: update node version (#3628) - by KobeNguyenT
typo in const (#3654) - by Ricardo Macias Castillo
Fixed typo (#3652) - by Arthur Stankevich
fix: typings issues (#3602) - by KobeNguyenT[#1 EXEC] › ✔  Finished  in 72 ms
DOC: Update contributor faces - by GitHub Action
HOTFIX(git commit throw): add check if nothing to commit (#3690) - by Egor Bodnar
fix: dry-run command logic (#3680) - by KobeNguyenT
CI: Update documentation after merge workflow (#3686) - by Egor Bodnar
Fix(appium workflow): deps conflict (#3688) - by Egor Bodnar
try out other ubuntu and node combination (#3687) - by KobeNguyenT
fix: test unit webapi command (#3681) - by KobeNguyenT
FIX(react-app): change link to self-hosted calculator app (#3682) - by Egor Bodnar
feat: improve gpo command (#3625) - by KobeNguyenT
fix: support grep for dry-run (#3673) - by KobeNguyenT
feat(playwright)/new api (#3665) - by Egor Bodnar
FEATURE(unit tests): add scripts to run unit tests for webapi drivers (#3678) - by Egor Bodnar
feat: highlight the interacting elements (#3672) - by KobeNguyenT
fix: indents in sample code (#3674) - by Yasunori
TEST: add the dslint script to pre-commit checks (#3668) - by Egor Bodnar
Fixed creating of JavaScript test using "codeceptjs gt" (#3611) - by Jaromir Obr
feat: empty output folder in config (#3604) - by KobeNguyenT
feat(run-workers) : Add support of multiple browsers for run-workers (#3606) - by Karan Shah
fix: tests are loaded from node_modules folder (#3623) - by KobeNguyenT
feat: appium v2 support (#3622) - by KobeNguyenT
Added secret support to append() and type() (#3615) - by anils92
fix: global retry (#3667) - by KobeNguyenT
fix(docker): update base image (#3634) - by KobeNguyenT
feat(playwright): support bypass CSP in config (#3641) - by KobeNguyenT
feat(ci): tune workflows (#3656) - by KobeNguyenT
feat(dryRun): count no of tests of each suite (#3620) - by KobeNguyenT
fix(commentStep): complain about __ type (#3655) - by KobeNguyenT
fix(docs): playwright - setCookies types (#3627) - by KobeNguyenT
fix(docs): typo (#3618) - by KobeNguyenT
fix(playwright): typings improvements (#3650) - by KobeNguyenT
fix: security issue with xmldom <= 0.6.0 (#3619) - by KobeNguyenT
fix: update node version (#3628) - by KobeNguyenT
typo in const (#3654) - by Ricardo Macias Castillo
Fixed typo (#3652) - by Arthur Stankevich
fix: typings issues (#3602) - by KobeNguyenT
Features:
feat: improve gpo command (#3625) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
feat(playwright)/new api (#3665) - by [[EgorBodnar](https://github.com/EgorBodnar)]
FEATURE(unit tests): add scripts to run unit tests for webapi drivers (#3678) - by [[EgorBodnar](https://github.com/EgorBodnar)]
feat: highlight the interacting elements (#3672) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
feat: empty output folder in config (#3604) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
feat(run-workers): Add support of multiple browsers for run-workers (#3606) - by [[KaranShah](https://github.com/KaranShah)]
feat: appium v2 support (#3622) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
feat(playwright): support bypass CSP in config (#3641) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
feat(ci): tune workflows (#3656) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
feat(dryRun): count no of tests of each suite (#3620) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
Bug Fixes:
HOTFIX(git commit throw): add check if nothing to commit (#3690) - by [[EgorBodnar](https://github.com/EgorBodnar)]
fix: dry-run command logic (#3680) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
Fix(appium workflow): deps conflict (#3688) - by [[EgorBodnar](https://github.com/EgorBodnar)]
fix: test unit webapi command (#3681) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
FIX(react-app): change link to self-hosted calculator app (#3682) - by [[EgorBodnar](https://github.com/EgorBodnar)]
fix: support grep for dry-run (#3673) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
fix: indents in sample code (#3674) - by Yasunori
fix: global retry (#3667) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
fix(docker): update base image (#3634) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
fix(commentStep): complain about __ type (#3655) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
fix(docs): playwright - setCookies types (#3627) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
fix(docs): typo (#3618) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
fix(playwright): typings improvements (#3650) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
fix: security issue with xmldom <= 0.6.0 (#3619) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
fix: update node version (#3628) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
typo in const (#3654) - by [[RicardoMaciasCastillo](https://github.com/RicardoMaciasCastillo)]
Fixed typo (#3652) - by [[ArthurStankevich](https://github.com/ArthurStankevich)]
fix: typings issues (#3602) - by [[KobeNguyenT](https://github.com/KobeNguyenT)]
Documentation:
DOC: Update contributor faces - by GitHub Action
TEST: add the dslint script to pre-commit checks (#3668) - by [[EgorBodnar](https://github.com/EgorBodnar)]
Fixed creating of JavaScript test using "codeceptjs gt" (#3611) - by [[JaromirObr](https://github.com/JaromirObr)]

@kobenguyent kobenguyent merged commit bcf1cbb into 3.x Jun 24, 2023
@kobenguyent kobenguyent deleted the feat-get-commit-log branch June 24, 2023 08:52
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants