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

fix/duplicate-uuid #124

Closed
wants to merge 8 commits into from
Closed

fix/duplicate-uuid #124

wants to merge 8 commits into from

Conversation

Avantol13
Copy link
Contributor

@Avantol13 Avantol13 commented Apr 25, 2018

  • Handle issue where a graph node gets created with a UUID that already exists in the graph under a different node type
  • When determining if a UUID is valid for the graph:
    • if uuid already exists, make sure it's the same type as the submission (in which case we'd be updating)
    • if uuid already exists and the submission is a different type, we should NOT allow creation
  • added regression test
  • Additionally, fix an issue with the image build failling because of pip 10 being released

pip 10 fix: pypa/pip#5221 (comment)

TODO fix internal error when submitting same thing but changing submitter id

@Avantol13 Avantol13 changed the title chore(logging): add logging for uuid information fix/duplicate-uuid Apr 25, 2018
@philloooo
Copy link
Contributor

stale

@philloooo philloooo closed this Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pip v10 breaks Debian/Ubuntu pip3 command
2 participants