Commit graph

456 commits

Author SHA1 Message Date
28fb9290d4
Update docs
This chane updates docs to reflect that ownership has moved to the DIO
team at Puppet. It also includes some formatting changes.
2020-07-02 12:52:32 -04:00
Brandon High
b7a210aa15
Merge pull request #68 from puppetlabs/fixup/edit-maintainers
Remove old maintainer note
2020-07-01 14:58:39 -07:00
Brian Cain
e942e7534d
Remove rubocop 2020-07-01 14:55:32 -07:00
Brian Cain
d4bd4f5163
Comment out rubocop rules that aren't helpful 2020-07-01 14:52:39 -07:00
Brian Cain
4ff9b9d0d5
Remove old maintainer note 2020-07-01 14:41:57 -07:00
Brandon High
c0b047eab8
Merge pull request #66 from briancain/highb-remove-gpr-push
Update gempush action to remove GPR publish
2020-02-05 15:54:21 -08:00
Brandon High
6697077adf
Update gempush action to remove GPR publish
We don't need to publish to GPR right now.
2020-02-05 15:50:53 -08:00
Brandon High
8588cd8fa1
Merge pull request #65 from briancain/highb-bump-092
Bump version.rb to 0.9.2 for release
2020-02-05 15:01:39 -08:00
Brandon High
707ced4b37
Merge branch 'master' into highb-bump-092 2020-02-05 14:55:12 -08:00
Brandon High
796555672d
Merge pull request #64 from briancain/highb-create-gempush
Create gempush.yml Github Action
2020-02-05 14:51:42 -08:00
Brandon High
1e38bb4244
Bump version.rb to 0.9.2 for release 2020-02-05 11:08:10 -08:00
Brandon High
331444751d
Create gempush.yml Github Action
I think this action should be able to build/push the gem whenever a matching is pushed.
2020-02-05 11:05:20 -08:00
Brandon High
8b4cc806a3
Merge pull request #62 from nicklewis/bump-faraday-for-ruby-2.7
Bump faraday dependency for Ruby 2.7 compatibility
2020-01-28 14:29:01 -08:00
Brandon High
7860bec0cd
Merge branch 'master' into bump-faraday-for-ruby-2.7 2020-01-28 14:27:09 -08:00
Brian Cain
05dd5bb6b2
Update PULL_REQUEST_TEMPLATE 2020-01-28 13:47:13 -08:00
Brian Cain
fffc16c412
Merge pull request #60 from highb/qeng-7604_add_jobid_to_delete
(QENG-7604) Add support for Job IDs to ABS delete
2020-01-28 13:42:23 -08:00
Brian Cain
5dbe19e10b
Merge branch 'master' into qeng-7604_add_jobid_to_delete 2020-01-28 13:40:53 -08:00
Nick Lewis
c417c3574c Bump faraday dependency for Ruby 2.7 compatibility
The only significant changes between 0.15.4 and 0.17.3 are silencing
some deprecation warnings on Ruby 2.7.
2020-01-28 13:05:33 -08:00
Brandon High
5fa9c12a85
Merge pull request #61 from mikkergimenez/fix_ssh_command_breaking
SSH Command respects ABS now and tests should fail if the API changes…
2020-01-27 17:05:17 -08:00
Mikker Gimenez-Peterson
ac14629eb3 SSH Command respects ABS now and tests should fail if the API changes again 2020-01-27 15:29:00 -08:00
Brandon High
51a7eb809e
(QENG-7604) Add support for Job IDs to ABS delete
This commit adds support for passing in a JobID when deleting with ABS.
2020-01-27 14:17:06 -08:00
Brian Cain
d6a69d08ac
Merge pull request #59 from highb/bump_091
Bump version.rb to 0.9.1
2020-01-14 10:47:54 -08:00
Brandon High
f1be1fec23
Bump version.rb to 0.9.1
For 0.9.1 release. Includes:
- Bug fix for delete action on vmpooler and nspooler #58
2020-01-14 10:03:34 -08:00
Brandon High
39770cbbfd
Merge pull request #58 from mikkergimenez/fix_method_signature
Fix error with delete command for vmpooler and nspooler
2020-01-14 10:02:33 -08:00
Mikker Gimenez-Peterson
dc3bfecd28 Adding spec test to ensure that all the interfaces are the same, while doing so, fix the broken interfaces for delete on vmpooler and nonstandard pooler(they were passed 5 by service.rb but expected 4) 2020-01-14 09:45:28 -08:00
Brian Cain
bc1198f81c
Merge pull request #56 from highb/bump_version_to_0.9.0
Minor version bump to 0.9.0
2019-12-17 09:47:16 -08:00
Brian Cain
dac2c2bae6
Merge branch 'master' into bump_version_to_0.9.0 2019-12-17 09:45:47 -08:00
Brandon High
e6bd4054cb
Merge pull request #57 from mikkergimenez/check_for_blank_lines_returned_from_abs_status_queue
ABS will sometimes return null values in the /status/queue endpoint
2019-12-16 16:17:40 -08:00
Mikker Gimenez-Peterson
2c456f1157 ABS will sometimes return null values in the /status/queue endpoint 2019-12-16 16:13:33 -08:00
Brandon High
6605a3eee6
Minor version bump to 0.9.0
I figure adding a new service like ABS would necessitate at least a
minor bump since it's more than a security/bug fix.
2019-12-05 10:08:07 -08:00
Brian Cain
7d0a72517b
Merge pull request #55 from highb/add_handling_for_failed_modify_request
Update pooler provider to throw an exception if the API returns non-OK
2019-12-05 08:02:06 -08:00
Brandon High
17c18679e2
Update pooler provider to throw an exception if the API returns non-OK
Prior to this commit the API could fail and return `ok: false` but
floaty wouldn't recognize that as a failure.
This commit updates the pooler code to check for `ok` and raise and
error with the body of what the api returns if it's non-truthy.
2019-12-04 16:44:42 -08:00
Brandon High
6954321c87
Merge pull request #53 from mikkergimenez/add_abs_vm_get
Add abs vm get
2019-12-04 16:43:26 -08:00
Brandon High
1e67715e2c
Fix rubocop issues 2019-12-04 16:40:57 -08:00
Brandon High
9a2cd816df
Update Rubocop to not use old cop name 2019-12-04 16:26:43 -08:00
Mikker Gimenez-Peterson
d963e357d3 Adding delete and get active requests 2019-12-04 11:37:17 -08:00
Mikker Gimenez-Peterson
7e27542670 Adding delete and get active requests 2019-11-04 11:41:49 -08:00
Mikker Gimenez-Peterson
a77ea84092 Rebasing fixed tests 2019-10-31 14:25:47 -07:00
Mikker Gimenez-Peterson
de7d0fdeab Adding command to list pools out of ABS 2019-10-31 11:33:07 -07:00
Brian Cain
d8dd0885ab
Merge pull request #54 from highb/update_faraday
Update Faraday to 0.15, remove unnecessary headers
2019-10-22 13:49:54 -07:00
Brandon High
c140e7af48
Update Faraday to 0.15, remove unnecessary headers 2019-10-22 13:28:14 -07:00
Brian Cain
aaeaa1acda
Update travis-ci ruby rvm version 2019-10-21 21:14:48 -07:00
Brian Cain
b2574325a0
Fixup rubocop again 2019-10-21 21:09:04 -07:00
Brian Cain
79422000a7
Fix rubocop 2019-10-21 21:04:47 -07:00
Britt Gresham
697cc878ef
Merge pull request #50 from steveax/change-urls-in-docs
change urls in docs to use example.net/.com
2019-04-09 17:00:04 -07:00
Steve Axthelm
42b5ba3669 change urls in docs to use example.net/.com
Prior to this commit, the docs and vmfloaty.yml.example file used
a variety of live domains (mycompany.net, alternate.net). This commit
changes those to example.net and example.com which are IANA-managed
Reserved Domains. This will reduce the chance that any credentials
could be harvested if a user executes the example commands without
changing the domains.
2019-04-09 16:50:31 -07:00
Brian Cain
d57b168153
Merge pull request #49 from rodjek/rubocop
Rubocop cleanup
2019-02-04 09:38:02 -08:00
Tim Sharpe
4440164f8a Run rubocop during CI 2019-02-03 15:59:29 +11:00
Tim Sharpe
893f9363e0 (rubocop) Defer Metrics cop changes for now 2019-02-03 15:50:07 +11:00
Tim Sharpe
6e1f626d7b (rubocop) Fix Style/IfUnlessModifier 2019-02-03 15:40:17 +11:00