Commit graph

367 commits

Author SHA1 Message Date
Marius Orcsik
b4baafa9f3
Fix Outbox test 2018-07-25 12:34:36 +02:00
Marius Orcsik
c81b23876a
Use CollectionInterface as types for Actor collections 2018-07-25 12:13:55 +02:00
Marius Orcsik
51f73c2cba
Fix failing test regarding ObjectID 2018-07-25 11:57:49 +02:00
Marius Orcsik
a5dd932a24
Add go modules support 2018-07-25 11:56:05 +02:00
Marius Orcsik
8038688be4
Making []Item and URI/IRI structs conform to ObjectOrLink 2018-07-25 11:54:12 +02:00
Marius Orcsik
6285a8fc39
Add convenience method for returning the first element in NaturalLanguageValue map 2018-07-25 11:47:41 +02:00
Marius Orcsik
7a2ce46e04
Refactored GetID to allow it to return nil 2018-07-25 11:47:03 +02:00
Marius Orcsik
4dc584b0d4
Added UnmarshalJSON methods for some types
Add some tests
2018-07-24 23:11:08 +02:00
Marius Orcsik
57dab0cb45
More implementations for IsLink and GetType 2018-07-20 18:28:26 +02:00
Marius Orcsik
fb7c74da76
Making Collections obey ObjectOrLink interface too 2018-07-20 18:18:13 +02:00
Marius Orcsik
2183a1accc
Adding IsObject and GetID to Like and Dislike 2018-07-20 18:16:51 +02:00
Marius Orcsik
1100bd7ddc
Adding IsObject to collections 2018-07-18 21:34:08 +02:00
Marius Orcsik
e630cf771c
Move implementations for IsLink 2018-07-18 21:23:23 +02:00
Marius Orcsik
fa5b0e2012
Corrected some wrong doc comments 2018-07-18 18:18:19 +02:00
Marius Orcsik
9469b0ea40
Link.Rel can be ommited if empty 2018-07-18 17:33:58 +02:00
Marius Orcsik
a28dffdde4
Removed reference to activitypub package in test 2018-07-18 17:21:24 +02:00
Marius Orcsik
72c2d5c331
Use package aliases for jsonld and activitypub in tests 2018-07-18 16:33:40 +02:00
Marius Orcsik
23b0a13e95
Add local LangRef string type alias 2018-07-18 16:31:00 +02:00
Marius Orcsik
6b75ad6d68
Fix quotes being kept for string type aliases in UnmarshalJSON methods 2018-07-18 16:29:47 +02:00
Marius Orcsik
12f481a243
Adding mediaType to Object 2018-07-18 16:27:53 +02:00
Marius Orcsik
44bcbcfb3a
Adding/cleaning up some more function comments 2018-07-16 16:38:15 +02:00
Marius Orcsik
9a140c8036
Add tests for methods of various Collection objects 2018-07-16 15:48:37 +02:00
Marius Orcsik
8758b44a70
Adding tests for URI/IRI methods 2018-07-16 15:48:02 +02:00
Marius Orcsik
8308c6fb22
Converted the jsonld context to be an empty interface
This allows us to support passing it just as a string or URI
2018-07-16 13:26:26 +02:00
Marius Orcsik
327128b67f
Added initializer function for liked
Made Liked objects conform to ObjectOrLink, and Collection interfaces
2018-07-13 10:17:50 +02:00
Marius Orcsik
66767f675a
Made URI and IRI conform to the LinkOrUri interface
Added a convenience String method
2018-07-13 10:17:03 +02:00
Marius Orcsik
551072e561
Added initializer function for outbox
Made Outbox/Inbox objects conform to ObjectOrLink interface
2018-07-13 10:16:06 +02:00
Marius Orcsik
08d5f269c2
Added GetLink method to LinkOrUri interface
Made ObjectOrLink interface extend ActivityObject
2018-07-13 10:15:14 +02:00
Marius Orcsik
a60599cd02
Add outbox and liked initializations to person
Made Person conform to the LinkOrUri interface
2018-07-13 10:13:31 +02:00
Marius Orcsik
5d39ddce9a
Output the @context key when marshalling 2018-07-09 11:15:19 +02:00
Marius Orcsik
03a378280c
Updating types that can satisfy the Collection interface 2018-07-07 21:27:34 +02:00
Marius Orcsik
8bd5130d0f
Move the context to a package variable 2018-07-06 22:33:47 +02:00
Marius Orcsik
978985644e
Refactored how the repo looks 2018-07-06 12:48:04 +02:00
Marius Orcsik
133344f2a9
Adding start for json parser based unmarshall 2018-06-15 23:03:55 +02:00
Marius Orcsik
7f8193dff8
Refactored objects to include full AP structure 2018-06-09 14:05:46 +02:00
Marius Orcsik
55e0d31a75
Broken tests 2018-06-09 13:08:30 +02:00
Marius Orcsik
68c4bc41df
Renamed Object to BaseObject 2018-06-09 13:06:55 +02:00
Marius Orcsik
a3bf45d0c4
Forgot to rename Id -> ID in Link tests 2018-06-07 21:25:35 +02:00
Marius Orcsik
2c2e1c9f2f
Proper LinkType 2018-06-07 17:46:34 +02:00
Marius Orcsik
4d896fc154
Forgot to implement GetObject and GetLink for Link objects 2018-06-07 17:46:22 +02:00
Marius Orcsik
2ecb5245ec
Added marshalling tests based on json mock files 2018-06-07 16:48:08 +02:00
Marius Orcsik
a28fd115cd
Added some more unmarshalling for objects 2018-06-07 16:32:26 +02:00
Marius Orcsik
175fd5fdeb
Added basic unmarshalling for objects with jsonld context 2018-06-07 15:32:14 +02:00
Marius Orcsik
1997a54824
Renamed apObject to Object 2018-06-06 15:32:26 +02:00
Marius Orcsik
7dc3fad40e
Added tests for RecipientsDeduplication on Activities
So much code for so little testing
2018-06-05 21:55:03 +02:00
Marius Orcsik
74f69f09c6
Added test for ensuring a block's object is not present in the recipients list 2018-06-05 21:20:28 +02:00
Marius Orcsik
fb06930a59
Simplify exporting the GOPATH 2018-06-05 21:04:42 +02:00
Marius Orcsik
55a57cc61e
Added test for ensuring an activity's actor is removed from the recipients list
Adding RecipientsDeduplication method on Activity* structs
2018-06-05 21:04:36 +02:00
Marius Orcsik
34a6823db2
Add test make targets 2018-04-11 21:03:41 +02:00
Marius Orcsik
568626c815
Use Codacy badge instead of go report card 2018-04-10 21:56:05 +02:00