-
Notifications
You must be signed in to change notification settings - Fork 24
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: Pipeline Cron Trigger #90
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix: Misc Automation Fixes
Fix: Deprecate Trigger Block
Fix: changelog automation
This commit was created by changelog-from-release in 'Changelog from Release' CI workflow
…ni/terraform-provider-codefresh into feat/trigger-resource-separation
Feat: Pipeline Cron Trigger
Feat: Add Tests to CI
Docs: Add Terraform Acceptance Tests Section to README
This commit was created by changelog-from-release in 'Changelog from Release' CI workflow
This commit was created by changelog-from-release in 'Changelog from Release' CI workflow
github-actions
bot
force-pushed
the
master
branch
from
October 2, 2022 07:31
9ad4bd7
to
4b1a585
Compare
This commit was created by changelog-from-release in 'Changelog from Release' CI workflow
github-actions
bot
force-pushed
the
master
branch
from
October 2, 2022 08:30
8af92af
to
e0db70f
Compare
This commit was created by changelog-from-release in 'Changelog from Release' CI workflow
yaroslav-codefresh
approved these changes
Oct 3, 2022
4 tasks
korenyoni
added a commit
that referenced
this pull request
Aug 18, 2023
## What `[codefresh_pipeline]`: add `spec.cron_trigger` ## Why New feature that supersedes [pipeline_cron_trigger](https://registry.terraform.io/providers/codefresh-io/codefresh/latest/docs/resources/pipeline_cron_trigger) added in #90 (the API used by `pipeline_cron_trigger` is limited; additional cron trigger options were recently added to the pipelines API, currently behind a feature flag) ## Notes Will be first released as part of `0.6.0-beta-1` (pre-release) ## Checklist * [x] _I have read [CONTRIBUTING.md](https://github.com/codefresh-io/terraform-provider-codefresh/blob/master/CONTRIBUTING.md)._ * [x] _I have [allowed changes to my fork to be made](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)._ * [x] _I have added tests, assuming new tests are warranted_. * [x] _I understand that the `/test` comment will be ignored by the CI trigger [unless it is made by a repo admin or collaborator](https://codefresh.io/docs/docs/pipelines/triggers/git-triggers/#support-for-building-pull-requests-from-forks)._ --------- Co-authored-by: Yonatan Koren <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Why
0.2.0
) will support remaining standalone triggers (registry, helm, git).Notes