Giter VIP home page Giter VIP logo

oxrun's People

Contributors

adriankirchner avatar marcharding avatar tmloberon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

oxrun's Issues

Forget to create new oxrun.phar

In master-branch is a old Version of oxrun.phar. That need to be renewed. I do not dare to renew it. Because I do not know which version should be deposited: v1.0.0 or v2.0.0.

Oxrun exceeds Github rate limit

Hi,

now this isn't really critical at all, but while setting up my server which is using oxrun I noticed that it's obviously also calling https://api.github.com/repos/OXID-eSales/oxideshop_ce/tags at at least one point. Now while provisioning my server over and over again I suddenly hit the rate limit of Githubs API. This could be prevented when providing a clientid and secret with the request (see https://developer.github.com/v3/#rate-limiting).

Is this something that can be configured? If not, I guess it would be useful.

Best regards,

Christian

Only install:shop command available

Hey,

nice CLI. But I cant get any other command running than install:shop. For example I want to set a config:

oxrun config:set

[InvalidArgumentException]
There are no commands defined in the "config" namespace.

Is there something I missed?

oxrun list gives me:

oxrun version dev-master

Usage:
command [options] [arguments]

Options:
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
--shopDir[=SHOPDIR] Force oxid base dir. No auto detection
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
help Displays help for a command
list Lists commands
install
install:shop Installs the shop

Merge new OXID 6 fork?

Hi there, first of all thanks for the awesome work on oxrun! Some people, including me and @tmloberon extended it a bit and changed/updated some bits for OXID 6 compatibility.
Would you be interested to merge the changes into this repo, maybe as new master or as a separate branch? Latest version, including @tmloberon fork changes is at: https://github.com/smxsm/oxrun
Ideally, it could be transferred to the OXIDProjects Github repo, so that maybe some other folks could work on it, too... what do you think?

Add simple order report sql

SELECT SUM(oxtotalordersum), DATE_FORMAT(oxorderdate,'%Y-%m') FROM oxorder GROUP BY DATE_FORMAT(oxorderdate,'%Y-%m') ORDER BY oxorderdate;

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.