Ecosyste.ms: OpenCollective

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

github.com/sourcecred/cred-action

GitHub Action to generate SourceCred scores and prototype interface
https://github.com/sourcecred/cred-action

Remove unused `repos` variable

This should be removed upstream, too; it’s no longer used after
<https://github.com/sourcecred/s...

f49cda6dfafa37fae031badfc12f400c482fd122 authored almost 5 years ago by William Chargin <[email protected]>
Directly invoke scripts rather than specifying interpreter

These scripts already declare their interpreter in the shebang;
specifying a shell or options is...

2fcfc2c60409f61ca30dd057655d2b612ee1d51e authored almost 5 years ago by William Chargin <[email protected]>
Clean up pull request metadata

The headline of a commit is imperative ([our `CONTRIBUTING.md`][cmd]
explains why), and “SourceC...

f2346f0c568a59cbfa682501eff335f5bcc7a0ce authored almost 5 years ago by William Chargin <[email protected]>
Simplify commands with alternate value expansion

We introduced Bash arrays here as the most direct fix for the broken
parameter expansion, but it...

acae0ba5fee6d5bfd0fbe6bf1357d18968ac2be5 authored almost 5 years ago by William Chargin <[email protected]>
Fix unquoted parameter expansions

The statements patched in this commit behaved incorrectly when the
parameters in question contai...

c0301744626295ec71768f21de763b2477388629 authored almost 5 years ago by William Chargin <[email protected]>
Forward arguments to `main`

Shell scripts should invoke `main` as `main "$@"` so that the main
function can actually read th...

4503a5049765e54abb30956211dd0d8b8b045769 authored almost 5 years ago by William Chargin <[email protected]>
Fix `echo`s with undefined behavior

Per POSIX, new code [should not use `echo`][echo]. The behavior is
undefined when the input cont...

115793792bec3333d8d1faad167b21c2e24296ef authored almost 5 years ago by William Chargin <[email protected]>
Fail `curl` requests on HTTP errors

When not passing `-f` to `curl`, the command will still complete
successfully even if the HTTP r...

c6a53b5c784dff4d0068fdbf03a6283bd0d3a3d7 authored almost 5 years ago by William Chargin <[email protected]>
Replace secret `curl` headers with a config file

