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

Glm/add schedule poll trigger #4560

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 21, 2024

  1. Draft 1 : insert shedule poll in the trigger

    # Conflicts:
    #	frontend/src/lib/components/flows/map/FlowModuleSchemaMap.svelte
    #	frontend/src/lib/components/graph/FlowGraphV2.svelte
    #	frontend/src/lib/components/graph/graphBuilder.ts
    #	frontend/src/lib/components/graph/renderers/edges/BaseEdge.svelte
    #	frontend/src/lib/components/graph/renderers/nodes/TriggersNode.svelte
    #	frontend/src/lib/components/graph/renderers/triggers/TriggersWrapper.svelte
    Guilhem committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    155ee59 View commit details
    Browse the repository at this point in the history
  2. Fix display

    Guilhem committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6294238 View commit details
    Browse the repository at this point in the history
  3. change triggers order

    Guilhem committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    471d257 View commit details
    Browse the repository at this point in the history
  4. remove unused event

    Guilhem committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7aa18d2 View commit details
    Browse the repository at this point in the history
  5. Add trigger inputs to flow inputs

    Guilhem committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    34827f8 View commit details
    Browse the repository at this point in the history
  6. remove debug log

    Guilhem committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    51b9653 View commit details
    Browse the repository at this point in the history
  7. Default simplified view to true

    Guilhem committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b61195a View commit details
    Browse the repository at this point in the history
  8. Fix minor issue

    Guilhem committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8a52329 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Add primary schedule

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    56f4940 View commit details
    Browse the repository at this point in the history
  2. fix select

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dd11838 View commit details
    Browse the repository at this point in the history
  3. fix input schema and trigger script sync

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fa47067 View commit details
    Browse the repository at this point in the history
  4. Change Scheduled Poll Icon

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b05ea1b View commit details
    Browse the repository at this point in the history
  5. Add Schedule Poll Tab

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    45cca7e View commit details
    Browse the repository at this point in the history
  6. Change display of forloop and early break

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c1b03cb View commit details
    Browse the repository at this point in the history
  7. Apply automatic changes

    Guilhem-lm authored and Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6a24b90 View commit details
    Browse the repository at this point in the history
  8. fix badge display

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    22cbfe7 View commit details
    Browse the repository at this point in the history
  9. Automatically add schedule

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    94fe57a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    80cc0f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a7871b View commit details
    Browse the repository at this point in the history
  12. fix type issue

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    162039a View commit details
    Browse the repository at this point in the history
  13. fix prefilled cron

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5845919 View commit details
    Browse the repository at this point in the history
  14. Add delete button

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cd896aa View commit details
    Browse the repository at this point in the history
  15. Add scheduled poll icon to lib

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    95bd392 View commit details
    Browse the repository at this point in the history
  16. Add a delete button

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bc93b1d View commit details
    Browse the repository at this point in the history
  17. Fix primary schedule setting

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8019537 View commit details
    Browse the repository at this point in the history
  18. fix minor issue

    Guilhem committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c4c54a3 View commit details
    Browse the repository at this point in the history