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
Raphaël Pinson
32f4df5742
Add --since-tag option
...
Fix #254
2015-08-04 16:15:33 +02:00
Petr Korolev
19eb03c54e
Add tests to verify sorting algorithm #244
2015-06-11 15:57:32 +03:00
Petr Korolev
9f1537ab34
add test case
2015-06-11 13:09:04 +03:00
Petr Korolev
67fbb04b31
add documentation
2015-06-10 14:19:53 +03:00
Petr Korolev
ff6115247e
Move logging to separate class, disable logging during test execution.
2015-06-10 13:27:27 +03:00
Petr Korolev
9b46d56a9e
fix #245
2015-06-10 13:23:46 +03:00
Petr Korolev
c3867a89f1
update test, between tags.
2015-06-10 10:24:39 +03:00
Petr Korolev
783d8f306e
Resolved #214 . Added tests for this case. small refacroting
2015-05-26 16:06:37 +03:00
Petr Korolev
957fa0d3a3
refuct
2015-05-26 16:06:37 +03:00
Petr Korolev
f498e673d1
cleanup
2015-05-26 16:06:37 +03:00
Petr Korolev
7e941990c4
fix tests
2015-05-26 16:06:37 +03:00
Petr Korolev
6f82741154
add tests
2015-05-26 16:06:37 +03:00
Petr Korolev
c8c633a65d
add tests for second arg
2015-05-25 15:43:59 +03:00
Petr Korolev
171e536e76
add tests for regex
2015-05-25 14:21:23 +03:00
Petr Korolev
757f6d40b4
add tests
2015-05-25 13:34:37 +03:00
Petr Korolev
9a3c068615
add test for error raising
2015-05-18 16:55:49 +03:00
Petr Korolev
50ba2695fb
add test for token in options
2015-05-18 11:40:32 +03:00
Petr Korolev
7b356bf01a
add tests for fetching token
2015-05-14 17:53:17 +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
2590883c3a
Add codeclimate-test-reporter integration
2015-03-29 21:47:39 +03:00
Petr Korolev
f9a58ae079
use with coveralls together
2015-03-29 21:31:25 +03:00
Petr Korolev
731e9904f5
replace to simplecov
2015-03-29 21:22:03 +03:00
Petr Korolev
e0cf47e027
coveralls integration
2015-03-27 16:04:35 +02:00
Enrico Stahn
61a6e19417
Add RSpec Tests for Reader class
2015-03-26 15:59:48 +11:00