Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Fix tests: Adjust constructor signature | Marcel Klehr | 2023-08-09 | 1 | -1/+1 | |
| * | | | | | Fix tests: Adjust constructor signature | Marcel Klehr | 2023-08-09 | 1 | -1/+1 | |
| * | | | | | Remove Task::factory method | Marcel Klehr | 2023-08-09 | 3 | -19/+2 | |
| * | | | | | Fix psalm errors | Marcel Klehr | 2023-08-09 | 5 | -0/+9 | |
| * | | | | | cs:fix | Marcel Klehr | 2023-08-09 | 1 | -2/+0 | |
| * | | | | | Update autoloaders | Marcel Klehr | 2023-08-09 | 2 | -38/+38 | |
| * | | | | | Apply suggestions from code review | Marcel Klehr | 2023-08-09 | 2 | -8/+1 | |
| * | | | | | Fix psalm errors | Marcel Klehr | 2023-08-09 | 1 | -6/+9 | |
| * | | | | | Fix psalm errors | Marcel Klehr | 2023-08-09 | 2 | -20/+1 | |
| * | | | | | Massive refactoring: Turn LanguageModel OCP API into TextProcessing API | Marcel Klehr | 2023-08-09 | 31 | -748/+553 | |
| * | | | | | Update core/Controller/LanguageModelApiController.php | Marcel Klehr | 2023-08-09 | 1 | -1/+1 | |
| * | | | | | Update core/Controller/LanguageModelApiController.php | Marcel Klehr | 2023-08-09 | 1 | -1/+1 | |
| * | | | | | Fix openapi docs | Marcel Klehr | 2023-08-09 | 1 | -4/+10 | |
| * | | | | | Update core/Controller/LanguageModelApiController.php | Marcel Klehr | 2023-08-09 | 1 | -1/+1 | |
| * | | | | | Since 27.1.0 | Marcel Klehr | 2023-08-09 | 16 | -81/+81 | |
| * | | | | | LanguageModelApiController: Use jsonSerialize method to help psalm | Marcel Klehr | 2023-08-09 | 1 | -1/+1 | |
| * | | | | | cs:fix | Marcel Klehr | 2023-08-09 | 3 | -6/+0 | |
| * | | | | | LLM OCP API: Change Tests to use EventDispatcher mock | Marcel Klehr | 2023-08-09 | 1 | -41/+8 | |
| * | | | | | LLM OCP API: Improve scheduleTask docblock | Marcel Klehr | 2023-08-09 | 1 | -1/+2 | |
| * | | | | | LLM OCP API: Fix OpenApi docs | Marcel Klehr | 2023-08-09 | 1 | -3/+3 | |
| * | | | | | LLM OCP API: Fix psalm issues | Marcel Klehr | 2023-08-09 | 1 | -3/+3 | |
| * | | | | | LLM OCP API: Avoid using OC in OCP | Marcel Klehr | 2023-08-09 | 3 | -17/+10 | |
| * | | | | | OCP\Common\NotFoundException: Add param type | Marcel Klehr | 2023-08-09 | 1 | -1/+1 | |
| * | | | | | LLM OCP API: Simplify TaskBackgroundJob#run catch block | Marcel Klehr | 2023-08-09 | 1 | -1/+1 | |
| * | | | | | LLM OCP API: Explain TaskBackgroundJob#setAllowParallelRuns | Marcel Klehr | 2023-08-09 | 1 | -0/+2 | |
| * | | | | | LLM OCP API: Don't lose trace of wrapped exceptions | Marcel Klehr | 2023-08-09 | 1 | -4/+4 | |
| * | | | | | LLM OCP API: Simplify LanguageModelManager#canHandleTask | Marcel Klehr | 2023-08-09 | 1 | -1/+6 | |
| * | | | | | LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/ | Marcel Klehr | 2023-08-09 | 3 | -10/+10 | |
| * | | | | | LLM OCP API: Add missing copyright and strict types | Marcel Klehr | 2023-08-09 | 3 | -0/+69 | |
| * | | | | | LLM Migration: Return null if nothing changed | Marcel Klehr | 2023-08-09 | 1 | -1/+3 | |
| * | | | | | Update lib/public/LanguageModel/Events/TaskFailedEvent.php | Marcel Klehr | 2023-08-09 | 1 | -2/+4 | |
| * | | | | | Update lib/public/LanguageModel/ILanguageModelProvider.php | Marcel Klehr | 2023-08-09 | 1 | -1/+1 | |
| * | | | | | Apply suggestions from code review | Marcel Klehr | 2023-08-09 | 1 | -1/+1 | |
| * | | | | | LLM OCS API: Add OpenAPI docs | Marcel Klehr | 2023-08-09 | 1 | -3/+30 | |
| * | | | | | LLM OCS API: s/tasks/tasktypes/ | Marcel Klehr | 2023-08-09 | 2 | -2/+2 | |
| * | | | | | LLM OCP API: Fix psam error | Marcel Klehr | 2023-08-09 | 1 | -1/+3 | |
| * | | | | | LLM OCP API: Fix psam errors | Marcel Klehr | 2023-08-09 | 2 | -4/+8 | |
| * | | | | | LLM OCP API: Fix security issue | Marcel Klehr | 2023-08-09 | 1 | -0/+4 | |
| * | | | | | LLM OCP API: Fix psalm error | Marcel Klehr | 2023-08-09 | 1 | -2/+2 | |
| * | | | | | LLM OCP API: Add identifier param | Marcel Klehr | 2023-08-09 | 4 | -5/+33 | |
| * | | | | | Apply suggestions from code review | Marcel Klehr | 2023-08-09 | 1 | -2/+2 | |
| * | | | | | cs:fix | Marcel Klehr | 2023-08-09 | 1 | -1/+1 | |
| * | | | | | Fix LanguageModelManager#runTask: Insert task into db if it doesn't exist | Marcel Klehr | 2023-08-09 | 1 | -2/+6 | |
| * | | | | | Add test for task cleanup | Marcel Klehr | 2023-08-09 | 1 | -0/+37 | |
| * | | | | | Make tests pass | Marcel Klehr | 2023-08-09 | 4 | -9/+31 | |
| * | | | | | Fix tests | Marcel Klehr | 2023-08-09 | 2 | -29/+99 | |
| * | | | | | Add preliminary tests | Marcel Klehr | 2023-08-09 | 1 | -0/+269 | |
| * | | | | | ILanguageModelTask: Use php type checking along with psalm parameterized types | Marcel Klehr | 2023-08-09 | 5 | -12/+14 | |
| * | | | | | ILanguageModelManager: Add docblock description | Marcel Klehr | 2023-08-09 | 1 | -0/+2 | |
| * | | | | | TaskMapper#update: Use time factory | Marcel Klehr | 2023-08-09 | 1 | -2/+6 |