Ecosyste.ms: OpenCollective

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

Kitspace

A place to share open source hardware electronics
Collective - Host: opensource - https://opencollective.com/kitspace - Website: https://kitspace.org - Code: https://github.com/kitspace

Fix docker-compose.yml

- During rebasing, both old and new way for handling volumes were
included which resulted in pre...

github.com/kitspace/kitspace-v2 - 9bdffc24a6e95a7a2835aa557ee9a0814c0b29c5 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Clean the installation prompt a bit.

- Still messy, and needs the extension to add the dev/staging domains to
work properly.

github.com/kitspace/kitspace-v2 - 4eb05c6e409e22a8f2b84fc3a16023c9f0153779 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Serve IBOM scripts and style by Nginx.

github.com/kitspace/kitspace-v2 - 1ff72b6479e13245fadf0b08729aea383b07b342 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix error resulted from rebasing.

github.com/kitspace/kitspace-v2 - a0ba8f34edb1bb10a868e8c26841ddc62fb5802e authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix `OrderPCBs` style.

github.com/kitspace/kitspace-v2 - 7b844d1d909905592cb3cd9434afdc51e1221197 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Global clean up.

- fmt,
- add `processor to nginx deps
- rename: frontend/src/IBOM/index.html -> frontend/public/...

github.com/kitspace/kitspace-v2 - 9f188a644c9575f6c86fff0382165d43aec106ec authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix `IBOM` rendering.

- Use the css file modified for kitspace, it limits the styling for
elements under the `.ibom` d...

github.com/kitspace/kitspace-v2 - ed2d5ff27bf92a74c7e687dd82a2b9f7cd5ad2de authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Prefetch IBOM page.

github.com/kitspace/kitspace-v2 - 5ba75e8240efc1c1c1eea829ccb0143c9b7640e5 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix readme urls.

- Limit modifying urls to relative one, starting with `/`.

github.com/kitspace/kitspace-v2 - 16eab272ea3450a9f84f713bfd40fca276f4f6e1 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Remove hard-coded source of pcbdata.

github.com/kitspace/kitspace-v2 - a9a62eb6f2f1b75f8a45076e135502728c266a99 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Processor: rename `footprints` to `modules`

-The JS code for the processor expects the field as `modules` not
`footprints`, though I not sur...

github.com/kitspace/kitspace-v2 - c82da9e25f991bf3b7bd2695517f70cf1b4f5cf8 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add `IBOM` page.

For now:
- The canvas gets rendered only in full screen mode,
- The processor returns some missi...

github.com/kitspace/kitspace-v2 - 4f118f11a179270d6df6e6b299dd232e26fe5595 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Handle projects with missing assets.

- Still a rough implementation

github.com/kitspace/kitspace-v2 - cfd8dc9b0223241af74298c3884e8088c02f3b5f authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add reminder for serving static files.

github.com/kitspace/kitspace-v2 - 6cfebea71e769b3e2b007190242863302ad12027 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Move `/images` inside the `frontend/static`.

github.com/kitspace/kitspace-v2 - d4e288f79b10f86a3b75fe560c2df65b64d0d105 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Update CORS rules for processor.

- Tracespace needs to download gerbers.zip to work, currently it gets
blocked by the CORS.
- The...

github.com/kitspace/kitspace-v2 - 8e7334ec576293a239f5368287d3d08005ed085d authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix components table style.

- Make it consistent with gitea, yet still needs improvement; table
cells should wrap vertically...

github.com/kitspace/kitspace-v2 - 3211f7da0be0f6789ad1a23f784617f36cb289aa authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix InstallPrompt opening the extension page on page load

github.com/kitspace/kitspace-v2 - f01c2a2682e19c99a1b6b2536ea0e52a42b90d44 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix table collapse button.

github.com/kitspace/kitspace-v2 - 3728575ee6f7ff9bdd3a05eaada851c63c6ee0a7 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix 1-click-bom extension intsall prompt.

github.com/kitspace/kitspace-v2 - 59adbf3088ef96941b2cf0759fa9e0117118d9fc authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Replace react-hyperscript-helpers with JSX in `TsvTable`.

github.com/kitspace/kitspace-v2 - a79d7bcf5cfd510904603e4f049fae304c09139e authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Replace react-hyperscript-helpers with JSX in `MpnPopup`.

github.com/kitspace/kitspace-v2 - e12875a6730a4e44ec6343c4b482c562c58703bf authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Limit `UploadModal` to project owners.

- It should also be limited for synced repo, just leaving it for
testing now.

github.com/kitspace/kitspace-v2 - 0c94b2040e54f8aca2cc8c8e4557351a80789149 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add `UploadModal` component.

- Just the basic structure of the modal.

github.com/kitspace/kitspace-v2 - a635b643e42b5d0ddf10b677a7e18c94de949475 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Remove dead packages.

- Ramda and react-hyper-text-helpers are no longer needed.

github.com/kitspace/kitspace-v2 - c0167ad409080bb5c5440d1976f4781ca0356739 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Improve dependecy installation for frontend docker.

- Running `yarn install` as part of the start up command for the
container will spare us rebuild...

github.com/kitspace/kitspace-v2 - 2f2aecb01f92b22121f71348ca0ac37c1382c788 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Port `InfoBar` component from kitspace-v1.

github.com/kitspace/kitspace-v2 - 309d9aeaf46e1da13e9697ff8f29c5f7234ec8c1 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix typos.

github.com/kitspace/kitspace-v2 - f5b4c0d743776a4bf7cbc56a59e516e5faaf288a authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Port `BuyParts` component from kitspace-v1.

- The for the components table is still broken.

github.com/kitspace/kitspace-v2 - 0cb680cae3a485195718d7156b93137e52df8e12 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix Readme urls and images style.

- Convert both `a::href` and `img::src` to use absolute urls.
- Add `readmeImg` class to readme ...

github.com/kitspace/kitspace-v2 - ff43835eb0cb58abce473bbeb05e3288a8a22af0 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add dependencies.

- Migrate kitspace-v1 dependencies.
- `git` is needed in the container to install `1-click-bom-m...

