Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

New Initialization #33

Merged
merged 10 commits into from
Jul 25, 2013
Merged

Commits on Jul 23, 2013

  1. Add backwards-compatibility

    marten authored and tomdev committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    224e27e View commit details
    Browse the repository at this point in the history
  2. Set default value for pavlov_options

    marten authored and tomdev committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    2f885e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffc52ad View commit details
    Browse the repository at this point in the history
  4. Update changelog

    tomdev committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    53346db View commit details
    Browse the repository at this point in the history
  5. Deprecate Pavlov.command/query/interactor

    marten authored and tomdev committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    02d2101 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2aec774 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a7a786 View commit details
    Browse the repository at this point in the history
  8. Changed compatibility layer for initialization

    This breaks for all old code, but this can be fixed easily by changes these method names.
    
    After that you can upgrade one by one by changing the method name back into `query`, `command` or `interactor`.
    tomdev committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    db76889 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2013

  1. Fixing name collisions, fixed adding pavlov options, removed creating…

    … pavlov_options in compatablity layer.
    jjoos committed Jul 25, 2013
    2 Configuration menu
    Copy the full SHA
    02d0588 View commit details
    Browse the repository at this point in the history
  2. fix test, rename, always include comatablity

    Fixed tests (must have explicit pavlov_options)
    rename in tests interactor => old interactor
    always compatability for now
    jjoos committed Jul 25, 2013
    Configuration menu
    Copy the full SHA
    e3b20a3 View commit details
    Browse the repository at this point in the history