Commit Graph

12684 Commits

Author SHA1 Message Date
Christy Jacob 0438e830b0 Merge pull request #3634 from appwrite/feat-variables-api
Implement Function Variable API
2022-08-31 14:37:30 +02:00
Christy Jacob 5a58312b53 Merge pull request #3741 from appwrite/refactor-guest-rate-limits
Refactor guest rate limits
2022-08-31 10:41:23 +02:00
Matej Bačo 0897cd0fe4 Merge branch '0.16.x' into feat-variables-api 2022-08-31 09:37:47 +02:00
Matej Bačo 3fc2e70007 updateVariable 'key' param marked as required 2022-08-31 07:33:43 +00:00
Christy Jacob 054516d5c5 Merge pull request #3740 from appwrite/fix-resets
Fix reset error
2022-08-31 09:15:59 +02:00
Jake Barnby 7ea521665c Revert "Allow CI to use a custom env"
This reverts commit d1b5c69ba1.

# Conflicts:
#	.env.test
2022-08-31 18:52:16 +12:00
Jake Barnby e16cbe6a11 Disable abuse tests on CI 2022-08-31 18:30:07 +12:00
Jake Barnby d1b5c69ba1 Allow CI to use a custom env 2022-08-31 16:08:33 +12:00
Jake Barnby 8fcb091f37 Add resource write abuse limit tests 2022-08-31 16:06:36 +12:00
Jake Barnby ce28dd8201 Use route method in abuse key for guest writes 2022-08-31 15:58:32 +12:00
Jake Barnby 8da011ad78 Ensure abuse hit counter is not increased for admin/API keys 2022-08-31 15:50:53 +12:00
Jake Barnby 1273f4c9b7 Allow using route method in abuse key 2022-08-31 15:49:44 +12:00
Jake Barnby b1cb6ab9bc Add single retry to all usage tests 2022-08-31 11:35:46 +12:00
Jake Barnby 190d9684f0 Use consts for rate limit count + period 2022-08-31 11:34:17 +12:00
Jake Barnby 1d4866c5b5 Use IP + User ID as abuse key for create routes 2022-08-31 11:33:19 +12:00
Jake Barnby b9148d380b Fix only variables can passed by reference errors 2022-08-31 11:31:43 +12:00
Christy Jacob a87724ed1a Merge pull request #3641 from appwrite/feat-improve-keys
feat: add new attributes for API Keys
2022-08-30 20:46:50 +02:00
Christy Jacob 3ee3954043 feat: linter 2022-08-30 18:26:02 +00:00
Christy Jacob fe8295c2ec Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-improve-keys 2022-08-30 17:35:46 +00:00
Christy Jacob 422cedf718 feat: fix tests 2022-08-30 17:33:54 +00:00
Christy Jacob dcdfcce3fe feat: added tests 2022-08-30 14:04:42 +00:00
Christy Jacob faaf233153 Merge pull request #3729 from appwrite/fix-permissions-ui
Fix + improve permissions UI
2022-08-30 15:01:02 +02:00
Christy Jacob 7591f68970 Merge pull request #3702 from appwrite/feat-list-endpoints-queries
Feat: List endpoint queries
2022-08-30 14:56:09 +02:00
Matej Bačo 1e95346205 PR review changes 2022-08-30 12:30:52 +00:00
Christy Jacob 574a993f59 feat: update dependencies 2022-08-30 12:10:07 +00:00
Christy Jacob 5785212d28 Merge pull request #3720 from appwrite/feat-allow-automatic-test-retries
Allow flaky tests to be automatically retried with an attribute
2022-08-30 14:00:38 +02:00
Matej Bačo 63c02677a0 PR review changes 2022-08-30 13:55:23 +02:00
Christy Jacob 3da3e2100c Merge pull request #3727 from appwrite/feat-allow-guest-writes
Allow guest write scope for document, file and execution
2022-08-30 13:28:51 +02:00
Jake Barnby 22f0468c8e Merge remote-tracking branch 'origin/0.16.x' into feat-allow-automatic-test-retries
# Conflicts:
#	app/controllers/api/teams.php
#	package-lock.json
#	package.json
#	tests/e2e/Services/Teams/TeamsBase.php
2022-08-30 23:14:28 +12:00
Jake Barnby 691b9ef417 Fix count name ref 2022-08-30 23:12:58 +12:00
Jake Barnby f4d916a4d2 Rename FlakyTest attribute to Retry 2022-08-30 23:10:15 +12:00
Christy Jacob c58dd9f741 Merge pull request #3734 from appwrite/fix-console-locale
Fix console date service locale usage
2022-08-30 12:47:47 +02:00
Christy Jacob fc3376cbe4 Merge pull request #3735 from appwrite/update-swagger-default-datetime
Update specs datetime example
2022-08-30 12:47:30 +02:00
Jake Barnby f0bce98d91 Update specs to use const datetime example 2022-08-30 21:38:27 +12:00
Jake Barnby 8c5948950d Use browser locale and timezone for date service 2022-08-30 21:36:03 +12:00
Matej Bačo e6ccfb6dd7 Improve variables CRUD tests 2022-08-30 09:31:32 +00:00
Christy Jacob 177354407a Merge pull request #3689 from appwrite/feat-list-users-queries 2022-08-30 13:19:56 +04:00
Matej Bačo b8f6393df6 PR review changes 2022-08-30 08:57:10 +00:00
Matej Bačo 2b3dc48bf1 PR review changes 2022-08-30 08:21:34 +00:00
Matej Bačo 2534e9ad8f Remove unnessessary internal queries 2022-08-30 08:20:54 +00:00
Matej Bačo 087b7df52a Failure tests for variables 2022-08-30 07:53:16 +00:00
Matej Bačo 6df1d35712 PR review changes 2022-08-30 07:30:23 +00:00
Matej Bačo 677121edca Update app/controllers/api/functions.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:29:30 +02:00
Matej Bačo 471cac8187 Update app/controllers/api/functions.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:29:20 +02:00
Matej Bačo ce334b9518 Update app/controllers/api/functions.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:29:09 +02:00
Matej Bačo 8620b1f3a0 Update app/controllers/api/functions.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:28:48 +02:00
Matej Bačo e5a63a5078 Update app/controllers/api/functions.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:28:37 +02:00
Matej Bačo 8ec8843a09 Update app/controllers/api/functions.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:28:27 +02:00
Matej Bačo 6cf3cdcadb Update app/controllers/api/functions.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:28:20 +02:00
Matej Bačo 4b50fe3f15 Update app/controllers/api/functions.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
2022-08-30 09:28:09 +02:00