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

Remove redundant grep from fmt script

github.com/kitspace/kitspace-v2 - 8b8a84bf711e3c6198648c36629c66bf93db3ea2 authored about 4 years ago
Add kicad file to kitspace.yaml

github.com/kitspace/ruler - 2af1eef430b2382d22d3c8a95abe18ccc1ee5dc7 authored about 4 years ago
Fix upside down 6

github.com/kitspace/ruler - f8bdf1d0c358f88b70a8306c6855538ac933914e authored about 4 years ago
Fix validation model for ProjectUpdateForm.js

- Rename the file to match its new role.
- make description optional.

github.com/kitspace/kitspace-v2 - 28643a9084b0dfbaf815dc6f431f2076f106913c authored about 4 years ago
Improve the submit button for the update page.

- Make the button aware whether the submit is for creation or updating.

github.com/kitspace/kitspace-v2 - 36a7ce850e7deee54bc776fc6091d40a0ff19dcf authored about 4 years ago
Move upload loaded files logic into the uploadContext

github.com/kitspace/kitspace-v2 - 4364f3124a41d648920fd03ed9180fe04e420bc8 authored about 4 years ago
Fix repo files.

- For some reason if the repo is empty the gitea api returns the repo details instead of empty a...

github.com/kitspace/kitspace-v2 - 495b347f0c61439cc71fd58313739f081ee69d72 authored about 4 years ago
Create a repo on file drop.

- It will create a repo on file drop. Currently, if the repo already exists it will only log the...

github.com/kitspace/kitspace-v2 - 0cce140e53b9a691a1d07ad4a31b14cfe1204076 authored about 4 years ago
Make project description optional.

github.com/kitspace/kitspace-v2 - d1264c4b80200aab5b9eb173d2bf6753109420fa authored about 4 years ago
fixup! Refactor DropZone (but break it, a little)

github.com/kitspace/kitspace-v2 - 0c300bf796601c04d7658b6c8b9cd046b044592c authored about 4 years ago
Refactor DropZone (but break it, a little)

github.com/kitspace/kitspace-v2 - 99df08d6031e38472b8cb24f853f55b1ab7d352f authored about 4 years ago
Re-enable sign-in requirements

github.com/kitspace/kitspace-v2 - c4e3c1516b5683922e8bb82b692d33dbba0fee34 authored about 4 years ago
Merge remote-tracking branch 'origin/user-auth' into import-projects

github.com/kitspace/kitspace-v2 - f854cfd7181e0791af70465f76b877035fd42157 authored about 4 years ago
Rough solution for the loaded files scoping.

github.com/kitspace/kitspace-v2 - f50d3b00e7748eac12f69125dfa03527b8713cad authored about 4 years ago
Allow rendering the update page for new projects.

- On file drop the user gets redirected to the update page and loaded files persist between page...

github.com/kitspace/kitspace-v2 - 50f4e3cf6166ea5de9bb71b530230054725bd0ec authored about 4 years ago
Fix a typo in DeleteModal props.

github.com/kitspace/kitspace-v2 - 8dd66699b941bacd7ab6cb4d31ee167c5c41b5b8 authored about 4 years ago
Fix remote repo files can be null.

- Mapping over remote files in case of a new project will result in failure as there's no files....

github.com/kitspace/kitspace-v2 - b194883d791ebdfa4d29b87418625d79fc70623e authored about 4 years ago
Refactor giteaApi.js client.

- Remove duplication in the fetch options.
- Add missing types to js-doc for functions.

github.com/kitspace/kitspace-v2 - 074f8908737be2bc0b90ecebc38d97eb9d752c09 authored about 4 years ago
Add delete and update features to `/projects/mine` page.

- The page displays all the projects owned by the authenticated user.
- The page gives delete an...

github.com/kitspace/kitspace-v2 - 00f58d2987d01283e7e87b6471eb7a393cf80c58 authored about 4 years ago
Fix few defects.

- The label for the password in the sign up page.
- only call `getUserProjects` in mine page aft...

