Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

feature: RunTrigger gRPC endpoint for Waypoint Server #2840

Merged
merged 48 commits into from
Jan 12, 2022

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    d9c7049 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4892a1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf7ca4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2772990 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d528d90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eac6554 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b9ec2e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b63777e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8fdff9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2d30d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3300551 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    67b61b8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a6444a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    43aad09 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cdf5920 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5f80348 View commit details
    Browse the repository at this point in the history
  17. Fixup timestamp usage

    briancain committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    910397e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    feba47c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8bac0e2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e604199 View commit details
    Browse the repository at this point in the history
  21. Fixup warn log

    briancain committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    52d9118 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    79e93d5 View commit details
    Browse the repository at this point in the history
  23. Add CHANGELOG

    briancain committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    367cc81 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5264f5a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d79b24b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8d8fbf6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3fef7c0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    84f9b5a View commit details
    Browse the repository at this point in the history
  29. Update .changelog/2840.txt

    Co-authored-by: Rae Krantz <8461333+krantzinator@users.noreply.github.com>
    briancain and krantzinator committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    0922086 View commit details
    Browse the repository at this point in the history
  30. Set artifact message for Deployment operations on running triggers

    We _must_ set the entire Artifact message on a Deployment operation when
    queueing a job. Otherwise the job fails in a weird way, and the
    deployment is upserted without a deployment ID.
    briancain committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    7bf3fb5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a14fa8c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9af0503 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6e01c33 View commit details
    Browse the repository at this point in the history
  34. Update internal/cli/trigger_apply.go

    Co-authored-by: Evan Phoenix <evan@hashicorp.com>
    briancain and evanphx committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    db323c0 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0cb4f95 View commit details
    Browse the repository at this point in the history
  36. core: Ensure full Deployment proto message is set for queueing Release

    This commit ensures the entire Deployment message is set for a Release
    operation. Similar to the issue with artifacts on Deployments, a release
    operation must have the entire Deployment message set rather than a
    reference, otherwise the release operation does not properly work.
    briancain committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    7baac59 View commit details
    Browse the repository at this point in the history
  37. core: Add status report deploy and release operation type triggers

    This commit introduces status report operation types for triggers. Users
    will be able to queue operation jobs that generate a status report for a
    deployment or release.
    briancain committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    fbead7c View commit details
    Browse the repository at this point in the history
  38. Server proto auto-gen

    briancain committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    7014dd4 View commit details
    Browse the repository at this point in the history
  39. docs: fix typo in code doc

    briancain committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    338ca0b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Add trigger URL docs

    briancain committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    7d907cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e14a219 View commit details
    Browse the repository at this point in the history
  3. Add future HTTP section

    briancain committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    8197b6c View commit details
    Browse the repository at this point in the history
  4. Fix typo in trigger docs

    briancain committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    f17bfe8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22734d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c3fddd View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Rae Krantz <8461333+krantzinator@users.noreply.github.com>
    briancain and krantzinator authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    5d58f8b View commit details
    Browse the repository at this point in the history
  8. Docs fix: We -> You

    briancain committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    8c8c6e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d72cd3 View commit details
    Browse the repository at this point in the history