227637fd97
fix: Misc Endpoints not working as intended ( #181 )
...
Signed-off-by: Avior <github@avior.me>
2021-11-22 14:46:03 +01:00
afe33f4b3c
fix: incorrect set being reconized ( #180 )
...
* fix: set fetching name not stricly checking
Signed-off-by: Avior <github@avior.me>
* fix: finding card by set not testing set name
Signed-off-by: Avior <github@avior.me>
* fix: incorrect set being reconized
Signed-off-by: Avior <github@avior.me>
2021-11-19 15:47:58 +01:00
dependabot[bot]
d81275b679
build: bump @types/node from 16.11.7 to 16.11.9 in /server ( #178 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.11.7 to 16.11.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-19 09:57:09 +01:00
b55cab7c6f
fix: JSON endpoints not working as intended ( #175 )
...
* fix: set fetching name not stricly checking
Signed-off-by: Avior <github@avior.me>
* fix: finding card by set not testing set name
Signed-off-by: Avior <github@avior.me>
2021-11-18 11:52:10 +01:00
dependabot[bot]
7f83a6f8eb
build: bump typescript from 4.4.4 to 4.5.2 in /server ( #174 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.4.4 to 4.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-18 10:12:28 +01:00
dependabot[bot]
64f107ca01
build: Bump @types/node from 16.11.6 to 16.11.7 in /server ( #152 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.11.6 to 16.11.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-12 15:00:48 +01:00
5ef66aac3b
fix: Make /series/:serie case insensitive ( #164 )
...
Signed-off-by: Avior <github@avior.me>
2021-11-12 14:37:49 +01:00
e12adb1641
fix: Same problem for set subid ( #158 )
...
* fix: Fix /sets/:id endpoint to check in lowercase
Signed-off-by: Avior <github@avior.me>
* fix: Same problem for set subid
Signed-off-by: Avior <github@avior.me>
2021-11-10 11:18:18 +01:00
d432b8a826
fix: Fix /sets/:id endpoint to check in lowercase ( #157 )
...
Signed-off-by: Avior <github@avior.me>
2021-11-09 15:23:33 +01:00
dependabot[bot]
e7b660eb21
build: bump graphql from 15.7.0 to 15.7.2 in /server ( #154 )
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 15.7.0 to 15.7.2.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v15.7.0...v15.7.2 )
---
updated-dependencies:
- dependency-name: graphql
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 10:35:44 +01:00
dependabot[bot]
aa88a08083
Bump js2xmlparser from 4.0.1 to 4.0.2 in /server ( #146 )
...
Bumps [js2xmlparser](https://github.com/michaelkourlas/node-js2xmlparser ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/michaelkourlas/node-js2xmlparser/releases )
- [Changelog](https://github.com/michaelkourlas/node-js2xmlparser/blob/master/CHANGES.md )
- [Commits](https://github.com/michaelkourlas/node-js2xmlparser/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: js2xmlparser
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 10:28:42 +01:00
8c9657f8f2
Forogt to remove the import
...
Signed-off-by: Avior <github@avior.me>
2021-11-04 13:52:29 +01:00
02de2d5006
Fixed ( #138 )
...
Signed-off-by: Avior <github@avior.me>
2021-11-04 13:36:15 +01:00
7173179d6f
Fix: card endpoint ( #137 )
...
* Fixed duplication bug
Signed-off-by: Avior <github@avior.me>
* Fixed
Signed-off-by: Avior <github@avior.me>
2021-11-04 12:30:08 +01:00
80ec53a57d
Fix: duplication bug ( #136 )
...
Signed-off-by: Avior <github@avior.me>
2021-11-04 12:21:54 +01:00
7de5764409
fix: bad type ( #135 )
...
* Fixed path
Signed-off-by: Avior <github@avior.me>
* Fixed Builder
Signed-off-by: Avior <github@avior.me>
* Fixed
Signed-off-by: Avior <github@avior.me>
2021-11-04 12:03:06 +01:00
40240f2ab9
fix: Fixed DB path ( #134 )
...
* Fixed path
Signed-off-by: Avior <github@avior.me>
* Fixed Builder
Signed-off-by: Avior <github@avior.me>
2021-11-04 11:51:09 +01:00
65e5bdb9ee
fix: Fixed paths not being changed ( #133 )
2021-11-04 11:01:56 +01:00
c4b4449fd4
feature: Implement new Server infrastructure with GraphQL. ( #132 )
...
* Added new compiler to db
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
* Add compiled DB to artifacts
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
* Fixed space error
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
* Fixed?
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
* Update node.js.yml
* Update node.js.yml
* Made change so the db is no longer dependent on the SDK
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
* f
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
* Fixed artifact
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
* U
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
* \Changed folder
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
* Fixede?
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
* Try with everything
* saved the file ;)
* ignore compiler
* Fixed prebuild being run again
* Fixed public folder
Signed-off-by: Avior <github@avior.me>
* fixed graphql file
Signed-off-by: Avior <github@avior.me>
* fixed?
Signed-off-by: Avior <github@avior.me>
* Check tree because life is potato
Signed-off-by: Avior <github@avior.me>
* this is harder
Signed-off-by: Avior <github@avior.me>
* f
Signed-off-by: Avior <github@avior.me>
* Fixed?
Signed-off-by: Avior <github@avior.me>
* r
Signed-off-by: Avior <github@avior.me>
* fd
Signed-off-by: Avior <github@avior.me>
* added back context
Signed-off-by: Avior <github@avior.me>
* ah
Signed-off-by: Avior <github@avior.me>
* AAH
Signed-off-by: Avior <github@avior.me>
* AAAH
Signed-off-by: Avior <github@avior.me>
* ffffffffffffffffff
Signed-off-by: Avior <github@avior.me>
* fix: Changed the default builder
Signed-off-by: Avior <github@avior.me>
* Removed useless tree function
Signed-off-by: Avior <github@avior.me>
2021-11-04 10:02:26 +01:00