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

#1206: add async to aws:s3 and aws:ecr #1192

Merged
merged 27 commits into from
Aug 22, 2023
Merged

Commits on Jun 23, 2023

  1. init

    cleanup
    ramonpetgrave64 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    55a1545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aa19af View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Hotfix (#1190)

    This PR fix two bugs in current version :
    - #1189 
    - #1182
    jychp authored and ramonpetgrave64 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    04d7fe9 View commit details
    Browse the repository at this point in the history
  2. 0.81.0 (#1191)

    ramonpetgrave64 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    17f1288 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    362cfd3 View commit details
    Browse the repository at this point in the history
  4. 0.82.0.dev1

    ramonpetgrave64 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    94bfabc View commit details
    Browse the repository at this point in the history
  5. '0.82.0.dev2'

    ramonpetgrave64 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    38a7a40 View commit details
    Browse the repository at this point in the history
  6. 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
    achantavy authored and ramonpetgrave64 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9feb4fd View commit details
    Browse the repository at this point in the history
  7. #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]>
    achantavy and ramonpetgrave64 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    23185a6 View commit details
    Browse the repository at this point in the history
  8. 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
    ```
    skiptomyliu authored and ramonpetgrave64 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e245b10 View commit details
    Browse the repository at this point in the history
  9. Add contributing guidelines for issues (#1226)

    Instruct how we plan to use the Discussions feature
    achantavy authored and ramonpetgrave64 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f889b53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40b075a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da5c68d View commit details
    Browse the repository at this point in the history
  12. cleanup

    ramonpetgrave64 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4c89a35 View commit details
    Browse the repository at this point in the history
  13. rename

    ramonpetgrave64 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c8273f1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bdda3d1 View commit details
    Browse the repository at this point in the history
  15. Update setup.py

    ramonpetgrave64 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f8eadd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    8257fe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a92b20e View commit details
    Browse the repository at this point in the history
  3. typing

    ramonpetgrave64 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    92c72ad View commit details
    Browse the repository at this point in the history
  4. whitespace

    ramonpetgrave64 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bdc664f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    a06d145 View commit details
    Browse the repository at this point in the history
  2. add :param : docs

    ramonpetgrave64 authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4ac4dfa View commit details
    Browse the repository at this point in the history
  3. Update util.py

    ramonpetgrave64 authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    128ef7a View commit details
    Browse the repository at this point in the history
  4. lint

    ramonpetgrave64 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8f770f7 View commit details
    Browse the repository at this point in the history
  5. lint

    ramonpetgrave64 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1ad7a8f View commit details
    Browse the repository at this point in the history
  6. lint

    ramonpetgrave64 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4edaefb View commit details
    Browse the repository at this point in the history