Commit Graph

1112 Commits

Author SHA1 Message Date
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
e13b11fe74 Merge pull request 'develop' (#37) from develop into master
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
Reviewed-on: #37
2021-02-03 10:07:11 -05:00
bc50ab3e0c Update CI to PHP 8
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
timw4mail/HummingBirdAnimeClient/pipeline/pr-master Build started...
2021-02-03 09:52:18 -05:00
6b6c37f015 Move to PHP 8 2021-02-03 09:46:36 -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
530d6ef207 Merge pull request 'Update header year code' (#36) from colwellkr/HummingBirdAnimeClient:develop into develop
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Reviewed-on: #36
2021-01-14 12:50:22 -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
9d82154b2f Make sure to run tests for PHP8
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2020-12-11 10:26:24 -05:00
2a8e6aa3ed Fix anime collection error
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-12-11 10:15:24 -05:00
05c7fa1a3e Update dependencies 2020-12-11 10:14:59 -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
0029dd2fb8 Update Kitsu GraphQL schema file
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-12-02 12:43:04 -05:00
2b01871e5b Add random anime and random manga pages 2020-12-02 12:42:47 -05:00
b80f5a5316 Merge pull request 'All in GraphQL' (#34) from develop into master
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
Reviewed-on: #34
2020-12-01 10:07:48 -05:00
f003905c0b Revert status mapping change
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-10-21 21:23:35 -04: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
f0e3aa6fd7 Remove some more dead code 2020-10-21 18:52:12 -04:00
c437696955 Merge remote-tracking branch 'origin/master' into develop
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-21 18:35:43 -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
d2a3b8ad37 More Kitsu GraphQL API cleanup, resolves #33
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-21 17:59:43 -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
7fc58f1605 Use GraphQL to update thumbnails, refactor GraphQL pagination, merge Anime and Manga traits back into the Kitsu model 2020-10-21 17:06:50 -04:00
23d9fd0b40 Use GraphQL search endpoints, see #33
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-21 15:45:30 -04:00
b28e1f13ee Remove old transformer classes
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-21 15:02:25 -04:00
0868fb43bc Add missing GraphQL query 2020-10-21 14:56:33 -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
1e3bfa7a0a Sync Kitsu and Anilist both via GraphQL, see #33
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-16 16:18:56 -04:00
22de5776a7 Fetch Manga List via GraphQL, see #33
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-16 13:28:35 -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
58669f023c Update dependency versions, add Amp base package as dependency 2020-10-09 16:16:23 -04:00
238a423806 Fix updating anime status when certain fields are empty
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-07 15:30:42 -04:00
24d6eaf0da Add back search query canceling for anime search
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-07 09:10:11 -04:00
ecce90abd5 Fix hiding anime on completion
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-05 12:32:12 -04:00
913f9082ef Update GraphQL queries to match API changes
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-09-15 08:08:39 -04:00
7584d0a935 Map more external sites
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-09-10 15:36:34 -04:00
fd2f3121bf Fix possible issue with hiding completed anime/manga
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-09-10 15:35:43 -04:00
249333b9fa Remove genres from manga list view
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-09-09 13:26:31 -04:00
aca0f66db2 Update streaming logs, remove genres from anime list view
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-09-09 13:25:27 -04:00
66fca53dfc Only show total length of a series if the number is positive
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-09-09 10:24:55 -04:00
3b754ce634 Update GraphQL schema for Kitsu 2020-09-09 10:24:12 -04:00
44e1039067 Add limit to all relationships 2020-09-09 10:23:17 -04:00
78755f4019 Do not check session unless already logged in
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-08-28 14:27:14 -04:00
ed9a3227ac Sort voice acting roles by character name
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-08-27 15:39:23 -04:00
e2f29c6731 Get Person detail pages via GraphQL, resolves #27
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-08-27 15:01:00 -04:00