aboutsummaryrefslogtreecommitdiff
path: root/ssh
AgeCommit message (Expand)Author
2023-12-15Revert "Refactor SSHKey into a separate module (#2450)"...Harsh Shandilya
2023-11-30fix: replace `Enum.values()` with `Enum.entries`Harsh Shandilya
2023-11-27fix(deps): upgrade to JGit 4.5.7.201904151645-r...Harsh Shandilya
2023-09-27fix(deps): update dependency com.slack.lint:slack-lint-checks to v0.6.0 (#2697)...renovate[bot]
2023-09-18fix(deps): update dependency com.facebook:ktfmt to v0.45 (#2687)...renovate[bot]
2023-09-04fix(deps): update dependency com.hierynomus:sshj to v0.36.0 (#2670)...renovate[bot]
2023-08-30fix(deps): update dependency org.pgpainless:pgpainless-core to v1.6.2 (#2667)...renovate[bot]
2023-07-31fix(deps): update bouncycastle to v1.76 (#2632)...renovate[bot]
2023-07-22fix(ssh): remove usage of `kotlin.runCatching`Harsh Shandilya
2023-06-15fix: address `ComposeUnstableCollections` lintHarsh Shandilya
2023-06-15chore: rename TOML keys for coroutines depsHarsh Shandilya
2023-06-04chore: refresh lint baselineHarsh Shandilya
2023-05-20refactor(build): sync Gradle properties set with current AGPHarsh Shandilya
2023-05-19fix(ssh): make `SSHKeyManager.keyExists` infallibleHarsh Shandilya
2023-05-05chore: remove redundant suppressionsHarsh Shandilya
2023-04-27feat(lint): update baselinesHarsh Shandilya
2023-04-27refactor(build): remove `kotlin-library` plugin from Android modulesHarsh Shandilya
2023-04-02Refactor SSHKey into a separate module (#2450)...Aditya Wasan