github.com/kitspace/kitspace-v2 - bc5474254f25cf772d31f1e7a9ffa4939c298b7d authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add suppliers icons

github.com/kitspace/kitspace-v2 - 00ef81e4c8528c8f163e82d3ab1fe8b3ee9d7f4c authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add basic support for rendering readme files.

- Links are still broken.

github.com/kitspace/kitspace-v2 - 602a38b08cbdb67fa9348cab8060c30d12148ac9 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add `ExtrasMenu` component.

- Add IBOM button.
- Add Tracespace button(note this won't work in development as the
tracespace...

github.com/kitspace/kitspace-v2 - 33f542eb49ec2c5c34bdd229aa2705d593ae75b0 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add `OrderPCBs` component.

- Note the links won't work in development as the processor isn't
accessible to these sites.

github.com/kitspace/kitspace-v2 - 9d6bf54c7bf07dc14162470b88cee360550d8800 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add manufacturers logos.

github.com/kitspace/kitspace-v2 - 3c5d9fb827d0cb81ee8d6f560a8ef3e637169b83 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Remove extra `/` in URL.

github.com/kitspace/kitspace-v2 - 95cef6f8fec4909840fe88c2fe7cf11e87ea8f5b authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add `BoardShowcase` component.

github.com/kitspace/kitspace-v2 - b953212c1842c6183631b2461c299dee06697191 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add repsonsive tabs to `BoardShowcase`.

github.com/kitspace/kitspace-v2 - 8088cc345badd5ed438e4113d78c193e1c96535b authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Dep: add rc-tree.

- rc-tree will be used to preview project files.

github.com/kitspace/kitspace-v2 - e0cc03bbf59e90994315dfa036cda629bf86c4f5 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Integrate the new gitea `migrata/status` enpoint.

- This endpoint will respond with the migration status, keep polling it until and display the st...

github.com/kitspace/kitspace-v2 - e5bf54eec9e5ea7ed9ae10ce72d05115301cbf4e authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add `/[username]` route.

- Display user<username> projects.

github.com/kitspace/kitspace-v2 - acef04a526a1f9718d1bdc97e040558a7cd7ffe0 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Add `/[username]` `/[username]/[projectName]` routes.

github.com/kitspace/kitspace-v2 - 3032a40ed6ee24f8942d19284985cf5456fc8e2d authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Docker: fix broken gitea frontend.

- No need to navigate to `/go/src/code.gitea.io/gitea/`; it's already
the `WORKDIR`.
- Run `make...

github.com/kitspace/kitspace-v2 - 4567fee1f21282cf0e8037b36f5972bb0464670b authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Poll synced repos status.

- When syncing external repo instead of waiting to get response from the gitea which causes time...

github.com/kitspace/kitspace-v2 - b7dc7f7bb93803de007eab6bb6677a041292a086 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Merge pull request #120 from kitspace/ke/fix-e2e-tests

Fix issues with file upload "path" property

github.com/kitspace/kitspace-v2 - 8abda1e6479ddbdc5e450be883a9016a0882056c authored over 3 years ago by Kaspar Emanuel <[email protected]>
Fix import order in cypress/support/index.js

github.com/kitspace/kitspace-v2 - 81108829ee74a090da053a79551a3a93402f4f5a authored over 3 years ago by Kaspar Emanuel <[email protected]>
Delete any console.logs

github.com/kitspace/kitspace-v2 - 97920e4cc5d3b0a93bde49395340379710e986c0 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Check for file.path, use file.name if it doesn't exist

github.com/kitspace/kitspace-v2 - 9e62e124d260c16168b558c5f606dae27fc4c32a authored over 3 years ago by Kaspar Emanuel <[email protected]>
Try and make CI cypress actually use chrome

github.com/kitspace/kitspace-v2 - 3e9662946fb5569907258478ce24ff59da9be3d6 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Add cypress-terminal-report

github.com/kitspace/kitspace-v2 - bffda45c865dbff2d88da8adc0eb5a073990378f authored over 3 years ago by Kaspar Emanuel <[email protected]>
Remove /buy route

Actual live version is still on poc-shop branch

github.com/kitspace/kitspace-v2 - cdef55caf6537ba76d4ead61046fc7ab7bf65e31 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Merge pull request #116 from kitspace/single-commit-upload-files

Make multi-file upload make a single commit

github.com/kitspace/kitspace-v2 - 7015077df091c97e3135d7db3c2da77ad474460c authored over 3 years ago by Kaspar Emanuel <[email protected]>
Remove top-level folder only on initial upload

github.com/kitspace/kitspace-v2 - 66709244d9ca804c28308cb8574cb36752cc091a authored over 3 years ago by Kaspar Emanuel <[email protected]>
Fix docstring for uploadFileToGiteaServer

github.com/kitspace/kitspace-v2 - 605240e958b9f4f70a6e51cfc5cb443b3015d9e9 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Sort out the folder path logic around multi-file upload

github.com/kitspace/kitspace-v2 - eb835dfec420db862307a6925f86f044ba7314b9 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Make multi file upload get rid of top-level dir

github.com/kitspace/kitspace-v2 - d63e912469a4efc7fb1e3cee33fe36ba932a0258 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Remove unused functions

github.com/kitspace/kitspace-v2 - 73bd16b44923596ea4ec5e91d17a5c3f960703e1 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Make multi-file upload make a single commit

github.com/kitspace/kitspace-v2 - 358d9c5335d185a560578ed7d3ef7ddc17bea32a authored over 3 years ago by Kaspar Emanuel <[email protected]>
Minor refactor around upload

github.com/kitspace/kitspace-v2 - 37f937e9ac8afd0b65cce619b1b54eb5c964f3bf authored over 3 years ago by Kaspar Emanuel <[email protected]>
Change upload commit message to "Upload files"

github.com/kitspace/kitspace-v2 - 395df651d862e743697bf0635b19299b86ea481a authored over 3 years ago by Kaspar Emanuel <[email protected]>
Fix flaky tests (#104)

github.com/kitspace/kitspace-v2 - 96fbc0b1b74b877114fb3f212855cc8f2fe22072 authored over 3 years ago by Ghanem <[email protected]>
Make project card a link

github.com/kitspace/kitspace-v2 - df78a426720e259d50f6dc26bef4de9cc2d449e0 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Update readme with new repo name

github.com/kitspace/kitspace-v2 - 28ff02b38ae7c244a7ce63aa87b58b98a5fea57e authored over 3 years ago by Kaspar Emanuel <[email protected]>
Build(deps): Bump lodash from 4.17.20 to 4.17.21 in /processor (#114)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](htt...

github.com/kitspace/kitspace-v2 - 25cd4f45ee59183bf5f3e41e09b0bc73781bc119 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Build(deps): Bump hosted-git-info from 2.8.8 to 2.8.9 in /frontend (#113)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release...

github.com/kitspace/kitspace-v2 - 44ed61bd49d95cb76faf1d53002327fabf2dfaf3 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Build(deps): Bump lodash from 4.17.20 to 4.17.21 in /frontend (#112)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](htt...

github.com/kitspace/kitspace-v2 - 080fe0e1f7a7ab8d53516912baf9a23bd35dcdef authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add GPSMux board (#340)

github.com/kitspace/kitspace - 500a89c1ad7b620fe4cbcd4d6487ebeca4046e2d authored over 3 years ago by Michele Santucci <[email protected]>
Add dep on IBOM to makeInteractiveBom

github.com/kitspace/kitspace - 2556e7c760aaf245cb956f859fc09095c019010e authored over 3 years ago by Kaspar Emanuel <[email protected]>
Add Driverino-Shield (#339)

github.com/kitspace/kitspace - bd66db94fc306208465752676691233e0f21405e authored over 3 years ago by Michele Santucci <[email protected]>
Bump ua-parser-js from 0.7.21 to 0.7.28 (#337)

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.28.
- [Relea...

github.com/kitspace/kitspace - cace82a1ed95d760d8f35f76bc56d24c47485ad2 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Refactor gerber_files.js (#111)

github.com/kitspace/kitspace-v2 - 94f30df29e543eb72970486146ebaa95820fb3d0 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Added 3 Channel Diversity System Controller (#335)

github.com/kitspace/kitspace - d7c568949b8eb78c3d9cb50a0716c55a5dfa94a9 authored over 3 years ago by jbarrozo <[email protected]>
Upgrade tracespace tools to ^4.2 in processor (#110)

* Upgrade tracespace tools to ^4.2 in processor

* Rename duplicates to hasDuplicates

github.com/kitspace/kitspace-v2 - ff1c42d6578c4162549a063a83533e2464192cbd authored over 3 years ago by Kaspar Emanuel <[email protected]>
Merge pull request #109 from kitspace/processor-kitspace-yaml-as-json

Add kitspace-yaml.json endpoint to processor

github.com/kitspace/kitspace-v2 - 638fffe21a3da77b5ea7f199fb3d6a4e409bd7fd authored over 3 years ago by Kaspar Emanuel <[email protected]>
Document kitspace-yaml.json endpoint

github.com/kitspace/kitspace-v2 - 18bf614b76283e7648e853470bf0b69a36860fed authored over 3 years ago by Kaspar Emanuel <[email protected]>
Add kitspace-yaml.json endpoint to processor

github.com/kitspace/kitspace-v2 - d6e05aecda84896ed40a2ba34d3120e28b529568 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Add test for kitspace-yaml.json endpoint

github.com/kitspace/kitspace-v2 - 0dbd5fe42f5d1102e50c74778ab2efffad7e05a1 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Merge pull request #106 from kitspace/i-process-multitudes

Add `multi` support to processor

github.com/kitspace/kitspace-v2 - a39e5d2704671e956acff344814016fd2064f773 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Add docs for processor protocol

github.com/kitspace/kitspace-v2 - 61fc219afe265635a0dc08da50cbeb0eb2393f7a authored over 3 years ago by Kaspar Emanuel <[email protected]>
Implement processing of `multi`

github.com/kitspace/kitspace-v2 - a578166fa30ed16a0b7d60ad666c0c1dd9490f27 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Add (failing) test for processor `multi` support

github.com/kitspace/kitspace-v2 - b7f2383cf78ea44c0b61016efe1a0a8012768959 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Add catch to processRepo

May address #100

github.com/kitspace/kitspace-v2 - 403971d18b4ee189f5ffa160b641709509d298b7 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Refactor processor variable and function naming

github.com/kitspace/kitspace-v2 - 97a31f2634b673efca3fa5e5d3569522494a01a5 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Apply workaround for GH actions docker cache growth

github.com/kitspace/kitspace-v2 - dc0ef8e176fc782fb6eb536df208678434fca82c authored over 3 years ago by Kaspar Emanuel <[email protected]>
Build(deps): Bump ssri from 6.0.1 to 6.0.2 in /frontend (#103)

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github...

github.com/kitspace/kitspace-v2 - 1eda6b812555a216488f059e3d26ee73d9570e9c authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump http-proxy from 1.18.0 to 1.18.1 (#303)

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Rel...

github.com/kitspace/kitspace - 186ffc19ecc9053dc69eaa198240d73bba1ac6d1 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use new status badage.

- GitHub actions workflow changed from `Publish Docker images` ->
`Docker`

github.com/kitspace/kitspace-v2 - fb653f3b7098d4c9560ef1708402856c83cb86d9 authored over 3 years ago by AbdulrhmnGhanem <[email protected]>
Fix flaky tests (#102)

* Configure Cypress to avoid using `wait`.

* e2e: remove `syncTestRepo` command.

- It has ...

github.com/kitspace/kitspace-v2 - 161c065cb4912d990404f62b01f1cfaeae004fd0 authored over 3 years ago by Ghanem <[email protected]>
Bump elliptic from 6.5.2 to 6.5.4 (#321)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4.
- [Release notes](ht...

github.com/kitspace/kitspace - 5015512f2154efdcd19ded834cbdf8d24c4396a9 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump ini from 1.3.5 to 1.3.8 (#325)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://githu...

github.com/kitspace/kitspace - 191808a2d9927dae0dc148f064c57e762ee1c646 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump y18n from 3.2.1 to 3.2.2 (#328)

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://gith...

github.com/kitspace/kitspace - 9a8cc77e4105fa07bf9457cf0e2b2b66f1f928b0 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Make sure kicad plotting folders for multi are seperate

github.com/kitspace/kitspace - 6444b6d270ecd7802956e74f963814dfc65fa169 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Add re-directs for openflexure projects

github.com/kitspace/kitspace - 4ba435b981ae45943d4632d7285ba47bd65e7bd1 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Change beehive url to beehive-org

github.com/kitspace/kitspace - a67656c345832adbfa01419d6b09af3aef66b655 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Add infidel sensor repo (#330)

github.com/kitspace/kitspace - e997b1091d19f989ad6a16c77d70e2f244f7254d authored over 3 years ago by Darigov Research <[email protected]>
Add boards from the beehive project (#329)

github.com/kitspace/kitspace - 2a927287681f051669097d454a12f84339c9fa62 authored over 3 years ago by Andre Maia Chagas <[email protected]>
Add robots txt defaulting to disallow

github.com/kitspace/kitspace-v2 - 39fb4ab46fc1576e8d726a9c91ab8e09b6747652 authored over 3 years ago by Kaspar Emanuel <[email protected]>
Merge pull request #97 from kitspace/ansible

Use ansible to configure staging servers

github.com/kitspace/kitspace-v2 - 6e2f7397f3134489e874010c11df0da830cae820 authored almost 4 years ago by Kaspar Emanuel <[email protected]>