Ecosyste.ms: OpenCollective

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

github.com/coopcycle/coopcycle-web

Logistics & marketplace platform. Only for worker-owned business.
https://github.com/coopcycle/coopcycle-web

add the myclabs library to the composer.json

1437dc38345efa187111079c93335713774ea4c6 authored over 7 years ago
fix coding style respecting the symfony recommandations

1cc1f10b69fd834a2026c5e60df99e92a99a5174 authored over 7 years ago
fix missing import & undefined variable.

d50ade6937850da561db33630fd9937b7d549ffb authored over 7 years ago
Forgotten package-lock.json.

43494f475b10f2c57c6942713d830d646046b2d4 authored over 7 years ago
Create couriers for demo.

e7577eefa4e87fb8fc2380c96f48fad245417640 authored over 7 years ago
Completely delete PM2 process.

1236d6b46b76d28827d646fcbe266abe09a32d6d authored over 7 years ago
Test was not testing anything.

f1ff2d1ed6b2fc8d234cb8628037471bf11fbe25 authored over 7 years ago
Show all users.

b8b142b2f4d1097758fa8fe3e12671794814c120 authored over 7 years ago
Hotfix for orders.

f64c96e0f18053341d139d72417aa3916323c130 authored over 7 years ago
Remove useless files.

5e70457c88f4548f146ec8307becb77ccf906aa5 authored over 7 years ago
Restore banner.

007237bb2a5820f77af2f6b599eaeac2c448340b authored over 7 years ago
Add package-lock.json.

ef180b8632e8f9421c725bd053ad3604407ddd4b authored over 7 years ago
Parameterize Piwik site id.

2a885489253bfb9ea03a17880722b7084cc0dc63 authored over 7 years ago
Simplify osrm-docker.

b119adcc23d51b233b31f368bdc609b8f15f0fa4 authored over 7 years ago
Add restaurants map on homepage.

313315a697f4453eb6210a8c35e804b1fc18341a authored over 7 years ago
Improve RestaurantProvider.

9694d8ee9926d729cd65b145a20fbccc7b5d56ce authored over 7 years ago
Fix error with Doctrine proxies.

- Rename classes in Entity\Menu namespace to avoid collisions.

459196cb0b84a58ab0643efdb81705c26eb3c927 authored over 7 years ago
Add command to initialize demo.

- Add Faker provider for restaurant stuff.

8edd2b491917767c1f24ddbecb2e01a92b364a50 authored over 7 years ago
Upgrade Node.

5a5a1b8755fc06c3eddf9dd9d21d767da86ad63c authored over 7 years ago
Fix add to cart.

d57d2db8c362876a81f606e83e59c108c270317d authored over 7 years ago
Remove references to Product.

- Bump dependencies.
- Update tests.
- Use Doctrine EntityListeners for Order & OrderItem.
- Imp...

4be2b346faac34f04b05c0e450c829f3932333b0 authored over 7 years ago
Fix Menu entities & improve form.

- Actually configure ORM mapping correctly.
- Use Normalizers to serialize Menu according to sch...

d799a2fbb86c1182e8db844318ad43bf5470f913 authored over 7 years ago
implement guzzle http library to replace file_get_contents method. Fixes #30.

7a25c3acca36c344866225417d85c3910b015416 authored over 7 years ago
Less JS logs.

1b20242954d34c61f63f910ff263ca9cdfe623ee authored over 7 years ago
Refactor menu form.

045e3727a3488bd6d574993af2f608bcf136ae74 authored over 7 years ago
Refactor checkout.

- Use Menu entities on restaurant page.
- Add relationship between OrderItem & MenuItem.
- Copy ...

d9fd9670b3d0ec72032f1bf857fa81ca90edd6b2 authored over 7 years ago
Add tips to README.

4166abaf2ee1c93570314e878bcb031cd07dec7b authored over 7 years ago
Upgrade Node.js & OSRM in Docker.

a0267299a111dd10488a040546d0b742d06dde2d authored over 7 years ago
Introduce Menu entities.

764354da2deba26e00f23ca37feb5e5f6a2b76fd authored over 7 years ago
Add endpoint to check distance.

f1e95a2eef81cebf75718401f8e68685559e422f authored over 7 years ago
Expose JavaScript bindings.

777947c463aec8a747c0d7656d1601526570c76e authored over 7 years ago
Stop PM2 processes on deploy.

a07103d29060943650546dda59b3c976046a0aae authored over 7 years ago
Add API call to AppliColis.

9d8e3f64d1ce8323fd6b7f139818e73e29b5bbd4 authored over 7 years ago
Add simple register endpoint.

e0b57268ba17dced4486606ec3d368e5b00b7df6 authored over 7 years ago
Add operation to create address for user.

