Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build
CMakeUserPresets.json
.vscode
*.zip
*.zip
tests
271 changes: 133 additions & 138 deletions Makefile

Large diffs are not rendered by default.

Binary file removed tests/account/createAccount
Binary file not shown.
Binary file removed tests/account/createSession
Binary file not shown.
Binary file removed tests/attribute/createBooleanAttribute
Binary file not shown.
Binary file removed tests/attribute/createEmailAttribute
Binary file not shown.
Binary file removed tests/attribute/createEnumAttribute
Binary file not shown.
Binary file removed tests/attribute/createFloatAttribute
Binary file not shown.
Binary file removed tests/attribute/createIPaddressAttribute
Binary file not shown.
Binary file removed tests/attribute/createIntegerAttribute
Binary file not shown.
Binary file removed tests/attribute/createStringAttribute
Binary file not shown.
Binary file removed tests/attribute/listAttributes
Binary file not shown.
Binary file removed tests/attribute/updateBooleanAttribute
Binary file not shown.
Binary file removed tests/attribute/updateEmailAttribute
Binary file not shown.
Binary file removed tests/attribute/updateEnumAttribute
Binary file not shown.
Binary file removed tests/attribute/updateFloatAttribute
Binary file not shown.
Binary file removed tests/attribute/updateIPaddressAttribute
Binary file not shown.
Binary file removed tests/attribute/updateIntegerAttribute
Binary file not shown.
Binary file removed tests/attribute/updateStringAttribute
Binary file not shown.
Binary file removed tests/collection/createCollection
Binary file not shown.
Binary file removed tests/collection/deleteCollection
Binary file not shown.
Binary file removed tests/collection/getCollection
Binary file not shown.
Binary file removed tests/collection/listCollection
Binary file not shown.
Binary file removed tests/collection/updateCollection
Binary file not shown.
Binary file removed tests/database/createDatabase
Binary file not shown.
Binary file removed tests/database/getCollectionUsage
Binary file not shown.
Binary file removed tests/database/getDatabase
Binary file not shown.
Binary file removed tests/database/getDatabaseUsage
Binary file not shown.
Binary file removed tests/database/listDatabase
Binary file not shown.
Binary file removed tests/database/updateDatabase
Binary file not shown.
Binary file removed tests/document/createDocument
Binary file not shown.
Binary file removed tests/document/deleteDocument
Binary file not shown.
Binary file removed tests/document/getDocument
Binary file not shown.
Binary file removed tests/document/listDocument
Binary file not shown.
Binary file removed tests/full_flow_test
Binary file not shown.
Binary file removed tests/health/getAntivirus
Binary file not shown.
Binary file removed tests/health/getCache
Binary file not shown.
Binary file removed tests/health/getDB
Binary file not shown.
Binary file removed tests/health/getHealth
Binary file not shown.
Binary file removed tests/health/getPubSub
Binary file not shown.
Binary file removed tests/health/getQueue
Binary file not shown.
Binary file removed tests/health/getStorage
Binary file not shown.
Binary file removed tests/health/getStorageLocal
Binary file not shown.
Binary file removed tests/health/getTime
Binary file not shown.
Binary file removed tests/health/params/getCertificate
Binary file not shown.
Binary file removed tests/health/params/getQueueBuilds
Binary file not shown.
Binary file removed tests/health/params/getQueueCertificates
Binary file not shown.
Binary file removed tests/health/params/getQueueFunctions
Binary file not shown.
Binary file removed tests/health/params/getQueueMails
Binary file not shown.
Binary file removed tests/health/params/getQueueMessaging
Binary file not shown.
Binary file removed tests/health/params/getQueueMigrations
Binary file not shown.
Binary file removed tests/health/params/getQueueUsageDump
Binary file not shown.
Binary file removed tests/health/params/getQueueUsageWebhooks
Binary file not shown.
Binary file removed tests/indexes/createIndex
Binary file not shown.
Binary file removed tests/indexes/deleteIndex
Binary file not shown.
Binary file removed tests/indexes/getIndex
Binary file not shown.
Binary file removed tests/indexes/listIndexes
Binary file not shown.
Binary file removed tests/messaging/topics/getTopics
Binary file not shown.
Binary file removed tests/storage/createBucket
Binary file not shown.
Binary file removed tests/storage/deleteBucket
Binary file not shown.
Binary file removed tests/storage/files/createFile
Binary file not shown.
Binary file removed tests/storage/files/deleteFile
Binary file not shown.
Binary file removed tests/storage/files/getFile
Binary file not shown.
Binary file removed tests/storage/files/getFileDownload
Binary file not shown.
Binary file removed tests/storage/files/getFileView
Binary file not shown.
Binary file removed tests/storage/files/updateFile
Binary file not shown.
Binary file removed tests/storage/getBucket
Binary file not shown.
Binary file removed tests/storage/listBuckets
Binary file not shown.
Binary file removed tests/storage/updateBucket
Binary file not shown.