This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Tags: keybase/bot-sshca
Tags
move kssh config from kbfs to kv store (#97) - replace kbfs kssh config code with kvstore code - move shared kbfs.go file into keybaseca - update tests: change keybase fs run_commands to instead use keybase kvstore. lots of linting. - update documentation to not refer to "config files" in KBFS. - update circleci: clean up go linting, and add python linting - some renaming and refactoring
Add tests and docs for ping/pong interaction (#93) * Add tests and docs for ping/pong interaction * Fix golangci-lint * Update docs/getting_started.md Co-Authored-By: M Ember Mou <[email protected]> * Update tests/tests/test_env_1.py Co-Authored-By: M Ember Mou <[email protected]> Co-authored-by: M Ember Mou <[email protected]>
Add ping command per issue 47 (#50) Co-authored-by: M Mou <[email protected]>
Add KEYBASE_TIMEOUT configuration parameter to configure a custom tim… …eout for interacting with the bot (#92) * Update dependency versions in order to make it possible to configure keybase timeouts In order to configure the timeouts for #91, we need to pull in the latest KB chat library which was updated here: keybase/go-keybase-chat-bot#67 The library also changed the arg order to a function, so swapped that in our code to make everything continue to work. * Add KEYBASE_TIMEOUT configuration parameter to configure a custom timeout for interacting with the bot * Add docs for KEYBASE_TIMEOUT * Make the sleeps that are waiting for keybase to startup also wait for * make sleep time 5s, to be consistent with how KEYBASE_TIMEOUT is used elsewhere Co-authored-by: M Mou <[email protected]>
PreviousNext