Commit Graph

20 Commits (9ce38e4f3b9378977e6965d30a5ec43c803c4c22)

Author SHA1 Message Date
Trivernis c46f34fd59 Changes to webservice
- added more query parameters
- started working on webinterface
- tokens for authentication
6 years ago
Trivernis 72794a2f63 Added Query entries
- changed id to type ID!
- changed id to md5 hash of base64 string of properties
- added discord Id
- added paging to arrays
- implemented guildHandler into Guild query type
- added saved to retrieve saved songs/playlists
- added ready indicator boolean
- added querying logs
- added presences array
- added config as String
- added prefix
6 years ago
Trivernis 275179b990 Added Graphiql
- added some discord objects (see schema for more info)
6 years ago
Trivernis 3bc3557796
Merge branch 'develop' into renovate/winston-3.x 6 years ago
Renovate Bot b6d7ccc4fe
Update dependency winston to v3.2.1 6 years ago
Trivernis 15ace55c24
Merge pull request #27 from Trivernis/renovate/winston-3.x
Update dependency winston to v3.2.0
6 years ago
Renovate Bot 07848ac761
Update dependency winston to v3.2.0 6 years ago
Trivernis 8b2f9c45cf Added --exit flag to mocha test 6 years ago
Trivernis 990628244e Added Tests
- added tests for the dj class
- moved to rewire for mocking
6 years ago
Trivernis d5d5c12126 Restructured Tests
- removed previous testfiles
- added test.js where all tests are stored
- added tests for lib/utils
- added standard test config
- added test config to devDependencies in package.json
- reconfigured circleci configuration
6 years ago
Trivernis bcfbada46c TestScripts 1
- added circleci configuration
- added mockobjects for testing without the discord api
- added a testscript for the music library
6 years ago
Trivernis 37207265fc
Merge pull request #15 from Trivernis/renovate/winston-daily-rotate-file-3.x
Update dependency winston-daily-rotate-file to v3.6.0
6 years ago
Trivernis 5ab7d32f15
Merge pull request #16 from Trivernis/renovate/ytdl-core-0.x
Update dependency ytdl-core to v0.29.1
6 years ago
Renovate Bot 74d3990a63
Update dependency ytdl-core to v0.29.1 6 years ago
Renovate Bot e360e5a15b
Update dependency winston-daily-rotate-file to v3.6.0 6 years ago
Renovate Bot 2485c35217
Pin dependency sqlite3 to 4.0.6 6 years ago
Trivernis e4e26cd51f Integration of SQLite
- Instead of storing data in files, the bot stores data in database-files (wow)
- Why? Because Databases are best
6 years ago
Renovate Bot 0984a20119
Update dependency ytdl-core to v0.28.3 6 years ago
Renovate Bot 696676b350
Pin dependencies 6 years ago
Trivernis 68a56ee3a5 Initialized Content 6 years ago