GitHub / github/grocer / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 16565c2b | Keep private details private | Steven Harman <s****n@g****m> | over 13 years ago | |
| df263343 | Also reset encoded payload when custom is set | Steven Harman <s****n@g****m> | over 13 years ago | |
| ed07facf | merge Merge pull request #55 from kbrock/cache_encoded_payload | Steven Harman <h****o@s****t> | over 13 years ago | |
| e758d433 | Add support section to readme | Steven Harman <s****n@g****m> | over 13 years ago | |
| 36ac9f51 | cleanup notification cacheing encoded_payload | Keenan Brock <k****n@t****t> | over 13 years ago | |
| 5e448276 | merge Merge pull request #51 from kbrock/error_response | Steven Harman <h****o@s****t> | over 13 years ago | |
| a6937e54 | Sort require statements | vanstee <v****e@h****m> | over 13 years ago | |
| fb95d10d | Require the MobileDeviceManagementNotification | vanstee <v****e@h****m> | over 13 years ago | |
| 0b7c6841 | fixup error_response |
Keenan Brock <k****k@p****m>
Committed by: Keenan Brock <k****n@t****t> |
over 13 years ago | |
| d645ca60 | Bump to version 0.3.4 | vanstee <v****e@h****m> | over 13 years ago | |
| 6064f068 | merge Merge branch 'Osis/master' | vanstee <v****e@h****m> | over 13 years ago | |
| 57e21541 | Clean up whitespace | vanstee <v****e@h****m> | over 13 years ago | |
| 84423a9b | Fix misnamed example in documentation | vanstee <v****e@h****m> | over 13 years ago | |
| 10f52048 | Fixed typo |
Osis <d****e@x****m>
Committed by: vanstee <v****e@h****m> |
over 13 years ago | |
| ed0b6d9f | More tests |
Osis <d****e@x****m>
Committed by: vanstee <v****e@h****m> |
over 13 years ago | |
| eda9c6d3 | Changed file/class names from Mdm to MobileDeviceManagement. Added tests |
Osis <d****e@x****m>
Committed by: vanstee <v****e@h****m> |
over 13 years ago | |
| a31cac43 | MDM Notification class |
Osis <d****e@x****m>
Committed by: vanstee <v****e@h****m> |
over 13 years ago | |
| 35368da0 | Clean up formatting; clarify class comment | Steven Harman <s****n@g****m> | over 13 years ago | |
| 3eed2c42 | merge Merge branch 'khelll-master' | Steven Harman <s****n@g****m> | over 13 years ago | |
| aabfde47 | fix newsstand notification payload | Khaled alHabache <k****s@g****m> | over 13 years ago | |
| bf4debd8 | Add NotificationHelpers to DRY-up/simplify specs | Steven Harman <s****n@g****m> | over 13 years ago | |
| acc6d736 | Bump to version 0.3.3 | vanstee <v****e@h****m> | over 13 years ago | |
| 46212936 | merge Merge pull request #44 from overlycommonname/master | Patrick Van Stee <p****k@v****e> | over 13 years ago | |
| 1341e13a | Allow payloads that have custom keys but no alerts or badges | Michael Sullivan <s****b@g****m> | over 13 years ago | |
| 90beacb7 | Bump to version 0.3.2 | vanstee <v****e@h****m> | over 13 years ago | |
| aa5bb9b1 | Update CHANGELOG with payload length validation | vanstee <v****e@h****m> | over 13 years ago | |
| cc0d1ff3 | merge Merge branch 'validate-payload-size' | vanstee <v****e@h****m> | over 13 years ago | |
| 00338eab | Trim down specs to only test simple conditions | vanstee <v****e@h****m> | over 13 years ago | |
| bc612474 | Move error into grocer module with the rest | vanstee <v****e@h****m> | over 13 years ago | |
| 982de5e2 | Clean up whitespace and remove shared examples |
John Naegle <j****e@g****m>
Committed by: vanstee <v****e@h****m> |
over 13 years ago | |
| f50e32d6 | Refactor error handling |
John Naegle <j****e@g****m>
Committed by: vanstee <v****e@h****m> |
over 13 years ago | |
| db7845f1 | Use consistent Grocer::Error for all Errors | Steven Harman <s****n@g****m> | over 13 years ago | |
| 2a733f9f | Fail notifications if the payload byte size is > 256 |
John Naegle <j****e@g****m>
Committed by: vanstee <v****e@h****m> |
over 13 years ago | |
| 96857701 | merge Merge pull request #38 from patr1ck/master | Steven Harman <h****o@s****t> | over 13 years ago | |
| 6630260d | Update readme for NewsstandNotification. | Patrick B. Gibson <p****k@f****g> | over 13 years ago | |
| dec1229a | Remove debugging line, change .should_be to a .to | Patrick B. Gibson <p****k@f****g> | over 13 years ago | |
| 4dfb14b4 | Add NewsstandNotification to grocer.rb. | Patrick B. Gibson <p****k@f****g> | over 13 years ago | |
| 7054782c | Oops, add back ::payload_from_bytes | Patrick B. Gibson <p****k@f****g> | over 13 years ago | |
| 4ffc160c | Add a NewsstandNotification. Fixes #37. | Patrick B. Gibson <p****k@f****g> | over 13 years ago | |
| b2bbb0aa | Upgrade to new CodeClimate badge. | Steven Harman <s****n@g****m> | over 13 years ago | |
| 18547cd5 | merge Merge pull request #34 from snatchev/master | Steven Harman <h****o@s****t> | over 13 years ago | |
| 44acad1b | Fix syntax error in feedback example | Stefan Natchev <s****v@g****m> | over 13 years ago | |
| d3f0860e | Bump to version 0.3.1 | Steven Harman <s****n@g****m> | over 13 years ago | |
| daa6792a | Update CHANGELOG for 0.3.1 release. | Steven Harman <s****n@g****m> | over 13 years ago | |
| 54f021d2 | Keep spec as isolated as possible | Steven Harman <s****n@g****m> | over 13 years ago | |
| 66bc6c3b | fixin the include for passbook_notification to be cleaner | Lance Gleason <l****n@y****m> | over 13 years ago | |
| c04b309c | Write ErrorResponse class |
vanstee <v****e@h****m>
Committed by: Keenan Brock <k****n@t****t> |
over 13 years ago | |
| f67a4581 | cache encoded_payload |
Andrey Verbin <a****y@s****u>
Committed by: Keenan Brock <k****n@t****t> |
over 13 years ago | |
| dded4f12 | Update Highgroove references to Grocer | Steven Harman <s****n@g****m> | over 13 years ago | |
| 6d926ad9 | Bump to version 0.3.0 | Steven Harman <s****n@g****m> | over 13 years ago | |
| 72246959 | Fix typo ☞ it's a PassbookNotification | Steven Harman <s****n@g****m> | over 13 years ago | |
| bba49803 | Silent warnings from mocha 0.13 | Steven Harman <s****n@g****m> | over 13 years ago | |
| e5259659 | Mention Rubinius support in README | Steven Harman <s****n@g****m> | over 13 years ago | |
| 574e41b3 | Explicit support for Passbook Notifications | Steven Harman <s****n@g****m> | over 13 years ago | |
| 0b03d697 | Update CHANGELOG with contributions and names | Steven Harman <s****n@g****m> | over 13 years ago | |
| a18f07a9 | Convert to Rspec expect syntax | Steven Harman <s****n@g****m> | over 13 years ago | |
| 9f0d8ba9 | Rename test to reflect behavior | Steven Harman <s****n@g****m> | over 13 years ago | |
| 0e3bdc4e | Downcase the environment when choosing the gateway | Oriol Gual <o****l@g****m> | over 13 years ago | |
| e79c9761 | Only show build status of master on badge | vanstee <v****e@h****m> | over 13 years ago | |
| 724e3afb | Switches to jruby-19mode now that Travis has upgraded to JRuby 1.7.0 | Andy Lindeman <a****n@g****m> | over 13 years ago | |
| 214c3294 | merge Merge pull request #25 from highgroove/drop_jruby_1_6_support | Andy Lindeman <a****n@g****m> | over 13 years ago | |
| 9087eb1b | Drop support for JRuby 1.6.x | Steven Harman <s****n@g****m> | over 13 years ago | |
| 063dc6d2 | Prepares 0.2.0 release | Steven Harman <s****n@g****m> | over 13 years ago | |
| 29fee166 | Tag & raise original exception on expired cert | Steven Harman <s****n@g****m> | over 13 years ago | |
| a6963214 | Prepare for 0.1.1 release | Steven Harman <s****n@g****m> | over 13 years ago | |
| 5b962d0d | Update changelog for 0.1.1 release | Steven Harman <s****n@g****m> | over 13 years ago | |
| 30c702e6 | Enable JRuby 1.7.0 on Travis-CI | Steven Harman <s****n@g****m> | over 13 years ago | |
| d4d42799 | Add note about JRuby in README |
Kyle Drake <k****e@g****m>
Committed by: Steven Harman <s****n@g****m> |
over 13 years ago | |
| ceae5163 | jruby-openssl dependency for jruby platform in Gemfile |
Kyle Drake <k****e@g****m>
Committed by: Steven Harman <s****n@g****m> |
over 13 years ago | |
| 95fe812d | Add JSON dependency | Kyle Drake <k****e@g****m> | over 13 years ago | |
| 2cc6c27c | Enable JRuby and Rubinius 1.9 mode in Travis | Kyle Drake <k****e@g****m> | over 13 years ago | |
| 0ba9b1f7 | better catch of SSLError for certificate expired |
Kyle Drake <k****e@g****m>
Committed by: Steven Harman <s****n@g****m> |
over 13 years ago | |
| f7de1d19 | Add test for exception behavior |
Kyle Drake <k****e@g****m>
Committed by: Steven Harman <s****n@g****m> |
over 13 years ago | |
| 44fbefb6 | remove pry reference |
Kyle Drake <k****e@g****m>
Committed by: Steven Harman <s****n@g****m> |
over 13 years ago | |
| ce35ba82 | raise exceptions for expired certificates on push |
Kyle Drake <k****e@g****m>
Committed by: Steven Harman <s****n@g****m> |
over 13 years ago | |
| b67627b3 | Up RSpec version for named subject support. | Steven Harman <s****n@g****m> | almost 14 years ago | |
| 9b4fe105 | ruby-head also just failed on Travis due to instability it seems | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| d593c31c | Temporarily disables builds on jruby-head due to Travis instability(?) | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| 8899b26f | Prepares for 0.1.0 release | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| 35ba7156 | I helped too :D [ci skip] | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| 80a36ac8 | Fixes the build on JRuby | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| e9155ce1 | Encodes the payload length as the bytesize, not the string length | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| 088cde8c | Fixes tests on JRuby 1.7 in 1.9 mode | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| fac41b33 | Changelog updates [ci skip] | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| bbd791ac | merge Merge branch 'payload_encoding' | vanstee <v****e@h****m> | about 14 years ago | |
| c7876f04 | Remove support for rubinius | vanstee <v****e@h****m> | about 14 years ago | |
| cbf0182a | Pack up the payload instead of just appending it | vanstee <v****e@h****m> | about 14 years ago | |
| 59e3cac4 | merge Merge pull request #18 from kyledrake/certificate_string_io | Patrick Van Stee <v****e@h****m> | about 14 years ago | |
| 7e397f40 | fix test name | Kyle Drake <k****e@g****m> | about 14 years ago | |
| 9c26c62b | merge Merge pull request #13 from kyledrake/certificate_string_io | Steven Harman <h****o@s****t> | about 14 years ago | |
| 53b8f141 | merge Merge pull request #12 from betamatt/patch-1 | Patrick Van Stee <v****e@h****m> | about 14 years ago | |
| b089a47c | allow certificate input via any object that responds to read | Kyle Drake <k****e@g****m> | about 14 years ago | |
| 469e7f8d | Declare a license in the gemspec | Matt Griffin <m****t@g****g> | about 14 years ago | |
| 10c08589 | CHANGELOG for #10 [ci skip] | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| b96ff64a | merge Merge pull request #10 from kyledrake/keepalive | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| 6d2e74d9 | Releases 0.0.13 | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| 119e6ee9 | Fixes a bug where closing a Grocer.server could result in an `Errno::ENOTCONN` | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| f8259a9e | Add keepalive to socket | Kyle Drake <k****e@g****m> | about 14 years ago | |
| 334048b1 | Releases 0.0.12 | Andy Lindeman <a****n@g****m> | about 14 years ago | |
| 0a36385c | Adds another type of error observed when the socket is closed | Andy Lindeman <a****n@g****m> | about 14 years ago |