aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/genericdirectuploadstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* RemoteLinux: Make chmod a part of sftp transferJarek Kobus2023-12-081-41/+3
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-7/+7
* TaskTree: Get rid of Storage subclass of GroupItemJarek Kobus2023-11-201-1/+1
* TaskTree: Rename StopWithDone -> StopWithSuccessJarek Kobus2023-11-071-3/+3
* TaskTree: Rename workflow policiesJarek Kobus2023-11-071-2/+2
* TaskTree: Get rid of onGroupError elementJarek Kobus2023-11-071-1/+1
* TaskTree: Make it possible to invoke done handler only with DoneResultJarek Kobus2023-11-071-4/+4
* TaskTree: Get rid of unneeded done handlers' argumentsJarek Kobus2023-11-071-1/+1
* TaskTree: Introduce CallDoneIf enumJarek Kobus2023-11-071-6/+6
* TaskTree: Use common done handlerJarek Kobus2023-11-061-3/+3
* GenericDirectUploadStep: Simplify task treeJarek Kobus2023-10-271-4/+2
* GenericDirectUploadStep: Get rid of isDeploymentNecessary()Jarek Kobus2023-10-271-18/+21
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* AbstractRemoteLinuxDeployStep: Make recipe return GroupItemJarek Kobus2023-07-111-2/+2
* AbstractRemoteLinuxDeployStep: Get rid of run preparerJarek Kobus2023-07-091-5/+2
* RemoteLinux: Simplify GenericDirectUploadStephjk2023-07-051-10/+2
* RemoteLinux: Use aspects more directly in GenericDirectUploadStephjk2023-07-051-19/+16
* TaskTree: Rename TaskAction into SetupResultJarek Kobus2023-06-211-4/+4
* TaskTree: Rename setupRoot into setRecipeJarek Kobus2023-06-081-2/+2
* TaskTree: Rename TaskItem into GroupItemJarek Kobus2023-06-061-17/+17
* TaskTree: Rename optional into finishAllAndDoneJarek Kobus2023-05-301-2/+2
* TaskTree: Refactor Group internal dataJarek Kobus2023-05-191-2/+2
* TaskTree: Replace usages of OnGroup... with onGroup... functionsJarek Kobus2023-05-191-1/+1
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-2/+2
* Tasking::Tree: Rename Tree into TaskTreeTaskJarek Kobus2023-05-101-2/+2
* Tasking::Transfer: Rename Transfer into FileTransferTaskJarek Kobus2023-05-101-1/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-7/+7
* Tasking::Process: Rename Process into ProcessTaskJarek Kobus2023-05-031-2/+2
* RemoteLinux: Hide GenericDeployStep implementationhjk2023-04-051-86/+79
* RemoteLinux/Qnx: Disentangle deploy step factories furtherhjk2023-04-031-11/+1
* RemoteLinux: Further disantangle buildsteps from downstreamhjk2023-03-281-0/+8
* Qnx: Allow incremental deploymenthjk2023-03-271-17/+9
* RemoteLinux: Drop some in-class signallinghjk2023-03-231-17/+17
* RemoteLinux/Boot2Qt: Merge DeployStep and DeployService hierarchieshjk2023-03-231-85/+59
* RemoteLinux: Move GenericDirectUploadService implementationhjk2023-03-211-2/+301
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* RemoteLinux: Dissolve AbstractRemoteLinuxDeployStep::createDeployServicehjk2022-10-141-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* RemoteLinux: Convert to Tr::trhjk2022-07-221-3/+4
* Consolidate build/deploystep default display name handlinghjk2020-10-021-2/+0
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-0/+1
* ProjectExplorer: Rename Base*Aspect to *Aspecthjk2020-08-141-5/+5
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* RemoteLinux: Declare step id constants publiclyhjk2020-03-171-1/+2
* Qnx: Do not offer incremental deploymentChristian Kandeler2020-01-151-7/+17
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-091-2/+2
* Qmake: Make proper use of BuildDirectoryAspectChristian Kandeler2019-11-281-2/+3
* RemoteLinux: Move deployservice ownership to AbstractRemoteLinuxDeployStephjk2019-06-141-29/+10