summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Update autoloadersMarcel Klehr2023-08-092-38/+38
| * Apply suggestions from code reviewMarcel Klehr2023-08-092-8/+1
| * Fix psalm errorsMarcel Klehr2023-08-091-6/+9
| * Fix psalm errorsMarcel Klehr2023-08-092-20/+1
| * Massive refactoring: Turn LanguageModel OCP API into TextProcessing APIMarcel Klehr2023-08-0931-748/+553
| * Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-08-091-1/+1
| * Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-08-091-1/+1
| * Fix openapi docsMarcel Klehr2023-08-091-4/+10
| * Update core/Controller/LanguageModelApiController.phpMarcel Klehr2023-08-091-1/+1
| * Since 27.1.0Marcel Klehr2023-08-0916-81/+81
| * LanguageModelApiController: Use jsonSerialize method to help psalmMarcel Klehr2023-08-091-1/+1
| * cs:fixMarcel Klehr2023-08-093-6/+0
| * LLM OCP API: Change Tests to use EventDispatcher mockMarcel Klehr2023-08-091-41/+8
| * LLM OCP API: Improve scheduleTask docblockMarcel Klehr2023-08-091-1/+2
| * LLM OCP API: Fix OpenApi docsMarcel Klehr2023-08-091-3/+3
| * LLM OCP API: Fix psalm issuesMarcel Klehr2023-08-091-3/+3
| * LLM OCP API: Avoid using OC in OCPMarcel Klehr2023-08-093-17/+10
| * OCP\Common\NotFoundException: Add param typeMarcel Klehr2023-08-091-1/+1
| * LLM OCP API: Simplify TaskBackgroundJob#run catch blockMarcel Klehr2023-08-091-1/+1
| * LLM OCP API: Explain TaskBackgroundJob#setAllowParallelRunsMarcel Klehr2023-08-091-0/+2
| * LLM OCP API: Don't lose trace of wrapped exceptionsMarcel Klehr2023-08-091-4/+4
| * LLM OCP API: Simplify LanguageModelManager#canHandleTaskMarcel Klehr2023-08-091-1/+6
| * LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/Marcel Klehr2023-08-093-10/+10
| * LLM OCP API: Add missing copyright and strict typesMarcel Klehr2023-08-093-0/+69
| * LLM Migration: Return null if nothing changedMarcel Klehr2023-08-091-1/+3
| * Update lib/public/LanguageModel/Events/TaskFailedEvent.phpMarcel Klehr2023-08-091-2/+4
| * Update lib/public/LanguageModel/ILanguageModelProvider.phpMarcel Klehr2023-08-091-1/+1
| * Apply suggestions from code reviewMarcel Klehr2023-08-091-1/+1
| * LLM OCS API: Add OpenAPI docsMarcel Klehr2023-08-091-3/+30
| * LLM OCS API: s/tasks/tasktypes/Marcel Klehr2023-08-092-2/+2
| * LLM OCP API: Fix psam errorMarcel Klehr2023-08-091-1/+3
| * LLM OCP API: Fix psam errorsMarcel Klehr2023-08-092-4/+8
| * LLM OCP API: Fix security issueMarcel Klehr2023-08-091-0/+4
| * LLM OCP API: Fix psalm errorMarcel Klehr2023-08-091-2/+2
| * LLM OCP API: Add identifier paramMarcel Klehr2023-08-094-5/+33
| * Apply suggestions from code reviewMarcel Klehr2023-08-091-2/+2
| * cs:fixMarcel Klehr2023-08-091-1/+1
| * Fix LanguageModelManager#runTask: Insert task into db if it doesn't existMarcel Klehr2023-08-091-2/+6
| * Add test for task cleanupMarcel Klehr2023-08-091-0/+37
| * Make tests passMarcel Klehr2023-08-094-9/+31
| * Fix testsMarcel Klehr2023-08-092-29/+99
| * Add preliminary testsMarcel Klehr2023-08-091-0/+269
| * ILanguageModelTask: Use php type checking along with psalm parameterized typesMarcel Klehr2023-08-095-12/+14
| * ILanguageModelManager: Add docblock descriptionMarcel Klehr2023-08-091-0/+2
| * TaskMapper#update: Use time factoryMarcel Klehr2023-08-091-2/+6
| * Add tasks::last_updated column and vacate tasks after a weekMarcel Klehr2023-08-097-2/+143
| * cs:fixMarcel Klehr2023-08-096-0/+6
| * LLM OCP API: Fix copyrightMarcel Klehr2023-08-091-2/+2
| * LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-08-093-4/+7
| * OCP: Introduce OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-08-091-0/+41