Commit Graph

1082 Commits

Author SHA1 Message Date
Enrico Stahn 6af43b63e1 Include Reader class 2015-03-26 15:58:16 +11:00
Enrico Stahn 9f06a20741 Refactor Reader class to conform with Rubocop 2015-03-26 15:57:51 +11:00
Enrico Stahn 1eee5bffd8 Implement Reader class to parse ChangeLog.md 2015-03-26 00:40:24 +11: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' 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
Petr Korolev 2b46ba2a11 cm 2015-03-18 16:06:27 +02:00
Petr Korolev f6388903b7 cm 2015-03-18 16:04:42 +02:00