Skip to content
This repository was archived by the owner on Jan 27, 2020. It is now read-only.

WIP Foundation for only inserting/deleting changed terms#8

Open
JeroenDeDauw wants to merge 1 commit into
masterfrom
diff
Open

WIP Foundation for only inserting/deleting changed terms#8
JeroenDeDauw wants to merge 1 commit into
masterfrom
diff

Conversation

@JeroenDeDauw
Copy link
Copy Markdown
Contributor

JeroenDeDauw added a commit that referenced this pull request Apr 24, 2019
Story: https://phabricator.wikimedia.org/T220150

Usage would be something like #8

Might want to put this in a more general Wikibase library,
though putting it here to start to avoid needing to wait
forever to get though the whole MW vendor.git process.
JeroenDeDauw added a commit that referenced this pull request Apr 24, 2019
Story: https://phabricator.wikimedia.org/T220150

Usage would be something like #8

Might want to put this in a more general Wikibase library,
though putting it here to start to avoid needing to wait
forever to get though the whole MW vendor.git process.
$oldTerms = $this->getTerms( $propertyId );

$termsToAdd = new Fingerprint(); // TODO: diff
$termsToRemove = new Fingerprint(); // TODO: diff
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Can diff with #9

JeroenDeDauw added a commit that referenced this pull request Apr 24, 2019
Story: https://phabricator.wikimedia.org/T220150

Usage would be something like #8

Might want to put this in a more general Wikibase library,
though putting it here to start to avoid needing to wait
forever to get though the whole MW vendor.git process.
@Ladsgroup
Copy link
Copy Markdown
Contributor

Can I ask why we are still doing things on doctrine? Aren't we supposed to focus on mw until we get the tables fixed?

@JeroenDeDauw
Copy link
Copy Markdown
Contributor Author

That is not my understanding. I linked the tasks this PR is about.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants