-
Notifications
You must be signed in to change notification settings - Fork 35
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
Addresses BACKLOG-40051: new endpoint execute schedule permission #144
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
core/src/main/java/org/pentaho/platform/web/http/api/resources/SchedulerResource.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@@ -197,84 +198,74 @@ public Job createJob( JobScheduleRequest scheduleRequest ) | |||
/** | |||
* Wrapper function around {@link SchedulerOutputPathResolver#resolveOutputFilePath()} calls | |||
* {@link #getSchedulerOutputPathResolver(JobScheduleRequest)} to get instance. | |||
* @param scheduleRequest |
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.
We should complete the documentation, or leave it as is for now.
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.
I understand that completing the documentation is important, however, in this particular case, I was not fully aware of the details regarding the implementation which could have resulted in inaccurate information. Leaving an empty tag in the documentation should be avoided.
...src/test/java/org/pentaho/platform/web/http/api/resources/services/SchedulerServiceTest.java
Outdated
Show resolved
Hide resolved
...src/test/java/org/pentaho/platform/web/http/api/resources/services/SchedulerServiceTest.java
Show resolved
Hide resolved
Note:Frogbot also supports Contextual Analysis, Secret Detection, IaC and SAST Vulnerabilities Scanning. This features are included as part of the JFrog Advanced Security package, which isn't enabled on your system. |
✅ Build finished in 6m 54sBuild command: mvn clean verify -B -e -Daudit -amd -Djs.no.sandbox -pl core 👌 All tests passed! Tests run: 223, Failures: 0, Skipped: 12 Test Results ℹ️ This is an automatic message |
)" This reverts commit f232a34.
@pentaho/millenniumfalcon please review
Depends on
pentaho/pentaho-platform#5560