1f99438cff1ff83cfdfc836f769e4c47a52c191c authored over 7 years ago
Hotfix.

12fb3a05ad1a4ee748d0eb87b056bda5a6a93854 authored over 7 years ago
Fix

50cb8baf8159cd90c884245beaa0e091085442d2 authored over 7 years ago
Actually send CORS headers.

44bed5e364740654d0f89d4abe4539c2750a5cff authored over 7 years ago
Introduce DeliveryService.

- Allow configurable delivery service per restaurant.
- Roughly refactor "default" delivery serv...

49e07e5463a34a281e7bc0762fd71259bf72f8ba authored over 7 years ago
Use poll on Docker.

317c4ebd8ae832d060a8908f9c134fe59e1e496d authored over 7 years ago
Merge pull request #28 from coopcycle/docker-test-rebased

Docker tests

453bead821ee28408396ac234495eb481a1ecf16 authored over 7 years ago
Make tests work in Docker.

- fix: use a promise to check redis version
- feat: create user directly from JS
- wait for webs...

8b9b90c0cfc3d51f14cd14b8840d09c3f1f2f3c6 authored over 7 years ago
Upgrade DunglasActionBundle to make it work on Alpine Linux.

2c3d622679403640fd77a26016c7bad36b17a76a authored over 7 years ago
Workaround for Doctrine bug.

e5b9e489b15928c0fbeb1cd56777c2a23ace9334 authored over 7 years ago
Introduce Delivery status.

- Change delivery status on order actions.
- Refactor classes.

3af0bb3204d9c4ceb7d299d4210d141ea2a1e045 authored over 7 years ago
Update Travis build.

- Use Node 8
- Use Symfony 3.3 stable
- Upgrade tests for PHPUnit 6
- Use build matrix

c6497470ce3b49847b2c350799d5e44747f3734c authored over 7 years ago
Remove Place attributes from Restaurant.

1f32820e1826e83ac93a91720327f8e88562e585 authored over 7 years ago
Actually use Ansible to manage Docker.

4c431b987f23e3a0f96d147991d58412118d9727 authored over 7 years ago
Introduce Stripe Connect.

- Add page to connect Stripe account.
- Link Stripe Connect account to user & restaurant.
- Crea...

2b98f2ec63085ec37e260f7143701bead2391406 authored over 7 years ago
Fix missing association when using API.

3427461529ef1ab7526455ca18aae8dfa720a55f authored over 7 years ago
Remove "corporate" stuff.

1ebcdf188682ffb493d130c01b5352970ce5115b authored over 7 years ago
Move abstract classes to namespace.

95009977174248740e25e04b5c83f78158ef8fad authored over 7 years ago
Add missing JS file.

79b9a90c13011dcbec35c395f4210fddde3ab99d authored over 7 years ago
Add migration to remove DeliveryAddress.

d0e45a084ac866558715d59d7dcbf4d4af4f15e8 authored over 7 years ago
Remove references to DeliveryAddress.

b5fe9b803500d4ee0ff27d7d05a073321ce49e0d authored over 7 years ago
Add migration for primary keys.

e3ffb05f56b09dc58e70c300e72207120a2457f0 authored over 7 years ago
Decouple e-commerce & logistics.

- Introduce Order.Delivery & change code
- Update tests.
- Use IDENTITY instead of SEQUENCE

eded6753d84322dda18cabec90971fe897952005 authored over 7 years ago
Actually use Mapbox namespace.

38691dcdad8536ca90b86978b251f8c95d17141a authored over 7 years ago
Fix Travis build.

- Disable XDebug.
- Install OSRM.
- Add small extract from Paris.

e270121973880e91f162e3b143b41618315b7ef1 authored over 7 years ago
Use Mapbox namespace.

73f4e0fd7139f79cf0182488af062302f3d96ef2 authored over 7 years ago
Modify .editorconfig.

f0c8d82e8f27f1330f0d5b5d6cf351a26277d0bf authored over 7 years ago
Fix migration.

5d262ec4438ad0a13d235c1a0090b6acf747b5cf authored over 7 years ago
Allow orders during opening hours.

c15ee6420772eda994b7628a40c7c1b0ef51c848 authored over 7 years ago
Merge pull request #21 from coopcycle/alois

Add manifest.json file generation

63e4a999569e29133cca568501eb18747af4a40b authored over 7 years ago
Remove formatting option for Behat.

7c947e37f3330f08e93e078587571cab86e2ee41 authored over 7 years ago
Use Symfony JSON manifest.

98b7fc5ab2da82ac97d269e617b14e08c77dedbe authored over 7 years ago
Add %kernel.root_dir%.

