Commit Graph

328 Commits

Author SHA1 Message Date
Petr Korolev 9a24eb1cb3 rubocop autofixes 2015-05-22 15:59:29 +03:00
Petr Korolev cf7ae57e3d prettify code. fix rubocop waning. move all methods with change log
generation to generator
2015-05-22 15:55:37 +03:00
Petr Korolev 3c289de79b move 2 other methods 2015-05-22 15:28:43 +03:00
Petr Korolev 4a96a7c0c9 move compund to generator 2015-05-22 14:11:29 +03:00
Petr Korolev 7f696b6b09 rename, prepare to moving methods to generator 2015-05-22 14:06:48 +03:00
Petr Korolev 536b39c961 add doc 2015-05-22 13:37:06 +03:00
Petr Korolev a5d43b3d23 Update gemspec to version 1.4.1 2015-05-19 12:19:26 +03:00
Petr Korolev ec7c98758c fix #69 2015-05-19 11:47:56 +03:00
Petr Korolev d0defc4c9b Prettify log output 2015-05-19 10:12:53 +03:00
Petr Korolev e9cb010f09 fix rubocop warnings 2015-05-18 15:50:10 +03:00
Petr Korolev 1ee1dfd50f wrap github methods in another method 2015-05-18 15:23:56 +03:00
Petr Korolev 8a3ff1b799 Merge branch 'develop' into fetch-refactoring 2015-05-18 13:51:26 +03:00
Petr Korolev bbeebf7e28 fx 2015-05-18 12:15:42 +03:00
Petr Korolev 583076f32c Merge branch 'develop' into add-tests 2015-05-18 12:00:31 +03:00
Petr Korolev 0ff48a3dba Fix #235 2015-05-18 12:00:08 +03:00
Petr Korolev 866c9f95d3 print error more descriptive 2015-05-18 09:26:36 +03:00
Petr Korolev 7b356bf01a add tests for fetching token 2015-05-14 17:53:17 +03:00
Petr Korolev 819bcf5948 rubocop autofixes, rm bum file 2015-05-14 16:49:05 +03:00
Petr Korolev f3e484b508 Merge pull request #231 from inaka/master
Add future release option
2015-05-13 09:14:34 +03:00
Petr Korolev 6710078766 Update gemspec to version 1.4.0 2015-05-07 17:14:25 +03:00
Roberto Romero a0dce72151 Fixes #1: Add future release option 2015-04-30 20:24:03 -03:00
Petr Korolev 0a35113a88 rubocop fixes 2015-04-22 00:33:50 +03:00
Petr Korolev 79a84a14f4 add logger 2015-04-22 00:26:28 +03:00
Petr Korolev 6d8dbd16ad fix long lines (>80) 2015-04-22 00:00:57 +03:00
Petr Korolev b7980c8900 rubocop autofixes 2015-04-21 23:37:03 +03:00
Petr Korolev e27fe24a76 refactoring 2015-04-21 23:32:52 +03:00
Petr Korolev 088c98d0bf move methods 2015-04-21 20:42:33 +03:00
Petr Korolev e495b58682 Merge branch 'develop' into feature/fetcher
Conflicts:
	.rubocop_todo.yml
	lib/github_changelog_generator.rb
2015-04-04 02:31:44 +03:00
Petr Korolev e82a75611c refactoring 2015-04-04 02:30:02 +03:00
Petr Korolev 38576e23e3 update changelog
set default debug repo
add documentation
2015-04-04 02:23:30 +03:00
Petr Korolev ce7f35777b Merge branch 'develop' into feature/fetcher
Conflicts:
	lib/github_changelog_generator.rb
2015-04-03 18:40:11 +03:00
Petr Korolev da60c73502 Go with souble quotes. (See https://github.com/skywinder/github-changelog-generator/pull/220#discussion_r27262657 ) 2015-04-02 12:05:26 +03:00
Petr Korolev b5d073c0af Merge branch 'develop' into feature/fetcher 2015-04-01 14:17:14 +03:00
Petr Korolev d361baaec5 add documentation 2015-03-27 17:15:08 +02:00
Petr Korolev 7c29f3ddd2 move @github to fetcher
Conflicts:
	lib/github_changelog_generator.rb
2015-03-27 16:29:47 +02:00
Petr Korolev a2cf6810ad add fetcher class 2015-03-27 16:25:57 +02:00
tuexss d425ae1a9a Change option name from format to dateformat 2015-03-27 00:23:28 +01:00
tuexss fb50acca57 Sort option defaults as listed 2015-03-27 00:21:42 +01:00
tuexss 3bd3dae016 Set default for simple-list 2015-03-27 00:18:09 +01:00
tuexss fd2beef12a Set default for include labels 2015-03-27 00:16:35 +01:00
tuexss c088349bc3 Cleanup for parser helpmessages 2015-03-27 00:14:50 +01:00
Petr Korolev cc6ac05254 Merge branch 'feature/parse-existing-changelog-file' of https://github.com/estahn/github-changelog-generator into estahn-feature/parse-existing-changelog-file
Conflicts:
	Gemfile
	Gemfile.lock
	Rakefile
2015-03-26 18:41:24 +02:00
Petr Korolev cca8e5d810 rubocop auto-fixes 2015-03-26 15:50:56 +02: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
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
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 7b38f0f56a Update gemspec to version 1.3.11 2015-03-21 02:13:09 +02:00
Petr Korolev 3cc6418048 Update gemspec to version 1.3.10 2015-03-18 10:27:29 +02:00
Petr Korolev c2e73edc29 Update gemspec to version 1.3.9 2015-03-06 16:47:28 +02:00