Olle Jonsson
519cd5b136
Tiny whitespace detail [ci skip]
2017-09-10 11:55:49 +02:00
Stanislav Kozlovski
e5f0a55304
Merge branch 'master' into master
2017-06-28 21:33:28 +03:00
Lucas Huang
b21e7eaaf7
Update generator_generation.rb ( #542 )
...
Fix the syntax so `credit_line` is recognizable as a variable. #541
2017-06-28 16:55:42 +02:00
Lucas Huang
d0e7593e98
Fix the syntax ambiguity on credit-line-bug ( #537 )
...
* fix a syntax ambiguity
2017-06-27 19:45:57 +02:00
Lucas Huang
fb7e21f9f8
Credit line bug ( #535 )
...
* Fix a bug that generates multiple credit lines
2017-06-27 07:45:59 +02:00
Enether
5bbeb93869
Replaced single-quoted empty string with double quotes
2017-06-03 18:39:48 +03:00
Enether
3d27670053
Added missing newline at end of file
2017-06-03 18:26:15 +03:00
Enether
2cc15f7be0
Fixes #507 - Removes old credit lines in log so that there are no duplicates
2017-06-03 18:22:23 +03:00
Olle Jonsson
6ad5aa106d
Bug: require ActiveSupport core_ext blank ( #520 )
2017-05-25 14:07:34 +02:00
Lucas Huang
e9ee9556ce
remove --between_tags option ( #501 )
2017-05-25 00:29:31 +02:00
Olle Jonsson
874c23c64f
Chore: Rubocop 0.49.0 ( #516 )
...
* Rubocoping
2017-05-25 00:11:02 +02:00
Olle Jonsson
26b124a67c
bundled cacert.pem with --ssl-ca-file PATH option ( #480 )
...
* Add a bundled cacert.pem from curl's website
* Using the --ssl-ca-file PATH option overrides ENV var SSL_CA_PATH
* Having none of those allow you to use the default, the bundled cacert.pem
* Octokit's SSL config uses this new setting
* Rake task to update_ssl_ca_file
* Rubocop target 2.2
2017-05-24 23:43:31 +02:00
Lucas Huang
9bbfa3add5
Rescue invalid commands and present the valid options list ( #498 )
...
* rescue invalid commands
* recuse invalid command
2017-05-14 21:30:43 +02:00
Olle Jonsson
d334aa01f2
Option parsing: Remove tag1, tag2 cruft ( #479 )
2017-02-08 21:58:30 +01:00
Olle Jonsson
8d74965019
Create temporary cache files in Dir.tmpdir ( #459 )
...
* OctoFetcher: http_cache options conditional
* Locate cache directory using Dir.tmpdir
* Cache files options can not have defaults
2017-02-08 18:14:02 +01:00
Olle Jonsson
8ea623fd81
v1.14.3
2016-12-31 10:33:06 +01:00
Eli Perkins
881ecc161c
Use Octokit::Client for both .com and Enterprise
...
Octokit:EnterpriseAdminClient is only meant to be used for GHE admin
panel endpoints, such as Admin Stats, Management Console, etc.
This repairs GHE functionality by passing the API endpoint parameters
into Octokit::Client and letting it handle the rest.
2016-11-22 13:07:48 -05:00
Olle Jonsson
879668b605
v1.14.2
2016-11-12 10:04:18 +01:00
Olle Jonsson
d4dfc99127
OctoFetcher: Moved repositories fail explicitly
2016-11-10 20:37:46 +01:00
Olle Jonsson
d122e00a1a
OctoFetcher#iterate_pages: extract method
2016-11-10 19:32:24 +01:00
Olle Jonsson
3c39c0c178
v1.14.1
2016-11-06 20:30:11 +01:00
Olle Jonsson
a863e0e83c
v1.14.0
2016-11-05 10:09:31 +01:00
Olle Jonsson
fef7a5d02f
Merge pull request #441 from thorsteneckel/bugfix-params_file_multi_hyphen
...
Fixed issue #440 - broken multi hyphen options in param file.
2016-11-05 08:49:35 +01:00
Thorsten
d551c3a198
Fixed issue #442 - broken issue-line-labels in log. ( #443 )
2016-11-05 08:44:28 +01:00
Thorsten Eckel
56f91cc8f4
Fixed issue #440 - broken multi hyphen options in param file.
2016-11-05 00:15:35 +01:00
Olle Jonsson
1dc33e3005
Option --unreleased-label explained
2016-11-04 22:53:49 +01:00
Thorsten Eckel
014da21bf5
Fixed bug: Last entries get lost.
2016-11-04 20:18:09 +01:00
Thorsten Eckel
83dcb3cdf9
Fixed issue #304 - entries of previous tags are included.
2016-11-04 19:51:58 +01:00
aih
1fd341d9bf
Add option to show selected labels in the issue line: --issue-line-labels
2016-10-26 09:50:54 -07:00
Andrew Waage
134d10bab0
some rubocop updates
2016-10-20 11:49:02 -07:00
Andrew Waage
77ecafa978
using retriable gem
2016-10-19 14:30:43 -07:00
Andrew Waage
4f9cfdd337
spacing
2016-10-07 18:50:58 -07:00
Andrew Waage
7b8c667447
style
2016-10-07 18:37:36 -07:00
Andrew Waage
074b467251
added specs and refactor a bit
2016-10-07 16:58:38 -07:00
Andrew Waage
aa0d7e8d17
exponentially back off sleep if the Octokit::Forbidden error is seen
2016-10-07 16:28:02 -07:00
Olle Jonsson
e72edb0d83
Merge pull request #433 from olleolleolle/fix/reinstate-max-thread-at-25
...
On GitHub MAX_THREAD_NUMBER is 25
2016-10-06 00:36:16 +02:00
Olle Jonsson
8632bcf254
On GitHub MAX_THREAD_NUMBER is 25
2016-10-06 00:23:11 +02:00
Olle Jonsson
e123466b82
Linting
2016-10-05 23:31:19 +02:00
Olle Jonsson
c1f6fce86c
Options: add error class, refactor
...
- improve readability of specs
- extract methods
2016-10-05 23:12:48 +02:00
Olle Jonsson
70aaba9aa2
OctoFetcher: inline helper function, drop class extensions
2016-10-05 23:12:40 +02:00
Olle Jonsson
43a6e49055
Options: a class to wrap Hash-accessing options choices
...
- protects against bad names
2016-10-05 23:10:21 +02:00
Olle Jonsson
5ae7027425
Fix: Turn Sawyer method into String-keyed hash access ( #429 )
2016-10-01 19:46:52 +02:00
Olle Jonsson
828d639348
Spec: Test a url helper function ( #428 )
2016-10-01 19:23:48 +02:00
Olle Jonsson
cf09735743
Remove a stray Markdown file [ci skip] ( #426 )
2016-09-30 23:53:15 +02:00
Olle Jonsson
8cf43822c3
Merge pull request #422 from olleolleolle/aw/all-merged
...
Use octokit, carrying awaage commits
2016-09-30 00:09:37 +02:00
Olle Jonsson
4de6f52572
v1.13.2
2016-09-29 23:27:14 +02:00
Olle Jonsson
bd024f6b63
Style: Use attr_reader for options
...
- prefer parentheses
2016-09-29 23:09:05 +02:00
Olle Jonsson
e23f2ff7e1
Typo: variable rename
2016-09-29 23:09:05 +02:00
Olle Jonsson
ba825488bd
Typo, renamed var
2016-09-29 23:09:05 +02:00
Olle Jonsson
d8b34169a3
Linting
2016-09-29 23:09:04 +02:00