Putting secret tokens in command-line arguments is dangerous in the case
of command logging (`se...

62ab00dc91a149d27a62714c6075c9b5c602bbfe authored almost 5 years ago by William Chargin <[email protected]>
Merge pull request #14 from vsoch/add/tests

Adding test workflow to emulate GitHub actions

2560076fdf9668e273a13eb2f6698959d5d40c70 authored almost 5 years ago by Vanessasaurus <[email protected]>
testing using local action for testing in main.yml

Signed-off-by: vsoch <[email protected]>

9754b20fe738147d1b16af42ab54811449020d70 authored almost 5 years ago by vsoch <[email protected]>
simplifying example project

the current setup that requires cloning another repo for
just a project and weights file does no...

792fcb6b8271c5360198009bd3dce7f1f2cd916d authored almost 5 years ago by vsoch <[email protected]>
adding test workflow to emulate GitHub actions

in addition to adding a github workflow to test building and running the
container, I have also ...

5062158d0ecf54acf156a5dfbda510bfe807f560 authored almost 5 years ago by vsoch <[email protected]>
Merge pull request #6 from vsoch/remove-double-load

Removing project github load in favor of project file.

8bdbc56644a34c20fce3e2c3a565805ccffc7ccd authored almost 5 years ago by Vanessasaurus <[email protected]>
removing project github load in favor of project file.

Signed-off-by: vsoch <[email protected]>

895a8b964fe40272113f5428bbac3c05ea5bbfc1 authored almost 5 years ago by vsoch <[email protected]>
Merge pull request #2 from vsoch/remove/jq

test removing jq

24f61d6f9ba427bddbb31be1bc0969c7cc540bfb authored almost 5 years ago by Vanessasaurus <[email protected]>
test removing jq

Signed-off-by: vsoch <[email protected]>

f44464db44ff961448c67309f4c53d7bf16c08fe authored almost 5 years ago by vsoch <[email protected]>
adding generate-cred example

Signed-off-by: vsoch <[email protected]>

bce5a06238e1ea706c5f16de6381e5a45bb58c6f authored almost 5 years ago by vsoch <[email protected]>
so close! envars dont match for pull_request.sh

Signed-off-by: vsoch <[email protected]>

7a59728d000d3d1ec4aa444281bea93389ccf0cc authored almost 5 years ago by vsoch <[email protected]>
also define GITHUB_TOKEN

Signed-off-by: vsoch <[email protected]>

3f73927e1937d0af6fcea9abff6d52eca3672a46 authored almost 5 years ago by vsoch <[email protected]>
forgot to load!

Signed-off-by: vsoch <[email protected]>

8edc2d0603c2b0811ffc11c88334b611d74b54ef authored almost 5 years ago by vsoch <[email protected]>
add debugging prints

Signed-off-by: vsoch <[email protected]>

a48b2b3bdaeb0f2e5611166c8be43bc89d3d9033 authored almost 5 years ago by vsoch <[email protected]>
updating path error

Signed-off-by: vsoch <[email protected]>

92f29b1ecd7d9bdecc4a7ddd64a3cd9fa7166a1b authored almost 5 years ago by vsoch <[email protected]>
jq needs to be in container (add here for now, should be added to upstream sourcecred/sourcecred:dev

Signed-off-by: vsoch <[email protected]>

800cbf88346f47f32ffd8a1650a67323edbf846a authored almost 5 years ago by vsoch <[email protected]>
try changing directory to sourcecred

Signed-off-by: vsoch <[email protected]>

9057bc9e36825dfb580b8dc6e91065a60b2e2829 authored almost 5 years ago by vsoch <[email protected]>
try disabling the cache

Signed-off-by: vsoch <[email protected]>

a618a4d8b17f7e0d5a870469dc8972c1cdf65592 authored almost 5 years ago by vsoch <[email protected]>
in container we should already be at root of repository, /code is WORKDIR

Signed-off-by: vsoch <[email protected]>

6215057faaa3045e0ddf2b52df3bf36f4933dd05 authored almost 5 years ago by vsoch <[email protected]>
adding build static site script, will test on actions

Signed-off-by: vsoch <[email protected]>

d11bd4fecd52fd02b48fcfcebcb5ba900fb06de4 authored almost 5 years ago by vsoch <[email protected]>
no-backend is boolean string?

Signed-off-by: vsoch <[email protected]>

0d62a7105417befcda89399dd4e5d4e452f6c94b authored almost 5 years ago by vsoch <[email protected]>
update project id to be project, seems to be inconsistent usage

Signed-off-by: vsoch <[email protected]>

5cb51482219a42249ea41d29adc5698f2abae961 authored almost 5 years ago by vsoch <[email protected]>
move sourcecred_bin definition into --no-backend if statement

Signed-off-by: vsoch <[email protected]>

1b858af2bd9dda8b7eb5cfc9f8119a7129e9b6b8 authored almost 5 years ago by vsoch <[email protected]>
dont have automated script, remove from Dockerfile

Signed-off-by: vsoch <[email protected]>

2aabd5d7006041349d5f7e87d60c02c20fd62ae2 authored almost 5 years ago by vsoch <[email protected]>
env vars should not be an actual list

Signed-off-by: vsoch <[email protected]>

208bf5f256d8d7116c9b369184e33e368dddcb1b authored almost 5 years ago by vsoch <[email protected]>
project id is given to scores

Signed-off-by: vsoch <[email protected]>

c8f47d02bfe0052fed3d677ad20ce13e5ea52c74 authored almost 5 years ago by vsoch <[email protected]>
adding first go, need to test

Signed-off-by: vsoch <[email protected]>

0e0674ca5b0db5b941f566fe794ae9a5fb60a851 authored almost 5 years ago by vsoch <[email protected]>