DockerLocal
DockerLocal copied to clipboard
DockerLocal is a GUI application that allows you to keep an up-to-date version of the docker compose file for interconnected repositories while doing development work on a single repository.
Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.0 to 3.9.1. Changelog Sourced from jszip's changelog. v3.9.1 2022-04-06 Fix recursive definition of InputFileFormat introduced in 3.9.0. v3.9.0 2022-04-04 Update types JSZip#loadAsync to accept a promise...
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [passport-oauth2](https://github.com/jaredhanson/passport-oauth2) from 1.5.0 to 1.6.1. Changelog Sourced from passport-oauth2's changelog. [1.6.1] - 2021-09-24 Fixed Error in cases where the authorization server returns a successful access token response which is...
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.32 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....
1. Use Github Webhooks API to create a repository hook (https://developer.github.com/v3/repos/hooks/) POST /repos/:owner/:repo/hooks config = {url: [url to to which webhooks will be delivered(will need IP address of computer), content-type:...
If you click the add repos button before creating a project, the app will run an error and the whole app becomes a blank screen.
When the user clicks the 'Add Repositories' button, we need to add user feedback if there is an error fetching repos from github. Currently the only indication of an error...