Ecosyste.ms: OpenCollective

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

github.com/entropic-dev/boltzmann

an ergodic framework for entropic
https://github.com/entropic-dev/boltzmann

Add jwt, xfo, cors middleware. Add handler middleware feature.

b11cd025a368ece4f6bf24680d043d9b9c638f04 authored over 4 years ago
feat: Add windows support.

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

7fdf8d34183b643f2c3a839173f82599a0fe2f7c authored over 4 years ago
restoring the full action

15caaf530e349e8ef3f43f53d5593982203807ce authored over 4 years ago
fix: you can't pass env vars to inputs

b99d041510f51ba22fc2a1134ac49429ca93f63c authored over 4 years ago
debugging has bugs

8bbadbf41d92400450e3ddc60ed8acfbf573c903 authored over 4 years ago
fix: tighten this test loop a bit

6c793e1dc55c9a5851590e230e1a58fa456ddceb authored over 4 years ago
chore: mark these as draft releases for now; debugging output

cc418393a8aaff8b59c663f583f50d46d49e8ef1 authored over 4 years ago
fix: DOH

b1acfc085c49f18fc4bde722495b0c7e250c7ec5 authored over 4 years ago
fix: renamed first job step

3c9a7a17b6206cd574dac711c7169ab0fe860a51 authored over 4 years ago
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.

8951bab66c3240907b485cc3aa1dbebdd44df3ea authored over 4 years ago
For tests in GitHub actions, do not build in release mode

5e6ce86f5f20a818c8552c72fe6bb9ba26d10691 authored over 4 years ago
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...

0418f6adbc43072f447b9fb002da3bdd1b3e20c1 authored over 4 years ago
Install deps on run. Add bin/test.

3c3299523ad8174e60a9435924b7afe69c5b1168 authored over 4 years ago
remove outdated boltzmann.toml in example

cb20de3bfe9fe3daa15667b9ec190f552e475a9a authored over 4 years ago
Add bin/test utility. Begin setting up GH actions.

59f84d9aa0521af24dbba2616ab6fa9ab9933a3d authored over 4 years ago
feat: Only scaffold in the current working directory if the user really wants it

Or if there's no user.

0d4aee89d3d851f07c3bb158c51b74d1d9d2d2cc authored over 4 years ago
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...

6906cbb8884d221c4ded0bffe1ed1da28d18764d authored over 4 years ago
fix: address cargo-clippy comments

203f331d070bcec2166f8426cdd9e96ea4ac3884 authored over 4 years ago
feat: colorized help and usage (#10)

* feat: colorized help and usage

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

9ac9d3975f411dbcdb785b113712f0057b5391f6 authored over 4 years ago
feat: embed templates into bin

1969241eb68beffcff38fa3e3f1cbe5690c19283 authored over 4 years ago
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...

c3dd47f934082d2ce2773b37e46edca491f96da1 authored over 4 years ago
fix: remove remaining <$$>

a55d567055e070ed733db382e05c6bfe06a919dd authored over 4 years ago
feat: we now write dependencies to package.json

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

329eeed244fdde7749e1da1c8a53ee3fcb5888ee authored over 4 years ago
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...

82c0a6504beb76a243d21e81c70897fcde353071 authored over 4 years ago
Separate input&settings layers. Add conditional rendering.

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

Adds a conditional github CI actio...

cb93c3253c50cbd6cdeb520fc2bb88aacd32c7a3 authored over 4 years ago
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...

c02977a8213f9f5aca48e1b79309ef730465afd2 authored over 4 years ago
feat: we can now render a fresh project

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

Filled o...

ad8611e28c16e17073b7199f7e0903d473c5002b authored over 4 years ago
Merge pull request #5 from entropic-dev/ceej/check-git-dirty

feat: implement check_git_status()

0ab345551bee0563db018e9e0bd433c974a4a7b8 authored over 4 years ago
feat: implement check_git_status()

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

0d705a76e6f775456225db60caa8130410f14702 authored over 4 years ago
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...

9ae1bd0b42ee7ebd8767773835acec40fc35f15d authored over 4 years ago
Add a template to the Ronfile and observe that it renders.

This slices out work for the evening.

30623553248c347f82061e02fe02b090c9626ac3 authored over 4 years ago
Initial code spike.

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

8430b2632a3a6cded8e57500910b8358c9019a7c authored over 4 years ago
Revert previous commit.

7cd61d2c1dd3bea523118729a57d6e8bef758e44 authored over 4 years ago