mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-10 05:38:32 -06:00
dbhub: Allow pushing to other user accounts to which you have access
This adds a new row to the Push dialog in which you can set the user name in case you want to push to a different account.
This commit is contained in:
@@ -46,7 +46,8 @@ public:
|
||||
RequestTypeDownload,
|
||||
};
|
||||
|
||||
void fetch(const QUrl& url, RequestType type, const QString& clientCert = QString(), std::function<void(QByteArray)> when_finished = {}, bool synchronous = false);
|
||||
void fetch(const QUrl& url, RequestType type, const QString& clientCert = QString(),
|
||||
std::function<void(QByteArray)> when_finished = {}, bool synchronous = false, bool ignore_errors = false);
|
||||
void push(const QString& filename, const QUrl& url, const QString& clientCert, const QString& remotename,
|
||||
const QString& commitMessage = QString(), const QString& licence = QString(), bool isPublic = false,
|
||||
const QString& branch = QString("master"), bool forcePush = false, const QString& last_commit = QString());
|
||||
|
||||
Reference in New Issue
Block a user