github.com/kitspace/kitspace-v2 - ef804fd26c9997512a09e8f79a2056e8df6b4944 authored about 4 years ago
Add kicad-exports (#64)

https://github.com/nerdyscout/kicad-exports

github.com/kitspace/awesome-electronics - 309735ddb1ea7d861ba6f65fb69427ef0692ca49 authored about 4 years ago
Enable plausible.io outbound link tracking

github.com/kitspace/kitspace - 828cd5022865ad0415c9943ec38f8127b0893480 authored about 4 years ago
Add mine `projects/mine` page.

- The code here is the basis on top of which will display the repos owned by the the current aut...

github.com/kitspace/kitspace-v2 - 3d2da65a6c6524a059027856fa5fdd69f7fc76be authored about 4 years ago
Add the logic for update project button.

github.com/kitspace/kitspace-v2 - 4ffde3ef70d918b1b032d1d94bb3982e5ab9d4b1 authored about 4 years ago
Add updateRepo method to giteaApi.js

github.com/kitspace/kitspace-v2 - 6fcc7f002bd6c3e60a28b66739538faab24f8057 authored about 4 years ago
Fix pre-populating the update form.

github.com/kitspace/kitspace-v2 - ad2557de6ca78e2834dd09b5feacc67b3e7ca568 authored about 4 years ago
Create FilesPreview.js component.

- This component display the files that already exists on gitea and the loaded files.

github.com/kitspace/kitspace-v2 - 1e3892efce4e6b7826895814c395450f7156dda2 authored about 4 years ago
Refactor: UploadContext.js

- Move uploadFile to giteaApi.js.
- Move the logic for combining loaded files and old files into...

github.com/kitspace/kitspace-v2 - a2e00930db95a1d98280bf3d927278a87f8cf82b authored about 4 years ago
Fix: README.md

- Correct the numbers of steps.

github.com/kitspace/kitspace-v2 - ad13c0a319bf91bd50800031795e04bad8d0adb9 authored about 4 years ago
Fix the form being invalid after pre-population.

- Once again Limited the rendering for this page to existing projects.

github.com/kitspace/kitspace-v2 - 10611d4fa1431d3f3ed16186199005debe2f02bf authored about 4 years ago
Pre-populate update fields with details from the repo.

- For existing projects when accessing `/projects/update/{user}/{project}/` the form will be pre...

github.com/kitspace/kitspace-v2 - 5a8192b116c6322af80f2413763875378d028912 authored about 4 years ago
Fix order pcbs image width and height

github.com/kitspace/kitspace - e3d55eaf0e1b0e7539d29720bdff7d28c1483f4d authored about 4 years ago
Remove duplicate files.

Fix duplicate files:
- Some files were being fetched twice.
- Loaded file if chosen more tha...

github.com/kitspace/kitspace-v2 - d1e65c8d7e032fae6a32a233d65bc6e1d2fa006e authored about 4 years ago
Add jlcpcb image

github.com/kitspace/kitspace - 26b94eab501a639a04d677a14d8afe6f5ad48445 authored about 4 years ago
Add jlcpcb link

github.com/kitspace/kitspace - 34677301b15d8c756bd8a7c28025caf01fe04580 authored about 4 years ago
Tweak order pcb button style

github.com/kitspace/kitspace - ea6304e8e0c7c1f2d601548f8286175faebf3259 authored about 4 years ago
Fetch files from repos.

- For updating projects both the newly uploaded files and the files on that already exists on gi...

github.com/kitspace/kitspace-v2 - 9bcc1cc3aa4f43708949571743a126677b3adc93 authored about 4 years ago
Make cypress record not run on pull-requests

github.com/kitspace/kitspace - 1eb2399f33f6e86e1c09af2dc92634429d8d1c57 authored about 4 years ago
Persist files details between pages redirection.

github.com/kitspace/kitspace-v2 - c6d9e5967a5858c1eccf200d7f3ec6b5a6d9c57f authored about 4 years ago
Redirect to update page after syncing a remote repo.

github.com/kitspace/kitspace-v2 - fa3fd8c1bca36b7eeb87aeeb8735a0356d1e439c authored about 4 years ago
Move project details form into the update page.

- The project details form which previously was in the modal is the basis on top of which the re...

github.com/kitspace/kitspace-v2 - dad863f95a43cb2d499db81c232ef12abc817b65 authored about 4 years ago
Move DropZone to a separate component.

- This component is shared across to pages, it should be a shared component.

github.com/kitspace/kitspace-v2 - 5a6350f78331d14ebe15fb42919e9ec3569ccc98 authored about 4 years ago
Limit the rendering of update project page for already existing repos.

github.com/kitspace/kitspace-v2 - f28e620b73bf49754257303741f9b01f259f8acb authored about 4 years ago
Refactor: use shorthand import path for components.

github.com/kitspace/kitspace-v2 - beddfaea3f351782495fc88b2af58b47f03a597d authored about 4 years ago
create a placeholder page for updating projects.

- I chose this schema for the URL as it will be more meaningful than just using the repo id e.g....

github.com/kitspace/kitspace-v2 - 2684ff11765f60f6762aa6f712b3e5b42edd1761 authored about 4 years ago
Add shorthand import path for components.

- Import path for components from nested pages become ugly with several levels of nesting.

github.com/kitspace/kitspace-v2 - d05be2656bc7e67f11a31e68d6fb092ee692e5ac authored about 4 years ago
Global refactor to authentication details from AuthContext.

- Replace any access for window object with AuthContext

github.com/kitspace/kitspace-v2 - 50f395cc98668bbc2ed524dc9e1ebe980a956dad authored about 4 years ago
Use the authentication details in the index.

- We can't simply get rid of the `getSession` as this will require accessing the context which c...

github.com/kitspace/kitspace-v2 - cd36ff5c8e9f3b7f2d9be42aced634a1a83c0aa7 authored about 4 years ago
Refactor: move the auth provider to the app level.

- All components can access the authentication state now.
- It might solve the loading problem.

github.com/kitspace/kitspace-v2 - 7d59eb147efa5e4389b4a1962ac999c0355cbc46 authored about 4 years ago
Add authentication details to authContext.

- Completely make eliminate the need for accessing the window object directly.

github.com/kitspace/kitspace-v2 - 5cbd357d4a4e954ba07bba7ecd78bc90a746129e authored about 4 years ago
Add usb64 project (#310)

github.com/kitspace/kitspace - 08caca435239c6abe3fd1b7c63ee12a9acf201e1 authored about 4 years ago
Re-enable production deploy

github.com/kitspace/kitspace - b9f9883615075e0c76f5d834570ba8ae60d73965 authored about 4 years ago
Display status messages.

- Almost, functional!

github.com/kitspace/kitspace-v2 - 485651b77ef0844d3605933c03b430f8d3bead44 authored about 4 years ago
Display success message on successful files upload.

github.com/kitspace/kitspace-v2 - 7dc00599f09de7ded9cae30b6fbbb9d2cbf6e62d authored about 4 years ago
Revert "Remove modal."

This reverts commit 7ff575d8

github.com/kitspace/kitspace-v2 - 1a2cc4e0269381072d0113333db02b479f91617f authored about 4 years ago
Remove modal.

- It's ugly
- We need the form, it's unreasonable to expect the user to set the project details ...

github.com/kitspace/kitspace-v2 - 7ff575d8b2ed325ac508c4f10e567ae28879a774 authored about 4 years ago
Improve loaded files display.

github.com/kitspace/kitspace-v2 - f729c28a6ba99203dc16bcfb772fc71f7460fee8 authored about 4 years ago
Allow project names to be more versatile.

- Probably project name will be used in UI at some point, so alphanumeric isn't the optimal choice.

github.com/kitspace/kitspace-v2 - cee16a20f48292b274eab0b584af68c5a06b7cc7 authored about 4 years ago
Hack: fix gitea race condition by scheduling commits.

github.com/kitspace/kitspace-v2 - 4bf0b511332762a3aa958061b66a0936e2f10235 authored about 4 years ago
Update dependencies.

- Remove of js-sha1
- Install slugify which will be used to slugify project names, as gitea acce...

github.com/kitspace/kitspace-v2 - b97c946a0663d45ad5569cecc1dca02997cae237 authored about 4 years ago
Update project file structure.

github.com/kitspace/kitspace-v2 - fb19a8e1a434fff100a4be7b8eab0480c3dbdb85 authored about 4 years ago
Remove `external link` field from the form as it's useless for now.

github.com/kitspace/kitspace-v2 - d4da835f02e1bc12f9c5c81bf4bf9cdc728cae94 authored about 4 years ago
:tada: Commit files to Gitea.

- It has been tested with both images and plain text files.
- It isn't complete yet as for a rea...

github.com/kitspace/kitspace-v2 - bb2064a0d865aa4687b2fd982f656a9b34c0d52f authored about 4 years ago
Refactor `projects/new` page.

- The page got bloated with gitea api details, so just moved it to a separate file.

github.com/kitspace/kitspace-v2 - a3930a9fd8957e88c5a86d6a92c63cab4a80fad7 authored about 4 years ago
Move uploadFile to the UploadContext.

- The `uploadFile` is responsible for uploading a single file to an existing gitea repo, being i...

github.com/kitspace/kitspace-v2 - ad96c4695a2dd9c4d045b710f24001056895bb1e authored about 4 years ago
Add UploadContext.

- This Context is responsible of sharing the loaded files between different child components whi...

github.com/kitspace/kitspace-v2 - 54927fe65f9480e431d8182e4ca7040bafe9a6c5 authored about 4 years ago
Add pre-commit hook for formatting.

github.com/kitspace/kitspace-v2 - fe33f2f7bca3a11de977124313666c58e5890c20 authored about 4 years ago
Disable `Submit` button until getting a response from the server.

github.com/kitspace/kitspace-v2 - 2552f46695f8a6edea928ab825afbf996a7ec186 authored about 4 years ago
Commit a hardcoded file to the newly created repo.

- This forms the basis for user files upload. Hopefully, it's just replacing the hardcoded file ...

github.com/kitspace/kitspace-v2 - 421c9759e6b53ddd7fd1569eac8eeaf065c5d0ea authored about 4 years ago
Add warning in readme about proxy.

- If you have a proxy enabled you can't access the site. I spent hours not able to figure out wh...

github.com/kitspace/kitspace-v2 - 9e2f73dd3545bb74a1bb7e6732d7244f60c2bdb2 authored about 4 years ago
Add reminder for hashing the files.

github.com/kitspace/kitspace-v2 - 695a622d98a792871a825303e0c3e91faf4117c1 authored over 4 years ago
Basic structure for file upload.

- Either I'm missing something in the docs about how to call this endpoint or there's a bug or w...

github.com/kitspace/kitspace-v2 - 3592b60450154bb7e7a753037bebd3d2982bd644 authored over 4 years ago
Use the public api for repo creation.

- Instead of calling Gitea's internal endpoints use the public api.

github.com/kitspace/kitspace-v2 - 4a595f8fcdd665641b67ac4ace1229c2c326b098 authored over 4 years ago
Create new repo on files submission.

- This is just a rough implementation
- Calling the api causes several problems, probably becaus...

github.com/kitspace/kitspace-v2 - 54e16d471c99d5ad2838de1b2da85b2790220d41 authored over 4 years ago
Update Nginx configuration.

- Add `always` flag to `Access-Control-Allow-Credentials` header.

github.com/kitspace/kitspace-v2 - 7ef82419006a9f9a50a6268ea886f9b3bd664dab authored over 4 years ago
Add skeleton for Upload files form.

- This is the from responsible for uploading files to gitea.

github.com/kitspace/kitspace-v2 - dc2bd74b59431e89f96ba8fd0cf89a33abe4e9fa authored over 4 years ago
Revert "Remove the modal from DropZone."

This reverts commit 0ac41a35

github.com/kitspace/kitspace-v2 - c45757ccbf2874f94caf243eb6da82a9307a535c authored over 4 years ago
Remove the dimmer to make page skeleton visible during loading.

- This will make the loading less annoying also it exactly what most sites do.

github.com/kitspace/kitspace-v2 - 79e6153fcc7e55e0cbdea6d767f2ba21ba2dec04 authored over 4 years ago
Revert back to component based import for semantic-ui css.

github.com/kitspace/kitspace-v2 - 8a1ec29d0fded2de44c739d3af41752a87819f2a authored over 4 years ago
Redirect to /login after sing out.

github.com/kitspace/kitspace-v2 - f565838d72aca57adb6386cc441e2f6033e31f34 authored over 4 years ago
Update tests strings to be consistent.

github.com/kitspace/kitspace-v2 - 2423d91fba58168db6656b8604b13d6f0080a5e3 authored over 4 years ago
Hide redirect logic into the page component.

- If unauthenticated user access a `reqSignIn` page, the Page component redirect him to `login` ...

github.com/kitspace/kitspace-v2 - 9ea0c83911cc8d267ccda44f3bf904ea7d578fa3 authored over 4 years ago
Merge branch 'group-buys' into user-auth

# Conflicts:
# frontend/pages/buy/cancelled.js
# frontend/pages/buy/index.js
# frontend/pages/bu...

github.com/kitspace/kitspace-v2 - 35274ca097dd01afc67d642607241f8c02821d5c authored over 4 years ago
Rename TitleBar.module.scss to NavBar.module.scss.

github.com/kitspace/kitspace-v2 - f50b3e457448782049643b804cd20bce553bcd7b authored over 4 years ago
Use null checks.

- Instead of using undefined use null for nullable values.

github.com/kitspace/kitspace-v2 - 510f8987bbdb8fa2078c4169f90aecd79e81d070 authored over 4 years ago
Remove dead code and global fmt.

github.com/kitspace/kitspace-v2 - 4d1690d2dc7e217d3ed8ed3673061a4b7e917e0c authored over 4 years ago
Remove `Head` props form page component.

- Instead of using props head it will be passed as a child component.

github.com/kitspace/kitspace-v2 - 2320994302b2413273199f32fa60668679a5775f authored over 4 years ago
Re-enable uncached build

github.com/kitspace/kitspace - c825b884b51c26cbc414c3080c4caa6592369964 authored over 4 years ago
Revert "Reduce number of boards in test"

This reverts commit 47bfe9a4f14d982881167abccf72c14e19bc7ff1.

github.com/kitspace/kitspace - d1b7fe6aedb043635db738613d4797a41ce7a543 authored over 4 years ago
Revert "Give up, run an update without gogs.zenardio.de"

This reverts commit 986dc75038bfc56515beb8763cbb68ebe6320367.

github.com/kitspace/kitspace - 4f9735b4c1d1304196bb96db9ff878003b8019a0 authored over 4 years ago
Reduce number of boards in test

github.com/kitspace/kitspace - 47bfe9a4f14d982881167abccf72c14e19bc7ff1 authored over 4 years ago
Give up, run an update without gogs.zenardio.de

github.com/kitspace/kitspace - 986dc75038bfc56515beb8763cbb68ebe6320367 authored over 4 years ago
Revert "Reduce number of expected boards"

This reverts commit 61a62fcff84027cc48cfaae07963fd20b57d8aa1.

github.com/kitspace/kitspace - 9456b650c4def741d269b2059edbd6ae749755f4 authored over 4 years ago
Restore exit on error in plug_versions

github.com/kitspace/kitspace - 97171b4705e640aac49d80074e417914f1259afe authored over 4 years ago
Lock down gogs-zenardio version

github.com/kitspace/kitspace - 132fb64364db637f42552c4b08ce75b0cf6a4568 authored over 4 years ago
Reduce number of expected boards

Work-around for gogs.zenardio.de being down

github.com/kitspace/kitspace - 61a62fcff84027cc48cfaae07963fd20b57d8aa1 authored over 4 years ago
Actually improve error resilience of plug_versions

github.com/kitspace/kitspace - ea0a7b61a63bde403e758f9ebd7676ac7298159e authored over 4 years ago
Improve plug_version error resilience

github.com/kitspace/kitspace - 9ba2ae602f7e49bf2b50d6c1a0a90c35c954d23e authored over 4 years ago
Don't exit plug_versions on error

github.com/kitspace/kitspace - 1e87b0efb716574c0db1b3ab96faab5fa67d1a45 authored over 4 years ago