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

Add syntactic sugar for fn::open #14

Merged
merged 10 commits into from
Sep 27, 2023
Merged

Add syntactic sugar for fn::open #14

merged 10 commits into from
Sep 27, 2023

Commits on Sep 27, 2023

  1. Add syntactic sugar for fn::open

    aq17 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f6c6d48 View commit details
    Browse the repository at this point in the history
  2. change regex to ^fn::open::[a-zA-Z-]+$

    Co-authored-by: Levi Blackstone <levi@pulumi.com>
    aq17 and lblackstone committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    dd3ed12 View commit details
    Browse the repository at this point in the history
  3. better provider name check/parse

    Co-authored-by: Pat Gavlin <pat@pulumi.com>
    aq17 and pgavlin committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a1b0903 View commit details
    Browse the repository at this point in the history
  4. add new parseShortOpen function

    aq17 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5c18aed View commit details
    Browse the repository at this point in the history
  5. update test, remove unused regex

    aq17 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    c87803c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into aqiu/8

    aq17 authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8b659db View commit details
    Browse the repository at this point in the history
  7. lint

    aq17 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a228d36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27a9c6c View commit details
    Browse the repository at this point in the history
  9. cast to stringnode

    aq17 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    eb17466 View commit details
    Browse the repository at this point in the history
  10. fix/simplify test

    aq17 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    621958e View commit details
    Browse the repository at this point in the history