[forge-commits] [forge/scaffold-html5] 8037e7: Introduced the use of ShellPrompt.promptChoiceType...

Vineet Reynolds Vineet.Reynolds at gmail.com
Tue Feb 26 15:55:14 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/forge/scaffold-html5
  Commit: 8037e79e83cedea2325a465312e9dc0ecc0fa17d
      https://github.com/forge/scaffold-html5/commit/8037e79e83cedea2325a465312e9dc0ecc0fa17d
  Author: Vineet Reynolds <Vineet.Reynolds at gmail.com>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M src/main/java/org/jboss/forge/scaffold/html5/IntrospectorClient.java

  Log Message:
  -----------
  Introduced the use of ShellPrompt.promptChoiceTyped to facilitate testing.

ShellPrompt.promptCompleter appears to be unsuitable for use in a nested command execution context, since I'm unable to feed it an input token queue to be used to determine execution outcome.


  Commit: a7a480919329926900cab977c97cf682b964ea59
      https://github.com/forge/scaffold-html5/commit/a7a480919329926900cab977c97cf682b964ea59
  Author: Vineet Reynolds <Vineet.Reynolds at gmail.com>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M src/main/java/org/jboss/forge/scaffold/html5/IntrospectorClient.java
    M src/test/java/org/jboss/forge/scaffold/html5/scenario/Html5ScaffoldScenarioTest.java
    A src/test/resources/scenario-outputs/many-to-many/index.html
    A src/test/resources/scenario-outputs/many-to-many/scripts/app.js
    A src/test/resources/scenario-outputs/many-to-many/scripts/controllers/editGroupIdentityController.js
    A src/test/resources/scenario-outputs/many-to-many/scripts/controllers/editUserIdentityController.js
    A src/test/resources/scenario-outputs/many-to-many/scripts/controllers/newGroupIdentityController.js
    A src/test/resources/scenario-outputs/many-to-many/scripts/controllers/newUserIdentityController.js
    A src/test/resources/scenario-outputs/many-to-many/scripts/controllers/searchGroupIdentityController.js
    A src/test/resources/scenario-outputs/many-to-many/scripts/controllers/searchUserIdentityController.js
    A src/test/resources/scenario-outputs/many-to-many/scripts/services/GroupIdentityFactory.js
    A src/test/resources/scenario-outputs/many-to-many/scripts/services/UserIdentityFactory.js
    A src/test/resources/scenario-outputs/many-to-many/scripts/vendor/angular-resource.js
    A src/test/resources/scenario-outputs/many-to-many/scripts/vendor/angular.js
    A src/test/resources/scenario-outputs/many-to-many/views/GroupIdentity/detail.html
    A src/test/resources/scenario-outputs/many-to-many/views/GroupIdentity/search.html
    A src/test/resources/scenario-outputs/many-to-many/views/UserIdentity/detail.html
    A src/test/resources/scenario-outputs/many-to-many/views/UserIdentity/search.html
    A src/test/resources/scenario-outputs/many-to-one/index.html
    A src/test/resources/scenario-outputs/many-to-one/scripts/app.js
    A src/test/resources/scenario-outputs/many-to-one/scripts/controllers/editCustomerController.js
    A src/test/resources/scenario-outputs/many-to-one/scripts/controllers/editStoreOrderController.js
    A src/test/resources/scenario-outputs/many-to-one/scripts/controllers/newCustomerController.js
    A src/test/resources/scenario-outputs/many-to-one/scripts/controllers/newStoreOrderController.js
    A src/test/resources/scenario-outputs/many-to-one/scripts/controllers/searchCustomerController.js
    A src/test/resources/scenario-outputs/many-to-one/scripts/controllers/searchStoreOrderController.js
    A src/test/resources/scenario-outputs/many-to-one/scripts/services/CustomerFactory.js
    A src/test/resources/scenario-outputs/many-to-one/scripts/services/StoreOrderFactory.js
    A src/test/resources/scenario-outputs/many-to-one/views/Customer/detail.html
    A src/test/resources/scenario-outputs/many-to-one/views/Customer/search.html
    A src/test/resources/scenario-outputs/many-to-one/views/StoreOrder/detail.html
    A src/test/resources/scenario-outputs/many-to-one/views/StoreOrder/search.html
    A src/test/resources/scenario-outputs/one-to-many/index.html
    A src/test/resources/scenario-outputs/one-to-many/scripts/app.js
    A src/test/resources/scenario-outputs/one-to-many/scripts/controllers/editCustomerController.js
    A src/test/resources/scenario-outputs/one-to-many/scripts/controllers/editStoreOrderController.js
    A src/test/resources/scenario-outputs/one-to-many/scripts/controllers/newCustomerController.js
    A src/test/resources/scenario-outputs/one-to-many/scripts/controllers/newStoreOrderController.js
    A src/test/resources/scenario-outputs/one-to-many/scripts/controllers/searchCustomerController.js
    A src/test/resources/scenario-outputs/one-to-many/scripts/controllers/searchStoreOrderController.js
    A src/test/resources/scenario-outputs/one-to-many/scripts/services/CustomerFactory.js
    A src/test/resources/scenario-outputs/one-to-many/scripts/services/StoreOrderFactory.js
    A src/test/resources/scenario-outputs/one-to-many/views/Customer/detail.html
    A src/test/resources/scenario-outputs/one-to-many/views/Customer/search.html
    A src/test/resources/scenario-outputs/one-to-many/views/StoreOrder/detail.html
    A src/test/resources/scenario-outputs/one-to-many/views/StoreOrder/search.html
    A src/test/resources/scenario-outputs/one-to-one/index.html
    A src/test/resources/scenario-outputs/one-to-one/scripts/app.js
    A src/test/resources/scenario-outputs/one-to-one/scripts/controllers/editAddressController.js
    A src/test/resources/scenario-outputs/one-to-one/scripts/controllers/editCustomerController.js
    A src/test/resources/scenario-outputs/one-to-one/scripts/controllers/newAddressController.js
    A src/test/resources/scenario-outputs/one-to-one/scripts/controllers/newCustomerController.js
    A src/test/resources/scenario-outputs/one-to-one/scripts/controllers/searchAddressController.js
    A src/test/resources/scenario-outputs/one-to-one/scripts/controllers/searchCustomerController.js
    A src/test/resources/scenario-outputs/one-to-one/scripts/services/AddressFactory.js
    A src/test/resources/scenario-outputs/one-to-one/scripts/services/CustomerFactory.js
    A src/test/resources/scenario-outputs/one-to-one/views/Address/detail.html
    A src/test/resources/scenario-outputs/one-to-one/views/Address/search.html
    A src/test/resources/scenario-outputs/one-to-one/views/Customer/detail.html
    A src/test/resources/scenario-outputs/one-to-one/views/Customer/search.html

  Log Message:
  -----------
  Added tests to verify the behavior of the scaffold generator for related entities.


Compare: https://github.com/forge/scaffold-html5/compare/17abd55227ab...a7a480919329


More information about the forge-commits mailing list