Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up and DRY up CircleCI configuration #143

Merged
merged 2 commits into from
Jul 21, 2022

Conversation

heyitsrhu
Copy link
Contributor

@heyitsrhu heyitsrhu self-assigned this Jul 4, 2022
@pigeondotdev pigeondotdev merged commit 6f767c1 into rhu/add-circleci Jul 21, 2022
@pigeondotdev pigeondotdev deleted the rhu/clean-up-circleci branch July 21, 2022 19:49
JesseAbram pushed a commit that referenced this pull request Jul 21, 2022
* Add starter CircleCI configuration (#141)

* Clean up and DRY up CircleCI configuration (#143)

* Clean up and DRY up config

* Fix env vars (doesn't work)

* trigger build

Co-authored-by: Kara Graysen <kara@noisypigeon.me>
Co-authored-by: Kara Graysen <kara@noisypigeon.inc>
thor314 pushed a commit that referenced this pull request Aug 3, 2022
* Add starter CircleCI configuration (#141)

* Clean up and DRY up CircleCI configuration (#143)

* Clean up and DRY up config

* Fix env vars (doesn't work)

* trigger build

Co-authored-by: Kara Graysen <kara@noisypigeon.me>
Co-authored-by: Kara Graysen <kara@noisypigeon.inc>
thor314 added a commit that referenced this pull request Aug 5, 2022
* license_and_registration

* signing_registration

* lint

* signing_registration move dynamics

* new party refactor

* rx_channels

* better

* rx channels blocker: how get streamed messages from reqwest?

* minor refactor

* minor lints

* cleaning

* silence warnings

* call it new_party

* lint imports

* bytestream

* tracing

* remove ips

* format

* clean up main

* flesh out handle_sign

* update-structure

* move initpartyinfo, signingParty into own module

* move subscribe into ip_disc, fmt

* holding-commit: how shall I type streams?

* lol that worked

* lol that worked

* fix filter

* fix filter

* fmt

* fmt

* fix shit

* install events

* dependencies reduced

* temp

* refactor up to blocker: merging streams

* still blocked on streams, pause

* subscribe written

* clippy, minor refactor of subscriber

* move subscriber to own module

* fmt

* fix non deterministic tests (#145)

* Add CircleCI configuration (#142)

* Add starter CircleCI configuration (#141)

* Clean up and DRY up CircleCI configuration (#143)

* Clean up and DRY up config

* Fix env vars (doesn't work)

* trigger build

Co-authored-by: Kara Graysen <kara@noisypigeon.me>
Co-authored-by: Kara Graysen <kara@noisypigeon.inc>

* Fix CircleCI config (#146)

Fix path

* Add no_output_timeout: 45m (#148)

* Fix syntax on timeout clause (#149)

Fix syntax

* Remove tofnd add kvdb (#147)

* compiles

* encrypted sled tests

* kv tests

* fmt

* tweak tests

* fmt

* fix compile

* forgot to actually remove tofnd lol

* move kvdb to own lib

* fmt

* fmt

* Cargo fmt

* fix-tokio-deps: add sync

* hit that taplo fmt one more time

Co-authored-by: thor <thorck@protonmail.com>

* clippy, fix merge errors

* them streams be merged

* clean-up subscribe_to_party

* taplo.toml added. crypto formatted

* subscriber sanized

* qfix, notes on sanitized party info

* subscriber notes

* move kv-manager into state, stub cached-info

* fix merge issues

* ignore

* separated c-manager from signing-client

* fix tests

* fix c_manager script (formerly sig_client.sh)

* change weird route

Co-authored-by: JesseAbram <33698952+JesseAbram@users.noreply.github.com>
Co-authored-by: Rhu <103735902+heyitsrhu@users.noreply.github.com>
Co-authored-by: Kara Graysen <kara@noisypigeon.me>
Co-authored-by: Kara Graysen <kara@noisypigeon.inc>
Co-authored-by: JesseAbram <jesseabramowitz@hotmail.com>
fjarri pushed a commit that referenced this pull request May 5, 2023
* Add starter CircleCI configuration (#141)

* Clean up and DRY up CircleCI configuration (#143)

* Clean up and DRY up config

* Fix env vars (doesn't work)

* trigger build

Co-authored-by: Kara Graysen <kara@noisypigeon.me>
Co-authored-by: Kara Graysen <kara@noisypigeon.inc>
fjarri pushed a commit that referenced this pull request May 5, 2023
* license_and_registration

* signing_registration

* lint

* signing_registration move dynamics

* new party refactor

* rx_channels

* better

* rx channels blocker: how get streamed messages from reqwest?

* minor refactor

* minor lints

* cleaning

* silence warnings

* call it new_party

* lint imports

* bytestream

* tracing

* remove ips

* format

* clean up main

* flesh out handle_sign

* update-structure

* move initpartyinfo, signingParty into own module

* move subscribe into ip_disc, fmt

* holding-commit: how shall I type streams?

* lol that worked

* lol that worked

* fix filter

* fix filter

* fmt

* fmt

* fix shit

* install events

* dependencies reduced

* temp

* refactor up to blocker: merging streams

* still blocked on streams, pause

* subscribe written

* clippy, minor refactor of subscriber

* move subscriber to own module

* fmt

* fix non deterministic tests (#145)

* Add CircleCI configuration (#142)

* Add starter CircleCI configuration (#141)

* Clean up and DRY up CircleCI configuration (#143)

* Clean up and DRY up config

* Fix env vars (doesn't work)

* trigger build

Co-authored-by: Kara Graysen <kara@noisypigeon.me>
Co-authored-by: Kara Graysen <kara@noisypigeon.inc>

* Fix CircleCI config (#146)

Fix path

* Add no_output_timeout: 45m (#148)

* Fix syntax on timeout clause (#149)

Fix syntax

* Remove tofnd add kvdb (#147)

* compiles

* encrypted sled tests

* kv tests

* fmt

* tweak tests

* fmt

* fix compile

* forgot to actually remove tofnd lol

* move kvdb to own lib

* fmt

* fmt

* Cargo fmt

* fix-tokio-deps: add sync

* hit that taplo fmt one more time

Co-authored-by: thor <thorck@protonmail.com>

* clippy, fix merge errors

* them streams be merged

* clean-up subscribe_to_party

* taplo.toml added. crypto formatted

* subscriber sanized

* qfix, notes on sanitized party info

* subscriber notes

* move kv-manager into state, stub cached-info

* fix merge issues

* ignore

* separated c-manager from signing-client

* fix tests

* fix c_manager script (formerly sig_client.sh)

* change weird route

Co-authored-by: JesseAbram <33698952+JesseAbram@users.noreply.github.com>
Co-authored-by: Rhu <103735902+heyitsrhu@users.noreply.github.com>
Co-authored-by: Kara Graysen <kara@noisypigeon.me>
Co-authored-by: Kara Graysen <kara@noisypigeon.inc>
Co-authored-by: JesseAbram <jesseabramowitz@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants