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

[Debuggger V1] Remove external reference to the deprecated plugin #4033

Merged
merged 2 commits into from Aug 14, 2020

Conversation

caisq
Copy link
Contributor

@caisq caisq commented Aug 14, 2020

  • Motivation for features / changes
    • This PR removes the references to the deprecated debugger (v1) plugin.
      This plugin has been marked as deprecated and for removal in the 2.3.0
      release notes. The code itself will be removed in a follow-up change.
  • Technical description of changes
    • Removes external references to tensorboard/plugins/debugger, from
      BUILD files, Python modules and Polymer .html files that are not a part of
      plugins/debugger.
  • During testing, it was discovered that the BUILD files in plugins/audio and plugins/images
    needed to be fixed (i.e., dependency on the ":metadata" BUILD target added in
    each respective BUILD file) after plugins/debugger is removed. This probably was due
    to an unmasking of transitive dependencies of some sort.
  • Detailed steps to verify changes work correctly (as executed by you)
    • Verified that Debugger V2 still functions properly

Copy link
Collaborator

@nfelt nfelt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update the PR description too? Still refers to removing code but now we're only removing references.

@caisq
Copy link
Contributor Author

caisq commented Aug 14, 2020

@nickfelt Done.

@caisq caisq merged commit 0e63b90 into tensorflow:master Aug 14, 2020
caisq added a commit that referenced this pull request Aug 15, 2020
* Motivation for features / changes
  * This PR removes the Python backend and web frontend code of
    the Debugger (V1) plugin. This plugin has been marked as deprecated
    and for removal in the 2.3.0 release notes.
* Technical description of changes
  * #4033 has removed the reference to this plugin from other parts of TensorBoard.
  * This PR in turn removes code in tensorboard/plugins/debugger.
* Detailed steps to verify changes work correctly (as executed by you)
  * Verified that Debugger V2 still functions properly
  * Internal CL for corresponding code removal is tested globally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants