Commit Graph

55 Commits

Author SHA1 Message Date
0b9fbbf042 Misc fixes
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2021-02-26 14:42:07 -05:00
e59b1ffc57 Fix failing test
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2021-02-12 13:14:58 -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
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
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
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
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
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
82d77d0f35 Update test snapshots
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-03-16 15:47:33 -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
8ea1cbc52f Put Ion Namespace back in the codebase directly 2020-03-11 23:04:01 -04:00
3335093e87 Move Ion namespace into composer dependency 2016-08-09 11:08:45 -04:00
cc65cc9cf1 Set up mutation testing for unit tests 2016-08-01 14:38:23 -04:00
7f1bcc841a Refactor cache to remove dependency on container 2016-08-01 13:02:26 -04:00
ba6ada32f9 Move cache class to IOn namespace, use safer json for serialization in cache drivers 2016-07-28 10:44:13 -04:00
1b93adefa3 Refactor out some Interdependency between Ion and AnimeClient namespaces 2016-07-27 13:18:52 -04:00
5a69da4466 Update Redis tests to work with gitlab ci 2016-07-22 17:48:13 -04:00
4772c6df95 Update Redis cache driver to use PHP-only library, removing the dependence on an extension: 2016-07-22 17:22:00 -04:00
c0c90eb565 Make tests skip redis integration if the extension is not installed 2016-07-18 12:59:34 -04:00
47b8a83d86 Update changelog and add additional tests 2016-04-19 14:51:58 -04:00
de2f4fca1e Add tests for Cache Manager class 2016-04-12 14:05:13 -04:00
a7063e9a49 Add NullDriver for cache layer, for the sake of testing, or config without a cache 2016-04-12 12:05:42 -04:00
ea1b63265b Add Redis Cache driver 2016-04-08 14:25:45 -04:00
3d19f93001 Add tests for SQL based api cache 2016-04-07 12:34:57 -04:00
d8c89c9deb Update url generation to use new router 2016-03-07 14:37:49 -05:00
dbaadc4c2a Fix most of the broken tests 2016-03-03 16:53:17 -05:00
9d00fc140c Get HTML output working again, still refactoring router 2016-02-17 10:29:05 -05:00
3918ce4eb7 Add more test coverage, and update build.xml 2016-01-11 10:42:34 -05:00
97dfa89b6d Actually fix view tests 2016-01-08 11:40:24 -05:00
f5549934fe Fix view tests 2016-01-08 11:19:56 -05:00
275b0eea40 Update codebase to use new Json class 2016-01-07 13:45:43 -05:00
bfe46fbbd1 Fix PHP 5.5 build 2016-01-06 17:06:30 -05:00
38faaebb5f Remove unnamespaced constants, and improve some tests 2016-01-06 15:44:40 -05:00
6622014bd1 Improve some test coverage 2015-11-17 16:45:41 -05:00
afced2339a Poor style progress update commit 2015-11-13 16:31:01 -05:00
944a0c9c2a More test coverage 2015-10-19 12:50:46 -04:00
23122964d2 Better testing for ArrayType and Config classes 2015-10-15 22:00:09 -04:00
454679626c Fix html view test for PHP < 7 2015-10-15 09:28:10 -04:00
e2e27c2311 More test coverage 2015-10-15 09:25:30 -04:00
6b1f39525d Remove some dead code 2015-10-12 14:11:00 -04:00
f49e4fe3d8 Rearrange some namespaces and add more docblocks 2015-10-09 22:29:59 -04:00