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

Contextualization #14

Merged
merged 14 commits into from
Apr 16, 2015
Merged

Contextualization #14

merged 14 commits into from
Apr 16, 2015

Commits on Apr 13, 2015

  1. Storage controller implementation (index and show).

    New occi.infrastructure.storage and associated tests.
    
    Added StorageLinks
    enolfc committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    fcaab70 View commit details
    Browse the repository at this point in the history
  2. Added Storage to query.

    enolfc committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    62b6de5 View commit details
    Browse the repository at this point in the history
  3. Improve testing.

    enolfc committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    4291c10 View commit details
    Browse the repository at this point in the history
  4. Improved link rendering.

    enolfc committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    c45cf7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79d3fce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f2aa8c View commit details
    Browse the repository at this point in the history
  7. First parser attempt.

    enolfc committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    6f0ab44 View commit details
    Browse the repository at this point in the history
  8. Just a TODO message.

    enolfc committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    c9dbfb9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c80b4c7 View commit details
    Browse the repository at this point in the history
  10. Moved parsers to wsgi module.

    enolfc committed Apr 13, 2015
    4 Configuration menu
    Copy the full SHA
    b9de8ab View commit details
    Browse the repository at this point in the history
  11. Introduced support for user_data contextualization

    - New parser and validator for create methods.
    - Includes schemes in the mixin class to allow comparisons
    - Fix scheme builder in helper (was missing # at the end)
    - Update tests
    enolfc committed Apr 13, 2015
    1 Configuration menu
    Copy the full SHA
    4ee3782 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Improved parsers and validators

    Everything is now under the same module (wsgi). Request
    object includes methods for parsing a validating the
    user input.
    Fixed the compute method which was still using the old
    body for creating the VM.
    Added tests for parser.
    enolfc committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    fa2b1c8 View commit details
    Browse the repository at this point in the history
  2. Added TextParser.

    enolfc committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    8a336a5 View commit details
    Browse the repository at this point in the history
  3. Basic tests for the parser.

    Missing the validation tests.
    enolfc committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    5c34343 View commit details
    Browse the repository at this point in the history