Status Desktop client made in Nim & QML
https://status.app
Jakub Sokołowski
e11d522e8e
A potential partial fix found for an issue found in: https://github.com/status-im/status-desktop/pull/7789 Where an incomplete broken checkout of a `vendor` module which crated a `.git` file instead of a directory in `vendor/nimPNG` caused the error: ``` $ git submodule update --init --recursive vendor/nimPNG fatal: Needed a single revision Unable to find current revision in submodule path '../nimPNG' ``` Which then was not correctly cleaned up and in turn caused error: ``` org.jenkinsci.plugins.workflow.steps.MissingContextVariableException: Required context class hudson.FilePath is missing Perhaps you forgot to surround the code with a step that provides this, such as: node, dockerNode ... ``` The last known successful CI build for that PR showed in logs: ``` 00:05:13 [WS-CLEANUP] Deleting project workspace... 00:05:13 [WS-CLEANUP] Deferred wipeout is used... 00:05:13 [WS-CLEANUP] done ``` Which means the `Workspace Cleanup` plugin uses the `Resource Disposer` plugin to wipe the workspaace in the background, which could potentially fail: https://plugins.jenkins.io/ws-cleanup/#plugin-content-deferred-wipeout Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
.github | ||
app | ||
ci | ||
cmake | ||
libs | ||
resources | ||
scripts | ||
spellchecking@f1a88d1147 | ||
src | ||
storybook | ||
test | ||
test-scripts | ||
ui | ||
vendor | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gitmodules | ||
.npmrc | ||
.yarnrc | ||
AppRun | ||
AppRun-cpp | ||
CMakeLists.txt | ||
I18N.md | ||
Info.dev.plist | ||
Info.plist | ||
LICENSE.md | ||
Makefile | ||
QtWebEngineProcess.plist | ||
README.md | ||
VERSION | ||
build-linux.sh | ||
cacert.pem | ||
conanfile.txt | ||
config.nims | ||
docker-linux-app-image.sh | ||
env.sh | ||
fleets.json | ||
nim-status.desktop | ||
nim.cfg | ||
nim_status_client.nimble | ||
package-lock.json | ||
package.json | ||
screenshot.png | ||
status-dev.icns | ||
status-dev.svg | ||
status-macos-dev.svg | ||
status-macos.ico | ||
status-macos.svg | ||
status.desktop | ||
status.icns | ||
status.ico | ||
status.iss | ||
status.svg | ||
windows-install.txt |
README.md
Status-desktop
Desktop client for the Status Network built with Nim and Qt
Dev Docs: https://hackmd.io/@status-desktop/B1naRjxh_/https%3A%2F%2Fhackmd.io%2F%40status-desktop%2FB1eOaf-nd