This website requires JavaScript.
Explore
Help
Sign In
Geoffrey
/
Geoffrey-rs
Watch
1
Star
0
Fork
You've already forked Geoffrey-rs
0
Code
Issues
5
Pull Requests
Projects
Releases
Wiki
Activity
caf7212cca
Geoffrey-rs
/
.gitignore
8 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit + Basic models + Project Layout + ARCHITECTURE.md and README.md
2021-03-06 19:19:13 +00:00
/target
.idea
Refactor ahead of API addition + This commit started as an experiment in a GraphQL api. It didn't turn out well...
2021-05-08 20:42:47 +00:00
/database
Database fixes + Fixed issue where IDs of different models were colliding + Used built in methods to convert u64 to bytes + Added tests for database speed + Converted return time of filter to an iterator + Added better error handling for non-unique values
2021-06-01 00:52:56 +00:00
/test_database
config.toml
First pass of an API + Implemented register, find, and add_location + Bunch of changes to the DB and the Models to make this work + API models are defined in GeoffreyModels so things that call the API don't need to define their own types + Still needs a lot of work, and need to design the api a bit more + Clippy + fmt
2021-10-03 20:03:32 +00:00
*.http
Removed bot_config.toml from git + Added to git ignore + Updated Discord token
2021-12-05 23:56:54 +00:00
bot_config.toml