Petr Korolev
|
c5837ad9f0
|
Update gemspec to version 1.11.3
|
2016-02-25 20:18:22 +02:00 |
|
Petr Korolev
|
407bf86e57
|
Update gemspec to version 1.11.2
|
2016-02-25 15:41:34 +02:00 |
|
Petr Korolev
|
5898dd4eb9
|
Update gemspec to version 1.11.1
|
2016-02-25 12:02:42 +02:00 |
|
Petr Korolev
|
6706b10311
|
rubocop autofix
|
2016-02-25 12:00:45 +02:00 |
|
Petr Korolev
|
94c52a17e2
|
bump to yanked version
|
2016-02-25 11:50:24 +02:00 |
|
Petr Korolev
|
035e160f5e
|
Merge pull request #332 from olleolleolle/feature/exclude-issues-by-labels
[Refactor] Generator#exclude_issues_by_labels simpler, tested
|
2016-02-24 16:30:14 +02:00 |
|
Petr Korolev
|
60517bffe9
|
Merge pull request #334 from olleolleolle/feature/refactor-parser-file-to-pathname
[Refactor] ParserFile class use Pathname
|
2016-02-24 16:16:17 +02:00 |
|
Petr Korolev
|
1167706335
|
Update gemspec to version 1.10.4
|
2016-02-24 15:11:01 +02:00 |
|
Olle Jonsson
|
4e6906dccf
|
Add default options filename as constant
|
2016-02-23 23:54:20 +01:00 |
|
Olle Jonsson
|
179f110b8a
|
Pathnames to iterate over lines, check existence
|
2016-02-23 23:46:23 +01:00 |
|
Olle Jonsson
|
87b9962a8d
|
Refactoring: introduce local, return early
- use #reject
- add basic spec around it
|
2016-02-23 23:17:37 +01:00 |
|
Petr Korolev
|
bfdb5debec
|
Update gemspec to version 1.10.3
|
2016-02-23 17:45:13 +02:00 |
|
Petr Korolev
|
3a7dbf8138
|
Update gemspec to version 1.10.2
|
2016-02-23 17:19:38 +02:00 |
|
Petr Korolev
|
857b9e6f53
|
rubocop updates
|
2016-02-23 17:19:14 +02:00 |
|
Petr Korolev
|
2691a3ef96
|
Revert "Rubocop fixes"
This reverts commit fa0267b586 .
|
2016-02-23 17:19:14 +02:00 |
|
Petr Korolev
|
fa0267b586
|
Rubocop fixes
|
2016-02-23 12:25:55 +02:00 |
|
Petr Korolev
|
73cba095b2
|
Fix #328
|
2016-02-23 11:41:43 +02:00 |
|
retorquere
|
c2032e1235
|
placate rubocop
|
2016-02-17 14:37:40 +02:00 |
|
retorquere
|
6f17e7c236
|
YAML front matter
|
2016-02-17 14:37:40 +02:00 |
|
Petr Korolev
|
9ddc676a44
|
Update gemspec to version 1.10.1
|
2016-01-06 09:14:41 +02:00 |
|
Olle Jonsson
|
88ec105c7d
|
Parser: avoid Ruby exit
- made the method take three arguments
- specs all note these three
|
2016-01-06 09:14:08 +02:00 |
|
Petr Korolev
|
670ced30e3
|
Merge branch 'release/1.10.0'
|
2016-01-05 16:44:48 +02:00 |
|
Petr Korolev
|
af97beeb60
|
Update gemspec to version 1.10.0
|
2016-01-05 16:44:45 +02:00 |
|
Steve Gilvarry
|
0e4c775ce4
|
Revert changes made for trying to use github_options
Reverting other changes made that I missed.
|
2016-01-05 21:31:38 +11:00 |
|
Petr Korolev
|
bffe7cd9ff
|
issue 20 in test repo didn't appear in change log.
|
2016-01-05 11:28:44 +02:00 |
|
Petr Korolev
|
9832dce93c
|
works!
|
2016-01-05 11:18:04 +02:00 |
|
Petr Korolev
|
d2fa9d3565
|
Merge branch 'develop' into SteveGilvarry-Add_Release_Branch
|
2016-01-05 11:07:44 +02:00 |
|
Petr Korolev
|
8f7af37d1e
|
update changelog
|
2016-01-05 11:04:18 +02:00 |
|
Steve Gilvarry
|
12bc3550e1
|
Fix Trailing Whitespace error
Rubocop was stopping this from building on Travis.
|
2016-01-03 07:11:49 +11:00 |
|
Steve Gilvarry
|
5d5a48e00e
|
Remove debug code
|
2016-01-03 07:06:25 +11:00 |
|
Steve Gilvarry
|
35b581240f
|
Reinstate User and Repo options
Trying to use github options to hold repo and user didn’t seem to work
for all commands. Reverting those changes
|
2016-01-03 07:02:19 +11:00 |
|
Steve Gilvarry
|
29fd202ed0
|
Clean up user and project from all api calls
|
2015-11-20 22:17:10 +11:00 |
|
Steve Gilvarry
|
afbb47ecf3
|
Remove repeated user and repo params
Used the github_options setting to add user and repo values
|
2015-11-20 22:12:06 +11:00 |
|
Steve Gilvarry
|
1d1965e7fb
|
Swap unless nil? to if
|
2015-11-19 20:14:04 +11:00 |
|
Steve Gilvarry
|
06a8fe8169
|
Add release-branch option to filter the Pull Requests by those applied on a partcular release branch
|
2015-11-18 16:56:27 +11:00 |
|
Steve Gilvarry
|
3fdf0c64df
|
Add options to def self.user_and_project_from_git to fix parser.rb:193 wrong number of arguments (1 for 0)
|
2015-11-12 07:55:54 +11:00 |
|
Petr Korolev
|
645f96ace6
|
Merge pull request #298 from olleolleolle/refactor/reader-positive-boolean
[refactor] Reader: positive Boolean; unused #map
|
2015-10-23 16:49:36 +03:00 |
|
Olle Jonsson
|
dd0d82ab91
|
[refactor] Fix YARD datatype, use #map
|
2015-10-23 07:44:20 +02:00 |
|
Olle Jonsson
|
8a87be8f4e
|
Reader: use positive Boolean, drop unused #map
|
2015-10-23 07:32:52 +02:00 |
|
Petr Korolev
|
8f78bb0cc6
|
Merge pull request #296 from olleolleolle/feature/introduce-parsererror-class
Introduce ParserError exception class
|
2015-10-22 15:25:54 +03:00 |
|
Olle Jonsson
|
3fb75c825f
|
Lint: rename to avoid getter naming
- fixed Rake task, too
|
2015-10-22 00:09:25 +02:00 |
|
Olle Jonsson
|
d227464c33
|
Rubocop: less complex methods
- Changed one thing: failed return value on printing the banner when
no user or project was found.
|
2015-10-21 23:42:33 +02:00 |
|
Olle Jonsson
|
5a9928c18a
|
Introduce ParserError exception class
|
2015-10-21 23:13:42 +02:00 |
|
John Keiser
|
fdb89ea805
|
Add base option to RakeTask
|
2015-09-30 11:28:21 -07:00 |
|
Olle Jonsson
|
6d36d007ad
|
ParserFile: support values with equals signs
|
2015-09-22 21:59:24 +02:00 |
|
Petr Korolev
|
d79e70b267
|
Update gemspec to version 1.9.0
|
2015-09-17 11:59:30 +03:00 |
|
Dlani Mendes
|
ba7c565374
|
Rspec and README
|
2015-09-17 11:59:02 +03:00 |
|
Olle Jonsson
|
eccecd6875
|
Feature: exclude_tags using regular expression
|
2015-09-17 11:59:01 +03:00 |
|
Dlani Mendes
|
0862e54f42
|
Auto parse options from file .github_changelog_generator
|
2015-09-17 11:59:01 +03:00 |
|
Petr Korolev
|
d14694a6d6
|
Merge branch 'release/1.8.5'
|
2015-09-15 09:06:03 +03:00 |
|