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

feat: add datasource for AWS Lambda Layers #28251

Open
wants to merge 86 commits into
base: main
Choose a base branch
from

Commits on Nov 22, 2022

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

Commits on Nov 24, 2022

  1. base implementation

    kayman-mk committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    fa638fe View commit details
    Browse the repository at this point in the history
  2. add the code

    kayman-mk committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    82652f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    7a9a5d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9edb2e0 View commit details
    Browse the repository at this point in the history
  3. add tests

    kayman-mk committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a6168f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

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

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    82f8849 View commit details
    Browse the repository at this point in the history
  2. reset package manager

    kayman-mk committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    e51647a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5978e15 View commit details
    Browse the repository at this point in the history
  4. add aws-sdk lambda

    kayman-mk committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    3ca698d View commit details
    Browse the repository at this point in the history
  5. add datasource to API

    kayman-mk committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    7b5ed71 View commit details
    Browse the repository at this point in the history
  6. add docs

    kayman-mk committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    1162613 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. files lost by accident

    kayman-mk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    c2ffdc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b2d07 View commit details
    Browse the repository at this point in the history
  3. files lost by accident

    kayman-mk committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    87d1fa0 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 14, 2023

  1. Merge branch 'kayma/add-aws-versioned-arn-datasource' of github.com:H…

    …apag-Lloyd/renovate into kayma/add-aws-versioned-arn-datasource
    kayman-mk committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    4999cc2 View commit details
    Browse the repository at this point in the history
  2. rename files

    kayman-mk committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    4f24402 View commit details
    Browse the repository at this point in the history
  3. add tests

    kayman-mk committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    1209738 View commit details
    Browse the repository at this point in the history
  4. add tests

    kayman-mk committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    e2cfb26 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. add tests

    kayman-mk committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    5e3dad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4a7e0 View commit details
    Browse the repository at this point in the history
  3. fix tests and config

    kayman-mk committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    ad2bbbc View commit details
    Browse the repository at this point in the history
  4. remove sorting

    kayman-mk committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    1dda08d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    2f02403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10fbbcd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

    kayman-mk committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fe88ea6 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. fix compile error

    kayman-mk committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    66fa69e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on Aug 8, 2024

  1. merge main

    kayman-mk committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    02f9af0 View commit details
    Browse the repository at this point in the history
  2. fix review

    kayman-mk committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9240b21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c34473a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b41aa9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    673a5d3 View commit details
    Browse the repository at this point in the history
  6. fix docs

    kayman-mk committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f2d87ee View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. add tests

    kayman-mk committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    83d626a View commit details
    Browse the repository at this point in the history
  2. make architecture and runtime optional

    add more tests
    kayman-mk committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    edf9814 View commit details
    Browse the repository at this point in the history
  3. fix example in readme

    kayman-mk committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    cbf0b4e View commit details
    Browse the repository at this point in the history
  4. simplify regex

    kayman-mk committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    afe1dab View commit details
    Browse the repository at this point in the history
  5. fix regex in example

    kayman-mk committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    f4f9251 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4515246 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c5a961 View commit details
    Browse the repository at this point in the history
  8. adding customType to config

    kayman-mk committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    8d075fd View commit details
    Browse the repository at this point in the history
  9. run prettier

    kayman-mk committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    8bd1eef View commit details
    Browse the repository at this point in the history
  10. fix tests

    kayman-mk committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    81b4a5c View commit details
    Browse the repository at this point in the history
  11. remove unused import

    kayman-mk committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    be3e691 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    44b60c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1d7f0 View commit details
    Browse the repository at this point in the history
  3. run prettier

    kayman-mk committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    5babf77 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'kayma/add-aws-versioned-arn-datasource' of https://gith…

    …ub.com/Hapag-Lloyd/renovate into kayma/add-aws-versioned-arn-datasource
    kayman-mk committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    30e0d37 View commit details
    Browse the repository at this point in the history
  5. add tests

    kayman-mk committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    c94102d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39c7e3e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    592ebd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf8382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0350e8b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    579e321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5a42f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix pnpm-lock

    kayman-mk committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    46d9fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93eaf1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bc07b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 22, 2024

  1. inline fixtures

    kayman-mk committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f62203a View commit details
    Browse the repository at this point in the history
  2. Update lib/modules/datasource/aws-lambda-layer/schema.ts

    Co-authored-by: Michael Kriese <[email protected]>
    kayman-mk and viceice committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a7198b4 View commit details
    Browse the repository at this point in the history
  3. merge main

    kayman-mk committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1673107 View commit details
    Browse the repository at this point in the history
  4. add tests

    kayman-mk committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1bc7563 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d0c583 View commit details
    Browse the repository at this point in the history
  6. update pnpm-lock.yaml

    kayman-mk committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    579fd66 View commit details
    Browse the repository at this point in the history
  7. fix api.ts

    kayman-mk committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    718c9ff View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    a373631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebc0f4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41849bc View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update lib/modules/datasource/aws-lambda-layer/index.spec.ts

    Co-authored-by: Michael Kriese <[email protected]>
    kayman-mk and viceice committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cc4e844 View commit details
    Browse the repository at this point in the history
  2. fix review

    kayman-mk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3c37e25 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'kayma/add-aws-versioned-arn-datasource' of https://gith…

    …ub.com/Hapag-Lloyd/renovate into kayma/add-aws-versioned-arn-datasource
    kayman-mk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    981cb1b View commit details
    Browse the repository at this point in the history
  4. lock file

    kayman-mk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    aee4443 View commit details
    Browse the repository at this point in the history
  5. lock file

    kayman-mk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    08def38 View commit details
    Browse the repository at this point in the history
  6. fix tests

    kayman-mk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7d84a21 View commit details
    Browse the repository at this point in the history
  7. fix logger

    kayman-mk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bf886ff View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. update package lock

    kayman-mk committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0641910 View commit details
    Browse the repository at this point in the history
  2. fix test

    kayman-mk committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    44b5529 View commit details
    Browse the repository at this point in the history
  3. fix prettier

    kayman-mk committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    902c592 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c81eb0d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. run prettier

    kayman-mk committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    645d5bc View commit details
    Browse the repository at this point in the history
  2. istanbul ignore if

    kayman-mk committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    df54fb4 View commit details
    Browse the repository at this point in the history