aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cs:fixMarcel Klehr2023-07-072-4/+0
* LLM OCP API: Improve scheduleTask docblockMarcel Klehr2023-07-071-1/+2
* LLM OCP API: Avoid using OC in OCPMarcel Klehr2023-07-073-17/+10
* OCP\Common\NotFoundException: Add param typeMarcel Klehr2023-07-071-1/+1
* LLM OCP API: Simplify TaskBackgroundJob#run catch blockMarcel Klehr2023-07-071-1/+1
* LLM OCP API: Explain TaskBackgroundJob#setAllowParallelRunsMarcel Klehr2023-07-071-0/+2
* LLM OCP API: Don't lose trace of wrapped exceptionsMarcel Klehr2023-07-071-4/+4
* LLM OCP API: Simplify LanguageModelManager#canHandleTaskMarcel Klehr2023-07-071-1/+6
* LLM OCP API: s/getAvailableTasks/getAvailableTaskClasses/Marcel Klehr2023-07-072-4/+4
* LLM OCP API: Add missing copyright and strict typesMarcel Klehr2023-07-073-0/+69
* Update lib/public/LanguageModel/Events/TaskFailedEvent.phpMarcel Klehr2023-07-071-2/+4
* Update lib/public/LanguageModel/ILanguageModelProvider.phpMarcel Klehr2023-07-071-1/+1
* Apply suggestions from code reviewMarcel Klehr2023-07-071-1/+1
* LLM OCP API: Fix psam errorMarcel Klehr2023-07-071-1/+3
* LLM OCP API: Fix psam errorsMarcel Klehr2023-07-071-2/+6
* LLM OCP API: Fix psalm errorMarcel Klehr2023-07-071-2/+2
* LLM OCP API: Add identifier paramMarcel Klehr2023-07-073-5/+28
* Apply suggestions from code reviewMarcel Klehr2023-07-071-2/+2
* cs:fixMarcel Klehr2023-07-071-1/+1
* Fix LanguageModelManager#runTask: Insert task into db if it doesn't existMarcel Klehr2023-07-071-2/+6
* Make tests passMarcel Klehr2023-07-074-9/+31
* ILanguageModelTask: Use php type checking along with psalm parameterized typesMarcel Klehr2023-07-075-12/+14
* ILanguageModelManager: Add docblock descriptionMarcel Klehr2023-07-071-0/+2
* TaskMapper#update: Use time factoryMarcel Klehr2023-07-071-2/+6
* Add tasks::last_updated column and vacate tasks after a weekMarcel Klehr2023-07-076-2/+136
* cs:fixMarcel Klehr2023-07-076-0/+6
* LLM OCP API: Use OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-072-3/+5
* OCP: Introduce OCP\Common\Exception\NotFoundExceptionMarcel Klehr2023-07-071-0/+41
* LLM OCP API: strict types and copyrightMarcel Klehr2023-07-077-1/+133
* LLM OCP API: Type shenanigans for Visitor patternMarcel Klehr2023-07-077-34/+30
* Apply suggestions from code reviewMarcel Klehr2023-07-071-2/+2
* Update lib/public/AppFramework/Bootstrap/IRegistrationContext.phpMarcel Klehr2023-07-071-1/+1
* LLM OCP API: Commit autoloadersMarcel Klehr2023-07-072-0/+40
* LLM OCP API: Add task definitionsMarcel Klehr2023-07-076-0/+12
* Update lib/public/LanguageModel/ITopicsProvider.phpMarcel Klehr2023-07-071-1/+1
* LLM OCP API: Fix coding style and psalmMarcel Klehr2023-07-077-5/+31
* LLM OCP API: cs:fixMarcel Klehr2023-07-073-6/+0
* LLM OCP API: Fix static analysisMarcel Klehr2023-07-074-8/+35
* LLM OCP API: Add @sinceMarcel Klehr2023-07-076-3/+94
* LLM OCP API: Fix type errorsMarcel Klehr2023-07-072-4/+24
* LLM OCP API: Make linters happyMarcel Klehr2023-07-071-12/+11
* LLM OCP API: cs:fixMarcel Klehr2023-07-0710-25/+4
* LLM OCP API: Implement ocs APIMarcel Klehr2023-07-078-16/+64
* LLM OCP API: ADd topics and headline tasksMarcel Klehr2023-07-076-3/+159
* LLM OCP API: Add to RegistrationContextMarcel Klehr2023-07-072-1/+22
* LLM OCP API: Add db migrationMarcel Klehr2023-07-071-1/+1
* LLM OCP API: Implement private backend code + add ILanguageModelTaskMarcel Klehr2023-07-0712-46/+452
* LLM OCP API: Rework to use Task objectsMarcel Klehr2023-07-0712-150/+185
* Initial work on lm OCP APIMarcel Klehr2023-07-078-0/+339
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-0621-45/+46