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

Less intrusive doc builds #1060

Merged

Commits on Jul 14, 2023

  1. Rather than mocking pandas, intercept parsing of EncoderDataFrame and…

    … disable the inherited-members option only for this one class
    dagardner-nv committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d5fd824 View commit details
    Browse the repository at this point in the history
  2. Remove import of MutateOp, allowing the register_morpheus_extensions …

    …method to be mocked prior to any merlin or nvtabular modules are imported
    dagardner-nv committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f496bda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87aa76f View commit details
    Browse the repository at this point in the history
  4. Don't import register_morpheus_extensions and patch_numpy_dtype_regis…

    …try directly, allowing them to be mocked, remove check of MORPHEUS_IN_SPHINX_BUILD env var
    dagardner-nv committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b2dca87 View commit details
    Browse the repository at this point in the history
  5. Mock register_morpheus_extensions and patch_numpy_dtype_registry to p…

    …revent side-effects during documentation builds
    dagardner-nv committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c2d9db5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Perform inspect.unwrap in a try block since auto-doc mocks will retur…

    …n themselves when unwrapping, causing inspect.unwrap to raise a cycle error
    dagardner-nv committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e7c896e View commit details
    Browse the repository at this point in the history
  2. Remove hacky work-around

    dagardner-nv committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1ffb42b View commit details
    Browse the repository at this point in the history
  3. Remove un-needed mock

    dagardner-nv committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    402145d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8f8625 View commit details
    Browse the repository at this point in the history
  5. cleanups

    dagardner-nv committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9bce794 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c824f4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae0ad29 View commit details
    Browse the repository at this point in the history
  8. Fix import paths

    dagardner-nv committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e12b2a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-doc-builds-nvt-mock
    dagardner-nv committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1509e50 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-23.11' of github.com:nv-morpheus/Morpheus into d…

    …avid-doc-builds-nvt-mock
    dagardner-nv committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    808bfd0 View commit details
    Browse the repository at this point in the history
  3. Version fixes

    dagardner-nv committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a9dcb02 View commit details
    Browse the repository at this point in the history
  4. yapf formatting

    dagardner-nv committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    9639126 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Aug 4, 2023

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

Commits on Aug 22, 2023

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

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    9f59b71 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'david-doc-builds-nvt-mock' of github.com:dagardner-nv/M…

    …orpheus into david-doc-builds-nvt-mock
    dagardner-nv committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    152fee0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83bc486 View commit details
    Browse the repository at this point in the history
  4. pylint fixes

    dagardner-nv committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3edb003 View commit details
    Browse the repository at this point in the history