Commit graph

319 commits

Author SHA1 Message Date
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
Casey Williams
ca5b0f5e8b Integrate nonstandard pooler service into vmfloaty 2017-10-12 12:53:04 -07:00
Casey Williams
e78bcc6216 Allow configuration of multiple services 2017-09-25 15:23:10 -07:00
Brian Cain
e7fcb7c7d5 Update readme 2017-09-21 13:18:48 -07:00
Brian Cain
7fe2cdc42d Add issue template 2017-09-21 13:18:04 -07:00
Brian Cain
ed82c44af5 Update email 2017-08-17 13:49:03 -07:00
Brian Cain
b670596f57 Update to 0.7.9 2017-07-31 08:04:40 -07:00
Brian Cain
2cd2bd15dc Merge pull request #44 from scotje/add_bash_completion
Add basic bash completion script and framework for others
2017-07-31 08:03:54 -07:00
Jesse Scott
6d57a1b5df Add basic bash completion script and framework for others 2017-07-27 11:27:16 -07:00
Brian Cain
5fa65b6400 Merge branch 'master' of github.com:briancain/vmfloaty 2017-03-14 08:58:51 -07:00
Brian Cain
cfbad921ce (maint) Be clearer about which password to use 2017-03-14 08:58:28 -07:00
Brian Cain
0ebc134851 Merge pull request #43 from mckern/developersdevelopersdevelopers
Developersdevelopersdevelopers
2017-03-01 15:33:39 -08:00
Ryan McKern
d7e3bc9a02 Improve Travis platforms
Ruby 2.0 is dead, but 2.1 is not. Of note is that Ruby 2.1 *will* be
unsupported soon, but it's definitely not dead yet.
2017-03-01 15:17:09 -08:00
Ryan McKern
5c794cd2b0 Use the Classname::VERSION pattern
Instead of having a hardcoded version identifier in multiple
locations, we can leverage the Classname::VERSION pattern to have a
single canonical version number that everything can reference
programmatically.
2017-03-01 14:02:58 -08:00
Ryan McKern
0380b5fc9a Gemspec whitespace & tighter version constraints
Pessimistic versioning means that Faraday 0.11.0 will be installed if
the constraint is "~> 0.9", and that will break spec tests due to
newer restrictions in Faraday around how HTTP requests are handled by
rspec. We don't want to break tests.
2017-03-01 14:02:58 -08:00
Ryan McKern
21c42dbffa Clarify license in Gemspec
As per https://opensource.org/licenses/alphabetical, the name should
be Apache-2.0, not Apache.
2017-03-01 14:02:58 -08:00
Ryan McKern
ee0c73dfda Add a little formatting to Rspec 2017-03-01 14:02:58 -08:00
Ryan McKern
8babbe32ce Add Rubocop support to Rakefile 2017-03-01 14:02:58 -08:00
Ryan McKern
573f0d83a9 Update Gemspec
Formatting is slightly more idiomatic now.
2017-03-01 12:44:06 -08:00
Brian Cain
c8525bd0f1 Bump to 0.7.8 2016-12-20 08:42:09 -08:00
Brian Cain
313742ebfd Use actual hostname when creating snapshots in warn msg 2016-12-16 11:21:20 -08:00
Brian Cain
82afa94b6e Properly check for large pool size requests 2016-12-14 11:04:51 -08:00