forked from kevinobee/Sitecore.Ship
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:kevinobee/Sitecore.Ship
# By Kevin Obee (19) and others # Via Kevin Obee (6) and The Gitter Badger (1) * 'develop' of github.com:kevinobee/Sitecore.Ship: (22 commits) Add Gitter badge Transferring blueprint from apiary.io Minor text changes to the Apiary.Io content Initial defintition of the service root kevinobee#45 initial load Minor change to ItemsToPublish to make it safe to use by default kevinobee#47 fix for Activator.CreateInstance for Sitecore.Ship against Sitecore 8.0 rev. 141212 Fix minor build configuration issues Tried to undo weird formatting that carried across from work StyleCop settings Issue kevinobee#44 - Smoke test added for specific example from kevinobee#44 kevinobee#46 Fixed InvokePublishingCommand return values kevinobee#46 Fixes added to ensure InvokePublishingCommand handles the publish/listofitems JSON POST body robustly kevinobee#46 Add failing smoke test kevinobee#48 Remove support for IIS classic mode from wec.config.transform files Added guidance to README to ensure that existing web.config files are included in the target .csproj Add call to PublishService with List of Items Transferring blueprint from apiary.io kevinobee#26 Treat compiler warnings as errors applied to all src projects Minor changes to README to not update to NET 4.5 and the removal of Classic mode support in IIS Projects now built against NET 4.5. Platform assemblies tested from Sitecore 8.0 rev. 141212 (8.0 RTM). ...
- Loading branch information
Showing
22 changed files
with
263 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
FORMAT: 1A | ||
HOST: http://docs.sitecoreship.apiary.io/ | ||
|
||
# Sitecore.Ship | ||
|
||
The package offers a simple API to help consumers install their packages into Sitecore over an internet connection. | ||
|
||
## Sitecore.Ship API Root [/services] | ||
|
||
Returns information on the currently installed Sitecore.Ship. | ||
|
||
### Retrieve information on the installed Sitecore.Ship [GET] | ||
|
||
+ Response 200 (application/json) | ||
|
||
{ | ||
"sitecore.ship.version": "0.4.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.