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

v4.0.0-beta.237 #1816

Merged
merged 77 commits into from Mar 14, 2024
Merged

v4.0.0-beta.237 #1816

merged 77 commits into from Mar 14, 2024

Conversation

andrasbacsai
Copy link
Member

@andrasbacsai andrasbacsai commented Mar 7, 2024

  • feat: Domains, resources, teams, deployments API endpoints.
  • feat: On self-hosted instances, if not notifications are set, show a popup.
  • feat: Pre/Post deployment commands!
  • feat: Caddy integration (experimental).
  • feat: Show resources for each Git Source.
  • fix: Moved notifications on a separate view.
  • fix: Make initial file/dir creation an async job.

Issues

stooit and others added 25 commits February 8, 2024 19:27
fix: popup if no notifications are set
@wallaceosmar
Copy link

Sugestion use this package composer require tightenco/parental and create a base WebHook model.

  • id string; Generate a string with 32 chars or more
  • type string; parental type
  • auth_type string; none, basic, bearer, ...
  • credentials json; encrypted
  • model; a morph type field to any model
  • extra_attributes?

After this you can just create many dependecy of this model and have like DeployApplicationWebhook
with a common function to execute custom action inside the model

@coollabsio coollabsio deleted a comment from gitguardian bot Mar 13, 2024
@coollabsio coollabsio deleted a comment from gitguardian bot Mar 13, 2024
@coollabsio coollabsio deleted a comment from gitguardian bot Mar 13, 2024
@andrasbacsai
Copy link
Member Author

Sugestion use this package composer require tightenco/parental and create a base WebHook model.

  • id string; Generate a string with 32 chars or more
  • type string; parental type
  • auth_type string; none, basic, bearer, ...
  • credentials json; encrypted
  • model; a morph type field to any model
  • extra_attributes?

After this you can just create many dependecy of this model and have like DeployApplicationWebhook with a common function to execute custom action inside the model

Thanks for the suggestion, but at the moment, I won't use this method.

@coollabsio coollabsio deleted a comment from gitguardian bot Mar 14, 2024
@andrasbacsai andrasbacsai merged commit 2af083b into main Mar 14, 2024
4 checks passed
@andrasbacsai andrasbacsai changed the title 4.0.0-beta.237 v4.0.0-beta.237 Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment