0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Oct 18, 2024 — Oct 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 4 years ago
Merge branch 'fix_broken_tests_2018' More... over 7 years ago
Added new date check in create() after coming across a limit for past events. Added new test to exercise this code More... over 7 years ago
Updated event creation test to use dynamic date; also changed from single quotes to double to be consistent with other tests More... over 7 years ago
Added latest version of Perl for Travis to run tests against More... over 7 years ago
Arranging tests to be alphabetical. Knuckle rap to past version of author More... over 7 years ago
Forgot to pull the test from MANIFEST that I deleted a few commits ago More... over 7 years ago
Missed a few a few spots converting Test::More to Test::Most More... over 7 years ago
Added required testing module that I missed previously More... over 7 years ago
Merge branch 'master' of github.com:jpinkham/webservice-datadog More... over 7 years ago
Enabled mode prereq tests since they actually tell me WHICH module is missing from PREREQ_PM More... over 7 years ago
Removed xt/prereq.t test because Test::Prereq::Build is not verbose enough. Like actually telling me WHICH prereq is missing from build/makefile. More... over 7 years ago
Removed this test because Test::Kwalitee::Extra prereq checks will be used instead More... over 7 years ago
Reordering reqs list as I should've done to begin with More... over 7 years ago
Removed unnecessary FIXTHIS comments, for things I've already fixed More... over 10 years ago
Release v1.0.3 More... over 10 years ago
Fixed syntax error in test after removing 'bail' option More... over 10 years ago
Fixed syntax error in test after removing 'bail' option More... over 10 years ago
Remove 'bail' option for all Alert tests, as most are failing now due to this being a deprecated/unsupport endpoint More... over 10 years ago
Fixed output filename, returning back to what is expected by other tests More... over 10 years ago
Finally discovered issue with adding to comment threads, after lots of testing, which seems to be a race-condition on creation of parent comment, which can be worked around with a short sleep. Also updated the message sent to indicate it comes from a unit test and that it should be within a message thread More... over 10 years ago
Putting back correct 'related_event_id' param and removing incorrect 'resource' param. That param is only provided in the response and should not be in the request More... over 10 years ago
Updated response handling for failed requests to include output of the very useful 'errors' section that Datadog provides. Very sorry I did not include this sooner More... over 10 years ago
WIP: fixing comment thread creation More... over 10 years ago
Fixed the meta files so they include my new Graph module. Didnt realize the building of them had failed before I released the last CPAN version that included new module. *headdesk* More... over 10 years ago
Release v1.0.2 More... over 10 years ago
added new Graph module and tests More... over 10 years ago
git ignore file More... over 10 years ago
Updated response on snapshot() to return the snapshot url. Updated test and documentation also More... over 10 years ago
Added example of Graph snapshot module More... over 10 years ago