Kevin Obee
Kevin Obee
The `` element looks to be breaking the install-package glimpse.aspnet step. Specifically you end up with a _web.config_ that ends with: ``` ``` and attempts to the browse the site...
Just to clarify, if you run `install-package glimpse.aspnet` the package installs without any warnings in the package manager console but the web site will return HTTP 500 errors as the...
Planning to replace existing cUrl tests with a Postman collection as they are simpler to create and maintain in the JSON format with the tooling that [Postman](https://www.getpostman.com/) offers. Will include...
Temporary workaround: Ensure path to repos does not contain spaces. I'll fix as soon as possible.
The services/package/latestversion route is an endpoint present in the Sitecore.Ship assemblies, built by the source code in this repository. Can you provide details of the failing test(s) and I will...
Thanks Pavel for fielding this one. I will get these points included in the ship documentation so that things are a little clearer in the future. -Kevin On Thu, Jun...
I'll take a look. -----Original Message----- From: "moanrose" [email protected] Sent: 13/03/2015 09:13 To: "kevinobee/Sitecore.Ship" [email protected] Subject: [Sitecore.Ship] Cannot delete tempfile on package upload (Sitecore 8)(#35) When uploading a package using...
@BobLokerse The first [commit](https://github.com/kevinobee/Sitecore.Ship/commit/132b2bcdfab8ebbdf02d2e7ebda136374b673657) towards getting a Sitecore 8.x compatible Ship is in the [release/0.4.0](https://github.com/kevinobee/Sitecore.Ship/tree/release/0.4.0) branch.
I'm going to treat this as a bug as the issue is the exception originating out of the Ship code failing to handle the File.Delete error case appropriately. I will...
Just pushed a new branch, this is the revised service layer based around NancyFx. The branch provides support for smart, incremental and republish operations from master to web databases. Currently...