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

A134-Support special trigger_type #142

Open
Tracked by #134
arthur91f opened this issue Jul 13, 2023 · 2 comments
Open
Tracked by #134

A134-Support special trigger_type #142

arthur91f opened this issue Jul 13, 2023 · 2 comments

Comments

@arthur91f
Copy link
Owner

arthur91f commented Jul 13, 2023

Implement special functions:

  • is_true()
  • is_false()
  • is_equal(str)
  • is_different(str)
  • contains(str)
  • not_contains(str)
  • match(str)
  • not_match(str)
@arthur91f arthur91f added this to exeIaC Jul 13, 2023
@arthur91f arthur91f converted this from a draft issue Jul 13, 2023
@arthur91f arthur91f changed the title A-Support special trigger_type A134-Support special trigger_type Jul 14, 2023
@arthur91f
Copy link
Owner Author

arthur91f commented Aug 14, 2023

take care to not setted events

  • change linked_next by something more specific
  • smart-lay is a behaviour that can trigger other action : so change all hard written "lay" in the function
  • as we can tigger other action, brickToExecute shouldn't be of type Bricks but a tuple of action *Brick
  • should priorize action
  • change execution sum-up to specify action executed

@arthur91f
Copy link
Owner Author

arthur91f commented May 14, 2024

  • exeiac should manage the event file to empty it or remove it
  • exeiac should not fail when the event file doesn't exist, just consider there is no event and set it's event to null.
  • exeiac should save the old event in an other file with a timestamp if we specify an option --debug-event=/tmp/exeiac (perhaps create an other ticket for that)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant