-
Notifications
You must be signed in to change notification settings - Fork 6
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
Introduce light ExecutedScript #143
Labels
Comments
asolovieff
added a commit
that referenced
this issue
Sep 21, 2021
asolovieff
added a commit
that referenced
this issue
Sep 21, 2021
- listExecutedScripts() now returns a sequence of LightExecutedScript - dependencies modified in consequence
asolovieff
added a commit
that referenced
this issue
Sep 21, 2021
asolovieff
added a commit
that referenced
this issue
Sep 21, 2021
asolovieff
added a commit
that referenced
this issue
Sep 21, 2021
asolovieff
added a commit
that referenced
this issue
Oct 5, 2021
Add an extension function toLightExecutedScript() inside test to avoid lightScript variable in addition to script variable.
asolovieff
added a commit
that referenced
this issue
Oct 5, 2021
ExecutedScript are only serialized and LightExecutedScript are only deserialized.
asolovieff
added a commit
that referenced
this issue
Oct 5, 2021
asolovieff
added a commit
that referenced
this issue
Oct 19, 2021
asolovieff
added a commit
that referenced
this issue
Oct 19, 2021
- listExecutedScripts() now returns a sequence of LightExecutedScript - dependencies modified in consequence
asolovieff
added a commit
that referenced
this issue
Oct 19, 2021
asolovieff
added a commit
that referenced
this issue
Oct 19, 2021
asolovieff
added a commit
that referenced
this issue
Oct 19, 2021
asolovieff
added a commit
that referenced
this issue
Oct 19, 2021
Add an extension function toLightExecutedScript() inside test to avoid lightScript variable in addition to script variable.
asolovieff
added a commit
that referenced
this issue
Oct 19, 2021
ExecutedScript are only serialized and LightExecutedScript are only deserialized.
asolovieff
added a commit
that referenced
this issue
Oct 19, 2021
Lysoun
pushed a commit
that referenced
this issue
Dec 14, 2021
Lysoun
pushed a commit
that referenced
this issue
Dec 14, 2021
- listExecutedScripts() now returns a sequence of LightExecutedScript - dependencies modified in consequence
Lysoun
pushed a commit
that referenced
this issue
Dec 14, 2021
Lysoun
pushed a commit
that referenced
this issue
Dec 14, 2021
Lysoun
pushed a commit
that referenced
this issue
Dec 14, 2021
Lysoun
pushed a commit
that referenced
this issue
Dec 14, 2021
Add an extension function toLightExecutedScript() inside test to avoid lightScript variable in addition to script variable.
Lysoun
pushed a commit
that referenced
this issue
Dec 14, 2021
ExecutedScript are only serialized and LightExecutedScript are only deserialized.
Lysoun
pushed a commit
that referenced
this issue
Dec 14, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually when Datamaintain fetch the executedScripts on db, it load the entire document. This document can be heavy (e.g. with db output).
We should introduction a notion of LightExecutedScript (namage not fixed) and add specific driver contract to fetch only small document representation.
Issue is linked with #118
The text was updated successfully, but these errors were encountered: