Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

entropic


Collective - Host: opensource - https://opencollective.com/entropic - Code: https://github.com/entropic-dev

chore: update todo, take notes on our intentions with docs

github.com/entropic-dev/boltzmann - fe00ae8f0050f8e6dec6f809e8c96666e4e55a37 authored over 4 years ago by C J Silverio <[email protected]>
feat: We now add run scripts at project creation time

We don't touch run scripts if a package.json target already exists.
Also, golfed our initial set...

github.com/entropic-dev/boltzmann - 3ed53f8d9e8a48b0eba082b9f0b3d73b19f127dd authored over 4 years ago by C J Silverio <[email protected]>
feat: add linting and formatting tools

- Added eslint & prettier, along with configuration.
- Fixed various problems turned up by same....

github.com/entropic-dev/boltzmann - 836b5d63d5eb03873fa20720de94bd08349eec91 authored over 4 years ago by C J Silverio <[email protected]>
Add jwt, xfo, cors middleware. Add handler middleware feature.

github.com/entropic-dev/boltzmann - b11cd025a368ece4f6bf24680d043d9b9c638f04 authored over 4 years ago by Chris Dickinson <[email protected]>
feat: Add windows support.

Add support for windows by switching on `cfg` attributes. Windows does not support the same file...

github.com/entropic-dev/boltzmann - 7fdf8d34183b643f2c3a839173f82599a0fe2f7c authored over 4 years ago by Chris Dickinson <[email protected]>
restoring the full action

github.com/entropic-dev/boltzmann - 15caaf530e349e8ef3f43f53d5593982203807ce authored over 4 years ago by C J Silverio <[email protected]>
fix: you can't pass env vars to inputs

github.com/entropic-dev/boltzmann - b99d041510f51ba22fc2a1134ac49429ca93f63c authored over 4 years ago by C J Silverio <[email protected]>
debugging has bugs

github.com/entropic-dev/boltzmann - 8bbadbf41d92400450e3ddc60ed8acfbf573c903 authored over 4 years ago by C J Silverio <[email protected]>
fix: tighten this test loop a bit

github.com/entropic-dev/boltzmann - 6c793e1dc55c9a5851590e230e1a58fa456ddceb authored over 4 years ago by C J Silverio <[email protected]>
chore: mark these as draft releases for now; debugging output

github.com/entropic-dev/boltzmann - cc418393a8aaff8b59c663f583f50d46d49e8ef1 authored over 4 years ago by C J Silverio <[email protected]>
fix: renamed first job step

github.com/entropic-dev/boltzmann - 3c9a7a17b6206cd574dac711c7169ab0fe860a51 authored over 4 years ago by C J Silverio <[email protected]>
feat: a github workflow for automated releases

Maybe. I need to check it into the trunk branch before I can test it,
if I understand correctly.

github.com/entropic-dev/boltzmann - 8951bab66c3240907b485cc3aa1dbebdd44df3ea authored over 4 years ago by C J Silverio <[email protected]>
For tests in GitHub actions, do not build in release mode

github.com/entropic-dev/boltzmann - 5e6ce86f5f20a818c8552c72fe6bb9ba26d10691 authored over 4 years ago by Chris Dickinson <[email protected]>
Add tupleResponse decorator. Add custom-middleware example with tests.

This should give end users a good survey over middleware testing
techniques in Boltzmann, as wel...

github.com/entropic-dev/boltzmann - 0418f6adbc43072f447b9fb002da3bdd1b3e20c1 authored over 4 years ago by Chris Dickinson <[email protected]>
Install deps on run. Add bin/test.

github.com/entropic-dev/boltzmann - 3c3299523ad8174e60a9435924b7afe69c5b1168 authored over 4 years ago by Chris Dickinson <[email protected]>
remove outdated boltzmann.toml in example

github.com/entropic-dev/boltzmann - cb20de3bfe9fe3daa15667b9ec190f552e475a9a authored over 4 years ago by Chris Dickinson <[email protected]>
Add bin/test utility. Begin setting up GH actions.

github.com/entropic-dev/boltzmann - 59f84d9aa0521af24dbba2616ab6fa9ab9933a3d authored over 4 years ago by Chris Dickinson <[email protected]>
feat: Only scaffold in the current working directory if the user really wants it

Or if there's no user.

github.com/entropic-dev/boltzmann - 0d4aee89d3d851f07c3bb158c51b74d1d9d2d2cc authored over 4 years ago by C J Silverio <[email protected]>
feat: default to the current working directory

You can now omit the positional destination argument if you want to
act on the current working d...

