-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Added unit tests for commit parsing
- Loading branch information
1 parent
121b992
commit 504a61a
Showing
9 changed files
with
133 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<a name="">Git changelog extended</a> | ||
# (2014-10-11) | ||
|
||
|
||
## Documentation | ||
|
||
- Added docs | ||
([e0ba50c0](https://github.com/rafinskipg/git-changelog/commits/e0ba50c0bb0b13e9b39a59b8f4dda96e86d55644)) | ||
- **readme:** Final readme Fixes #1 Closes #1 | ||
([e725d8f4](https://github.com/rafinskipg/git-changelog/commits/e725d8f4bf477b517ca6185a75fdfa0aa660b3be)) | ||
|
||
|
||
## Bug Fixes | ||
|
||
- **git_changelog_generate:** pass tag if it exists to gitReadLog | ||
([7c801927](https://github.com/rafinskipg/git-changelog/commits/7c801927672792fc9a818653b74c78d77c7bff9e), | ||
[#5](https://github.com/rafinskipg/git-changelog/issues/5)) | ||
- **package.json:** move q to dependancies since it is required to run | ||
([257119cf](https://github.com/rafinskipg/git-changelog/commits/257119cf2bb6d8f341a5d65a2f47bcf803dff205)) | ||
|
||
|
||
## Features | ||
|
||
- Working on new API | ||
([121b9928](https://github.com/rafinskipg/git-changelog/commits/121b99285d2a04f9159951fa0e3f849d0d618fef)) | ||
- **bootstrap:** creating initial structure | ||
([dea45d68](https://github.com/rafinskipg/git-changelog/commits/dea45d68ce9555e876680bf7c0778add2f367a30)) | ||
- **grunt-plugin:** Now it is ready to be a grunt plugin | ||
([6422e055](https://github.com/rafinskipg/git-changelog/commits/6422e0552b30f6e94d11b03310a23c1342aa5965)) | ||
|
||
|
||
## Refactor | ||
|
||
- **delete:** deleted some files- **docs:** | ||
- Angular document commits - Added docs | ||
|
||
## Docs | ||
|
||
- Added docs- **readme:** Final readme Fixes #1 Closes #1 | ||
|
||
## Breaking Changes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
1d4f604363094d4eee3b4d7b1ca01133edaad344 | ||
chore($scope): did one thing | ||
==END== | ||
1d4f604363094d4eee3b4d7b1ca01133edaad344 | ||
chore($scope): did 2 thing | ||
==END== | ||
1d4f604363094d4eee3b4d7b1ca01133edaad344 | ||
chore($scope): did 3 thing | ||
==END== | ||
1d4f604363094d4eee3b4d7b1ca01133edaad344 | ||
chore($scope): did 4 thing | ||
==END== | ||
1d4f604363094d4eee3b4d7b1ca01133edaad344 | ||
chore($scope): did 5 thing | ||
==END== | ||
1d4f604363094d4eee3b4d7b1ca01133edaad344 | ||
chore($scope): did 6 thing | ||
==END== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
1d4f604363094d4eee3b4d7b1ca01133edaad344 | ||
Merge pull request #7 from colegleason/fix-tags | ||
fix(git_changelog_generate): pass tag if it exists to gitReadLog | ||
==END== | ||
2a712b9cfd912f36b6f7f70d16b336575881881a | ||
Merge pull request #6 from colegleason/add-q | ||
fix(package.json): move q to dependancies since it is required to run | ||
==END== | ||
7c801927672792fc9a818653b74c78d77c7bff9e | ||
fix(git_changelog_generate): pass tag if it exists to gitReadLog | ||
Previously if a tag was found the script would try to find commits | ||
between undefined..HEAD. By passing the tag, it now finds tags between | ||
tag..HEAD. | ||
|
||
Closes #5. | ||
|
||
==END== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
[0m[0m | ||
[0m changelog.js[0m | ||
[0m parseRawCommit[0m | ||
[2K[0G [32m ✓[0m[90m should parse raw commit [0m | ||
[2K[0G [32m ✓[0m[90m should parse closed issues [0m | ||
[2K[0G [32m ✓[0m[90m should parse breaking changes [0m | ||
[0m File creation[0m | ||
[2K[0G [32m ✓[0m[90m should create A CHANGELOG.md [0m | ||
[2K[0G [32m ✓[0m[90m should create A EXTENDEDCHANGELOG.md [0m | ||
|
||
|
||
[92m [0m[32m 5 passing[0m[90m (8ms)[0m | ||
|