Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1efb428
Store body data in the buffer instead of an NSDictionary
joewalsh Sep 9, 2020
a3b74cb
codable EPC WIP
joewalsh Sep 9, 2020
d5e811c
Codable events
joewalsh Sep 9, 2020
8e46326
Events should conform to EventInterface
joewalsh Sep 9, 2020
2c0d4bc
Use the value from popFirst instead of checking isEmpty
joewalsh Sep 9, 2020
8afbb4c
Encode data on a background queue
joewalsh Sep 9, 2020
41c36e1
Use Codable for stream configurations
joewalsh Sep 9, 2020
8133bce
Fix missing completion call in doPeriodicWork
joewalsh Sep 9, 2020
aa95f15
Use stream instead of String as the key
joewalsh Sep 9, 2020
ea52390
Remove Dictionary+JSON
joewalsh Sep 9, 2020
9635b93
Merge branch 'event-platform-client' of github.com:wikimedia/wikipedi…
joewalsh Sep 9, 2020
83ddec5
Remove test streams and schema
joewalsh Sep 9, 2020
c9a586b
Restore & update documentation, remove `data` property from the paylo…
joewalsh Sep 10, 2020
a68097f
Match prior log message
joewalsh Sep 10, 2020
bc63eec
Move `schema` to a static requirement on `EventInterface` so it's def…
joewalsh Sep 10, 2020
ceac06b
Log errros from EPC POSTs
joewalsh Sep 10, 2020
f336aab
Fix functionality added by bodyData parameter
joewalsh Sep 10, 2020
479c577
Restore central definition of schemas, keep per-Event static schema d…
joewalsh Sep 11, 2020
5c6e5ee
Add error handling to catch when the service rejects an event for not…
joewalsh Sep 11, 2020
a1eb285
Fix append - use event data instead of stream data
joewalsh Sep 14, 2020
991940b
Use concrete EventRequest type for event buffers
joewalsh Sep 14, 2020
6c86ad9
Remove old TODO from EditHistoryCompareFunnel
bearloga Sep 14, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions WMF Framework/Dictionary+JSON.swift

This file was deleted.

Loading