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

Feature/summary report #181

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on May 28, 2021

  1. #SOS-15

    /collector/structs.go
    + AccountSpecifiedFiels struct to save AccountId and AccountName
    
    /collector/aws/common/structs.go
    + add Method getAccountName()
    
    /collector/aws/detector.go
    + save in DetectorManager the accountName from config file
    
    /collector/resources/*
    + save AccountSpecifiedFields with values in detectedStructs
    Jackafive753 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    8daf59a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. #SOS-22

    * elasticsearch.go getDynamicMatchQuery
       add: if filterName is Data.AccountID then build boolQuery for given AccountIDs
    Jackafive753 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    35a3f71 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. #SOS-15

    fit MockAWSManager to the modified AWSManager
    Jackafive753 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    5866b6e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

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

Commits on Jun 5, 2021

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

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    f8e931b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    259ccf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45db9b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f3c15c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. #SOS-20

    * save arn in resourceID field
    + add values in test objects
    Jackafive753 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1fd641a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c157f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. #SOS-16

    + add accounts to the provider store
    + Show Accounts in a chip-list like resources
    + add Accounts to filter
    Jackafive753 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    0f68ad2 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature_multi_account_selection'…

    … into feature_multi_account_selection
    Jackafive753 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    2b48f30 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    bf4c57d View commit details
    Browse the repository at this point in the history
  2. #SOS-16

    add comments
    Jackafive753 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    ecbe7ef View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature_multi_account_selection'…

    … into feature_multi_account_selection
    Jackafive753 committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    5a7065e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. #SOS-18

    add spentAccounts in summary
    add things to success tests
    Jackafive753 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    5ea12e5 View commit details
    Browse the repository at this point in the history
  2. #SOS-18

    Add multiaccount-selection functionality for RessourceCharts
    daniebrill committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    2f99548 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Merge pull request #1 from evoila/feature_multi_account_selection

    Feature multi account selection
    Jackafive753 authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    2c3e562 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Changed some things to test -> Delete if somehting breaks

    DerOtt authored and DerOtt committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    5b7187c View commit details
    Browse the repository at this point in the history
  2. Fix ESLint Errors

    Jackafive753 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b95df02 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. I dont care

    DerOtt authored and DerOtt committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    9429c6f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/Testing_CSV' into Testing_CSV

    # Conflicts:
    #	ui/src/components/Dashboard/CSVDownloadButton.js
    DerOtt authored and DerOtt committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    49ec1ad View commit details
    Browse the repository at this point in the history
  3. I cant care less

    DerOtt authored and DerOtt committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    bcc2b72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47e3a84 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. CSVDownloadButton now only shows up in 'Summary' ResourceChart to avo…

    …id two or even more buttons to show up
    
    Added an extra check if element exists and is not nil in GetReport in API Backend as in edge cases getResources can deliver empty result sets.
    DerOtt authored and DerOtt committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    580c0fc View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/Testing_CSV' into feature_all_su…

    …mmary_report
    DerOtt authored and DerOtt committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    6f24513 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Removed exactly one whitespace

    DerOtt authored and DerOtt committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    e0a87bd View commit details
    Browse the repository at this point in the history
  2. Added exactly one whitespace

    DerOtt authored and DerOtt committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    eeebb64 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Removed absolutely nothing

    DerOtt authored and DerOtt committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    f380430 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Testing

    DerOtt authored and DerOtt committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    0912705 View commit details
    Browse the repository at this point in the history
  2. Reverted

    DerOtt authored and DerOtt committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    032c425 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98ec140 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    4df494c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e464cf View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. # SOS-61

    add resource_name in summary report
    Jackafive753 committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    85acb62 View commit details
    Browse the repository at this point in the history
  2. # SOS-57

    remove account charts with not data found
    Jackafive753 committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    ab6405e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. # SOS-52

    add test for summary report
    Jackafive753 committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    2a09b02 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

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

Commits on Aug 2, 2021

  1. Merge pull request #4 from daniebrill/feature/multi_account_selection

    Feature/multi account selection
    daniebrill authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    bf559e6 View commit details
    Browse the repository at this point in the history