Eugen Wissner belka
belka merged pull request OSS/graphql#6 2023-11-04 13:47:12 +01:00
Fix values not being coerced to lists
belka closed issue OSS/graphql#5 2023-11-04 13:47:12 +01:00
Add support for list input coercion x to [x]
belka pushed to master at prescientmoon/graphql 2023-11-04 13:46:12 +01:00
a1cda38e20 Fix values not being coerced to lists
7c78497e04 Add a CHANGELOG entry for the show type fix
fdc43e4e25 Fix non nullable type representation
Compare 3 commits »
belka pushed to master at OSS/slackbuilder 2023-11-03 18:09:42 +01:00
0023fe0337 Remove unused tasks
belka pushed to master at OSS/slackbuilder 2023-11-01 19:08:19 +01:00
24e62c3439 Update additional download versions in slackbuild
belka pushed to master at OSS/slackbuilder 2023-11-01 17:05:30 +01:00
64233c4c63 Provide a name for additional downloads
belka pushed to master at OSS/slackbuilder 2023-10-28 21:25:15 +02:00
396a536b3a d-tools: Migrate source downloads with git clone
belka pushed to master at OSS/slackbuilder 2023-10-28 04:05:21 +02:00
f51a0418ff Support cloning downloads
fa6d93c5ca Allow updater save a function for each download
Compare 2 commits »
belka pushed to master at OSS/slackbuilder 2023-10-26 19:40:58 +02:00
6c0e2c2d24 Fix hardcoded repository path in the scp call
belka pushed to master at OSS/slackbuilder 2023-10-24 21:06:53 +02:00
58a1b8864c Support additional downloads in the package
belka pushed to master at OSS/slackbuilder 2023-10-20 19:23:32 +02:00
8a69240d88 Add librsync and dmd
3a6d17952b Allow looking on the text page for the latest version
4105ffa91f rdiff-backup: Migrated
Compare 3 commits »
belka opened issue OSS/graphql#7 2023-10-15 19:33:00 +02:00
Encoder tests using gql fail on Windows
belka closed issue OSS/graphql#4 2023-10-14 16:42:59 +02:00
Validation tests fail on Windows
belka pushed to master at OSS/graphql 2023-10-14 16:41:02 +02:00
7c78497e04 Add a CHANGELOG entry for the show type fix
belka closed issue OSS/graphql#3 2023-10-13 21:16:18 +02:00
String representation of required fields is upside down
belka commented on issue OSS/graphql#3 2023-10-13 21:16:15 +02:00
String representation of required fields is upside down

Fixed in fdc43e4e257cbc1cb1a829b81a7278f6404be79c.

belka pushed to master at OSS/graphql 2023-10-13 20:44:35 +02:00
fdc43e4e25 Fix non nullable type representation
belka created branch feature/singleton-tests in OSS/graphql 2023-10-13 18:48:48 +02:00
belka pushed to feature/singleton-tests at OSS/graphql 2023-10-13 18:48:48 +02:00
71255e5b1e Add functional tests calling the graphql function
belka commented on pull request OSS/graphql#6 2023-10-13 00:22:49 +02:00
Fix values not being coerced to lists

Thanks for the pull request. I will definitly accept some parts of its as the change to graphql.cabal, didn't know there is a build-tool-depends option.

But as for main issue, I still don't…