-
Notifications
You must be signed in to change notification settings - Fork 1
0.0.2 Client - Draft #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
- adds server and client dirs - adds simple express app - adds option to mount client/express app - adds build script since we need to move some files to the dist dir after compilation - this will probs be expanded later to include the needed webpack stuff? - updates opts and helps messages to include new client option
- combined logs are now streaming over the logs web socket - adds ws tester from websocket.org as client and modifies to work with our ws - updates client script to make my life easier while testing - these need to be cleaned at some point lol - adds LogWebSocket class to handle streaming of logs to the websocket
- removes now bad import
- adds new vue cli project as client root
- updates build scripts to build vue project and push into dist
- updates server to return vue project
- also adds in a hack to get resources for the vue app, there has to be a
a safer way but I just needed to check that the scripts and config was
working as expected
- rewrites client in Vue2 so we can use vuex class because I guess there is no support? I dont really remember it was late - adds websocket support to the server to stream logs out - adds simple log streaming to the web client, it is nothing special - adds dev script for running the entire stack in a single command - it _might_ be leaking processes but who could really know ya know?
This was
linked to
issues
Jun 24, 2021
Closed
- gets client working - fetching config - streaming logs - pulls server into its own dir outside of lib - restructures project to have core and client dirs for better organization
e6b1a8a to
6517d69
Compare
Owner
Author
- adds simple init script to install deps and move configs - adds uuid library to handling log id generation
Owner
Author
|
Merging to clear the line since this is kind of blocking |
This was referenced Jun 26, 2021
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates
Features
DevEx
TODO