f5c7b1f6c1641dc88625360a9357feb3d02afd1c authored over 7 years ago
Upgrade to Symfony 3.3.

3288bb12ae20d19cf98f5bfef280b2e311ad78c4 authored over 7 years ago
clean: use persistent storage for postgres DB when using docker

30d4fddf7b76f69bdabb2b458cc0fd94b06e5beb authored over 7 years ago
Fix css path.

961737e2d51a58f59613f9c603936cce693c058f authored over 7 years ago
Fix PM2 config when executed in production.

c92c408469937b115ceeebbf0b8aefbfcfa548f6 authored over 7 years ago
Merge pull request #18 from coopcycle/alois

Use Webpack to build scss (+ better management of node_modules in Docker)

382e37c99c420d985dacc9447d90e12df241fd99 authored over 7 years ago
Move Webpack dev server URL to parameters.

f003512bed84c6d5092a058f256435a06e15699f authored over 7 years ago
Actually build assets with Webpack.

- don't require css stylesheets in tracking.js
- serve assets from webpack server
- move fonts/ ...

e0fe1154f561240dc8eec58eb6119b4a9a6457fd authored over 7 years ago
fix: no need to create the DB in docker process

c9faa96887eab186ae49b997740aeba48ebeff75 authored over 7 years ago
feat: use data volumes to keep installed node_modules in the container

eda3e81797c7d35ba6180207e9a10069c1feabdb authored over 7 years ago
feat: add sublime files to gitignore

e96a974902400014186d3f9f7154891e5d07b016 authored over 7 years ago
feat: add indication for external API credentials

37719171234b181a8a3233226e0a8edc5b5067b9 authored over 7 years ago
Merge pull request #19 from Spone/patch-1

Fixed typo

53d6198fe8bdf9592dca5b36f4e1d7aea722db66 authored over 7 years ago
Fixed typo

passer commander > passer commande

c7cacf14ecf82a938ff7e08b747681bf959b6d3e authored over 7 years ago
Merge pull request #17 from Atala/alois

Almost working docker conf

75f34412080a2a264df3325038f55761d43fcfc4 authored over 7 years ago
fix: pass explicitly the ASSETS_BASE_URL when using docker

0020fe173490d044d07495cdc1ce3540353a6746 authored over 7 years ago
fix: use correct parameter for ASSETS_URL when using docker

df4f398db50e1d06cb194dc017d35ca5882ede48 authored over 7 years ago
fix: increase memory limit for osrm container

34fa748cf8f76af2c2ce62bae1f5aca7a24eec34 authored over 7 years ago
Fix restaurant form.

0152018157e913e8ebd9fa9c3781765cccc25d1c authored over 7 years ago
fix: webpack docker config

Install node_modules in container, do not use local folder

33c41e618b7b7643c0ccf620c36b029f862e06b1 authored over 7 years ago
feat: dix docker config for nodejs container

- ignore local node_modules folder thanks to .dockerignore
- use start.sh script to install node...

38be56550d8908a24bd054922b0e2237660f527b authored over 7 years ago
Merge pull request #16 from Atala/alois

fix: set context for PHP container to current dir

e425aded2af51a86ebeea30a4295eaef1adec5bb authored over 7 years ago
fix: set context for PHP container to current dir

caf7e7d975321ca905bad109ff3fd271686197f9 authored over 7 years ago
Parameterize Node.js upstreams.

63c3d70c44e8e9c421c47df7aadcccefdb8360a0 authored over 7 years ago
Fix app prefix in PM2.

a924646c0604fa3da1e6093ea773033c3e8702d7 authored over 7 years ago
Parameterize Node.js port in PM2.

78d8e5bd5a0632bba67694c5420dbd4eccec66a4 authored over 7 years ago
Parameterize OSRM host & Redis DSN.

7844735886bd262f3dbacb64cf3028f5fd6546fc authored over 7 years ago
Allow to create several OSRM servers.

6ccdfc9f4550965ef073d2a07614e8a24a97769f authored over 7 years ago
Fix Travis.

b19a7d2a42481933772ade34f99219f90a55c8ac authored over 7 years ago
Add product description in menu form.

166abcecc8b55634d47c17819b4f8b6e642551ad authored over 7 years ago
Fix opening hours widget.

b52a2019de2d8b6be85af2e34499faea32857880 authored over 7 years ago
Display opening hours text.

60f6e0d181ee8315d2865fa017e61049ad199188 authored over 7 years ago
Execute migrations on deploy.

4222f360817333c91d2a8212008b18c38792bab2 authored over 7 years ago
Add widget to specify opening hours.

eac922ace3ca414d2dfb998929a3efddd59a47a4 authored over 7 years ago