Brian Dukes
Brian Dukes
Is the solution for `gulp-util.log` to check (the yet-to-be-created) `hasGulpCli`, instead of `hasGulplog`?
Yes, this is still a `gulplog` issue, I've created an SSCCE at https://gist.github.com/bdukes/5d3d48321ba96f035311ee9f63aace70
We would certainly accept a pull request that implemented this change. There's also work on a new Deploy Client that uses the new `System.Text.Json` serializer instead of `JavaScriptSerializer`, which will...
Are you recording the output from the command line tool? Is it showing something like this: >10/10 module archives processed, 9/10 succeeded. When I get that, I have to look...
In https://github.com/cantarus/PolyDeploy/blob/78b6127ae1ea8200c8ef1ea233ac6b0d84461535/PolyDeploy/Components/WebAPI/ActionFilters/InWhitelist.cs#L46, consider using [`HttpRequestBase.IsLocal`](https://msdn.microsoft.com/en-us/library/system.web.httprequestbase.islocal.aspx) instead of checking `127.0.0.1`
The basic logic for `IsLocal` is in [`HttpWorkerRequest`](https://referencesource.microsoft.com/#System.Web/WorkerRequest.cs,ab8517882440da8b,references)
Depending on how long your site takes to restart after installing packages, it can fail to respond and give this error. There are planned improvements to the retry functionality that...
It's possible that there's a firewall or other appliance in front of the web server that is interfering with the connection. Or perhaps your DNN site requires a higher version...
I won't be able to troubleshoot the specifics of your environment, but please feel free to share any insights you find. Remember that this is an open source project, so...
FYI, this has been made available at https://marketplace.visualstudio.com/items?itemName=engage-software.cantarus-polydeploy-client