Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | merged master and resolved conflicts | beardyman | 2015-10-02 | 16 | -37/+604 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #26 from SparkPost/coveralls | Jordan Nornhold | 2015-10-02 | 4 | -9/+470 | |
|\ \ | | | | | | | Coveralls | |||||
| * | | added phpunit.xml to be able to blacklist the vendor folder for code ↵ | beardyman | 2015-10-02 | 3 | -1/+47 | |
| | | | | | | | | | | | | coverage; added coveralls.yml to override default file paths for coveralls | |||||
| * | | added .coveralls.yml with setting to point to clover.xml | beardyman | 2015-10-02 | 1 | -8/+423 | |
| | | | ||||||
* | | | Merge pull request #25 from SparkPost/coveralls | Jordan Nornhold | 2015-10-02 | 3 | -6/+15 | |
|\ \ \ | |/ / | | | | Coveralls | |||||
| * | | added some stuff to the travis.yml | beardyman | 2015-10-02 | 1 | -4/+9 | |
| | | | ||||||
| * | | Added coveralls code coverage badge | beardyman | 2015-10-02 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added coveralls support and updated comopser test to output clover.xml | beardyman | 2015-10-02 | 2 | -2/+5 | |
|/ / | ||||||
* | | Merge pull request #23 from SparkPost/example-config | Jason Rhodes | 2015-10-02 | 12 | -157/+246 | |
|\ \ | | | | | | | Example config | |||||
| * | | added colon | beardyman | 2015-09-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | fixed terrible doc formatting | beardyman | 2015-09-25 | 1 | -1/+4 | |
| | | | ||||||
| * | | updated docs with new test command | beardyman | 2015-09-25 | 1 | -6/+3 | |
| | | | ||||||
| * | | updated scripts to make template and updated example files to read new ↵ | beardyman | 2015-09-25 | 10 | -154/+234 | |
| | | | | | | | | | | | | config file | |||||
| * | | Added post install and post update scripts to generate a template for the ↵ | beardyman | 2015-09-25 | 2 | -3/+12 | |
| | | | | | | | | | | | | new config file | |||||
* | | | Merge pull request #21 from max-si-m/patch-1 | Jordan Nornhold | 2015-09-25 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Update README.md | |||||
| * | | | Update README.md | Maxim Djuliy | 2015-09-25 | 1 | -0/+1 | |
|/ / / | | | | | | | a lot of beginners don't know about namespaces. | |||||
* | | | Merge pull request #18 from MattApril/master | Richard Leland | 2015-09-10 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | added Matt April to authors | |||||
| * | | added Matt April to authors | mapril | 2015-09-10 | 1 | -0/+1 | |
| | | | ||||||
| | * | Updated tests for new structure | beardyman | 2015-09-30 | 6 | -67/+114 | |
| | | | ||||||
| | * | moved config setup and management back into the sparkpost object | beardyman | 2015-09-28 | 3 | -107/+126 | |
| | | | ||||||
| | * | removed testing on php 5.7 in travis | beardyman | 2015-09-25 | 1 | -1/+0 | |
| | | | ||||||
| | * | Finished tests and docs | beardyman | 2015-09-25 | 6 | -170/+367 | |
| | | | ||||||
| | * | updated examples (removed uneeded use statement) and updated documentation ↵ | beardyman | 2015-09-23 | 8 | -24/+44 | |
| | | | | | | | | | | | | for using HTTP Adapters. | |||||
| | * | started cleaning up tests to reflect the new changes | beardyman | 2015-09-22 | 6 | -264/+79 | |
| | | | ||||||
| | * | Removed most static methods and adopted an instance based implementation. ↵ | beardyman | 2015-09-17 | 12 | -213/+233 | |
| | | | | | | | | | | | | Updated all examples and compatibility later to reflect these changes. | |||||
| | * | finished code updates/refactoring updated examples and began refactoring tests | beardyman | 2015-09-16 | 12 | -269/+380 | |
| | | | ||||||
| | * | Removed echo line | beardyman | 2015-09-15 | 1 | -1/+0 | |
| | | | ||||||
| | * | Refactored to use http adapter instead of guzzle directly | beardyman | 2015-09-15 | 7 | -338/+608 | |
| |/ |/| | ||||||
* | | Merge pull request #15 from MattApril/master | Jordan Nornhold | 2015-09-08 | 7 | -129/+410 | |
|\ \ | |/ | | | SDK Refactor for easy extensibility | |||||
| * | Fixed failing unit test - added ability to unset config | mapril | 2015-09-02 | 2 | -0/+5 | |
| | | ||||||
| * | added base object, test and example | mapril | 2015-08-21 | 3 | -0/+385 | |
| | | ||||||
| * | refactored code base for extensibility | mapril | 2015-08-21 | 2 | -129/+20 | |
|/ | ||||||
* | Merge pull request #10 from SparkPost/issue-9 | Benjamin Dean | 2015-08-03 | 1 | -4/+0 | |
|\ | | | | | Removed defaults for engagement tracking so that template settings could... | |||||
| * | Removed defaults for engagement tracking so that template settings could be ↵ | nornholdj | 2015-04-14 | 1 | -4/+0 | |
| | | | | | | | | applied when using the SDK | |||||
* | | Merge pull request #13 from SparkPost/issue-2 | Benjamin Dean | 2015-08-03 | 2 | -6/+10 | |
|\ \ | |/ |/| | Updated contributing section | |||||
| * | removed copy/pasta | Rich Leland | 2015-07-02 | 1 | -5/+4 | |
| | | ||||||
| * | Updated contributing section. Refs #2. | Rich Leland | 2015-07-02 | 2 | -6/+11 | |
|/ | ||||||
* | regenerated setting for slack notifications from travis | Rich Leland | 2015-02-08 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1 from SparkPost/travisci | Richard Leland | 2015-02-06 | 2 | -1/+13 | |
|\ | | | | | Add Travis CI | |||||
| * | added slack hook | Rich Leland | 2015-02-04 | 1 | -0/+3 | |
| | | ||||||
| * | add travisci badge | Rich Leland | 2015-02-04 | 1 | -1/+3 | |
| | | ||||||
| * | added travis ci config | Rich Leland | 2015-02-04 | 1 | -0/+7 | |
|/ | ||||||
* | Merge remote-tracking branch 'origin/master'0.1.1 | nornholdj | 2014-11-14 | 1 | -0/+13 | |
|\ | ||||||
| * | Create LICENSE.txt | nornholdj | 2014-11-12 | 1 | -0/+13 | |
| | | ||||||
* | | Merge branch 'release/0.1.1' | nornholdj | 2014-11-14 | 18 | -702/+635 | |
|\ \ | |/ |/| | ||||||
| * | Merge branch 'feature/MA-1084' into develop | nornholdj | 2014-11-14 | 18 | -740/+695 | |
| |\ | ||||||
| | * | MA-1084 #time 5m fixed test and updated composer.lock | nornholdj | 2014-11-14 | 2 | -256/+2 | |
| | | | ||||||
| | * | MA-1084 #time 1h Implemented better exception handling and added unit | nornholdj | 2014-11-14 | 5 | -28/+60 | |
| | | | | | | | | | tests for said exception handling | |||||
| | * | MA-1084 #time 30m added function docs and started review | nornholdj | 2014-11-13 | 3 | -20/+68 | |
| | | | ||||||
| | * | MA-1084 #time 20m functionally tested and fixed minor issues. | nornholdj | 2014-11-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | MA-1084 #time 10m tested in a PHP 5.3 environment and updated README.md | nornholdj | 2014-11-13 | 3 | -26/+7 | |
| | | | ||||||
| | * | MA-1084 #time 1h updated tests and compatibility | nornholdj | 2014-11-13 | 8 | -371/+153 | |
| | | | ||||||
| | * | MA-1084 #time 3h updated to be usable with php 5.3 | nornholdj | 2014-11-12 | 16 | -85/+429 | |
| |/ |/| | ||||||
* | | doc updates0.1.0 | nornholdj | 2014-11-10 | 2 | -6/+5 | |
| | | ||||||
* | | fixed typo | nornholdj | 2014-11-10 | 1 | -1/+1 | |
| | | ||||||
* | | Updated SparkPost References and updated docs and mappings to reflect | nornholdj | 2014-11-10 | 14 | -42/+65 | |
| | | | | | | updated config lists. | |||||
* | | Merge branch 'release/1' | nornholdj | 2014-11-04 | 18 | -2/+2142 | |
|\ \ | |/ | ||||||
| * | Merge branch 'feature/MA-946' into develop | nornholdj | 2014-11-04 | 18 | -2/+2142 | |
| |\ |/ / | ||||||
| * | MA-946 #time 5m took out double horizontal rule in readme file | nornholdj | 2014-11-04 | 1 | -2/+0 | |
| | | ||||||
| * | MA-946 #time 10m updated another reference to appcloudplaceholder | nornholdj | 2014-11-04 | 1 | -1/+1 | |
| | | ||||||
| * | MA-946 #time 20m updated test comments and updated SparkPost default | nornholdj | 2014-11-04 | 4 | -16/+2 | |
| | | | | | | hostname | |||||
| * | MA-946 #time 1h reviewed and updated function docs and other comments | nornholdj | 2014-11-03 | 4 | -13/+62 | |
| | | ||||||
| * | MA-946 #time 10m fixed doc bug in readme | nornholdj | 2014-11-03 | 1 | -1/+1 | |
| | | ||||||
| * | MA-946 #time 2h updated defaults, readme documentation, and fixed | nornholdj | 2014-11-03 | 8 | -88/+77 | |
| | | | | | | formatting in examples | |||||
| * | MA-946 #time 3h 30m Revamped Transmission object to be stateless, | nornholdj | 2014-10-31 | 15 | -862/+236 | |
| | | | | | | updated tests and examples. | |||||
| * | MA-946 #time fixed issue in readme | nornholdj | 2014-10-30 | 1 | -1/+1 | |
| | | ||||||
| * | MA-946 #time 3h 30m Removed Compatibility layer code and finished | nornholdj | 2014-10-30 | 8 | -122/+24 | |
| | | | | | | Documentation. | |||||
| * | MA-946 #time 1h 30m updated readme file for parity with the node-sdk | nornholdj | 2014-10-30 | 4 | -8/+91 | |
| | | ||||||
| * | MA-946 #time 10h Updated examples and tested. Updated Documentation. Setup ↵ | nornholdj | 2014-10-28 | 20 | -116/+1007 | |
| | | | | | | | | composer inclusion testing. | |||||
| * | MA-946 #time 2h Wrote Configuration Unit tests. | nornholdj | 2014-10-22 | 4 | -7/+81 | |
| | | ||||||
| * | MA-946 #time 6h finished adding node-sdk function parity. Started on unit ↵ | nornholdj | 2014-10-22 | 8 | -94/+722 | |
| | | | | | | | | tests and setup test code coverage. | |||||
| * | MA-946 #time 10h 30m Setup Composer and file structure. Setup Config and ↵ | nornholdj | 2014-10-17 | 7 | -0/+1166 | |
|/ | | | | Transmission objects. Setup Testing suite and dependencies. | |||||
* | Initial commit | Richard Leland | 2014-10-16 | 1 | -0/+2 | |