Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phalcon storage #743

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Commits on Jun 29, 2016

  1. Configuration menu
    Copy the full SHA
    d68233e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    074d366 View commit details
    Browse the repository at this point in the history
  3. Updated namespaces

    lucasantarella committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    eedce8f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. Configuration menu
    Copy the full SHA
    04f183e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a289e View commit details
    Browse the repository at this point in the history
  3. Fixed syntax error

    lucasantarella committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    2173560 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ced15f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    835b318 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. Configuration menu
    Copy the full SHA
    cf3a157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d77748 View commit details
    Browse the repository at this point in the history
  3. Phalcon travis ci config (#1)

    * Added Travis CI installer for Phalcon
    
    * Travis CI config for phalcon
    
    * Refactored to the corresponding directory for the Phalcon classes
    
    * Added phalcon autoload tests
    
    * Test test
    
    * Get client details test
    
    * Init DB for phalcon test
    
    * Refactored di connection
    
    * More tests
    
    * Disabled throwing an exception
    
    * Setup methods
    
    * Fixed table names
    
    * Finalize tests
    lucasantarella authored Jul 1, 2016
    Configuration menu
    Copy the full SHA
    f18eb47 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Revert "Phalcon travis ci config (#1)"

    This reverts commit f18eb47.
    lucasantarella committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    cfd5166 View commit details
    Browse the repository at this point in the history
  2. Phalcon travis ci config (#2)

    * Added Travis CI installer for Phalcon
    
    * Travis CI config for phalcon
    
    * Refactored to the corresponding directory for the Phalcon classes
    
    * Added phalcon autoload tests
    
    * Test test
    
    * Get client details test
    
    * Init DB for phalcon test
    
    * Refactored di connection
    
    * More tests
    
    * Disabled throwing an exception
    
    * Setup methods
    
    * Fixed table names
    
    * Finalize tests
    
    * Min php version set to 5.3.21
    
    * Removed manually setting the phalcon version
    
    * Php 5.3.29 for Phalcon Zephir
    
    * Added dev packages
    
    * using sudo
    
    * Installing 2.0.x of phalcon
    
    * Removed PHP7 and HHVM from config
    
    * Using dynamic table names for the library
    
    * Using getShared instead of getRaw
    
    * Fixed recursion depth
    
    * Using get instead of getShared
    
    * Using function
    
    * Using special config class
    
    * Added special phalcon conf class
    
    * Using containerbased infrastructure
    
    * Fixed not sending the class in the di
    
    * Moved the conf class back to the Phalcon main class
    lucasantarella authored Jul 5, 2016
    Configuration menu
    Copy the full SHA
    fa994c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Using function instead of class object (#3)

    * Using array instead of class
    
    * Removed unused PhalconConf class
    lucasantarella authored Jul 6, 2016
    Configuration menu
    Copy the full SHA
    5d1cf4b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Configuration menu
    Copy the full SHA
    4f90609 View commit details
    Browse the repository at this point in the history
  2. Updated travis config

    lucasantarella committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    97d6f14 View commit details
    Browse the repository at this point in the history
  3. All php 5.3 versions

    lucasantarella committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    ab1d2bd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    122aebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a016904 View commit details
    Browse the repository at this point in the history