Giter Site home page Giter Site logo

adempiere / proxy-adempiere-api Goto Github PK

View Code? Open in Web Editor NEW
4.0 6.0 9.0 5.83 MB

Storefront GraphQL API Gateway. Modular architecture. ElasticSearch included. Works great with Magento1, Magento2, Spree, OpenCart, Pimcore and custom backends

Home Page: https://adempiere.github.io/proxy-adempiere-api/

License: MIT License

Shell 1.26% JavaScript 48.21% Dockerfile 0.10% TypeScript 50.44% Procfile 0.01%
proxy-adempiere-api storefront-api vue-storefront adempiere-grpc-server graphql-api adempiere

proxy-adempiere-api's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

proxy-adempiere-api's Issues

Command error when build docker image

Current behavior

When I run docker-compose up, I get the next error on image construction.

/bin/sh: syntax error: unexpected "&&"
The command '/bin/sh -c apk --no-cache --update upgrade musl    && apk add --no-cache       --repository http://dl-cdn.alpinelinux.org/alpine/edge/community       --repository http://dl-cdn.alpinelinux.org/alpine/edge/main       --virtual .build-deps     curl          git              python          make            g++             ca-certificates                 wget &&   && yarn install --no-cache   && apk del .build-deps' returned a non-zero code: 2
ERROR: Service 'app' failed to build : Build failed

That is because in the image build, in the package installation, there are two "&&" together.

Expected behavior

Replace with one "&&" or add a missing command if necesary

Steps to reproduce the issue

Run docker-compose up

Endpoint test with curl outdated

Current behavior

The current example with curl with the actual endpoint is outdated, this not get a OK 200 code message

Expected behavior

Get a OK 200 code message

Steps to reproduce the issue

Run the curl command to an updated proxy instance

curl 'https://api.erpya.com/adempiere-api/user/login' \
    -X POST \
    -H 'content-type: application/json' \
    -H 'accept: */*;charset=UTF-8' \
    --data-binary '{"username":"demo","password":"demo"}'

[Security] Workflow docs.yml is using vulnerable action actions/checkout

The workflow docs.yml is referencing action actions/checkout using references v1. However this reference is missing the commit a6747255bd19d7a757dbdda8c654a9f84db19839 which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.