Gisle Aune
|
525191a0f9
|
tweak tags and add story repository.
|
4 years ago |
Gisle Aune
|
63bc262091
|
add sortByFictionalDate field to Story, and sorting by fictional date if set.
|
4 years ago |
Gisle Aune
|
df982fac17
|
add IrcCloud log importer.
|
4 years ago |
Gisle Aune
|
47b7877ab4
|
add nextLogs and prevLogs suggestions to log.
|
4 years ago |
Gisle Aune
|
5dbed6d632
|
UI for file stuff.
|
5 years ago |
Gisle Aune
|
c8ced52e1a
|
File uploads, mostly. Also added extra behavior to addCharacter.
|
5 years ago |
Gisle Aune
|
e690e7ab97
|
A lot of delete and failed scream tests.
|
5 years ago |
Gisle Aune
|
0e70e37038
|
Moved unknown nicks to log service
|
5 years ago |
Gisle Aune
|
2eed815993
|
Finished refactor of story/chapter/comment related stuff.
|
5 years ago |
Gisle Aune
|
8fbaea2078
|
Added mergeLog mutation.
|
5 years ago |
Gisle Aune
|
2a0e6534ff
|
Added splitLog mutation.
|
5 years ago |
Gisle Aune
|
acb6b637a5
|
Moved channels to new system, fixed change insert not working.
|
5 years ago |
Gisle Aune
|
73a1c79903
|
Logs and posts are now on the new architecture.
|
5 years ago |
Gisle Aune
|
021f67ea4b
|
Changes to change system.
|
5 years ago |
Gisle Aune
|
2a1423d28f
|
Added character service and such.
|
5 years ago |
Gisle Aune
|
7b253748fe
|
Replaced custom Date scalar code with gqlgen's built-in Time scalar.
|
5 years ago |
Gisle Aune
|
53c3d4597b
|
Renamed queries package to resolvers.
|
5 years ago |
Gisle Aune
|
cdf4e6f667
|
Started work on new layered setup, making a huge mess.
|
5 years ago |
Gisle Aune
|
2fb391321e
|
Fixed bug in resolver array conversion that caused results to all be copied of the last element.
|
6 years ago |
Gisle Aune
|
015bdfd2e8
|
Updated resolvers to be compatible with gqlgen 0.9
|
6 years ago |
Gisle Aune
|
9925907e93
|
Removed combine.sh, using new glob schema features instead.
|
6 years ago |
Gisle Aune
|
c7c418aeab
|
Fixed Change.object resolver not returning anything.
|
6 years ago |
Gisle Aune
|
e794311eb8
|
Migrated rpdata-api to using go modules and a more recent version of
gqlgen
Squashed commit of the following:
commit 162ccf6bfb
Author: Gisle Aune <dev@gisle.me>
Date: Fri May 17 11:51:23 2019 +0200
The great module madness continus, now with pointers.
commit 7e3dc49635
Author: Gisle Aune <dev@gisle.me>
Date: Thu May 16 15:57:08 2019 +0200
Basic stuff, doesn't compile
|
6 years ago |
Gisle Aune
|
aff0d99842
|
graph2: Added exception for open logs query in complexity.
|
6 years ago |
Gisle Aune
|
00150118d2
|
graph2: Added complexity to prevent queries that can take down the server.
|
6 years ago |
Gisle Aune
|
db4d46c368
|
Added story to comment changes.
|
6 years ago |
Gisle Aune
|
d09c17d30d
|
graph2: Changed addComment error message on can-comment check to be consistent with others.
|
6 years ago |
Gisle Aune
|
e3e3ea07db
|
graph2: Changed Chapter to not return any comments if mode is disabled, even if there are comments.
|
6 years ago |
Gisle Aune
|
22592439da
|
graph2, models: Added removeComment mutation.
|
6 years ago |
Gisle Aune
|
dfa9fb4025
|
graph2: Changed Comment to return null instead of a zero-date if it's cleared.
|
6 years ago |
Gisle Aune
|
0e2a68a2d4
|
graph2, models: Added editComment mutation.
|
6 years ago |
Gisle Aune
|
f9b6af58c9
|
graph2: Changed Comment character resolver to use loader.
|
6 years ago |
Gisle Aune
|
56ecf48b57
|
graph2, models: Added addComment mutation.
|
6 years ago |
Gisle Aune
|
06fbfc90c5
|
graph2, model: Added Comment type to Change.
|
6 years ago |
Gisle Aune
|
39a4fef506
|
models, graph2: Added comment removal on chapter removal.
|
6 years ago |
Gisle Aune
|
f9fe0bb5f8
|
models, graph2: Added comment options to chapter mutations.
|
6 years ago |
Gisle Aune
|
d22ab387dd
|
models, graph2: Added Comment type and queries, and hooked it up to chapter.
|
6 years ago |
Gisle Aune
|
e0b93c6b4b
|
graph2: Changed story tagging permissions to allow anyone to tag open stories.
|
6 years ago |
Gisle Aune
|
c5b62a42db
|
graph2: Fixed data race in change logging for importLog.
|
6 years ago |
Gisle Aune
|
b60897a597
|
unknownnicks, logs: Changed unknownnicks counter to use posts instead of logs as a metric to make characters stick out more.
|
6 years ago |
Gisle Aune
|
80e6c048c9
|
graph2: Added unknownNick query
|
6 years ago |
Gisle Aune
|
6310cbbc1e
|
unknownnicks: Added unknown nicks model and hooked it up.
|
6 years ago |
Gisle Aune
|
31239330df
|
graph2, changes, rpdata-server: Added changes subscription.
|
6 years ago |
Gisle Aune
|
a58535fcb9
|
graph2: Added importLog query and associated models and repository functions.
|
6 years ago |
Gisle Aune
|
ffec008820
|
graph2: Added change type and query.
|
6 years ago |
Gisle Aune
|
138b3e3eab
|
graph2: Fixed post change on move not including all posts as objects.
|
6 years ago |
Gisle Aune
|
a8cd595876
|
graph2: Added change logging for story and chapter, fixed channel ops not being logged.
|
6 years ago |
Gisle Aune
|
cee370c2ac
|
models: Changed change logging system to be allow for better querying in the future.
|
6 years ago |
Gisle Aune
|
9affdbd20e
|
graph2: Added move mutation to chapter.
|
6 years ago |
Gisle Aune
|
b7d5059d60
|
graph2: Fixed chapter using story permissions.
|
6 years ago |