Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Tags: keybase/bot-sshca

Tags

1.1.0-1b8ee3a

Toggle 1.1.0-1b8ee3a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #101 from keybase/zapu/implicit-admin-bug

Fix a bug where kssh and keybaseca would try to fetch KV store data from teams
user is not an explicit member of.

1.1.0-71d55f0

Toggle 1.1.0-71d55f0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.1.0-3fc2ba1

Toggle 1.1.0-3fc2ba1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add `make clean-kssh` to actually delete all config files when the se…

…rvice is stopped (#96)

1.1.0-ce46190

Toggle 1.1.0-ce46190's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

1.1.0-ae5bbd9

Toggle 1.1.0-ae5bbd9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use CustomTimeout setter (#94)

1.1.0-4cfae45

Toggle 1.1.0-4cfae45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update golangci-lint version (#95)

* update golangci-lint version

* make lint pass

1.1.0-add9e36

Toggle 1.1.0-add9e36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ping command per issue 47 (#50)

Co-authored-by: M Mou <[email protected]>

1.1.0-8ea43a4

Toggle 1.1.0-8ea43a4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

1.1.0-4cef409

Toggle 1.1.0-4cef409's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #84 from krezreb/master

Makefile add support for dockerhub image

1.1.0-5558800

Toggle 1.1.0-5558800's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove oneshot args in test entrypoint scripts (#80)