katip 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +54 -45
- data/Gemfile.lock +1 -1
- data/bin/katip +3 -6
- data/lib/katip/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 167af340c7de868ac7d3d49650935843c06e0af2
|
4
|
+
data.tar.gz: 9c22bd7aafbb108cf1b40ae1c08656ac4de69307
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ace9d4b7833a126909e3da60150c362ef3cd24a3a1d927ce340f4ca6ec6bde9389e1e0524eef6acd65119a9e41d3cce98aaa9a60b53d6bfbbd13963cdd7706f
|
7
|
+
data.tar.gz: 2373d496f10736321f052efe7315604e6c089efd544003349007898ba3925fb1d8401f07d41314a3d0e807598502bf2e94d54fbb4c0507a57fce7149bf6e2957
|
data/CHANGELOG.md
CHANGED
@@ -1,74 +1,83 @@
|
|
1
1
|
|
2
2
|
#### [Current]
|
3
|
-
* [
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
3
|
+
* [6391f34](../../commit/6391f34) - __(Murat Kemal BAYGÜN)__ [#21](../../issues/21) Add multiline commit support
|
4
|
+
|
5
|
+
Multiline commit note support added as referenced in common
|
6
|
+
standards, and writing good commit notes. Previous commit was not
|
7
|
+
working as expected
|
8
|
+
|
9
|
+
|
10
|
+
#### 1.2.0
|
11
|
+
* [b509621](../../commit/b509621) - __(Murat Kemal BAYGÜN)__ Release 1.2.0
|
12
|
+
* [c9b0d1d](../../commit/c9b0d1d) - __(Murat Kemal BAYGÜN)__ Multiline commit note support added as referenced in common standards, and writing good commit notes
|
13
|
+
* [72053a5](../../commit/72053a5) - __(Murat Kemal BAYGÜN)__ [#19](../../issues/19) Check if commit includes issue number before replacing with links
|
14
|
+
* [002a534](../../commit/002a534) - __(Murat Kemal BAYGÜN)__ [#17](../../issues/17) Apply encoding before setting issue links
|
15
|
+
* [d1cdb61](../../commit/d1cdb61) - __(Murat Kemal BAYGÜN)__ [#17](../../issues/17) Revert breaking code
|
16
|
+
* [0291a3f](../../commit/0291a3f) - __(Murat Kemal BAYGÜN)__ [#17](../../issues/17) improve gsub usage, fix double quotes
|
17
|
+
* [3b25646](../../commit/3b25646) - __(Murat Kemal BAYGÜN)__ Merge pull request [#18](../../issues/18) from rderoldan1/develop
|
18
|
+
|
10
19
|
[#17](../../issues/17) Fix encoding bug
|
11
|
-
* [081a185](../../commit/081a185) __(Ruben Espinosa)__ Update katip binary
|
20
|
+
* [081a185](../../commit/081a185) - __(Ruben Espinosa)__ Update katip binary
|
21
|
+
|
12
22
|
encoding bug fixed
|
13
23
|
|
14
24
|
#### 1.1.0
|
25
|
+
* [2a9b75b](../../commit/2a9b75b) - __(Murat Kemal BAYGÜN)__ Release 1.1.0
|
26
|
+
* [7b5c1e2](../../commit/7b5c1e2) - __(Murat Kemal BAYGÜN)__ [#1](../../issues/1) Add links to issues in comments
|
27
|
+
* [3780df9](../../commit/3780df9) - __(Onur Özgür ÖZKAN)__ typo fixed.
|
28
|
+
* [2dbf361](../../commit/2dbf361) - __(Murat Kemal BAYGÜN)__ [#14](../../issues/14) fix video links image
|
29
|
+
* [0a11741](../../commit/0a11741) - __(Murat Kemal BAYGÜN)__ [#14](../../issues/14) add video link and translation
|
30
|
+
* [0d128bd](../../commit/0d128bd) - __(Murat Kemal BAYGÜN)__ [#16](../../issues/16) Add git repository check
|
15
31
|
|
16
|
-
* [2a9b75b](../../commit/2a9b75b) __(Murat Kemal BAYGÜN)__ Release 1.1.0
|
17
|
-
* [7b5c1e2](../../commit/7b5c1e2) __(Murat Kemal BAYGÜN)__ [#1](../../issues/1) Add links to issues in comments
|
18
|
-
* [3780df9](../../commit/3780df9) __(Onur Özgür ÖZKAN)__ typo fixed.
|
19
|
-
* [2dbf361](../../commit/2dbf361) __(Murat Kemal BAYGÜN)__ [#14](../../issues/14) fix video links image
|
20
|
-
* [0a11741](../../commit/0a11741) __(Murat Kemal BAYGÜN)__ [#14](../../issues/14) add video link and translation
|
21
|
-
* [0d128bd](../../commit/0d128bd) __(Murat Kemal BAYGÜN)__ [#16](../../issues/16) Add git repository check
|
22
32
|
katip was generating multiple lines of error, while running under
|
23
33
|
a directory which is not a git initiliazed directory. Control added
|
24
34
|
to check if directory is initialized as a git repostiory
|
25
|
-
|
26
|
-
* [
|
27
|
-
* [
|
35
|
+
|
36
|
+
* [8b22c6f](../../commit/8b22c6f) - __(Murat Kemal BAYGÜN)__ Add latest change log
|
37
|
+
* [5fc6991](../../commit/5fc6991) - __(Murat Kemal BAYGÜN)__ [#14](../../issues/14) Update readme, add sample output
|
38
|
+
* [3f7788c](../../commit/3f7788c) - __(Onur Ozgur OZKAN)__ [#14](../../issues/14) update README.md
|
28
39
|
|
29
40
|
#### 1.0.2
|
41
|
+
* [664e012](../../commit/664e012) - __(Murat Kemal BAYGÜN)__ [#15](../../issues/15) Set version 1.0.2
|
30
42
|
|
31
|
-
* [664e012](../../commit/664e012) __(Murat Kemal BAYGÜN)__ [#15](../../issues/15) Set version 1.0.2
|
32
43
|
In hotfix vserion number is forgotten to set. Version number is
|
33
44
|
now set to 1.0.2
|
34
45
|
|
35
46
|
#### 1.0.1
|
36
|
-
|
37
|
-
* [35f0b39](../../commit/35f0b39) __(Murat Kemal BAYGÜN)__ [#15](../../issues/15) Fixes broken commit URL
|
38
|
-
In previous version commit URL was broken unexpectedly.Current
|
39
|
-
commit fixes broken URL and replaces it with the correct one
|
47
|
+
* [35f0b39](../../commit/35f0b39) - __(Murat Kemal BAYGÜN)__ [#15](../../issues/15) Fixes broken commit URL In previous version commit URL was broken unexpectedly.Current commit fixes broken URL and replaces it with the correct one
|
40
48
|
|
41
49
|
#### 1.0.0
|
42
|
-
|
43
|
-
* [
|
44
|
-
* [
|
45
|
-
* [
|
46
|
-
* [
|
47
|
-
* [
|
48
|
-
* [
|
49
|
-
* [6385fff](../../commit/6385fff) __(Murat Kemal BAYGÜN)__ [#8](../../issues/8) Change executable file name to katip
|
50
|
+
* [cbec9c0](../../commit/cbec9c0) - __(Murat Kemal BAYGÜN)__ release version 1.0.0
|
51
|
+
* [6b8cfe7](../../commit/6b8cfe7) - __(Murat Kemal BAYGÜN)__ [#13](../../issues/13) Add custom file name support to rake
|
52
|
+
* [7b5be3d](../../commit/7b5be3d) - __(Murat Kemal BAYGÜN)__ [#10](../../issues/10) add output file name as optional parameter
|
53
|
+
* [695646c](../../commit/695646c) - __(Murat Kemal BAYGÜN)__ [#12](../../issues/12) Add and correct information on gemspec
|
54
|
+
* [f30a3b2](../../commit/f30a3b2) - __(Murat Kemal BAYGÜN)__ [#9](../../issues/9) Update rake job to use installed executable
|
55
|
+
* [a7200f0](../../commit/a7200f0) - __(Murat Kemal BAYGÜN)__ [#11](../../issues/11) Fix bug Current commits is not seen on log file
|
56
|
+
* [6385fff](../../commit/6385fff) - __(Murat Kemal BAYGÜN)__ [#8](../../issues/8) Change executable file name to katip
|
50
57
|
|
51
58
|
#### 0.2.0
|
52
|
-
|
53
|
-
* [
|
54
|
-
* [
|
55
|
-
* [
|
56
|
-
* [
|
57
|
-
* [
|
58
|
-
* [7265622](../../commit/7265622) __(Murat Kemal BAYGÜN)__ [#4](../../issues/4) Add simple usage documentation on readme
|
59
|
+
* [61b2f06](../../commit/61b2f06) - __(Murat Kemal BAYGÜN)__ Version 0.2.0
|
60
|
+
* [9bd7659](../../commit/9bd7659) - __(Murat Kemal BAYGÜN)__ [#7](../../issues/7) Fix documentation
|
61
|
+
* [2abca18](../../commit/2abca18) - __(Murat Kemal BAYGÜN)__ [#7](../../issues/7) Organize readme, add usage for daktilo
|
62
|
+
* [b939475](../../commit/b939475) - __(Murat Kemal BAYGÜN)__ [#7](../../issues/7) Add output message to inform user
|
63
|
+
* [99d3b3f](../../commit/99d3b3f) - __(Murat Kemal BAYGÜN)__ [#7](../../issues/7) Add executable ruby file to gem to generate default output CHANGELOG.md
|
64
|
+
* [7265622](../../commit/7265622) - __(Murat Kemal BAYGÜN)__ [#4](../../issues/4) Add simple usage documentation on readme
|
59
65
|
|
60
66
|
#### 0.1.0
|
67
|
+
* [de3acfb](../../commit/de3acfb) - __(Onur Ozgur OZKAN)__ [#6](../../issues/6) Update gemspec
|
68
|
+
* [498c3d6](../../commit/498c3d6) - __(Onur Ozgur OZKAN)__ [#6](../../issues/6) Set gem
|
69
|
+
* [416e6c8](../../commit/416e6c8) - __(Onur Ozgur OZKAN)__ [#6](../../issues/6) Set gem
|
70
|
+
* [c820767](../../commit/c820767) - __(Murat Kemal BAYGÜN)__ [#4](../../issues/4) Add CHANGELOG.md file
|
61
71
|
|
62
|
-
* [de3acfb](../../commit/de3acfb) __(Onur Ozgur OZKAN)__ [#6](../../issues/6) Update gemspec
|
63
|
-
* [498c3d6](../../commit/498c3d6) __(Onur Ozgur OZKAN)__ [#6](../../issues/6) Set gem
|
64
|
-
* [416e6c8](../../commit/416e6c8) __(Onur Ozgur OZKAN)__ [#6](../../issues/6) Set gem
|
65
|
-
* [c820767](../../commit/c820767) __(Murat Kemal BAYGÜN)__ [#4](../../issues/4) Add CHANGELOG.md file
|
66
72
|
CHANGELOG.md file is generated by the logger daktilo
|
67
73
|
and added as current output
|
68
|
-
|
74
|
+
|
75
|
+
* [18fba8f](../../commit/18fba8f) - __(Murat Kemal BAYGÜN)__ [#3](../../issues/3) Add logger file
|
76
|
+
|
69
77
|
Logger file is rewritten by adding a default output file setting
|
70
78
|
CHANGELOG.md. Who runs the logger file may override output file
|
71
79
|
by adding a parameter after the command
|
72
|
-
|
73
|
-
* [
|
74
|
-
* [
|
80
|
+
|
81
|
+
* [105af37](../../commit/105af37) - __(Murat Kemal BAYGÜN)__ Update readme
|
82
|
+
* [bc56515](../../commit/bc56515) - __(Murat Kemal BAYGÜN)__ Initial commit
|
83
|
+
* [1b1d477](../../commit/1b1d477) - __(Murat Kemal BAYGÜN)__ Initial commit
|
data/Gemfile.lock
CHANGED
data/bin/katip
CHANGED
@@ -53,22 +53,19 @@ def parse_change_log
|
|
53
53
|
output << "\n#### #{previous_tag}"
|
54
54
|
end
|
55
55
|
|
56
|
-
output << `git log --pretty=format:" * [%h](#{COMMIT_URL}%h) __(%an)__ %
|
56
|
+
output << `git log --pretty=format:" * [%h](#{COMMIT_URL}%h) - __(%an)__ %s%n%n%-b" "#{current_tag}".."#{previous_tag}" | grep -v "Merge branch "`
|
57
57
|
|
58
58
|
previous_tag = current_tag
|
59
59
|
end
|
60
60
|
|
61
61
|
output << "\n#### #{previous_tag}"
|
62
|
-
|
62
|
+
|
63
|
+
output << `git log --pretty=format:" * [%h](#{COMMIT_URL}%h) - __(%an)__ %s%n%n%-b" #{previous_tag} | grep -v "Merge branch "`
|
63
64
|
|
64
65
|
output.each do |line|
|
65
66
|
|
66
67
|
line.encode!('utf-8', invalid: :replace, undef: :replace, replace: '')
|
67
68
|
|
68
|
-
while line.index(/\n\n/)
|
69
|
-
line.gsub!(/\n\n/, "\n")
|
70
|
-
end
|
71
|
-
|
72
69
|
if line.index(/#[1-9][0-9]*/)
|
73
70
|
line.gsub!(/#[1-9][0-9]*/) {|s| "[#{s}](#{ISSUE_URL}#{s[-(s.length-1)..-1]})"}
|
74
71
|
end
|
data/lib/katip/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: katip
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lab2023
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-09-
|
11
|
+
date: 2013-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|