Commit Graph

454 Commits (v0.0.6)

Author SHA1 Message Date
178inaba ed709d74a4 Fix error message 2017-04-24 17:25:56 +09:00
178inaba 34cce1bb0d Remove websocket.Dialer from Client 2017-04-24 13:57:12 +09:00
178inaba 010ec2eaf9 Add WSClient 2017-04-24 13:55:07 +09:00
mattn 8bb9182901 Merge pull request #40 from orzFly/patch/post-status-todo
Implement MediaIDs, Visibility, Sensitive and SpoilerText in PostStatus
2017-04-24 09:49:12 +09:00
mattn 2ae2a90336 Merge pull request #41 from 178inaba/cmd_follow_test
Cmd follow test
2017-04-24 09:47:59 +09:00
178inaba 6f6070b22e Add cmd follow test 2017-04-24 01:13:08 +09:00
Yeechan Lu c9a6022f50 Implement MediaIDs, Visibility, Sensitive and SpoilerText in PostStatus 2017-04-23 23:54:27 +08:00
mattn e2f158f83c Merge pull request #38 from tSU-RooT/fix-first-use-err
fix client is not set when first use
2017-04-23 21:26:16 +09:00
178inaba ee6a6dbcc9 Add TestStreamingWS 2017-04-23 20:04:06 +09:00
178inaba df768f24da Add TestHandleWS 2017-04-23 19:47:03 +09:00
Haruki TSURUMOTO a58d590523 fix client is not set when first use 2017-04-23 19:17:18 +09:00
178inaba f0857503d1 Add TestDialRedirect 2017-04-23 18:46:41 +09:00
178inaba 2379baeb24 Add TestDial 2017-04-23 18:42:13 +09:00
178inaba 1d2b6deeef Add streaming API WebSocket test 2017-04-23 17:28:31 +09:00
178inaba c7255e69e8 Add WebSocket implementation of streaming API 2017-04-23 15:42:57 +09:00
mattn 7a4a84f70f Merge pull request #37 from 178inaba/apps_test
Add fail test cover to TestRegisterApp
2017-04-21 07:45:11 +09:00
178inaba c1bb3c84bc Add fail test cover to TestRegisterApp 2017-04-21 02:29:22 +09:00
Yasuhiro Matsumoto bb7a3a2892 add test for stream --simplejson 2017-04-21 00:57:28 +09:00
Yasuhiro Matsumoto 6c3b27aa4e fix test for search command 2017-04-21 00:50:39 +09:00
mattn cc593fd21e Merge pull request #36 from y0za/fix-test-json-again
Fix test json property name again
2017-04-21 00:21:52 +09:00
mattn 02640dc4ad Merge pull request #35 from 178inaba/instance_test
Add TestGetInstance
2017-04-21 00:21:23 +09:00
mattn f90053da77 Merge pull request #34 from 178inaba/lint
Fix for golint ./... and ineffassign .
2017-04-21 00:20:51 +09:00
mattn fc6bfd56fa Merge pull request #33 from 178inaba/helper_test
Add helper test
2017-04-21 00:19:34 +09:00
y0za 1c95b07428 Fix test json property name again 2017-04-20 22:41:49 +09:00
178inaba 4be3a42d3c Add TestGetInstance 2017-04-20 22:09:11 +09:00
178inaba d1b5f4b1fb Fix for ineffassign . 2017-04-20 21:29:10 +09:00
178inaba 68843f4dd0 Fix for golint ./... 2017-04-20 21:20:40 +09:00
178inaba 51df99a829 Fix test want 2017-04-20 20:55:45 +09:00
178inaba 5714594344 Add TestParseAPIError 2017-04-20 20:52:50 +09:00
178inaba 5d0b16b367 Add TestBase64Encode 2017-04-20 20:39:10 +09:00
178inaba 1c43b0a330 Add TestBase64EncodeFileName 2017-04-20 20:21:24 +09:00
mattn c417db5189 Merge pull request #32 from y0za/fix-test-json
Fix test json property name
2017-04-20 19:59:41 +09:00
y0za e9f28b9c6e Fix test json property name 2017-04-20 19:37:24 +09:00
Yasuhiro Matsumoto bade3895da add --template flag for stream command
close #30
2017-04-20 14:14:48 +09:00
Yasuhiro Matsumoto cc5f65b3bf add test for stream command 2017-04-20 10:39:20 +09:00
Yasuhiro Matsumoto 1a101faaae add delete command 2017-04-20 02:04:20 +09:00
Yasuhiro Matsumoto 293a9e0aba todo 2017-04-19 23:58:58 +09:00
Yasuhiro Matsumoto adca356db1 display acct in followers command 2017-04-19 23:32:23 +09:00
Yasuhiro Matsumoto 18d207636a fix crash on test 2017-04-19 23:24:36 +09:00
Yasuhiro Matsumoto eb1c1cf0ae display status/reblog in stream 2017-04-19 23:21:19 +09:00
Yasuhiro Matsumoto f40839b98d Merge branch 'master' of github.com:mattn/go-mastodon 2017-04-19 20:52:49 +09:00
Yasuhiro Matsumoto 1ddd67b1a4 diaply acct instead of username
close #29
2017-04-19 20:52:14 +09:00
mattn 1ec21221a9 Merge pull request #28 from MakeNowJust/fix/use-context
Correct context uses
2017-04-19 19:16:54 +09:00
TSUYUSATO Kitsune b105e8554c Remove 'go' from calling 'cancel'
https://github.com/mattn/go-mastodon/pull/28#discussion_r112162740
2017-04-19 19:12:09 +09:00
TSUYUSATO Kitsune fb53d41dd9 Correct context uses
`doAPI`'s `context` does not work due to `WithContext` immutability.
`Authenticate` and `RegisterApp` does not use `context` although they
needs `context`, so their `context` does not work also. This commit fixes
them and add test cases.
2017-04-19 18:53:55 +09:00
Yasuhiro Matsumoto 5a3a325689 add tests for GetNotifications/GetNotification/ClearNotifications 2017-04-19 18:32:20 +09:00
Yasuhiro Matsumoto 909a57c5ea add test for follow command 2017-04-19 18:25:01 +09:00
Yasuhiro Matsumoto 93d28c8b04 add test for Report/GetReports 2017-04-19 18:09:48 +09:00
Yasuhiro Matsumoto 84004eff39 fix Report 2017-04-19 18:09:43 +09:00
Yasuhiro Matsumoto 318df76454 add test for linkHeader 2017-04-19 17:48:53 +09:00