-
Notifications
You must be signed in to change notification settings - Fork 54
#981 ADD org-level email collection for saas #984
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
base: main
Are you sure you want to change the base?
Conversation
Potentially Stale Operations DetectedTerrateam has identified potentially stale operations whose current status cannot be determined. This occurs when GitHub fails to provide status updates. These are blocking the execution of this operation. What to Do Next
|
| Pull Request | Operation | State | Created At |
|---|---|---|---|
| #950 | Plan | Running | 2025-11-10 14:55 UTC |
If these appear to be stuck, unlock them by commenting in any pull request:
terrateam unlock 950
Be careful when unlocking. Make sure that these runs are actually stuck by verifying if there are any running GitHub Actions workflows.
If this persists, verify the GitHub Action workflow matches the documentation.
For further support:
- Join our Slack community (Fastest)
- Email us directly at [email protected]
This comment has been minimized.
This comment has been minimized.
Potentially Stale Operations DetectedTerrateam has identified potentially stale operations whose current status cannot be determined. This occurs when GitHub fails to provide status updates. These are blocking the execution of this operation. What to Do Next
|
| Pull Request | Operation | State | Created At |
|---|---|---|---|
| #950 | Plan | Running | 2025-11-10 14:55 UTC |
If these appear to be stuck, unlock them by commenting in any pull request:
terrateam unlock 950
Be careful when unlocking. Make sure that these runs are actually stuck by verifying if there are any running GitHub Actions workflows.
If this persists, verify the GitHub Action workflow matches the documentation.
For further support:
- Join our Slack community (Fastest)
- Email us directly at [email protected]
Plans 👍Outputs can be viewed in the Terrateam Console here. Terrateam Plan Output 👍Expand for plan output detailsDir: code | No changesDir: code Step: run Step: plan To apply all these changes, comment:
|
code/src/terrat/terrat_migrations.ml
Outdated
| ("refactor-gitlab-access-tokens", run_file_sql "2025-10-06-refactor-gitlab-tokens.sql"); | ||
| ("add-gitlab-token-from-config", add_gitlab_token_from_config); | ||
| ("add-stacks", run_file_sql "2025-10-22-add-stacks.sql"); | ||
| ("add-installation-emails", run_file_sql "2025-11-02-add-installation-emails.sql"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can't add a migration in the middle, this will fail to start.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modifications to terrrat_api have to happen via api.json changes.
| end | ||
| end | ||
|
|
||
| module Email : sig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this put have a different type than the gitlab put?
|
terrateam unlock 950 |
|
All directories and workspaces have been unlocked. 🔓 |
orbitz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Push the api.json changes in and then I'll make some changes on top of this.
Merge Conflict ✖️This operation cannot be performed because the pull request has a merge conflict. |
Description
Add non-marketing org-level email address collection for saas
Type of change
Checklist
ISSUE_NUMBER ACTION_TYPE Short description(e.g.,123 ADD Feature description)Additional context (optional)