go-fed / activity

ActivityStreams & ActivityPub in golang, oh my!
BSD 3-Clause "New" or "Revised" License
711 stars 111 forks source link

Migrate "pub" to use new Resolvers and generated types #90

Closed cjslep closed 5 years ago

cjslep commented 5 years ago

This has begun the core of the migration for the pub part: 16af4044627b8a09168c14909e31b8809b20e1ac Since pub/old is now broken, it is safe to delete the old vocabulary.

cjslep commented 5 years ago

Ongoing c194883a93d3a0f7f79e275dccc62a1bf4d77ce4

cjslep commented 5 years ago

1b7cec220b1fa6c9dcbe8b3c9a3d458a409a4899

cjslep commented 5 years ago

Still not done yet 0f7dce6839e0d21ea4e8cd7a8354d47bc2154cf7

cjslep commented 5 years ago

Core of pub has been ported. d3b0afef5e95a29b3d36019982b7868f2607e165

Still have:

cjslep commented 5 years ago

Handler has been ported: 8efdb62ad9dd9bb3f9f9d00a0c89466cba397313

All that is left is unit tests.

Note that the old pub code has been deleted.

cjslep commented 5 years ago

Tons of updates... bd8220a56c0413401b898a91bd056d2f8ea9bff9 cc83b751a1488fc182385d20e808aada3b34d378 6ead50c643307e5fd1e26a4db8f392ff63c647f1 7beac61f97a621bb6051fa047a3280962c3d4f47 b625914c1a33f5b82dff7716d3285717c8889ffb 2099e89851b28d591ba47f92d307f1f7e2167785 c4a7b0524e2c89f5c67d074ea20fb92e0f638b20 1227ec9a5aa64c46ffaafa2e5b90cbac5cbf28fa 2d8651d95ca52824cbe4dd9fa69a1cf823d8c662

I'm going to finish one last TODO that is lingering in Pub, file an issue for another lingering TODO which won't be addressed in v1.0.0, and file an issue for testing the new pub package.

Then I'll close this issue.

cjslep commented 5 years ago

Filed #104 and #105.

Did: 272d7239f391f98bbc30fabbcc5bb85e49eaa634 412c6737c3f16d98ab4d1d91ec4552227af1a895 8a333d6192316acff5045cb7c5f88ece17cd2bcd 4b87e634a05ededf37af34e1447eed9577f35a3e 3180eaf5682c3328ce9b998dd3b02ae1b861671f 674fa0245d0d738dfd0f3a763738b7d789e1dbba dc16296d742f21e39d0c2f2ec32c6ca4ef62ab60

Closing this issue since pub is now ported over.