Skip to content
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

Release 1.6.0 #657

Merged
master from
Nov 1, 2020
Merged

Release 1.6.0 #657

master from
Nov 1, 2020

Conversation

konne
Copy link
Collaborator

No description provided.

dependabot bot and others added 30 commits October 21, 2020 06:32
…ojects/media/webview/development/types/node-14.14.0

build(deps-dev): bump @types/node from 14.11.10 to 14.14.0 in /src/projects/media/webview
…velopment/types/node-14.14.0

build(deps-dev): bump @types/node from 14.11.10 to 14.14.0 in /src
changes the format from the error messages like the same one as shown in qlik

closes #618
…ojects/media/webview/development/angular/language-service-10.2.0
…ojects/media/webview/development/types/node-14.14.2
…ojects/media/webview/development/angular/cli-10.2.0
Bumps [@angular-devkit/build-ng-packagr](https://github.com/angular/angular-cli) from 0.1001.7 to 0.1002.0.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)

Signed-off-by: dependabot[bot] <[email protected]>
…ojects/media/webview/development/angular-devkit/build-ng-packagr-0.1002.0
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1001.7 to 0.1002.0.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)

Signed-off-by: dependabot[bot] <[email protected]>
…ojects/media/webview/development/angular-devkit/build-angular-0.1002.0
feat: improve error messages on load data
…le_times

Bug/626 open doc called multiple times
- added Application which holds the document to know when app has been changed
- added logic if we open a script file to register for app changed event
if server emits a change checks the scripts, if they changed open a virtual document which is compared with the local version and will be updated if the server emits more changes
cache script locally after first time it was opened, this ensures we allways knows there is a diff
if we reopen the file and the server version is different from our version.
changed the logic the script will locked as soon it will be opened and unlocked if document is closed again. This will ensure the file is not overridden until it is open, for example editor lost the focus and content will read in again. After document it closed it will unlocked again so next time we get the data from server.
dependabot bot and others added 29 commits October 27, 2020 07:12
…ojects/media/webview/development/types/node-14.14.5
- moved all script filesystem controllers into script module
- move logic out of script.module into script guard
- now vscode will update the main.qvs file if the server script changes (not if source is edited allready)
- show diff if source script has been edited and we have an diff
…ojects/media/webview/development/angular/material-10.2.6
…ojects/media/webview/development/angular/language-service-10.2.1
…ojects/media/webview/development/types/node-14.14.6
…) to app properties

the last version of the script will be saved into the app properties, if the script opens again it will check it has been
an diff here. In this case the diff editor opeens directly
this could cause the issue if it is not possible to save the script / app it should not persisted in cache
fix: fixed bug visible elements not shown if not defined
…hanged_on_server

Feat/543 show diff on script changed on server
b4beb97 into master Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants