Commit Graph

58 Commits

Author SHA1 Message Date
Kayne Ruse
f2994fc52e Tweaked comments, updated fallback 2021-04-06 11:17:37 +10:00
Kayne Ruse
45c012a08e Updated README.md 2021-04-06 11:04:03 +10:00
Kayne Ruse
7860f328d7 Create keyword is working, very complex 2021-04-06 10:57:28 +10:00
Kayne Ruse
972866a704 Added unique keyword 2021-04-06 09:06:52 +10:00
Kayne Ruse
f4b330eac3 Started work on create keyword - I need unique as a keyword first 2021-04-06 04:36:53 +10:00
Kayne Ruse
1f134b7e6e Added a field filter 2021-04-05 23:35:44 +10:00
Kayne Ruse
2567ee4745 Moved to using a real database ORM for testing 2021-04-05 23:11:53 +10:00
Kayne Ruse
82bf61a88d Split test into separate files 2021-04-05 20:46:39 +10:00
Kayne Ruse
15b1fcdc7c Added error check 2021-03-31 12:05:32 +11:00
Kayne Ruse
14649a3b53 Tweaked test suite 2021-03-31 08:38:59 +11:00
Kayne Ruse
5d5fa1acce Updated README 2021-03-31 01:55:05 +11:00
Kayne Ruse
da82b5979c Updated readme 2021-03-31 01:45:13 +11:00
Kayne Ruse
8dff5bcd8c Added full support for Boolean and Float types 2021-03-31 01:32:43 +11:00
Kayne Ruse
06fa0bbe27 tweak 2021-03-31 00:54:34 +11:00
Kayne Ruse
7b5998b63d tweak 2021-03-31 00:51:13 +11:00
Kayne Ruse
a66e97953e turned test into a prompt 2021-03-31 00:45:29 +11:00
Kayne Ruse
44812f24db Improved the test 2021-03-31 00:23:07 +11:00
Kayne Ruse
4fa0aa9fac Don't need that 2021-03-30 14:45:13 +11:00
Kayne Ruse
0f653571d6 It seems to be working in a mock-environment 2021-03-30 14:38:45 +11:00
Kayne Ruse
f4dd51ac31 Working on test framework 2021-03-30 09:07:02 +11:00
Kayne Ruse
9f4b869d84 Refined the debugging 2021-03-30 06:48:17 +11:00
Kayne Ruse
9d17d350fa Stripped this project to it's bones 2021-03-30 06:17:55 +11:00
Kayne Ruse
128a42aaa6 I remember why I stopped working on this, read more
it's because the query parser is impossible to understand, and the handlers
are too long for this to be usable. It's a nice idea, but I can't do this
while drinking.
2021-01-19 01:50:14 +11:00
Kayne
9ac32e918c Updated something in node_modules 2020-12-17 01:33:17 +11:00
Kayne Ruse
eef895e2d4 Merge pull request #1 from Ratstail91/dependabot/npm_and_yarn/test-server-pokemon/systeminformation-4.27.11
Bump systeminformation from 4.27.5 to 4.27.11 in /test-server-pokemon
2020-10-29 14:57:47 +11:00
Kayne Ruse
6903d5d239 Merge pull request #2 from Ratstail91/dependabot/npm_and_yarn/test-server-books/systeminformation-4.27.11
Bump systeminformation from 4.27.5 to 4.27.11 in /test-server-books
2020-10-29 14:57:33 +11:00
dependabot[bot]
f371e8182c Bump systeminformation from 4.27.5 to 4.27.11 in /test-server-books
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 4.27.5 to 4.27.11.
- [Release notes](https://github.com/sebhildebrandt/systeminformation/releases)
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-27 21:02:13 +00:00
dependabot[bot]
b5a203875f Bump systeminformation from 4.27.5 to 4.27.11 in /test-server-pokemon
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 4.27.5 to 4.27.11.
- [Release notes](https://github.com/sebhildebrandt/systeminformation/releases)
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-27 21:01:42 +00:00
Kayne Ruse
7982ba92b6 throw 'Nothing here is working'; 2020-09-22 19:44:13 +10:00
Kayne Ruse
0d245fdeb6 Adjusted handler API 2020-09-22 11:10:12 +10:00
Kayne Ruse
7f04a656c2 Split the library into smaller files 2020-09-22 08:14:25 +10:00
Kayne Ruse
333154fd7b Added debugging option, bumped version to 0.2.1 2020-09-22 07:46:54 +10:00
Kayne Ruse
cb2134b094 Tweaked README yet again 2020-09-21 23:36:13 +10:00
Kayne Ruse
7a86b1d96a Tweaked README again 2020-09-21 15:54:15 +10:00
Kayne Ruse
ea4919bb64 Tweaked the README 2020-09-21 07:41:25 +10:00
Kayne Ruse
0dd654f152 Added CORS middleware 2020-09-19 18:27:04 +10:00
Kayne Ruse
ee402e5e26 Tweaked error output 2020-09-19 18:09:38 +10:00
Kayne Ruse
6cda08053b Added 501 error 2020-09-19 18:07:44 +10:00
Kayne Ruse
cd7e34c11b Tweaked README.md 2020-09-19 09:38:32 +10:00
Kayne Ruse
422fff090c Ready to publish 2020-09-19 09:10:53 +10:00
Kayne Ruse
6b7e55c05f Rearranged the files, adjusted the code slightly 2020-09-19 09:03:55 +10:00
Kayne
1addf15a39 Bugfix in handler 2020-09-07 17:35:05 +10:00
Kayne
553ae44dc1 Bugfix 2020-09-07 17:14:45 +10:00
Kayne Ruse
792ea6b23d pokemon example is working 2020-09-07 14:31:17 +10:00
Kayne Ruse
d99a99981b Added demo JSON file 2020-09-07 04:37:08 +10:00
Kayne Ruse
42e4990600 Added proper lexing, whole thing is now a look-back parser 2020-09-07 00:20:21 +10:00
Kayne Ruse
5183f89c91 It's a little buggy, but matching is working 2020-09-06 01:54:31 +10:00
Kayne Ruse
d52b63bcf4 Finished refactoring, it still dumps everything 2020-09-05 02:12:36 +10:00
Kayne Ruse
7fa4c56bcc Worked on the schema code 2020-09-05 00:05:56 +10:00
Kayne Ruse
e9655f1055 Got it working! 2020-03-16 06:31:29 +11:00