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 artifact extractor #1250

Merged
merged 57 commits into from
Jun 11, 2020
Merged

Commits on Apr 2, 2020

  1. bumping version to 3.2.0

    ryandeivert committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    9ae1538 View commit details
    Browse the repository at this point in the history
  2. migrating Athena function to use tf_lambda module (#1217)

    * rename of athena function
    
    * updating terraform generation code to use tf_lambda module
    
    * updating tf_athena module to remove lambda code
    
    * updates for packaging, rollback, and deploy
    
    * misc updates related to config path renaming, etc
    
    * removing no-longer-used method (athena is default)
    
    * addressing PR feedback
    
    * adding more granular time prefix to athena client
    ryandeivert committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    254c95b View commit details
    Browse the repository at this point in the history
  3. fixing duplicate resource issues (#1218)

    * fixing duplicate resource issues
    
    * fixing some other bugs in #1217
    ryandeivert committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    69f1d35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc02df5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. adding "--config-dir" flag to CLI to support specifying path for conf…

    …ig files (#1224)
    
    * adding support for supplying path to config via CLI flag
    
    * misc touchups
    ryandeivert committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    dba4e0f View commit details
    Browse the repository at this point in the history
  2. updating publishers to accept configurable paths (#1223)

    * moving matchers outside of rules directory
    
    * updating rules for new matcher path
    
    * updating unit test for consistency
    
    * making publisher locations configurable
    
    * fixing typo
    ryandeivert committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    272f51c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3256e81 View commit details
    Browse the repository at this point in the history
  4. fixing rollback for all functions, removing 'all' flag for function d…

    …eploys (#1222)
    
    * updating rollback functionality to include all funcs
    
    * updating tests to check for rollback of all funcs
    
    * updating docs
    ryandeivert committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f15c692 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a83f3e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. [core] Artifact Extractor lambda code

    Chunyong Lin committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    c6af15d View commit details
    Browse the repository at this point in the history
  2. [core] load firehose client for artifact extractor

    Chunyong Lin committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    4d5ec0b View commit details
    Browse the repository at this point in the history
  3. [core] Move FirehoseClient to shared folder

    Chunyong Lin committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    c1b12ce View commit details
    Browse the repository at this point in the history
  4. [test] Here we go pylint

    Chunyong Lin committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    d495a48 View commit details
    Browse the repository at this point in the history
  5. [docs] Add high level Normalization doc

    Chunyong Lin committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    319bc61 View commit details
    Browse the repository at this point in the history
  6. Ooops, leftover print

    Chunyong Lin committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    ed8d3b0 View commit details
    Browse the repository at this point in the history
  7. Address coment about docc

    Chunyong Lin committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a50a93c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. bumping version to 3.3.0

    ryandeivert committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    7647608 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Merge feature branch which has rebased onto release-3-3-0

    Chunyong Lin committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    eb2b54a View commit details
    Browse the repository at this point in the history
  2. Remove a FIXME comment

    Chunyong Lin committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    2db99cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1230 from airbnb/cylin-ae-lambda

    Normalization reboot - Artifacts inventory
    chunyong-lin committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    ec68fa3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Add terraform resources

    Chunyong Lin committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    759b81e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Fix some issues discovered during terraform build

    Chunyong Lin committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    8702d7b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    5d1248e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77e3e1f View commit details
    Browse the repository at this point in the history
  3. [doc] Update docstring

    Chunyong Lin committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    c94be65 View commit details
    Browse the repository at this point in the history
  4. pylint

    Chunyong Lin committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    ebba5c5 View commit details
    Browse the repository at this point in the history
  5. Address comments

    Chunyong Lin committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    4e87c83 View commit details
    Browse the repository at this point in the history
  6. Address more comments

    Chunyong Lin committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    8e5643b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1237 from airbnb/cylin-ae-terraform

    Normalization reboot - Add terraform resources
    chunyong-lin committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    cfb31dd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. [bugs] Fixed couple bugs before normalization code change

    Chunyong Lin committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    d07b310 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

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

Commits on Apr 22, 2020

  1. [core] Re-implement normalization code \O/

    Chunyong Lin committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    854bf84 View commit details
    Browse the repository at this point in the history
  2. [docs] Update docs

    Chunyong Lin committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b353d11 View commit details
    Browse the repository at this point in the history
  3. [docs] More docs

    Chunyong Lin committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    6631ca5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Rework normalization logic to use key path from conf/schemas/*.json t…

    …o find original key
    Chunyong Lin committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    4357d58 View commit details
    Browse the repository at this point in the history
  2. [tests] update unit test cases

    Chunyong Lin committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    8cb8a85 View commit details
    Browse the repository at this point in the history
  3. [rule][conf] Update conf right_to_left_character rule to use new norm…

    …alization
    Chunyong Lin committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    cf3c61b View commit details
    Browse the repository at this point in the history
  4. [docs] Update docs and address comments

    Chunyong Lin committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    9c88c0e View commit details
    Browse the repository at this point in the history
  5. Fix a bug and update the unit test helper

    Chunyong Lin committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    202b2bc View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Remove unnecessary comments

    Chunyong Lin committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    d19d23e View commit details
    Browse the repository at this point in the history
  2. buggy, remove None values from normalization field

    Chunyong Lin committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    4e0e6d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1238 from airbnb/cylin-ae-normalization

    Normalization reboot - Refactor normalization code
    chunyong-lin committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    bb2d306 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Merge remote-tracking branch 'origin/release-3-3-0' into feature-arti…

    …fact-extractor
    Chunyong Lin committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    2d55b29 View commit details
    Browse the repository at this point in the history
  2. Add record id to artifacts and record

    Chunyong Lin committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    f14524e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Merge pull request #1242 from airbnb/cylin-ae-record-id

    Add record id to artifacts and record
    chunyong-lin committed May 1, 2020
    Configuration menu
    Copy the full SHA
    8d5f59c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. [tf] Upgrade terraform aws provider to 2.48.0

    Chunyong Lin committed May 5, 2020
    Configuration menu
    Copy the full SHA
    c8a01eb View commit details
    Browse the repository at this point in the history
  2. Add condition to normalizer

    Chunyong Lin committed May 5, 2020
    Configuration menu
    Copy the full SHA
    0041af8 View commit details
    Browse the repository at this point in the history
  3. [docs] Update docs

    Chunyong Lin committed May 5, 2020
    Configuration menu
    Copy the full SHA
    fca035e View commit details
    Browse the repository at this point in the history
  4. Address comment

    Chunyong Lin committed May 5, 2020
    Configuration menu
    Copy the full SHA
    ed3cad5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Merge pull request #1245 from airbnb/cylin-ae-conditions

    Normalization reboot - Add condition support to normalizer
    chunyong-lin committed May 7, 2020
    Configuration menu
    Copy the full SHA
    00699ee View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Add three custom metrics

    Chunyong Lin committed May 8, 2020
    Configuration menu
    Copy the full SHA
    fc23354 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Merge pull request #1246 from airbnb/cylin-ae-custom-metrics

    Add three custom metrics
    chunyong-lin committed May 11, 2020
    Configuration menu
    Copy the full SHA
    08725d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

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

Commits on Jun 10, 2020

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

Commits on Jun 11, 2020

  1. [doc] Update artifact extractor deploy instruction

    Chunyong Lin committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    28326c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d75678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0757628 View commit details
    Browse the repository at this point in the history