-
Notifications
You must be signed in to change notification settings - Fork 340
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
#1206: add async to aws:s3 and aws:ecr #1192
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55a1545 - Browse repository at this point
Copy the full SHA 55a1545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa19af - Browse repository at this point
Copy the full SHA 3aa19afView commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 04d7fe9 - Browse repository at this point
Copy the full SHA 04d7fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f1288 - Browse repository at this point
Copy the full SHA 17f1288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 362cfd3 - Browse repository at this point
Copy the full SHA 362cfd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94bfabc - Browse repository at this point
Copy the full SHA 94bfabcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a7a40 - Browse repository at this point
Copy the full SHA 38a7a40View commit details -
Update usage docs and roadmap links (#1196)
Adds docs on - discovering what other nodes are connected to a given node type - discovering what node properties are present on a given node type Updates docs on - roadmap link - making syncmetadata docs more discoverable
Configuration menu - View commit details
-
Copy full SHA for 9feb4fd - Browse repository at this point
Copy the full SHA 9feb4fdView commit details -
#1210: EBSVolume => new data model, Allow node attr updates from mult…
…iple intel modules (#1214) See #1210 for full context. #1154 tried to solve this problem by updating the querybuilder but this was too complex and would not generalize well. This solution is simpler where we use different property classes for each API response so that we don't overwrite properties on a node set by another sync job. This PR can be reviewed commit-by-commit: - c0d9ac4 shows a repro of the error with a failing integration test. - facb63b shows the solution using multiple classes. --------- Co-authored-by: Ramon Petgrave <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23185a6 - Browse repository at this point
Copy the full SHA 23185a6View commit details -
Fix index out of range for drift detection returning no results (#1220)
It's possible for neo4j sessions `read_transaction` in `get_state` to return an empty list in the drift detection module. This PR ensures that there are entries before referencing index 0. ``` File "/code/venvs/venv/lib/python3.8/site-packages/cartography/driftdetect/get_states.py", line 123, in get_query_state get_state(session, state) File "/code/venvs/venv/lib/python3.8/site-packages/cartography/driftdetect/get_states.py", line 148, in get_state state.properties = list(new_results[0].keys()) IndexError: list index out of range ```
Configuration menu - View commit details
-
Copy full SHA for e245b10 - Browse repository at this point
Copy the full SHA e245b10View commit details -
Add contributing guidelines for issues (#1226)
Instruct how we plan to use the Discussions feature
Configuration menu - View commit details
-
Copy full SHA for f889b53 - Browse repository at this point
Copy the full SHA f889b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b075a - Browse repository at this point
Copy the full SHA 40b075aView commit details -
Configuration menu - View commit details
-
Copy full SHA for da5c68d - Browse repository at this point
Copy the full SHA da5c68dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c89a35 - Browse repository at this point
Copy the full SHA 4c89a35View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8273f1 - Browse repository at this point
Copy the full SHA c8273f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdda3d1 - Browse repository at this point
Copy the full SHA bdda3d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8eadd0 - Browse repository at this point
Copy the full SHA f8eadd0View commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8257fe4 - Browse repository at this point
Copy the full SHA 8257fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a92b20e - Browse repository at this point
Copy the full SHA a92b20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92c72ad - Browse repository at this point
Copy the full SHA 92c72adView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdc664f - Browse repository at this point
Copy the full SHA bdc664fView commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a06d145 - Browse repository at this point
Copy the full SHA a06d145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac4dfa - Browse repository at this point
Copy the full SHA 4ac4dfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 128ef7a - Browse repository at this point
Copy the full SHA 128ef7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f770f7 - Browse repository at this point
Copy the full SHA 8f770f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad7a8f - Browse repository at this point
Copy the full SHA 1ad7a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4edaefb - Browse repository at this point
Copy the full SHA 4edaefbView commit details