Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Implementing 'is' methods to classes related to view and to model #1736

Merged
merged 33 commits into from
Aug 14, 2019

Commits on Jul 5, 2019

  1. Add 'is' method to model's classes.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    3816afb View commit details
    Browse the repository at this point in the history
  2. Add unit test for 'is' methods.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    b8c10d8 View commit details
    Browse the repository at this point in the history
  3. Replace spaces with tabs.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    960bb38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87dc29b View commit details
    Browse the repository at this point in the history
  5. Add and update 'is()' method for view components.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    cfe3b86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    146bd43 View commit details
    Browse the repository at this point in the history
  7. Add unit tests for view components.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    9d80ec3 View commit details
    Browse the repository at this point in the history
  8. Add prefix model to missingo ones.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    101819e View commit details
    Browse the repository at this point in the history
  9. Add 'is()' method to operations.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    c725da1 View commit details
    Browse the repository at this point in the history
  10. Update docs description for engine/model classes.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    67a5a74 View commit details
    Browse the repository at this point in the history
  11. Add documentation for view's classes.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    e239f4f View commit details
    Browse the repository at this point in the history
  12. Some additioanl tweaks to do cumentation description.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    c2863de View commit details
    Browse the repository at this point in the history
  13. Improve code spacing.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    264457d View commit details
    Browse the repository at this point in the history
  14. Fix and add test to have coverage on 100%.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    608ce64 View commit details
    Browse the repository at this point in the history
  15. Revert "Add 'is()' method to operations."

    This reverts commit a7bdbea.
    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    cf2bce2 View commit details
    Browse the repository at this point in the history
  16. Remove is() method from unnecessary model's classes.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    21db0af View commit details
    Browse the repository at this point in the history
  17. Remove unit test which are no longer valid.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    ecea81a View commit details
    Browse the repository at this point in the history
  18. Remove is() method from unnecessary view classes.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    290a40c View commit details
    Browse the repository at this point in the history
  19. Remove unit test for classes without 'is()' method.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    c9e7719 View commit details
    Browse the repository at this point in the history
  20. Fix docs entries to non existing places.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    4e07dec View commit details
    Browse the repository at this point in the history
  21. Unify names of unit tests.

    Mateusz Samsel committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    b961330 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
    msamsel and Reinmar authored Jul 25, 2019
    Configuration menu
    Copy the full SHA
    76f8a51 View commit details
    Browse the repository at this point in the history
  2. Revert change replacing spaces to tabs.

    Mateusz Samsel committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    0fb8821 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Configuration menu
    Copy the full SHA
    3aa2407 View commit details
    Browse the repository at this point in the history
  2. Improve description to model's is method.

    Mateusz Samsel committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    887ba88 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Merge branch 'master' into t/1667

    Mateusz Samsel committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    2ef7d9e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

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

Commits on Aug 9, 2019

  1. Refined the documentation.

    Reinmar committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    f33f445 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Fix wrong example in docs.

    Mateusz Samsel committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    96f6213 View commit details
    Browse the repository at this point in the history
  2. Correct description for models' classes.

    Mateusz Samsel committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    a1885ed View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Improve docs for views classes.

    Mateusz Samsel committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    45c4c87 View commit details
    Browse the repository at this point in the history
  2. Minor changes in samples for is() method.

    Mateusz Samsel committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    78e28c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

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