-
Notifications
You must be signed in to change notification settings - Fork 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
Added file in config to properly set timeout in the test #99
Open
jurra
wants to merge
279
commits into
develop
Choose a base branch
from
bugfix/timeout_issue_windows
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
This reverts commit 55833ea.
…r. Now we properly listen via ipc when the app is started, pass the appPath to the store, and load the guides folder with an example hardocs project describing how to work with hardocs. REQUIREMENT: This documents can be edited by the user but never saved, so the save option needs to be disabled for this particular case.
…onment. Still need to fix the setup for the development environment. Things to fix: wrong behavior when creating a project, the state of the previous scenario remains.
…low state is maintained. Changed the id of documents for a simple linear sum. This will help us rearrange in the future the documents, and changed reset the id, based on the position they have with respect to each other.
… way to force component updates is to assign a number to the key in the data properties. When the number or "key" is changed the component is reloaded.
…e project, and change the link to the guides when the new project loads. That is why we watch for cwd and check if changed but is not the guides path, then we set `guidesIsActive` to false.
…t with guides. If we dont do this the index id will be one, and then vue-router avoids redundant navigation. As a result the user changes to guides and keeps the page of the project being active at the moment.
…he guides, but still can interact with the app, in a way that is clear that documents can be saved and how they can be saved right away.
…uides are active. In the future, guides should be part of the list of hardocs project examples.
This reverts commit 55833ea.
…evelopment. Now the guides editing can be saved in development, in production is disabled.
…evelopment. Now the guides editing can be saved in development, in production is disabled.
…rly doing the force merge.
Vuetify and menubar
Fix the running band issue for windows: |
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.
Added this property in
jest.config.js
otherwise the timeout doesn't work