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

Update for using Handlers (by @WBerredo) and support for routing annotations (basic) #38

Open
wants to merge 53 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2014

  1. Initial test

    WBerredo committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    5a13dd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Configuration menu
    Copy the full SHA
    3c9a713 View commit details
    Browse the repository at this point in the history
  2. Revert "Initial test"

    This reverts commit 5a13dd3.
    
    Only a commit test
    WBerredo committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    8c09680 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    812692d View commit details
    Browse the repository at this point in the history
  4. refactory of put template

    WBerredo committed Nov 20, 2014
    Configuration menu
    Copy the full SHA
    eb08d00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28d43e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72219c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a36a39f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

  1. Configuration menu
    Copy the full SHA
    5c1b219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12a93b View commit details
    Browse the repository at this point in the history
  3. Fix ident on documentation

    WBerredo committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    a4f9247 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad5bc07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19c410c View commit details
    Browse the repository at this point in the history
  6. Update the templates.

    WBerredo committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    5cd1c9e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2014

  1. Configuration menu
    Copy the full SHA
    45fddae View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2014

  1. Permit show delete message.

    WBerredo committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    e99058a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Fix PHPdocs messages

    WBerredo committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    4e55ef3 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Configuration menu
    Copy the full SHA
    357cf75 View commit details
    Browse the repository at this point in the history
  2. added .idea in gitignore

    WickedSilver committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    37fa661 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b660a16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    189dac3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ab41e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. now fixed creation of the DependencyInjection the right way. also che…

    …cking and creating the folder if it doesn't exist
    WickedSilver committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    12dfff6 View commit details
    Browse the repository at this point in the history
  2. added extension bare class file when not yet created and added phpdoc…

    … to rest handler methods
    WickedSilver committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    9a8d0ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    591d749 View commit details
    Browse the repository at this point in the history
  4. fixed formattting issues

    WickedSilver committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    83b24af View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Configuration menu
    Copy the full SHA
    dff4ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    938e268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e36e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09d9215 View commit details
    Browse the repository at this point in the history
  5. added function route annotations for the REST controller methods and …

    …now allways generating phpdoc for handlers instead of only when run with --document
    WickedSilver committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    c548387 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34a19ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d13c39a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06b221d View commit details
    Browse the repository at this point in the history
  9. undid previous commit

    WickedSilver committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    5c9f439 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Configuration menu
    Copy the full SHA
    92f8fad View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Configuration menu
    Copy the full SHA
    a54d6c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fea7c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fae1f64 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

  1. Develop > Master (Implemented tests and fixed interactive mode) (#2)

    # Implemented 
    - automatic test generation
    - handling of entity constraints for tests
    - added yml support for service definition
    
    # Details
    * fixed typo
    
    * added creation of test base case
    
    * did this cause hard error?
    
    * fix for twig syntax error
    
    * fix for formatting of the included tests
    
    * fixed double if in oauth/setup.php.twig
    
    * object fields should not be put after eachother but under eachother
    
    * object fields should not be put after eachother but under eachother
    
    * added templates for no-authentication test
    
    * added friendly test mode function
    
    * added friendly test mode function
    
    * added friendly test mode function
    
    * added friendly test mode function
    
    * fixed typos in test cases
    
    * setup.php.twig format fixes
    
    * setup.php.twig format fixes
    
    * mode oauth base case command independent
    
    * added returning response content on error in tests
    
    * fixed defaults in interactive mode
    
    * removed non-working interactive mode for oauth username/password
    
    * fixed problems in oauth2 base testcase
    
    * fix for tests of oauth
    
    * added alpha version of ManyToOne support
    
    * added support for array and date internval types in testing
    
    * fixed typo in oauth setup for loop
    
    * added test version of service generation as YML format
    
    * added test version of service generation as YML format
    
    * fixed handlers so Entities in sub maps is supported
    
    * fixed handlers so Entities in sub maps is supported
    
    * fixed handlers so Entities in sub maps is supported
    
    * changed BaseTest location to be always in the root of Base
    
    * made tests independant of entity being in sub-map (AppBundle:User/User)
    
    * added usage of parameters in services.yml
    
    * made controller compatible with sub-entity (AppBundle:User\User)
    
    * fixed type in generation of serviceREST.yml file
    
    * fixed twig replace for controller actions
    
    * now using YmlLoader for loading yml instead of the XmlLoader
    
    * removed unused testing code and now adding services/params to service yml file instead of replacing them
    
    * added support of ManyToOne and OneToMany fields in oauth test case
    
    * added forgotten line closing ';'
    
    * made assoc field suffix with underscore for clarity
    
    * added a parameter overview to the readmes and fixed some layout issues in the setup for oauth test
    
    * added comments to setup
    
    * re-formatted the setup for testing and made it for both oauth and no-authentication
    
    * testing with Entity constraints, let's check the content
    
    * testing with Entity constraints, let's check the content
    
    * testing with Entity constraints, let's check the content
    
    * testing with Entity constraints, let's check the content
    
    * made bundle symfony dependant (added symfony to composer) and added testing version of checking constraints for fields in the test
    
    * made bundle symfony dependant (added symfony to composer) and added testing version of checking constraints for fields in the test
    
    * added constraint handling in setup template
    
    * added support for length constraint
    WickedSilver committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    f9cb269 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    b08b191 View commit details
    Browse the repository at this point in the history
  2. resolved merge conflicts with current master version of voryx/restgen…

    …erator, real code change for this merge is done in the previous commit
    WickedSilver committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    f857083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e5f84d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be3e8d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

  1. Develop > Master (#3)

    * fixed typo
    
    * added creation of test base case
    
    * did this cause hard error?
    
    * fix for twig syntax error
    
    * fix for formatting of the included tests
    
    * fixed double if in oauth/setup.php.twig
    
    * object fields should not be put after eachother but under eachother
    
    * object fields should not be put after eachother but under eachother
    
    * added templates for no-authentication test
    
    * added friendly test mode function
    
    * added friendly test mode function
    
    * added friendly test mode function
    
    * added friendly test mode function
    
    * fixed typos in test cases
    
    * setup.php.twig format fixes
    
    * setup.php.twig format fixes
    
    * mode oauth base case command independent
    
    * added returning response content on error in tests
    
    * fixed defaults in interactive mode
    
    * removed non-working interactive mode for oauth username/password
    
    * fixed problems in oauth2 base testcase
    
    * fix for tests of oauth
    
    * added alpha version of ManyToOne support
    
    * added support for array and date internval types in testing
    
    * fixed typo in oauth setup for loop
    
    * added test version of service generation as YML format
    
    * added test version of service generation as YML format
    
    * fixed handlers so Entities in sub maps is supported
    
    * fixed handlers so Entities in sub maps is supported
    
    * fixed handlers so Entities in sub maps is supported
    
    * changed BaseTest location to be always in the root of Base
    
    * made tests independant of entity being in sub-map (AppBundle:User/User)
    
    * added usage of parameters in services.yml
    
    * made controller compatible with sub-entity (AppBundle:User\User)
    
    * fixed type in generation of serviceREST.yml file
    
    * fixed twig replace for controller actions
    
    * now using YmlLoader for loading yml instead of the XmlLoader
    
    * removed unused testing code and now adding services/params to service yml file instead of replacing them
    
    * added support of ManyToOne and OneToMany fields in oauth test case
    
    * added forgotten line closing ';'
    
    * made assoc field suffix with underscore for clarity
    
    * added a parameter overview to the readmes and fixed some layout issues in the setup for oauth test
    
    * added comments to setup
    
    * re-formatted the setup for testing and made it for both oauth and no-authentication
    
    * testing with Entity constraints, let's check the content
    
    * testing with Entity constraints, let's check the content
    
    * testing with Entity constraints, let's check the content
    
    * testing with Entity constraints, let's check the content
    
    * made bundle symfony dependant (added symfony to composer) and added testing version of checking constraints for fields in the test
    
    * made bundle symfony dependant (added symfony to composer) and added testing version of checking constraints for fields in the test
    
    * added constraint handling in setup template
    
    * added support for length constraint
    
    * and fixed a forgotten merge conflict
    
    * now creating the YAML reference for use of annotation routing if it doesn't already exist.
    
    * now creating the YAML reference for use of annotation routing if it doesn't already exist.
    
    * now creating the YAML reference for use of annotation routing if it doesn't already exist.
    
    * now creating the YAML reference for use of annotation routing if it doesn't already exist.
    WickedSilver committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    26a350c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2016

  1. fixed routing issues for generation of sub-entities (#4)

    * fixed routing issues for generation of sub-entities
    WickedSilver committed May 12, 2016
    Configuration menu
    Copy the full SHA
    13e383e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. Configuration menu
    Copy the full SHA
    0132d8b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Fix to support Symfony >=2.8

    boskee committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    efbcb07 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Update README.md

    Explain resource parameter
    WBerredo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    bbf1a4e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from WBerredo/patch-1

    Update README.md
    WickedSilver committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    d04571a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Updated Dependencies

    sujayjaju committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    55260df View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2017

  1. Merge pull request #5 from boskee/master

    Fix to support Symfony >=2.8
    WickedSilver committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    b39b6b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Merge pull request #7 from sujayjaju/master

    Updated Dependencies to support FosRest 2.x
    WickedSilver committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    9b01059 View commit details
    Browse the repository at this point in the history