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

feature/finish-db-models #7

Merged
merged 15 commits into from
Nov 7, 2020
Merged

feature/finish-db-models #7

merged 15 commits into from
Nov 7, 2020

Commits on Oct 30, 2020

  1. Finish the base model definitions

    JacksonMaxfield committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    08b0b56 View commit details
    Browse the repository at this point in the history
  2. Add tests for checking primary keys and indexes

    JacksonMaxfield committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    62e16b2 View commit details
    Browse the repository at this point in the history
  3. Add model indexes

    JacksonMaxfield committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    7dc54f3 View commit details
    Browse the repository at this point in the history
  4. Rename ignore classes global

    JacksonMaxfield committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    06a7749 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Fix MatterStatus primary keys and indexes

    JacksonMaxfield committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    268e2a8 View commit details
    Browse the repository at this point in the history
  2. Attempt to build on all platforms

    JacksonMaxfield committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    f481d91 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    JacksonMaxfield committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    5e0cb68 View commit details
    Browse the repository at this point in the history
  4. Install graphviz depending on platform

    JacksonMaxfield committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    531d3f4 View commit details
    Browse the repository at this point in the history
  5. Remove "yes" command to install commands

    JacksonMaxfield committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    70099a7 View commit details
    Browse the repository at this point in the history
  6. Try without libgraphviz-dev on mac and windows

    JacksonMaxfield committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    63e979b View commit details
    Browse the repository at this point in the history
  7. Replace pygraphviz dep with pydot

    JacksonMaxfield committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    e0d01e4 View commit details
    Browse the repository at this point in the history
  8. Drop libgraphviz-dev from dep install

    JacksonMaxfield committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    9d0633a View commit details
    Browse the repository at this point in the history
  9. Clean up the rest of the workflow files after build changes

    JacksonMaxfield committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    0144d77 View commit details
    Browse the repository at this point in the history
  10. Update CRON timing to 10:24:00

    JacksonMaxfield committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    b09e3fc View commit details
    Browse the repository at this point in the history
  11. Move graphviz to actual requirements instead of test deps

    JacksonMaxfield committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    54d5473 View commit details
    Browse the repository at this point in the history