Ecosyste.ms: OpenCollective

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

github.com/pelias/ci-tools

Tools for manging CI builds used in other repositories
https://github.com/pelias/ci-tools

feat(multiarch): updates for cross-platform builds (#12)

b0b5a49ad6dc60cd0570e0db63bc1c0d1b2077c4 authored about 1 year ago by Peter Johnson <[email protected]>
feat(multiarch): enable cross-platform docker image generation via docker buildx (#11)

* feat(multiarch): enable cross-platform docker image generation via docker buildx

* feat(mul...

199fea6d7bfd4686c874fc742970fee5a3f2b1cb authored about 1 year ago by Peter Johnson <[email protected]>
Merge pull request #9 from Joxit/fix/support-for-slashes

fix: add support for branches with `/`

ce916cc039fcb808ccfef47aa221e917475f9cf0 authored over 2 years ago by Julian Simioni <[email protected]>
fix: add support for branches with `/`

c3be781d08e26cb9f4c0267e40cd0d7884e07847 authored over 2 years ago by Joxit <[email protected]>
Skip Docker build if Dockerfile not found

This lets us run the build-docker-images script across all repos, even
those that don't have a D...

924753edc857fdb5a898d7b02c5d47fc6fb326f8 authored about 3 years ago by Julian Simioni <[email protected]>
Fetch all git tags before building Docker images

This allows us to create Docker tags corresponding to releases

Connects https://github.com/peli...

a8d020f8bbcaf86552a9ea8870854a726c24475e authored over 3 years ago by Julian Simioni <[email protected]>
Merge pull request #7 from msschl/feature/add_gh_version_tag_to_docker_images

Add GH version tag to docker image tagging

7f7a579cce219ad87b2334c9539293cf2fd704ba authored over 3 years ago by Julian Simioni <[email protected]>
Handle the case where no tags point to the current revision

This is fairly common: not all pull request merges result in a versioned
release.

f4990a8d6e7bfa9391c48afd440223ed57a22c0e authored over 3 years ago by Julian Simioni <[email protected]>
Simplify loop

9368516b4d634cce37e4608bad5a8d19bc307840 authored over 3 years ago by Markus Schlotbohm <[email protected]>
Update comment

027141732c7ee2f71b73e1e47510eafeb0ab66ae authored over 3 years ago by Markus Schlotbohm <[email protected]>
Change to 'git tag --points-at'

0e0f43d741491b2ff9592c54fec91bfed571bedb authored over 3 years ago by Markus Schlotbohm <[email protected]>
Add GH version tag to docker image tagging

90febb3751f236d05404023ac9620f9a983771ab authored over 3 years ago by Markus Schlotbohm <[email protected]>
Merge pull request #6 from pelias/simplify-build

Simplify Docker build

466fea4e0a07d1268788333a1b379ca7415faf5a authored over 3 years ago by Julian Simioni <[email protected]>
Simplify building of images

We don't need to run `build` only once, and then tag. We can just run
`build` for each tag we wa...

cc83a81db5ee4c09fc5c05de13db2f0ccc3a2bd8 authored over 3 years ago by Julian Simioni <[email protected]>
Log in to Docker Hub before building

Since Docker announced rate limits on image pulls [last
year](https://docs.docker.com/docker-hub...

c89efb5fb04fafa6721006efcc3d335253d629dd authored over 3 years ago by Julian Simioni <[email protected]>
Merge pull request #5 from pelias/github-actions

Support building on Github Actions or CircleCI

a48a28f76a9ae2eef54d7ed10f6b73aff974ba2c authored over 3 years ago by Julian Simioni <[email protected]>
Support building on Github Actions or CircleCI

We recently moved the Pelias project away from TravisCI, and are now
running our unit tests on G...

bb4fb5a6d1e2bedede72f13ed5f4c8d8a1b7b2f0 authored over 3 years ago by Julian Simioni <[email protected]>
Remove '@' character from Docker tags

This is not a valid tag character, but often appears in branch names
thanks to Greenkeeper and N...

fcc3ae16097eda78e8b0b9ba77a10e46183658ae authored over 5 years ago by Julian Simioni <[email protected]>
Merge pull request #2 from pelias/improved-docker-script

feat(docker): Rewrite Docker build script

d8f062a79140ed98339658d57fd96d6dbe3ceb77 authored about 6 years ago by Julian Simioni <[email protected]>
feat(docker): Rewrite Docker build script

This is a near complete rewrite of the Docker build script that is in
the process of being adopt...

19c3ffa3fd1445bddf0098202d3c7a7909579f51 authored about 6 years ago by Julian Simioni <[email protected]>
Revert "Debug"

This reverts commit 621ba3b5ece5dd0c1cb16bb8ee81e55fb1684748.

4e799bfa539240860add66f09b5b7f015866810a authored over 6 years ago by Julian Simioni <[email protected]>
Debug

621ba3b5ece5dd0c1cb16bb8ee81e55fb1684748 authored over 6 years ago by Julian Simioni <[email protected]>
Fix script

9d55a9ff5cf4790d3a99a02f89a8dcb46749d474 authored over 6 years ago by Julian Simioni <[email protected]>
Add scripts

a84038149de39b73ecd4d54d572424b9e10ef3b3 authored over 6 years ago by Julian Simioni <[email protected]>
Initial commit

14224282dc5984d3fc2e721f320e18278cacf8fe authored over 6 years ago by Julian Simioni <[email protected]>