Petr Korolev
a09b6affd4
add rubocop and rspec to Rakefile
2015-03-26 15:33:56 +02:00
Petr Korolev
f48236e47b
change default configs
2015-03-26 12:51:04 +02:00
Petr Korolev
a9baa37c64
add rspec init files
2015-03-26 12:51:04 +02:00
Petr Korolev
2576706e9f
Merge branch 'develop'
2015-03-26 12:49:41 +02:00
Petr Korolev
5a2f10a47d
Merge branch 'master' into develop
...
Conflicts:
lib/github_changelog_generator.rb
2015-03-26 09:31:03 +02:00
Petr Korolev
0d0a37b653
fix logic of rescue.
2015-03-24 16:51:51 +02:00
Petr Korolev
5f6756e8dd
Add warrning in case of 0 tags in repo. Fix #208 . Reformat + prettify output.
2015-03-24 16:51:51 +02:00
Shawn Neal
a1c7ffb765
Relatively require github_changelog_generator library
...
During development its possible for the gem installed version of github_changelog_generator lib to get required instead of the current development version of the library. This ensures that Ruby pulls in the correct version of the lib, specifically for development without breaking production builds.
2015-03-24 16:51:51 +02:00
Shawn Neal
1456ba8913
Improved --max-issues docs and messaging
...
- defaulted max issues to be unlimited in number allowing user to optionally limit issues returned
- added FAQ section on rate limiting and API rate limit exceeded warning
2015-03-24 16:51:51 +02:00
Shawn Neal
90f6436af6
Add --max-issues argument to limit requests
...
This addresses issue 71 by providing a configurable limit on the number of issues to retrieve. By default this limits the number of issues to 500 which should help users stay under the GitHub API limit and keep change logs from growing ridiculous in size for older repos.
2015-03-24 16:51:51 +02:00
Petr Korolev
8841583c02
Merge pull request #207 from sneal/use-relative-require
...
Relatively require github_changelog_generator library
2015-03-24 11:33:43 +02:00
Petr Korolev
d6cbfe3c38
Merge pull request #76 from sneal/issue-71-add-max-issues-arg
...
Add --max-issues argument to limit requests
2015-03-24 11:26:14 +02:00
Shawn Neal
5978f35cce
Relatively require github_changelog_generator library
...
During development its possible for the gem installed version of github_changelog_generator lib to get required instead of the current development version of the library. This ensures that Ruby pulls in the correct version of the lib, specifically for development without breaking production builds.
2015-03-23 10:39:26 -07:00
Shawn Neal
856ad3a742
Improved --max-issues docs and messaging
...
- defaulted max issues to be unlimited in number allowing user to optionally limit issues returned
- added FAQ section on rate limiting and API rate limit exceeded warning
2015-03-23 08:13:44 -07:00
Petr Korolev
d43ef05287
Merge branch 'master' into develop
2015-03-23 10:09:58 +02:00
Shawn Neal
643f2f9eab
Add --max-issues argument to limit requests
...
This addresses issue 71 by providing a configurable limit on the number of issues to retrieve. By default this limits the number of issues to 500 which should help users stay under the GitHub API limit and keep change logs from growing ridiculous in size for older repos.
2015-03-20 18:45:40 -07:00
Petr Korolev
c428666106
Merge pull request #75 from skywinder/feature/fix-rate-limit-crash
...
Add fallback with warning message to prevent crash in case of exceed API Rate Limit (temporary workaround for #71 )
2015-03-21 02:21:37 +02:00
Petr Korolev
6370ee2997
Merge branch 'hotfix/update-changelog'
2015-03-21 02:15:11 +02:00
Petr Korolev
9f57a505cc
Merge branch 'hotfix/update-changelog' into develop
2015-03-21 02:14:53 +02:00
Petr Korolev
5566f6f7f9
Update changelog for version 1.3.11
2015-03-21 02:13:31 +02:00
Petr Korolev
6406168b15
Merge branch 'release/1.3.11'
2015-03-21 02:13:09 +02:00
Petr Korolev
77939c095c
Merge branch 'release/1.3.11' into develop
2015-03-21 02:13:09 +02:00
Petr Korolev
7b38f0f56a
Update gemspec to version 1.3.11
2015-03-21 02:13:09 +02:00
Petr Korolev
7704dc9ecd
Add rescue fallback with warning message to prevent crash in case of exceed Rate Limit (temporary workaround for #71 )
2015-03-21 02:12:58 +02:00
Petr Korolev
25ee41bc8c
add github logo
2015-03-21 02:12:58 +02:00
Petr Korolev
219f4b9748
update readme
2015-03-21 02:12:58 +02:00
brb
de33edd3ce
Update README.md
2015-03-21 02:12:58 +02:00
Petr Korolev
6db717a5ee
add link to issue
2015-03-21 02:12:58 +02:00
Petr Korolev
5fb5832cf5
ad xkcd link
2015-03-21 02:12:58 +02:00
Eric Dill
a55b938ccf
MNT: Fix travis badge
2015-03-21 02:12:58 +02:00
Petr Korolev
d1b3e09da3
add faq
2015-03-21 02:12:58 +02:00
Petr Korolev
4d094ba211
cm
2015-03-21 02:12:58 +02:00
Petr Korolev
3d7aa0b7c5
cm
2015-03-21 02:12:58 +02:00
Petr Korolev
ada6f13de5
upate
2015-03-21 02:12:58 +02:00
Petr Korolev
9479979fed
update
2015-03-21 02:12:58 +02:00
Petr Korolev
30e9ab0ec3
update
2015-03-21 02:12:58 +02:00
Petr Korolev
8d5bdbcca7
update
2015-03-21 02:12:58 +02:00
Petr Korolev
a514224625
update
2015-03-21 02:12:58 +02:00
Petr Korolev
4162bc8659
update readme
2015-03-21 02:12:57 +02:00
Petr Korolev
729938b85d
Add rescue fallback with warning message to prevent crash in case of exceed Rate Limit (temporary workaround for #71 )
2015-03-21 02:06:59 +02:00
Petr Korolev
06d49a1e44
add github logo
2015-03-21 01:15:45 +02:00
Petr Korolev
30f429f632
Merge branch 'master' into develop
2015-03-21 00:20:04 +02:00
Petr Korolev
dbb385d049
update readme
2015-03-20 23:44:18 +02:00
Petr Korolev
abe19eedbe
Merge pull request #74 from briantigerchow/patch-1
...
Update README.md
2015-03-20 23:34:42 +02:00
brb
32149b8a2c
Update README.md
2015-03-20 14:28:48 -07:00
Petr Korolev
e5f6670a07
add link to issue
2015-03-20 18:42:22 +02:00
Petr Korolev
83e406ca5f
ad xkcd link
2015-03-20 18:42:22 +02:00
Petr Korolev
8c7f1a7390
Merge pull request #73 from ericdill/fix-travis-badge
...
MNT: Fix travis badge
2015-03-20 16:09:56 +02:00
Eric Dill
f248e1c718
MNT: Fix travis badge
2015-03-20 09:56:54 -04:00
Petr Korolev
fdcf5ccf7e
add faq
2015-03-20 13:05:00 +02:00