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

Revert to last know good docker build #668

Open
wants to merge 27 commits into
base: bkou_revert2
Choose a base branch
from
Open

Commits on May 14, 2024

  1. GSE-3635: Fix AWSIC logging and status=408 errors (#664)

    * Remove vestigial logging
    
    no need to log because these errors are recorded into the "error" column in the corresponding table
    
    * Add retry and update aio* dependencies
    
    Update aiohttp, aioboto3, and aiobotocore dependencies and add retry logic to sts.assume_role invocation.
    sfc-gh-afedorov authored May 14, 2024
    Configuration menu
    Copy the full SHA
    a80713c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Update base image to Python 3.8 on Debian bookworm (#665)

    * Update base image to Debian bookworm
    
    * Update to py38
    sfc-gh-afedorov authored May 15, 2024
    Configuration menu
    Copy the full SHA
    a66a817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    473d573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b5126 View commit details
    Browse the repository at this point in the history
  4. Update README.md (#669)

    sfc-gh-gtan authored May 15, 2024
    Configuration menu
    Copy the full SHA
    88394be View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Update Python and pip dependencies & fix tests (#670)

    * Update Python and pip dependencies & fix tests
    
    * fix share db view creation in installer script
    
    Snowflake added a new column so the share db name is col4 now
    sfc-gh-afedorov authored May 16, 2024
    Configuration menu
    Copy the full SHA
    3b78ee1 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. [GSE-4024] Tag image with commit SHA after build, and push to reposit…

    …ory (#671)
    
    * Tag image with commit SHA after build, and push to repository
    
    * updates to contibution file
    sfc-gh-gtan authored May 21, 2024
    Configuration menu
    Copy the full SHA
    60b6bd2 View commit details
    Browse the repository at this point in the history
  2. missing bash (#672)

    sfc-gh-gtan authored May 21, 2024
    Configuration menu
    Copy the full SHA
    224a315 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    f1f0a8f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Update Dockerfile.snowalert (#674)

    fixing error
    > botocore.exceptions.CredentialRetrievalError: Error when retrieving credentials from container-role: Error retrieving metadata: Received error when attempting to retrieve container metadata: Connect timeout on endpoint URL: "http://<ip>/v2/credentials/<uuid>"
    
    per https://repost.aws/questions/QUCFqv7OfoQlygJrmwfkJ24Q/various-aws-apis-fail-due-to-timeout
    sfc-gh-afedorov authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    952cbdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e91c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    90140ea View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    f80416d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0d2bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b84705b View commit details
    Browse the repository at this point in the history
  4. Revert "Add 5m sleep to Docker file"

    This reverts commit b84705b.
    sfc-gh-afedorov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bad1ab3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d883ce View commit details
    Browse the repository at this point in the history
  6. Revert "Move to non-slim Debian"

    This reverts commit 6c0d2bd.
    sfc-gh-afedorov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d03de7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22daf55 View commit details
    Browse the repository at this point in the history
  8. Update utils.py

    sfc-gh-afedorov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2ccd242 View commit details
    Browse the repository at this point in the history
  9. Update utils.py

    sfc-gh-afedorov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8ece469 View commit details
    Browse the repository at this point in the history
  10. Update utils.py

    sfc-gh-afedorov committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b98e37e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. [GSE-4150] Update azure_collect.py to fix `KeyError: 'managedByExtend…

    …ed'` error (#675)
    
    * Update azure_collect.py to fix `KeyError: 'managedByExtended'` error
    
    * Update v1_9_6-v1_10_0.md
    sfc-gh-gtan authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e813aeb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Reduce AWSIC ingestion speed

    getting throttled at metadata service returning header "X-Rate-Limit-Limit: 40.00"
    sfc-gh-afedorov committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1917fea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca79c58 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Fix AWS Inventory & Configuration Collection (#676)

    * fix awsic rate limiting and OOM errors
    
    - rate limit metadata separately
    - prune cache to fix oom errors
    - remove / abstract out inline retries
    
    * optimizations
    
    - use boto's retry mechanism for 429 responses
    - cache AssumeRole failures indefinitely
    - re-use sessions between regions
    - refactor API rate limits as AioRateLimit instances
    - increase batch size to 1000
    
    * add pause in pagination
    sfc-gh-afedorov authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    70793e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Move down storage_account_containers

    Putting them last because they currently time out after a few days of ingestion
    sfc-gh-afedorov committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    fee43a5 View commit details
    Browse the repository at this point in the history