summaryrefslogtreecommitdiff
path: root/src/plugins/git/gerrit/gerritserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-081-2/+3
* Translations: Fix stray QApplication::translate() callsAlessandro Portale2023-02-081-4/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-2/+2
* VcsBase: Rename vcsFullySynchronousExec into vcsSynchronousExecJarek Kobus2022-09-021-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-031-1/+1
|\
| * Gerrit: Do not pass username to curl for REST requestsOrgad Shaneh2022-08-031-1/+1
* | Gerrit: Show command and failures in testConnectionOrgad Shaneh2022-08-031-2/+1
* | Gerrit: Refresh server details also when authenticated is changedOrgad Shaneh2022-08-031-1/+2
* | Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-5/+7
* | ShellCommand: Introduce CommandResult structureJarek Kobus2022-07-291-15/+14
* | Remove Core::ShellCommandJarek Kobus2022-07-111-6/+4
|/
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-4/+4
* Gerrit: Skip non-Gerrit remotes in Push to Gerrit dialogAndre Hartmann2022-03-281-8/+10
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-2/+2
* Git: Proliferate FilePath use in GerritModel a bithjk2021-08-171-5/+4
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-3/+3
* Vcs: Use more FilePath for file pathshjk2021-08-021-3/+3
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-3/+3
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-2/+2
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-17/+16
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+2
* Git: Store singleton instance in GitClientOrgad Shaneh2020-02-261-2/+2
* Remove apparently unneeded QtPlugin includeshjk2020-02-121-0/+1
* Git: Partially move plugin pimpl to .cpphjk2020-02-071-2/+2
* Vcs: Pimpl pluginshjk2020-01-241-2/+2
* Utils: Add CommandLine convenience constructorshjk2019-07-231-3/+3
* Utils: Use CommandLine in ShellCommandhjk2019-06-111-3/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* Git: Use ICore::dialogParent as dialog parentOrgad Shaneh2018-11-291-1/+1
* Gerrit: Unset authenticated on unknown errorOrgad Shaneh2018-06-191-0/+1
* Gerrit: Resolve version also for valid serversOrgad Shaneh2017-10-171-0/+1
* Gerrit: Resolve and store gerrit versionOrgad Shaneh2017-10-131-2/+52
* Gerrit: Workaround gerrit issue when origin has /p prefixOrgad Shaneh2017-06-271-0/+4
* Gerrit: Move line back to correct caseRobert Loehning2017-05-021-1/+1
* Gerrit: Support certificate validationOrgad Shaneh2017-04-251-3/+29
* Gerrit: Replace magic numbers with an enumOrgad Shaneh2017-04-241-5/+13
* Gerrit: Resolve also user name from gerrit responseOrgad Shaneh2017-03-141-2/+7
* Gerrit: Add a button for server revalidationOrgad Shaneh2017-03-141-2/+5
* Gerrit: Persist server detailsOrgad Shaneh2017-03-141-7/+66
* Gerrit: Minor cleanupOrgad Shaneh2017-03-131-13/+11
* Gerrit: Fix host/port resolvingOrgad Shaneh2017-03-131-1/+3
* Git: Add new class GitRemoteAndre Hartmann2017-03-091-22/+10
* GerritServer: Using namespace Git::InternalAndre Hartmann2017-03-091-1/+2
* Gerrit: Split GerritServer to its own fileOrgad Shaneh2017-03-081-0/+228