Tim Sharpe
e8f420a08c
(rubocop) Fix Layout/EmptyLineAfterGuardClause
2019-02-03 12:46:15 +11:00
Tim Sharpe
e6d1fbf954
(rubocop) Fix Layout/TrailingBlankLines
2019-02-03 12:44:11 +11:00
Tim Sharpe
bb9e821d5e
(rubocop) Fix Layout/EmptyLinesAroundClassBody
2019-02-03 12:43:27 +11:00
Tim Sharpe
edaa3e5645
(rubocop) Fix Layout/EmptyLinesAroundBlockBody
2019-02-03 12:41:22 +11:00
Tim Sharpe
b2ac1ddf2f
(rubocop) Fix Layout/MultilineMethodCallIndentation
2019-02-03 12:39:47 +11:00
Tim Sharpe
6f40397136
(rubocop) Fix Layout/DotPosition
2019-02-03 12:36:47 +11:00
Tim Sharpe
fd753ba188
(rubocop) Fix Layout/SpaceBeforeBlockBraces
2019-02-03 12:34:24 +11:00
Tim Sharpe
b8971c040a
(rubocop) Fix Layout/SpaceInsideLiteralHashBraces
2019-02-03 12:32:05 +11:00
Tim Sharpe
eb0d31260f
(rubocop) Fix Layout/SpaceAroundEqualsInParameterDefault
2019-02-03 12:30:26 +11:00
Tim Sharpe
7cd0256a97
(rubocop) Fix Layout/SpaceInsideBlockBraces
2019-02-03 12:28:17 +11:00
Tim Sharpe
b16e3fc792
(rubocop) Fix Layout/SpaceAroundOperators
2019-02-03 12:26:38 +11:00
Tim Sharpe
6a771a8d76
(rubocop) Fix Style/GuardClause
2019-02-03 12:22:41 +11:00
Tim Sharpe
b7b08c9c9e
(rubocop) Fix Style/MissingRespondToMissing
2019-02-03 12:22:41 +11:00
Tim Sharpe
6c4fe8384c
(rubocop) Fix Style/IfInsideElse
2019-02-03 12:22:41 +11:00
Tim Sharpe
dec621e9b8
(rubocop) Fix Style/ConditionalAssignment
2019-02-03 12:22:41 +11:00
Tim Sharpe
613121f34d
(rubocop) Fix Style/BlockDelimiters
2019-02-03 12:22:41 +11:00
Tim Sharpe
692577a486
(rubocop) Fix Style/TrailingCommaInArguments
2019-02-03 12:22:41 +11:00
Tim Sharpe
0e5dd9b7db
(rubocop) Fix Style/TrailingCommaInArrayLiteral
2019-02-03 12:22:41 +11:00
Tim Sharpe
58f64b2843
(rubocop) Fix Style/TrailingCommaInHashLiteral
2019-02-03 12:22:41 +11:00
Tim Sharpe
1aea79a9a1
(rubocop) Fix Style/SymbolArray
2019-02-03 12:22:41 +11:00
Tim Sharpe
095ac9e75e
(rubocop) Fix Style/WordArray
2019-02-03 12:22:41 +11:00
Tim Sharpe
cdb9b0ca3d
(rubocop) Fix Style/NestedParenthesizedCalls
2019-02-03 12:22:41 +11:00
Tim Sharpe
397bbd4dce
(rubocop) Fix Style/RedundantFreeze
2019-02-03 12:22:41 +11:00
Tim Sharpe
d25732b950
(rubocop) Fix Style/NegatedIf
2019-02-03 12:22:41 +11:00
Tim Sharpe
5ad213075b
(rubocop) Fix Style/StringLiteralsInInterpolation
2019-02-03 12:22:41 +11:00
Tim Sharpe
12c1795046
(rubocop) Fix Style/RescueStandardError
2019-02-03 12:22:41 +11:00
Tim Sharpe
7bafee35a7
(rubocop) Fix Style/IfUnlessModifier
2019-02-03 12:22:41 +11:00
Tim Sharpe
c7c8e48e2f
(rubocop) Fix Style/ExpandPathArguments
2019-02-03 12:22:41 +11:00
Tim Sharpe
d95c6946b8
(rubocop) Fix Style/BracesAroundHashParameters
2019-02-03 12:22:41 +11:00
Tim Sharpe
79f764560d
(rubocop) Fix Style/AndOr
2019-02-03 12:22:41 +11:00
Tim Sharpe
874a6e7cf6
(rubocop) Fix Style/ClassCheck
2019-02-03 12:22:41 +11:00
Tim Sharpe
fcf7154a8b
(rubocop) Style/HashSyntax to use hash_rockets for consistency
2019-02-03 12:22:41 +11:00
Tim Sharpe
42014ae39f
(rubocop) Fix Style/RedundantReturn
2019-02-03 12:22:41 +11:00
Tim Sharpe
0d95977db3
(rubocop) Disable Style/Documentation for now
2019-02-03 12:22:41 +11:00
Tim Sharpe
e0cbf89b8f
(rubocop) Fix Style/FrozenStringLiteralComment
2019-02-03 12:22:41 +11:00
Tim Sharpe
02e49e5c4f
(rubocop) Fix Style/ColonMethodCall
2019-02-03 10:46:35 +11:00
Tim Sharpe
1cf00a5a4c
(rubocop) Fix Style/ZeroLengthPredicate
2019-02-03 10:44:25 +11:00
Tim Sharpe
1272343cdd
(rubocop) Fix Style/StringLiterals
2019-02-03 10:42:28 +11:00
Brian Cain
cf2295ccfd
Tag v0.8.2
2018-01-04 16:54:58 -08:00
Brian Cain
5837351dd0
Merge pull request #47 from nicklewis/json-output-for-get
...
🎂 🎂 🎂 Add --json option for `floaty get`
2018-01-04 16:53:14 -08:00
Nick Lewis
50eeb8f265
Add --json option for floaty get
...
This option will return structured output from `floaty get`, which is
easier to parse in some cases.
Example output:
```json
{
"centos-7-x86_64": [
"hpfhhf5aqxowfd8.delivery.puppetlabs.net",
"k65euywltpz9fz0.delivery.puppetlabs.net"
],
"centos-6-x86_64": [
"oahunrurl7xis05.delivery.puppetlabs.net"
]
}
```
2018-01-02 10:23:54 -08:00
Brian Cain
941d8452d6
Update rubocop dep
2017-12-23 12:36:12 -08:00
Brian Cain
837fa94af5
Version 0.8.1
2017-10-24 08:59:28 -07:00
Brian Cain
6fc8e14f8f
Update travis to ruby 2.4
2017-10-24 08:54:10 -07:00
Brian Cain
53eb14a7d1
Merge pull request #46 from highb/bump_commander_version
...
Bump commander version to clear up deprecation warnings
2017-10-24 08:52:22 -07:00
Brandon High
8550e1fa2f
Bump commander version
...
This commit bumps the commander version up to 4.4.3 in order to clear
up the deprecation warnings being emitted from 4.3.0:
```
> floaty get centos-7-x86_64
/Users/highb/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/commander-4.3.8/lib/commander/user_interaction.rb:333:
warning: constant ::NIL is deprecated
/Users/highb/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/commander-4.3.8/lib/commander/user_interaction.rb:333:
warning: constant ::TRUE is deprecated
/Users/highb/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/commander-4.3.8/lib/commander/user_interaction.rb:333:
warning: constant ::FALSE is deprecated
/Users/highb/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/commander-4.3.8/lib/commander/user_interaction.rb:333:
warning: constant ::Fixnum is deprecated
/Users/highb/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/commander-4.3.8/lib/commander/user_interaction.rb:333:
warning: constant ::Bignum is deprecated
- as9r7rigltr70zt.delivery.puppetlabs.net (centos-7-x86_64)
```
2017-10-18 10:51:43 -07:00
Brian Cain
6622a2ea17
Update example config
2017-10-13 16:19:39 -07:00
Brian Cain
24722279d0
Update LICENSE
2017-10-13 16:13:54 -07:00
Brian Cain
bc621f3601
Release v0.8.0
2017-10-13 16:10:15 -07:00
Brian Cain
44d573301a
Merge pull request #45 from caseywilliams/nspooler-integration
...
Add configuration for multiple pooler services and integration with nspooler
2017-10-13 16:02:27 -07:00