Commit graph

299 commits

Author SHA1 Message Date
Marius Orcsik
4d271bf834
Move coveralls to after_success 2017-10-01 14:27:46 +02:00
Marius Orcsik
f170ed1e81 Merge pull request #2 from mariusor/jsonld
Adding a basic jsonld marshaler
2017-10-01 13:54:47 +02:00
Marius Orcsik
791cba3a5c
Expand jsonld marshaling 2017-10-01 13:43:36 +02:00
Marius Orcsik
8946f0e0be
Instantiating the NaturalLanguageValues arrays 2017-10-01 13:00:36 +02:00
Marius Orcsik
33166c210a
Fix travis? 2017-09-30 23:47:50 +02:00
Marius Orcsik
8f49b502fa
Having the basic jsonld Marshaler working 2017-09-30 23:36:05 +02:00
Marius Orcsik
e9a663c14e
Moving the two packages to src folder 2017-09-30 22:21:51 +02:00
Marius Orcsik
6fcb178dec
Adding the initial frame of the jsonld marshaler 2017-09-16 20:38:25 +02:00
Marius Orcsik
c1829b8fed
More tests 2017-09-16 20:38:09 +02:00
Marius Orcsik
7806d1c2de
Replacing BaseObject with Object in the inheritance chain 2017-09-16 20:20:33 +02:00
Marius Orcsik
92e612676a
Moving some of the other type aliases together 2017-09-16 20:10:41 +02:00
Marius Orcsik
a7e9abe59d
Forgot a type 2017-09-16 20:05:22 +02:00
Marius Orcsik
eb4df3b38a
Some reordering of things 2017-09-16 19:53:11 +02:00
Marius Orcsik
a52381dd15
This missing link annoyed me to no end
Changing the wording of the disclaimer
2017-09-16 17:33:10 +02:00
Marius Orcsik
98a5507f9a
go fmt whitespace changes 2017-09-16 12:32:57 +02:00
Marius Orcsik
3735eed4cc
Improved Actor stuct and ActorNew func 2017-09-16 12:32:24 +02:00
Marius Orcsik
9eb427bcc1
Moved the link functionality to its own file 2017-09-16 12:31:23 +02:00
Marius Orcsik
a5b9b99af7
Some updates to NewActivity and NewIntransitiveActivity 2017-09-15 18:11:31 +02:00
Marius Orcsik
dfbe432662
Used go fmt on the code 2017-09-12 22:37:34 +02:00
Marius Orcsik
a47db907ad
Adding a MarshalJSON for NaturalLanguageValue alias 2017-09-12 22:36:13 +02:00
Marius Orcsik
b078413f1b
Remove omitempty from jsonld marshalling options, as it apparently doesn't take it into account 2017-09-12 19:24:28 +02:00
Marius Orcsik
f7f41ab6c2
Added all properties from activity vocabulary and activity pub docs with comments and jsonld hints 2017-09-12 19:13:58 +02:00
Marius Orcsik
40cf589f8d
Changed Url to URL 2017-09-12 18:54:10 +02:00
Marius Orcsik
baa209cfd0
Adding instantiation functions for all types of activities 2017-09-12 18:53:41 +02:00
Marius Orcsik
5fe1b75356
Added all properties from activity vocabulary docs with comments and jsonld hints 2017-09-12 17:47:49 +02:00
Marius Orcsik
5c9d5bdd84
Small fixes 2017-09-12 17:46:43 +02:00
Marius Orcsik
b57f8c5e42
Added all properties from activity vocabulary docs with comments and jsonld hints 2017-09-12 17:28:57 +02:00
Marius Orcsik
db5ed85d39
Added all properties from activity vocabulary docs with comments and jsonld hints 2017-09-12 17:25:07 +02:00
Marius Orcsik
da748cc52c
Moved Url type to Uri 2017-09-12 17:22:10 +02:00
Marius Orcsik
a3c69d744a
Fix coveralls image 2017-09-12 12:38:26 +02:00
Marius Orcsik
839e3a72eb
Try again for coveralls 2017-09-12 12:31:59 +02:00
Marius Orcsik
6768d7c3ca
Apparently I mixed some commands together 2017-09-12 11:21:01 +02:00
Marius Orcsik
8034bdef7f
Fixed some more issues with code coverage 2017-09-12 11:16:55 +02:00
Marius Orcsik
82e264ce02
Added the folder in test command 2017-09-12 11:13:31 +02:00
Marius Orcsik
e3aa26cc06
Added coveralls coverage 2017-09-12 11:09:01 +02:00
Marius Orcsik
eee6bd9f93
Adding tests vor valid type functions 2017-09-12 10:54:21 +02:00
Marius Orcsik
d2d853feed
Move files to activitypub package 2017-09-12 10:31:45 +02:00
Marius Orcsik
7f8199f37c
Add shields for travis and licence 2017-09-11 23:33:19 +02:00
Marius Orcsik
0d27fb5336
Use verbose for tests 2017-09-11 23:33:04 +02:00
Marius Orcsik
1641e0cc94
Remove create activity 2017-09-11 23:23:54 +02:00
Marius Orcsik
bc32bd7cec
Added .travis.yml 2017-09-11 23:21:51 +02:00
Marius Orcsik
3f1fea301c
Added collections functions and tests 2017-09-11 23:16:43 +02:00
Marius Orcsik
0d6ce80864
Moved actor types constants to correct file 2017-09-11 23:16:09 +02:00
Marius Orcsik
85e7725ff0
Moved activity struct and functions to their own file 2017-09-11 23:12:28 +02:00
Marius Orcsik
d5aedfe2f1
Link to the spec 2017-09-11 22:56:00 +02:00
Marius Orcsik
82cac6700f
Added a barebones README 2017-09-11 22:52:20 +02:00
Marius Orcsik
2aa71b162e
Added .idea to gitignore 2017-09-11 22:50:45 +02:00
Marius Orcsik
51853428cb
Adding basic types for activity pub 2017-09-11 22:46:29 +02:00
Marius Orcsik
3feaf4c0f0 Initial commit 2017-09-11 22:45:19 +02:00