Commit Graph

224 Commits

Author SHA1 Message Date
c3d74afd82 Fix snapshot test
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2021-02-04 12:35:01 -05:00
f7bf4c8eb9 Update PHP version in header comments
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2021-02-04 11:57:01 -05:00
4a51c6419f Fix tests
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2021-02-03 10:27:04 -05:00
461914a929 Cleanup some path related things
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2021-02-03 09:45:18 -05:00
20c734b8ef Update header year code
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-develop This commit looks good
2021-01-13 01:58:28 -05:00
6ca193934b Increase test coverage
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-12-11 15:37:55 -05:00
dee4a2dad5 Fix tests for PHP8...?
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-12-11 14:26:54 -05:00
191ec11258 Bump version in header comments
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-12-10 17:06:50 -05:00
71ee0a324c A little more test coverage
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-12-10 17:04:45 -05:00
292d9bbaaf Refactor, increase test coverage
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-12-10 15:59:37 -05:00
9330bb628e Fix broken test
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-21 18:53:32 -04:00
fd6624862f More cleanup, update changelog
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-21 18:12:22 -04:00
155f44a424 Remove test for JsonAPI nonsense
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-21 17:07:50 -04:00
5340c39466 More GraphQL conversion, test updates, see #33
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/pr-master There was a failure building this commit
2020-10-21 14:51:17 -04:00
dddef5add6 Fix Manga List Incrementing, start of GraphQL conversion
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-12 14:06:49 -04:00
30db156df7 Pull anime lists from GraphQL, see #33
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-09 16:18:45 -04:00
608cd4004e Fix Dispatcher test 2020-08-26 15:23:47 -04:00
aace368b24 Move Kitsu class out of API namespace 2020-08-26 15:22:14 -04:00
41ca3a2d86 Fix tests
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-08-21 13:07:00 -04:00
ff6fcffca8 Bump version
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-08-04 09:30:21 -04:00
48b031e190 Refactor/streamline View layer
Some checks reported errors
timw4mail/HummingBirdAnimeClient/pipeline/head Something is wrong with the build of this commit
2020-07-31 16:22:32 -04:00
10cc9dece2 Skip broken test
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-07-29 22:08:54 -04:00
bb878d905f Use GraphQL request for anime detail pages, see #27
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-07-28 17:46:18 -04:00
035e142c98 Make sure re-authenticate gets arguments
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-05-18 13:32:02 -04:00
dc20d8de7c Fix failing test
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-05-06 10:12:49 -04:00
f2991cd416 Convert Type constructors to static methods
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-04-22 07:53:52 -04:00
da15c45fd9 Fix tests 2020-04-21 20:09:37 -04:00
2d7d511ab1 More types
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-04-13 09:20:05 -04:00
461d074d41 Type all the class attributes
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-04-10 20:01:46 -04:00
2584047289 Bump version and PHP requirement in headers
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-04-10 15:39:39 -04:00
4f6a92cd45 Update dependencies to latest versions
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-04-10 15:38:32 -04:00
919d8ee6b1 Fix image snapshot test
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-04-07 22:04:15 -04:00
392f24d11f Update snapshot tests for form generation
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-03-17 15:39:33 -04:00
e550a096bc Downgrade snapshot library to a version that works with PHP 7.3
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-03-17 15:05:28 -04:00
82d77d0f35 Update test snapshots
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-03-16 15:47:33 -04:00
39f672b35f Cleanup some build/quality check stuff
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2020-03-13 09:53:31 -04:00
c60b821bca More test coverage of FormGenerator
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-03-12 12:47:02 -04:00
39f23c2c35 Test FormGenerator
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-03-12 12:32:32 -04:00
bcbb24c0f5 Increase code coverage
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-03-12 12:04:20 -04:00
4fd03d309c Update header comments again
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-03-12 11:45:11 -04:00
daaa560fbd Remove XML codec 2020-03-12 11:44:19 -04:00
4308418414 Fix test suite
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2020-03-12 09:52:45 -04:00
52fc6d8391 Move AnimeClient tests
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2020-03-11 23:18:31 -04:00
8ea1cbc52f Put Ion Namespace back in the codebase directly 2020-03-11 23:04:01 -04:00
9924793a49 Move source code to sub folder so we can re-integrate ion
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2020-03-11 22:11:00 -04:00
a7931052b0 Update all the header comments
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2020-03-11 15:15:05 -04:00
7a4cda5bf0 Bump copyright year
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2020-01-08 15:39:49 -05:00
acd3b84b55 Update all the docblocks
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-09 14:34:23 -05:00
efede08401 Various code style tweaks
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-09 13:13:31 -05:00
951f4362db Various code cleanup
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-06 15:46:56 -05:00