1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

18 commits

Author SHA1 Message Date
Matt Darby
72e52e70be Revert "Moving Rackspace logic to fog-rackspace"
This reverts commit d6ecb19d24.

Conflicts:
	fog.gemspec
2014-12-10 11:30:34 -05:00
Matt Darby
d6ecb19d24 Moving Rackspace logic to fog-rackspace 2014-11-26 10:08:42 -05:00
Paul Thornthwaite
ef9a9697ab Remove trailing whitespace
Done with `rubocop --auto-correct --only TrailingWhitespace`
2014-05-26 14:44:18 +01:00
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Tom Noonan II
2b8ee777b0 Resolve issue where metadata was being discarded too early 2014-05-09 15:54:36 -05:00
Tom Noonan II
a4cb7c34f9 Resolve copypasta error 2014-05-09 15:28:51 -05:00
Tom Noonan II
9a5af6c244 Fix variable name error 2014-05-09 14:59:48 -05:00
Tom Noonan II
42ef016333 Add pagination markers (#2908) 2014-05-09 14:59:09 -05:00
Tom Noonan II
8fa4359c5d Add options support 2014-05-09 14:56:16 -05:00
rebelagentm
ee3ed2eb61 [Rackspace|Monitoring] Add disabled flag to alarm. Fixes issue #2731. 2014-04-02 16:36:20 -05:00
Evan Light
5f94b552d5 Closes #2469
Monitoring-specific soluton to pagination. 'marker' was being extracted but not stored.
2014-01-08 16:48:32 -05:00
Jim Salinas
c88b7daacf Adding notifications for Rackspace Monitoring 2013-09-10 10:03:33 -05:00
Kyle Rames
5dccb0dd6f [rackspace|monitoring] replaced entity_id and check_id attributes with entity and check attributes; removed entity_id from base module. 2013-08-08 11:01:52 -05:00
Thomas Cate
afd9bd90d3 use params instead of prep
In the transfer from rackspace-monitoring-rb to fog prep got changed to params, but was left as prep in compare.
2013-08-07 15:39:33 -05:00
Daniel Reichert
0731db813b [rackspace|monitoring] Adding support required for tests to pass
I needed to add a request layer function to enable the destruction of an alarm,
as well as registering that new function in the monitoring.rb file.  I also
had to rename a function to be inline with previous changes to the models.
2013-07-31 14:18:42 -07:00
Kyle Rames
faf3a1d5d7 [rackspace|monitoring] adding model tests for agent_token, check, and entity; added destroy method to agent_token and check models; updated models to retrieve identity from header value 'X-Object-ID'; updated check model to take an entity object or id 2013-07-26 14:06:32 -05:00
Kyle Rames
b359376da0 [rackspace|monitoring] updating to use fog conventions 2013-07-24 15:18:02 -05:00
Daniel Reichert
166803de25 Added rackspace monitoring with correct namespace
These files were merged from github.com/racker/rackspace-monitoring-rb. The
namespace was different than the convetion in fog so the namespace was modified
to be compliant with the rest of the fog library.
2013-07-03 14:04:58 -07:00