Olle Jonsson
5c21fc980f
Rubocop setting: avoid copping the universe
2016-09-22 19:04:35 +02:00
Olle Jonsson
91b5abc477
Spec: avoid warning when stubbing ARGV
2016-09-01 20:47:31 +02:00
Petr Korolev
37a7430d81
add test
2016-07-21 17:48:47 +03:00
Petr Korolev
430d6f5bd9
add missing test
2016-07-21 17:47:53 +03:00
John Keiser
c0c8bb5653
Don't constrain runtime deps.
...
Since we are a development dependency of many projects,
constraining our runtime deps can cause their Gemfiles to downgrade
dependencies they share with us, which is never desirable.
2016-07-21 17:47:52 +03:00
Olle Jonsson
cc653b6b21
linting
2016-04-18 16:53:45 +02:00
Olle Jonsson
9ce5c76d4a
Linting
2016-04-18 16:53:25 +02:00
Olle Jonsson
86ca388ecf
Spec: Smaller help functions
2016-04-18 16:53:25 +02:00
Olle Jonsson
9c6068f026
Avoid nil bug in detect_since_tag
2016-04-18 16:53:25 +02:00
Petr Korolev
519ca91cd7
Merge pull request #320 from ITV/filter-tags
...
Added tag exclusion with a filter (string or regex)
2016-03-28 13:04:06 +03:00
Adam
507ffdb910
put filter_excluded_tags_regex after filter_excluded_tags tests
2016-03-24 13:00:53 +00:00
Adam
21d41756b8
regex test include regex identifier
2016-03-24 13:00:02 +00:00
Adam
17ceccdd70
clean up test description
2016-03-24 12:54:19 +00:00
Adam
e5a619b167
add test for #filter_excluded_tags_regex with non-matching regex in exclude_tags
2016-03-24 12:06:39 +00:00
Adam
dd149d7ad9
implement #filter_excluded_tags_regex with regex exclude_tags
2016-03-24 11:59:20 +00:00
Olle Jonsson
0fccc4396f
ParserFile: Config format allows empty lines
...
- defined as: lines that consist only of whitespace
2016-03-19 17:12:30 +01:00
Olle Jonsson
068af037f5
Spec: use RSpec contexts
2016-03-19 16:54:13 +01:00
Olle Jonsson
4569fad479
ParserFile: Allow comments in settings file
...
- Ruby-style or semi-colon-style accepted
2016-03-19 16:50:39 +01:00
Olle Jonsson
0b32484184
Spec: rename local to noun
2016-03-19 15:22:45 +01:00
Olle Jonsson
a997d2417d
Spec: Config parse fail message tested
2016-03-19 15:20:48 +01:00
Olle Jonsson
93df2d5646
ParserFile: use a File instead of a filename
...
- spec: can use StringIOs instead of loose files
2016-03-19 13:59:58 +01:00
Olle Jonsson
9150cdc09e
Merge pull request #354 from olleolleolle/bugfix/351-exclude_tags
...
Parse options file options into arrays, integers, flags, and other
2016-03-18 08:59:15 +01:00
Olle Jonsson
655aa965a7
Spec: option name translation tested
2016-03-17 21:38:28 +01:00
Olle Jonsson
44bbd9ca01
Parse options file options
...
- this proof-of-concept code duplicates OptionParser information to
get something going
- take care to respect the type of each option from the OptionParser
2016-03-17 20:39:49 +01:00
John Keiser
a7ee304f20
Add bundle install test
2016-03-09 10:37:25 -08:00
Petr Korolev
9a217e3468
rubocop correction
2016-02-24 16:31:18 +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
63c70edb25
add pending message
2016-02-24 15:10:32 +02:00
Petr Korolev
0b3e8429c4
rubocop fixes
2016-02-24 15:10:32 +02:00
Olle Jonsson
bc6bfac2a3
Typo
2016-02-24 15:10:32 +02:00
Olle Jonsson
fb502c0ac7
Spec: Avoid a deprecation
2016-02-24 15:10:32 +02:00
Olle Jonsson
575f42f652
Test case for #327
2016-02-24 15:10:32 +02:00
Olle Jonsson
89d1b5393d
Generator#exclude_issues_by_labels spec clearer
2016-02-23 23:23:54 +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
Olle Jonsson
540251ab60
Typo
2016-02-23 22:28:24 +01:00
Olle Jonsson
74f93460bc
Spec: Avoid a deprecation
2016-02-23 22:25:07 +01:00
Olle Jonsson
b8f7dbaa2e
Test case for #327
2016-02-23 22:24:10 +01: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
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
Olle Jonsson
53df784ec3
Parser: avoid Ruby exit
...
- made the method take three arguments
- specs all note these three
2016-01-05 21:58:13 +01: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
5a9928c18a
Introduce ParserError exception class
2015-10-21 23:13:42 +02:00
Olle Jonsson
6d36d007ad
ParserFile: support values with equals signs
2015-09-22 21:59:24 +02:00
Petr Korolev
29c33fec60
Merge pull request #278 from dlanileonardo/master
...
Auto parse options from file .github_changelog_generator
2015-09-17 11:58:29 +03:00
Dlani Mendes
6c71cf439a
Rspec and README
2015-09-16 16:19:40 -03:00
Petr Korolev
2d7f6bf174
rubocop autofix
2015-09-16 14:50:21 +03:00
Olle Jonsson
ef97e7f950
Feature: exclude_tags using regular expression
2015-09-15 21:34:54 +02:00
Petr Korolev
4261c3494e
Add due-tag option and tests
2015-08-24 17:29:07 +03:00