Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: simple-access-layer/source
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: simple-access-layer/source
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactor_node_objects
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 20 files changed
  • 1 contributor

Commits on Mar 11, 2021

  1. Add node abstract base class

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    1412198 View commit details
    Browse the repository at this point in the history
  2. Refactor report classes

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a08527e View commit details
    Browse the repository at this point in the history
  3. Move description property to Node

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    629bfcb View commit details
    Browse the repository at this point in the history
  4. Move NodeRreport

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    79007d3 View commit details
    Browse the repository at this point in the history
  5. Refactor dataclass and abstract subclasses

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    32bb313 View commit details
    Browse the repository at this point in the history
  6. Remove rundandant summary method

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    7cc4a6a View commit details
    Browse the repository at this point in the history
  7. Implement to_dict and from_dict for DataClass

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    15a6b46 View commit details
    Browse the repository at this point in the history
  8. Remove Node.serialise

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    05267c9 View commit details
    Browse the repository at this point in the history
  9. Remove serialise methods

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    4092a7b View commit details
    Browse the repository at this point in the history
  10. Correct or remove to_dict methods

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    65f46ca View commit details
    Browse the repository at this point in the history
  11. Put default description in init

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a5984ef View commit details
    Browse the repository at this point in the history
  12. Remove redundant summary methods

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ba8510d View commit details
    Browse the repository at this point in the history
  13. Correct typos causing test failures

    tfarmer committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    212d848 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Correct recursive to_dict call

    tfarmer committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    bfe572b View commit details
    Browse the repository at this point in the history
Loading