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

Clean up storm runtime scopes and implement readonly runtime feature #1869

Merged
merged 20 commits into from Sep 29, 2020

Conversation

invisig0th
Copy link
Contributor

No description provided.

synapse/lib/ast.py Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Aug 31, 2020

Codecov Report

Merging #1869 into master will decrease coverage by 0.00%.
The diff coverage is 99.49%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1869      +/-   ##
==========================================
- Coverage   96.54%   96.54%   -0.01%     
==========================================
  Files         139      139              
  Lines       26103    26072      -31     
==========================================
- Hits        25202    25170      -32     
- Misses        901      902       +1     
Flag Coverage Δ
#linux 96.54% <99.49%> (-0.01%) ⬇️
#linux_replay 68.17% <90.21%> (+4.62%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
synapse/lib/trigger.py 94.32% <90.62%> (+1.81%) ⬆️
synapse/cortex.py 95.68% <100.00%> (+0.01%) ⬆️
synapse/lib/ast.py 98.06% <100.00%> (+0.19%) ⬆️
synapse/lib/node.py 97.73% <100.00%> (-0.08%) ⬇️
synapse/lib/parser.py 97.93% <100.00%> (-0.37%) ⬇️
synapse/lib/snap.py 94.74% <100.00%> (-0.01%) ⬇️
synapse/lib/storm.py 98.25% <100.00%> (+0.09%) ⬆️
synapse/lib/stormlib/macro.py 100.00% <100.00%> (ø)
synapse/lib/stormtypes.py 97.50% <100.00%> (+<0.01%) ⬆️
synapse/lib/view.py 94.32% <100.00%> (+0.18%) ⬆️
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d7cdd43...196bd35. Read the comment docs.

synapse/lib/ast.py Outdated Show resolved Hide resolved
@invisig0th invisig0th changed the title WIP: initial shot at readonly runtime feature Clean up storm runtime scopes and implement readonly runtime feature Sep 28, 2020
synapse/lib/ast.py Outdated Show resolved Hide resolved
synapse/lib/snap.py Outdated Show resolved Hide resolved
synapse/lib/ast.py Outdated Show resolved Hide resolved
synapse/lib/ast.py Outdated Show resolved Hide resolved
synapse/lib/ast.py Outdated Show resolved Hide resolved
synapse/lib/ast.py Outdated Show resolved Hide resolved
synapse/lib/ast.py Outdated Show resolved Hide resolved
synapse/lib/storm.py Outdated Show resolved Hide resolved
@invisig0th invisig0th merged commit 9ea9808 into master Sep 29, 2020
@invisig0th invisig0th deleted the visi-readonly branch September 29, 2020 19:27
@vEpiphyte vEpiphyte added this to the 2.9.0 milestone Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants