aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gitlab/queryrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-1/+1
* GitLab: Hide plugin class definition in .cpphjk2024-01-151-1/+1
* GitLab: Access GitlabParameter singleton more directlyhjk2023-11-201-3/+2
* GitPlugin: Simplify return statementsJarek Kobus2023-08-021-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QueryRunner: Connect to done() signalJarek Kobus2022-06-201-61/+23
* Replace QtcProcess::stopProcess() by stop() plus waitForFinishedhjk2022-06-161-1/+2
* GitLab: Handle certificate issuesChristian Stenger2022-06-101-2/+14
* GitLab: Support unsecure http as wellChristian Stenger2022-06-101-2/+2
* GitLab: Allow fetching eventsChristian Stenger2022-05-311-1/+7
* GitLab: Allow browsing and cloning projectsChristian Stenger2022-05-311-0/+34
* GitLab: Introduce minimal GitLab pluginChristian Stenger2022-05-251-0/+133