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 AzureFunctionsEndToEnd with prototype implementation #5418

Merged
merged 54 commits into from
Sep 7, 2024

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    0012f2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39eda7e View commit details
    Browse the repository at this point in the history
  3. Fix RandomString implementation

    eerhardt authored and captainsafia committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    81c1406 View commit details
    Browse the repository at this point in the history
  4. Hack to make the emulators work

    davidfowl authored and captainsafia committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b4c0adb View commit details
    Browse the repository at this point in the history
  5. More cleanup

    davidfowl authored and captainsafia committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9424363 View commit details
    Browse the repository at this point in the history
  6. Primary constructors

    davidfowl authored and captainsafia committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    35ece30 View commit details
    Browse the repository at this point in the history
  7. More cleanup

    davidfowl authored and captainsafia committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e150956 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8504f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    866c12c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67c7502 View commit details
    Browse the repository at this point in the history
  11. First cut of IResourceWithAzureFunctionsConfig and removed WithReference

    - We now scan all of the env variables and resolve references instead.
    davidfowl authored and captainsafia committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    83901da View commit details
    Browse the repository at this point in the history
  12. Tested with managed identity and worked around issues

    - Blob triggers require queues
    - There's a conflict with the connection string section
    davidfowl authored and captainsafia committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e7b4653 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3f40399 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    148eed8 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Make it work

    davidfowl committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c8c5d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc0ab33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7b1c5b View commit details
    Browse the repository at this point in the history
  4. Simplify functions sample

    - Delete the web app
    davidfowl committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a1de969 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2adf2f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dd9540 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc59c5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    514e11c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30277e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f4d06ef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8618f28 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d247cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4217e1d View commit details
    Browse the repository at this point in the history
  14. fix helix payload definition

    radical committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1d67dc0 View commit details
    Browse the repository at this point in the history
  15. Fix playground tests build

    radical committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a7ec3ec View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix cli payload for helix

    radical committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e25eead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5605f41 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    radical committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7d36ffd View commit details
    Browse the repository at this point in the history
  4. another round - fix path

    radical committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    38621d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42e48bb View commit details
    Browse the repository at this point in the history
  6. simplify payload spec

    radical committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    44f428f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c0d74c View commit details
    Browse the repository at this point in the history
  8. Appease the linter

    captainsafia committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9d9e38c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b18b3d View commit details
    Browse the repository at this point in the history
  10. Skip AzureFunctionsTest

    captainsafia committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    214139d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c10de5 View commit details
    Browse the repository at this point in the history
  12. More feedback

    captainsafia committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    95667ec View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Update tests/helix/send-to-helix-inner.proj

    Co-authored-by: Ankit Jain <radical@gmail.com>
    captainsafia and radical committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f464069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf92b87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e02a50f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e650e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9a50a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    080aa8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61855b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54c94ae View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    97b10ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf8d90a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54590a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33e563d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46952d7 View commit details
    Browse the repository at this point in the history