#2317: ScriptPagesRest.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/scripting/ScriptPagesRest.kt REST Controller, projectforge-rest/src/main/kotlin/org/projectforge/rest/scripting/ScriptPagesRest.kt (389 lines) 389 lines · 323 code · 46 comments · 20 blank
Source file: ScriptPagesRest.kt - rest controller in ProjectForge REST module.

Architecture

Handles HTTP API requests mapping to business services.

Located in projectforge-rest module of ProjectForge.

Annotated History

Key functional changes:

CommitDescription
f84a49ebaScripting: Description for script parameters added.
53b501ab6Example scripts fixed. TimesheetDO.getDuration() -> TimesheetDO.duration.
4942c854dMigration stuff in progress...
87dd5b87cAuftragsCache refactored, migration stuff... (all tests OK)
d67bce18bMigration stuff in progress...
1b50060c3BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select
77bade6dfjavax.* -> jakarta.*
Maintenance commits (3)