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

Feature - Manage schedules (3/3) #61

Merged
merged 5 commits into from
Dec 9, 2024

Conversation

sasirven
Copy link
Contributor

@sasirven sasirven commented Jul 26, 2024

This is the GUI part of the schedules management with cron, which depends on the mitre/caldera#3025 and mitre/caldera#3026

Linked Merge Requests:
mitre/caldera#3025
mitre/caldera#3026

  • Adds a schedule view:
    • Accessible from the navigation menu,
    • Handles schedule creation / edition / deletion

- Add the CreateScheduleModal and DeleteScheduleModal
- Add the two showmodals option in the CoreDisplayStore

Fix the reset values and validation error message when creating schedule
- Add the SchedulesView.js
- Add the view to the rooter
- Add the view to the navigation
@sasirven sasirven force-pushed the feature/manage-schedules branch from cbce191 to b7a0c61 Compare October 28, 2024 11:02
@sasirven
Copy link
Contributor Author

sasirven commented Nov 28, 2024

Hello @uruwhy can you check on this MR?
It's the final part of the schedules management 😄

.field-label.is-normal
label.label Schedule
.field-body
input.input(placeholder="Schedule" v-model="schedule")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sasirven Could we make the placeholder string hint at the crontab format required here?

@elegantmoose
Copy link
Collaborator

Testing now. So far looks great!

@elegantmoose
Copy link
Collaborator

This LGTM. I just would like the default string hint for crontab format.

@elegantmoose elegantmoose merged commit 26e5ea8 into mitre:master Dec 9, 2024
1 check failed
@sasirven
Copy link
Contributor Author

sasirven commented Dec 9, 2024

This LGTM. I just would like the default string hint for crontab format.

Hello sorry for the delay and thanks for the commit 😅

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

Successfully merging this pull request may close these issues.

3 participants