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

Introduce v14 test drivers #972

Merged
merged 17 commits into from
May 24, 2016
Merged

Introduce v14 test drivers #972

merged 17 commits into from
May 24, 2016

Commits on May 23, 2016

  1. Fix overwriting config_section definitions:

     * "name" and "param_name" is strongly connected with plugin's code (even in base classes)
       so these MUST be not changed by subclasses (subclass MUST use same names)
     * separate "param_name" from "name" to detect overwriting "param_name" by subclasses to raise errors
       and add "variable_name" method as internal utility
     * make it possible to change default values in finalized sections
       because it's very popular that 3rd party plugin prefer different default value for built-in predefined parameters
     * make it possible to change "init" specification of finalized sections
       because newly added/changed default values might be able to init sections
    tagomoris committed May 23, 2016
    Configuration menu
    Copy the full SHA
    852d5b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b9671a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b010c32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab4eeaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f148ed3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Configuration menu
    Copy the full SHA
    34a7ae2 View commit details
    Browse the repository at this point in the history
  2. remove warnings

    tagomoris committed May 24, 2016
    Configuration menu
    Copy the full SHA
    3971d5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cb7fe2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad408f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dabb695 View commit details
    Browse the repository at this point in the history
  6. add missing requirement

    tagomoris committed May 24, 2016
    Configuration menu
    Copy the full SHA
    d59c2a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c19c960 View commit details
    Browse the repository at this point in the history
  8. port in_dummy to v0.14 API

    tagomoris committed May 24, 2016
    Configuration menu
    Copy the full SHA
    732f82f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e3d6b90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f3acf4c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba2586d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d8cae43 View commit details
    Browse the repository at this point in the history