[Wikidata-bugs] [Maniphest] [Edited] T185712: Make Context serializable

2018-03-07 Thread Jonas
Jonas updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- [x] [drop `Context::storeCheckResultInArray` and `ApiV2Context`](https://gerrit.wikimedia.org/r/416425) - [ - [x] [add more getters](https://gerrit.wikimedia.org/r/416667) - [ - [x] [add s11n

[Wikidata-bugs] [Maniphest] [Edited] T185712: Make Context serializable

2018-03-06 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- [ ] [add more getters](https://gerrit.wikimedia.org/r/416667) - [ ] [add s11n classess](https://gerrit.wikimedia.org/r/416668) - refactorings and restructurings? possibly following T188728?TASK

[Wikidata-bugs] [Maniphest] [Edited] T185712: Make Context serializable

2018-03-05 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- [x] [update `CheckResult`](https://gerrit.wikimedia.org/r/415550) - [ - [x] [drop `Context::storeCheckResultInArray` and `ApiV2Context`](https://gerrit.wikimedia.org/r/416425) - [ ] add s11n classes

[Wikidata-bugs] [Maniphest] [Edited] T185712: Make Context serializable

2018-03-05 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- [x] [update `CheckResult`](https://gerrit.wikimedia.org/r/415550) - [x- [ ] [drop `Context::storeCheckResultInArray` and `ApiV2Context`](https://gerrit.wikimedia.org/r/416425)...TASK

[Wikidata-bugs] [Maniphest] [Edited] T185712: Make Context serializable

2018-03-05 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- [x] [update `CheckResult`](https://gerrit.wikimedia.org/r/415550) - [ ] - [x] [drop `Context::storeCheckResultInArray` and `ApiV2Context` (don’t forget to adjust `@covers` tags in

[Wikidata-bugs] [Maniphest] [Edited] T185712: Make Context serializable

2018-03-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- [x] [add test implementation](https://gerrit.wikimedia.org/r/415545) - [ - [x] [add getters to `ContextCursor`](https://gerrit.wikimedia.org/r/415546) - [ - [x] [start using

[Wikidata-bugs] [Maniphest] [Edited] T185712: Make Context serializable

2018-03-02 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...--- - [ - [x] [add `ContextCursor` and implementations](https://gerrit.wikimedia.org/r/413773)...TASK DETAILhttps://phabricator.wikimedia.org/T185712EMAIL

[Wikidata-bugs] [Maniphest] [Edited] T185712: Make Context serializable

2018-03-01 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- [ ] [add `ContextCursor` and implementations](https://gerrit.wikimedia.org/r/413773) - [ - [x] [add `Context::getCursor()`](https://gerrit.wikimedia.org/r/413774) - [ - [x] [remove

[Wikidata-bugs] [Maniphest] [Edited] T185712: Make Context serializable

2018-02-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...- [ ] make `CheckResult` hold a `ContextCursor` instead of a `Context` - [ ] drop `Context::storeCheckResultInArray` and `ApiV2Context` (don’t forget to adjust `@covers` tags in tests!)TASK

[Wikidata-bugs] [Maniphest] [Edited] T185712: Make Context serializable

2018-02-23 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE updated the task description. (Show Details) CHANGES TO TASK DESCRIPTION...I’m not sure how this would look – non-static `serialize` and static `deserialize` methods on `Context` and its subclasses? Or should it be a separate kind of `ContextSerialization` service? I think