Christy Jacob
269266127d
feat: update db library
2022-10-28 14:30:31 +05:30
Jake Barnby
db49e962f4
Use abuse status instead of dev/prod for graphql abuse check
2022-10-28 20:12:11 +13:00
Jake Barnby
89b4d0026a
Move shutdown hook to graphql controller
2022-10-28 10:04:31 +13:00
Jake Barnby
e632731c4e
Merge remote-tracking branch 'origin/1.1.x' into feat-graphql-support
2022-10-27 12:24:57 +13:00
Torsten Dittmann and GitHub
eb31bfb78e
Merge pull request #4418 from appwrite/feat-deployment-buildtime
...
Add build time to deployments
2022-10-26 18:42:53 +02:00
Christy Jacob
9165da14b7
feat: add support for the new DSN class
2022-10-26 12:16:22 +05:30
Steven Nguyen
719aa67afa
Remove PDO rethrow
...
The PDOException was rethrown in general.php so that it could be caught
in the catch block of http.php. However, [a change in
utopia-php/framework](https://github.com/utopia-php/framework/commit/9d37326851f65f354344cfe2e3c1a282d5231025 )
caused the exception to be masked as an Exception rather than the
underlying PDOException. As such, the `$th instanceof PDOException` in
http.php is always false and `$db = null` is never executed. Since these
snippets of code aren't doing anything or adding value, they should be
removed.
In addition, the `$db = null` may have been added to ensure the
connection was added back to the pool and/or reset if needed, but it
seems like that's not a problem anymore.
2022-10-25 10:05:52 -07:00
Christy Jacob
2d6a00e56f
Merge branch 'feat-mysql-test' of github.com:appwrite/appwrite into feat-db-pools
2022-10-25 19:26:23 +05:30
Christy Jacob
503bd53a47
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-mysql-test
2022-10-25 13:48:59 +00:00
Jake Barnby
2f444ead34
Revert "Review revert unrelated change"
...
This reverts commit bf064fa5c9 .
2022-10-25 18:31:51 +13:00
Jake Barnby
e3b5919e40
Review doc fixes
2022-10-25 15:53:15 +13:00
Jake Barnby
34bd0fe93d
Review remove redundant registry injection
2022-10-25 15:45:08 +13:00
Jake Barnby
bf064fa5c9
Review revert unrelated change
2022-10-25 15:44:19 +13:00
Torsten Dittmann and GitHub
461c12c7fe
Merge pull request #3701 from appwrite/feat-oauth-improvements
...
Feat: OAuth improvements
2022-10-24 17:57:40 +02:00
Vincent (Wen Yu) Ge and GitHub
9a1f54baf1
Merge branch 'master' into doc-unique-id
2022-10-21 17:43:52 -04:00
Damodar Lohani
dfa35e0a0b
fix periods on usage endpoints
2022-10-21 05:45:25 +00:00
Eldad Fux
27c4e24fa5
Unused classes
2022-10-21 08:41:17 +03:00
Eldad Fux
54469e9b4d
Unused classes
2022-10-21 08:41:12 +03:00
Damodar Lohani
d35b438255
fix collection and document counts
2022-10-21 01:50:03 +00:00
Damodar Lohani
a7e1e5f25f
fix period
2022-10-21 01:40:33 +00:00
Eldad Fux
e5c62c6730
Fixed usage of DSN database
2022-10-19 16:55:58 +03:00
Eldad Fux
d51c379514
Fixed linter errors
2022-10-19 11:35:30 +03:00
Jake Barnby
a2b1941a47
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# CONTRIBUTING.md
# composer.json
# composer.lock
# docs/references/teams/list-teams.md
2022-10-19 13:17:56 +13:00
Jake Barnby
61e5014ff0
Add sdk graphql header to allowed headers list
2022-10-19 13:01:39 +13:00
Eldad Fux
4fe5c0dd1d
Merge branch 'feat-db-pools' of https://github.com/appwrite/appwrite into feat-db-pools-eldad
2022-10-18 17:29:21 +03:00
Christy Jacob
6bfb76b620
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools
2022-10-18 07:57:34 +00:00
Damodar Lohani
868e487a59
fix bucket collection name
2022-10-18 07:52:41 +00:00
Damodar Lohani
e7c82a28dd
more fixes
2022-10-18 07:09:11 +00:00
Damodar Lohani
305dafe2ad
update missing stats
2022-10-18 06:53:17 +00:00
Eldad Fux
65e004f145
Fixed health API and add new test endpoints
2022-10-17 14:43:57 +03:00
Damodar Lohani
5b90c433ab
fix collection id
2022-10-17 07:53:55 +00:00
Damodar Lohani
00d194d5d1
fix linters
2022-10-17 07:37:30 +00:00
Damodar Lohani
f3c183b563
listen to delete events
2022-10-17 07:10:18 +00:00
Damodar Lohani
f78cb09694
Merge remote-tracking branch 'origin/master' into feat-usage-refactor
2022-10-17 06:55:01 +00:00
Damodar Lohani
84f5842c81
document create listener
2022-10-17 06:52:24 +00:00
Jake Barnby
cecc6dada2
Merge remote-tracking branch 'origin/1.1.x' into feat-graphql-support
...
# Conflicts:
# app/config/specs/open-api3-latest-client.json
# app/config/specs/open-api3-latest-console.json
# app/config/specs/open-api3-latest-server.json
# app/config/specs/swagger2-latest-client.json
# app/config/specs/swagger2-latest-console.json
# app/config/specs/swagger2-latest-server.json
# app/init.php
# composer.json
# composer.lock
2022-10-17 12:04:13 +13:00
Eldad Fux
fe29e58f22
Fixed doctor health checks
2022-10-16 20:48:53 +03:00
Eldad Fux
224d526c84
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools-eldad
2022-10-16 12:24:53 +03:00
Damodar Lohani
019fa11616
setup to use database listeners
2022-10-16 08:50:53 +00:00
Eldad Fux
7484656be3
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools-eldad
2022-10-15 22:08:16 +03:00
Eldad Fux
d5849c39f3
Removed unused namespaces
2022-10-15 21:57:55 +03:00
Eldad Fux
0506dbb30e
Adapted HTTP API
2022-10-15 17:14:17 +03:00
Piotr Rogowski
833e3f8ce1
Fix User not found exception
2022-10-14 18:17:00 +02:00
Damodar Lohani
be3743e227
fix renamed function
2022-10-14 11:24:37 +00:00
Damodar Lohani
f86a5b5fcd
fix renamed methods
2022-10-14 11:12:59 +00:00
Torsten Dittmann and GitHub
d0aedf33ba
Merge pull request #4058 from appwrite/fix-deprecate-team-deletion-with-project
...
Deprecate team deletion with project
2022-10-14 11:19:27 +02:00
Jake Barnby
a99ade13c0
Don't flatten batch results
2022-10-14 14:33:42 +13:00
Jake Barnby
742fc98cfc
Controller cleanup
2022-10-14 14:32:16 +13:00
Jake Barnby
44e4f1e05b
Make param errors consistent
2022-10-14 13:18:08 +13:00
Jake Barnby
e4673aaa50
Fix requests using x-sdk-graphql header
2022-10-13 17:33:55 +13:00