github.com/entropic-dev/boltzmann - 6906cbb8884d221c4ded0bffe1ed1da28d18764d authored over 4 years ago by C J Silverio <[email protected]>
fix: address cargo-clippy comments

github.com/entropic-dev/boltzmann - 203f331d070bcec2166f8426cdd9e96ea4ac3884 authored over 4 years ago by Chris Dickinson <[email protected]>
feat: colorized help and usage (#10)

* feat: colorized help and usage

Also, did a pass through the error messages to make sure the...

github.com/entropic-dev/boltzmann - 9ac9d3975f411dbcdb785b113712f0057b5391f6 authored over 4 years ago by C J Silverio <[email protected]>
feat: embed templates into bin

github.com/entropic-dev/boltzmann - 1969241eb68beffcff38fa3e3f1cbe5690c19283 authored over 4 years ago by Chris Dickinson <[email protected]>
chore: break up main.rs into smaller files

I chose to split along these lines:

- the machinery of turning flags into settings is now in sr...

github.com/entropic-dev/boltzmann - c3dd47f934082d2ce2773b37e46edca491f96da1 authored over 4 years ago by C J Silverio <[email protected]>
fix: remove remaining <$$>

github.com/entropic-dev/boltzmann - a55d567055e070ed733db382e05c6bfe06a919dd authored over 4 years ago by Chris Dickinson <[email protected]>
feat: we now write dependencies to package.json

We update on changes, theoretically. This required adding "initial
settings" (everything off bec...

github.com/entropic-dev/boltzmann - 329eeed244fdde7749e1da1c8a53ee3fcb5888ee authored over 4 years ago by C J Silverio <[email protected]>
feat: control /monitor/ping and /monitor/status features

As advertised in the documentation. They default to on, but can now
be turned off in the scaffol...

github.com/entropic-dev/boltzmann - 82c0a6504beb76a243d21e81c70897fcde353071 authored over 4 years ago by C J Silverio <[email protected]>
Separate input&settings layers. Add conditional rendering.

This adds groundwork for dependencies but it's not wired up.

Adds a conditional github CI actio...

github.com/entropic-dev/boltzmann - cb93c3253c50cbd6cdeb520fc2bb88aacd32c7a3 authored over 4 years ago by Chris Dickinson <[email protected]>
feat: more documentation; make the template handler be hello world (#7)

* feat: more documentation; make the default handler be hello world

* feat: can't. stop. writ...

github.com/entropic-dev/boltzmann - c02977a8213f9f5aca48e1b79309ef730465afd2 authored over 4 years ago by C J Silverio <[email protected]>
feat: we can now render a fresh project

Made rendering work properly by popping path context after processing each
child node.

Filled o...

github.com/entropic-dev/boltzmann - ad8611e28c16e17073b7199f7e0903d473c5002b authored over 4 years ago by C J Silverio <[email protected]>
Merge pull request #5 from entropic-dev/ceej/check-git-dirty

feat: implement check_git_status()

github.com/entropic-dev/boltzmann - 0ab345551bee0563db018e9e0bd433c974a4a7b8 authored over 4 years ago by C J Silverio <[email protected]>
feat: implement check_git_status()

It returns okay if we can proceed, and an informative error if the
user should pass --force if t...

github.com/entropic-dev/boltzmann - 0d705a76e6f775456225db60caa8130410f14702 authored over 4 years ago by C J Silverio <[email protected]>
feat: Some docs on env vars I had in an unsaved buffer

Some of the docs are aspirational at the moment, as in they describe changes
I'd like to make to...

github.com/entropic-dev/boltzmann - 9ae1bd0b42ee7ebd8767773835acec40fc35f15d authored over 4 years ago by C J Silverio <[email protected]>
Add a template to the Ronfile and observe that it renders.

This slices out work for the evening.

github.com/entropic-dev/boltzmann - 30623553248c347f82061e02fe02b090c9626ac3 authored over 4 years ago by Chris Dickinson <[email protected]>
Initial code spike.

- Use Ron to define the directory + template structure. Ron knows.
- Use Tera to render template...

github.com/entropic-dev/boltzmann - 8430b2632a3a6cded8e57500910b8358c9019a7c authored over 4 years ago by Chris Dickinson <[email protected]>
Revert previous commit.

github.com/entropic-dev/boltzmann - 7cd61d2c1dd3bea523118729a57d6e8bef758e44 authored over 4 years ago by C J Silverio <[email protected]>
feat(eos): add logging (#1)

* feat(eos): add logging :sparkle:

github.com/entropic-dev/eos-spike - ab29b8ac64dac9754416702c0f643f3ce5a62032 authored almost 5 years ago by Jeff Lembeck <[email protected]>
fix(doc): ADD NOTES

github.com/entropic-dev/eos-spike - 6b258f61733dc07caec28aecb067fe2b891685a2 authored almost 5 years ago by Chris Dickinson <[email protected]>
output snapshot hashes; write to store

github.com/entropic-dev/eos-spike - 04b6c8eb5c96e5ffd80ee8b20c1e7148f9441eac authored almost 5 years ago by Chris Dickinson <[email protected]>
feat: move key loading to module

github.com/entropic-dev/eos-spike - 0ec6b2da719d986920315ea1a7ffc8f9461a7da0 authored almost 5 years ago by Chris Dickinson <[email protected]>
roundtrip a (passwordless) ed25519 openssh key

github.com/entropic-dev/eos-spike - acd58d6e70c53c21c47c894984d3299e41afbb2e authored almost 5 years ago by Chris Dickinson <[email protected]>
Merge branch 'chris/events' into latest

github.com/entropic-dev/eos-spike - 041666f1de1df77d94cc10af780e149d3e52bbb2 authored almost 5 years ago by Chris Dickinson <[email protected]>
start chipping away at loading/storing ed25519 keys

github.com/entropic-dev/eos-spike - 6de3a68f0dcb6f6c5645a776d40dad6502c45a19 authored almost 5 years ago by Chris Dickinson <[email protected]>
hotfix: fix compilation errors

github.com/entropic-dev/eos-spike - f9f443b02d1314cf058ab8da0d78eb9f29cba669 authored almost 5 years ago by Chris Dickinson <[email protected]>
hotfix: push up latest

github.com/entropic-dev/eos-spike - b2a80cee511162cddc22a1d8742278b1b31414a4 authored almost 5 years ago by Chris Dickinson <[email protected]>
wip: start removing Date claim

github.com/entropic-dev/eos-spike - 4441f3098bae55cac56a639a23ef7fde1ae2969f authored almost 5 years ago by Chris Dickinson <[email protected]>
fix(lint) run cargo fmt

github.com/entropic-dev/eos-spike - 739691ef3d4d9935f21ff030338bd9e52528f22d authored almost 5 years ago by Chris Dickinson <[email protected]>
feat: rename "Object" to "Envelope"

github.com/entropic-dev/eos-spike - e0a8349a0ffb38f6e4295706511342d38855ff4f authored almost 5 years ago by Chris Dickinson <[email protected]>
wip: next step: build an iterator

github.com/entropic-dev/eos-spike - 145e0c72cb9220e8f078ecb36abea72c5c6cda15 authored almost 5 years ago by Chris Dickinson <[email protected]>
feat: add get_sync to readable store for iterator prototype

github.com/entropic-dev/eos-spike - f1c8acdca25d3f94c338fe39eaf8a332f726f765 authored almost 5 years ago by Chris Dickinson <[email protected]>
fix: remember to write the varint of the claim len

github.com/entropic-dev/eos-spike - a85b49407a53cb24406154199be556f1bbb31614 authored almost 5 years ago by Chris Dickinson <[email protected]>
feat: basic test

github.com/entropic-dev/eos-spike - c4ef11f98e2ecc01ca667a6de6b45ec54e8c8f6e authored almost 5 years ago by Chris Dickinson <[email protected]>
fix: reimplement varint again for the 15th time

github.com/entropic-dev/eos-spike - c93c64d2d618101e6b19a49a6bdebb8a940e353b authored almost 5 years ago by Chris Dickinson <[email protected]>
spike: attestations + events

github.com/entropic-dev/eos-spike - a7f96456fe454fef44cf163bea66ffc16c378daf authored almost 5 years ago by Chris Dickinson <[email protected]>
fix: lint fix; add sodiumoxide

github.com/entropic-dev/eos-spike - 3765d12cdcf251c5200cfcc6ca1f74dfc0b3ee29 authored almost 5 years ago by Chris Dickinson <[email protected]>
fix: rename "Signature" object to "Event"

github.com/entropic-dev/eos-spike - efbb4e59b450b25812850eef1c42d192120aaa15 authored almost 5 years ago by Chris Dickinson <[email protected]>
docs: add a CoC (#52)

Fixes: https://github.com/entropic-dev/ds/issues/40

github.com/entropic-dev/ds - 994bb22b2f2985f9318fb98ae786dacd3b07790f authored almost 5 years ago by Kat Marchán <[email protected]>
feat(ppa): rewrite parse-package-arg to do proper parsing (#57)

Fixes: https://github.com/entropic-dev/ds/issues/53

github.com/entropic-dev/ds - 7fb347c3666d5ae36d12422b8c8756c4281d33ce authored almost 5 years ago by Kat Marchán <[email protected]>
fix: accept hashes from stdin

github.com/entropic-dev/eos-spike - b7a9b166f32b938dac54f3c227194902d92866f0 authored almost 5 years ago by Chris Dickinson <[email protected]>
doc: add CoC (#339)

Fixes: #337

github.com/entropic-dev/entropic - dc65299bc78a4ed664c2c7f3ab95e2ac055e329f authored almost 5 years ago by Kat Marchán <[email protected]>
feat(errors): add error codes to error context (#50)

Fixes: https://github.com/entropic-dev/ds/issues/36

github.com/entropic-dev/ds - ccf3ff9ef5a33ea4241bd12d3a627d714b67a877 authored about 5 years ago by Kat Marchán <[email protected]>
Merge pull request #1 from ConsoleTVs/master

Website rework

github.com/entropic-dev/entropic.dev - a190a65d093a700f0fabdb757019802eb79fb8ef authored about 5 years ago by Chris Dickinson <[email protected]>
feat: add get-all; load hashes at most 2048 at a time

github.com/entropic-dev/eos-spike - 4a4920eeb56dbcd788dab384024f209274359ea3 authored about 5 years ago by Chris Dickinson <[email protected]>
fix: do less work when loading packfiles

github.com/entropic-dev/eos-spike - 60f9a77d80740ff14b13d248db30b1054d078589 authored about 5 years ago by Chris Dickinson <[email protected]>
feat: allow automatic packfile loading

github.com/entropic-dev/eos-spike - 4b40ab646abe0dd254150b52ea9c57540afbeef8 authored about 5 years ago by Chris Dickinson <[email protected]>
feat(sh): initial ds shell command (#47)

Fixes: https://github.com/entropic-dev/ds/issues/46

github.com/entropic-dev/ds - 46b55b1065272b621219855174fbc7f596a2a897 authored about 5 years ago by Kat Marchán <[email protected]>
fix(cmd): remove ds hello

github.com/entropic-dev/ds - 8549d260c93614099467ffdbe8062ab47c77189b authored about 5 years ago by Kat Marchán <[email protected]>
docs: Reorganize ARCHITECTURE.md again

github.com/entropic-dev/ds - 9e8010e93da08b152a86391b9d760af4b8c5486d authored about 5 years ago by Kat Marchán <[email protected]>
feat(cli): add some settings to clap app

github.com/entropic-dev/ds - 0f413375993e1d00606ec154c2014cd4b3ad95f0 authored about 5 years ago by Kat Marchán <[email protected]>
docs: update ARCHITECTURE.md (#45)

Fixes: https://github.com/entropic-dev/ds/issues/44

github.com/entropic-dev/ds - d39bfe8175602dc6233dd8178720342b2aa3ec1b authored about 5 years ago by Kat Marchán <[email protected]>
fix(cmd): use a separate layer_config trait fn

Also, fix existing calls to use defaults from clap.

github.com/entropic-dev/ds - 754e531dff761ad76d1d0a9a0841e0d4ea955ece authored about 5 years ago by Kat Marchán <[email protected]>
test(config): Result-ify config tests

github.com/entropic-dev/ds - abbeaf91900e512853fe61f50155ae82770fdf87 authored about 5 years ago by Kat Marchán <[email protected]>
feat(cmd-config): implement "proper" config get command

github.com/entropic-dev/ds - d8c3fdc4224ac17f19c3ec0c8f00441a7b8bb41d authored about 5 years ago by Kat Marchán <[email protected]>
fix(cmd-ping): improve ping command and its tests a bit

github.com/entropic-dev/ds - ad190be8f896161a3243db3888cb031db7952ead authored about 5 years ago by Kat Marchán <[email protected]>
refactor: reorder toplevel lib.rs for readability

github.com/entropic-dev/ds - 0afe6a58bf07dbe7c1685b14eb35d32940043cf4 authored about 5 years ago by Kat Marchán <[email protected]>
meta(ci): split up CI between test/build and fmt/doc (#42)

Also make it error on compiler warnings

github.com/entropic-dev/ds - 2056da545623406043d4a24304d65977f9927062 authored about 5 years ago by Kat Marchán <[email protected]>
meta(ci): run CI more generously

github.com/entropic-dev/ds - 572a2b24d191c9fa068ac75ce34a986ebf751d67 authored about 5 years ago by Kat Marchán <[email protected]>
misc: remove entropic-client for now

github.com/entropic-dev/ds - 94877656c492ca96f0aa706b8cb98ec2a9a449d1 authored about 5 years ago by Kat Marchán <[email protected]>
feat(api): add ds-api-types crate (#39)

github.com/entropic-dev/ds - c42edd0b3ffd71299a12c9a340759ac3a0f39d53 authored about 5 years ago by Kat Marchán <[email protected]>
feat(pick-version): Add initial version picker module (#35)

Fixes: #34

github.com/entropic-dev/ds - 33f2a7723cc23c671c3ff003451b365e684ab9f0 authored about 5 years ago by Kat Marchán <[email protected]>
meta(ci): establish a MSRV and remove beta and nightly from matrix

github.com/entropic-dev/ds - d1a8fea9ca906345b8ebfb5aeee9f2b0a1f3ea2a authored about 5 years ago by Kat Marchán <[email protected]>
DNS prefetch fonts

github.com/entropic-dev/entropic.dev - 7b97aaed9a40a61012baa9c7c4615fc10296d8a1 authored about 5 years ago by Erik Campobadal <[email protected]>
Added styles to the site

github.com/entropic-dev/entropic.dev - c79896ed8f61960302abce70c3ac16ce0baa7fad authored about 5 years ago by Erik Campobadal <[email protected]>
meta(license): switch licensing scheme for the project (#31)

Fixes: #18

github.com/entropic-dev/ds - 7c006652716fda0fc4a30f5ea9b1cd2ac94a7b71 authored about 5 years ago by Kat Marchán <[email protected]>
Delete CNAME

github.com/entropic-dev/entropic.dev - 981dc45cab211643232937f43a4688397ad42f83 authored about 5 years ago by Chris Dickinson <[email protected]>
fix: point www at github pages

github.com/entropic-dev/infrastructure - 99bad0d8d5abedf1f246e35444c968ce21dab476 authored about 5 years ago by Chris Dickinson <[email protected]>
Create CNAME

github.com/entropic-dev/entropic.dev - a4f900de5ffc26a6ff9dee4a703aa3609c30bed8 authored about 5 years ago by Chris Dickinson <[email protected]>
initial code commit

github.com/entropic-dev/entropic.dev - d8137ce38b8a368ff54395dd49792b14d38c2101 authored about 5 years ago by Chris Dickinson <[email protected]>
initial commit

github.com/entropic-dev/entropic.dev - b6e7313be47cf6d651f07a49db7a1117982bf411 authored about 5 years ago by Chris Dickinson <[email protected]>
fix(doc): move README into root

github.com/entropic-dev/infrastructure - e3f8f6682e2863721d48ad6e24a47b9da0466bf9 authored about 5 years ago by Chris Dickinson <[email protected]>
fix: remove unused env activation

github.com/entropic-dev/infrastructure - 8a84cdef448c130310a2489c1ad2489dfd5bdca6 authored about 5 years ago by Chris Dickinson <[email protected]>
initial code commit, mark the date

github.com/entropic-dev/infrastructure - f80efb980374292af88fa56942f09d61018ae79c authored about 5 years ago by Chris Dickinson <[email protected]>
initial commit

github.com/entropic-dev/infrastructure - c0d4ff6581ccc1f37d3f2967189b706d7e57c198 authored about 5 years ago by Chris Dickinson <[email protected]>
fix: clippy linting

github.com/entropic-dev/eos-spike - b971714da6a252f4c40a50ad2f7944c0f2c47be0 authored about 5 years ago by Chris Dickinson <[email protected]>
feat: add MultipleStore

github.com/entropic-dev/eos-spike - 8084867b4832018d258351096570ba5f5f01bab5 authored about 5 years ago by Chris Dickinson <[email protected]>
wip: wire up packed store to eos

- Fix a silly bug with fanout: I was casting u64 to bytes and copying the
top 4 bytes instead ...

github.com/entropic-dev/eos-spike - 3e8c42614dffdcb9765ee5b9e656f60a0ff74300 authored about 5 years ago by Chris Dickinson <[email protected]>
meta: add .rustfmt.toml to make sure edition is picked up

Ref: https://github.com/rust-analyzer/rust-analyzer/issues/1959\#issuecomment-560992320

github.com/entropic-dev/ds - 50f6bedbc427b43dbf2f8b82e33c60151133f92d authored about 5 years ago by Kat Marchán <[email protected]>
fix: parameterize the commands!

github.com/entropic-dev/eos-spike - d27e1b952e400625fc5eed56e29a65caa5d998e0 authored about 5 years ago by Chris Dickinson <[email protected]>