Christy Jacob
e0aa3db21e
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into disallow-personal-data
2023-07-11 19:36:37 +00:00
Damodar Lohani
f59d3563f4
Merge remote-tracking branch 'origin/feat-db-pools-master' into feat-db-pools-db-pools-master-sync
2023-07-10 03:06:48 +00:00
Steven Nguyen
33f5cbeca6
Restrict characters for project ID
...
Only allow lowercase alphanumeric chars and hyphens
because the project ID is used as part of url
schemes to redirect users back to mobile apps
and certain characters are not allowed.
2023-06-23 16:22:42 -07:00
Christy Jacob
1980b8c677
Merge branch 'feat-db-pools-master' of https://github.com/appwrite/appwrite into refactor-collections-config-db-pools
2023-06-15 14:30:27 +00:00
Christy Jacob
6853a44f03
feat: update tests
2023-06-15 11:06:04 +00:00
Damodar Lohani
57411db2d3
upadate to use refactored collections config
2023-06-15 00:34:12 +00:00
Steven Nguyen
09f3577256
Update Appwrite to add User labels to Auth roles
2023-06-09 10:18:51 -07:00
shimon
432ee72071
Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into refactor-workers
...
Conflicts:
app/cli.php
app/console
app/controllers/api/account.php
app/controllers/api/functions.php
app/controllers/api/teams.php
app/controllers/shared/api.php
app/init.php
app/worker.php
app/workers/builds.php
app/workers/certificates.php
app/workers/deletes.php
app/workers/functions.php
app/workers/mails.php
src/Appwrite/Event/Event.php
src/Appwrite/Event/Mail.php
2023-05-22 18:41:24 +03:00
Damodar Lohani
9a358b921a
fix formatting
2023-05-15 00:32:37 +00:00
Damodar Lohani
d9a1ae2761
paused unit test
2023-05-15 00:30:31 +00:00
fogelito
ce40d3c2c5
Remove test moved to Utopia
2023-04-30 13:00:39 +03:00
fogelito
fd9b6aba55
format
2023-04-27 17:21:51 +03:00
fogelito
9dcf4c0984
validations changes
2023-04-25 14:35:49 +03:00
Christy Jacob
0fb34433b9
feat: personal data filters to enhance password protection
2023-04-14 00:20:03 +04:00
fogelito
d6a7e26678
FilterTest.php
2023-03-23 17:51:30 +02:00
fogelito
671888d975
Unit test SelectTest.php
2023-03-23 16:33:11 +02:00
fogelito
60c54e2d10
Select Validator
2023-03-22 23:10:47 +02:00
Damodar Lohani
6b6f9edbd6
Merge branch '1.3.x' into feat-13x-master-sync
2023-02-21 07:38:46 +05:45
Damodar Lohani
1904e3df81
fix formatting
2023-02-20 01:38:57 +00:00
Damodar Lohani
452ee5c086
update dictonary validator
2023-02-20 01:34:05 +00:00
Damodar Lohani
5acd78463a
Merge remote-tracking branch 'origin/feat-db-pools' into feat-db-pools-master-sync
2023-02-16 00:44:29 +00:00
Damodar Lohani
171f30adb1
Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync
2023-02-16 00:29:37 +00:00
Damodar Lohani
71d2c45a92
Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync
2023-02-14 04:35:19 +00:00
Jake Barnby
f6fc9a8d8c
Merge remote-tracking branch 'origin/master' into feat-technical-debt-2
...
# Conflicts:
# composer.lock
2023-02-14 14:22:08 +13:00
shimon
f20144dbcd
addressing comments
2023-02-06 16:40:22 +02:00
shimon
5850a454e0
addressing comments
2023-02-05 22:07:46 +02:00
Torsten Dittmann
24a7caf936
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-4803-flutter-web-platform-type
2023-01-27 13:24:41 +01:00
fogelito
c4ae047833
Merge branch 'master' of github.com:appwrite/appwrite into feat-technical-debt-2
...
Conflicts:
app/init.php
composer.json
composer.lock
2023-01-16 10:24:37 +02:00
Damodar Lohani
4f35353289
Merge branch 'feat-password-history' of https://github.com/appwrite/appwrite into feat-password-dictionary
2023-01-16 05:09:55 +00:00
shimon
a0554ca91e
usage test
2023-01-15 12:25:03 +02:00
shimon
44af561d06
usage test
2023-01-15 12:03:52 +02:00
Bradley Schofield
7910149053
Remove tests and update other references to old validators
2023-01-13 15:42:29 +00:00
Bradley Schofield
31b718d829
Replace Appwrite Validators with backported Utopia ones
...
+ Updated Utopia Framework to 0.26.0
+ Replaced Appwrite Validators with Utopia ones
2023-01-13 15:28:04 +00:00
Damodar Lohani
f41e3b1e8f
Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync
2023-01-12 07:25:23 +00:00
Steven Nguyen
be77b10549
Add flutter-web as a platform type
...
Having a dedicated type for flutter-web will allow us to differentiate
between Flutter Web and Web in the Appwrite Console.
2023-01-11 15:47:49 -08:00
Matej Bačo
39cb846ae0
Fix failing test
2022-12-27 09:09:47 +01:00
Matej Bačo
ccc9432219
Merge branch 'master' into fix-1.2.x-conflicts
2022-12-27 08:29:10 +01:00
Damodar Lohani
96cf2e6330
password dictionary test
2022-12-26 10:27:04 +00:00
Bradley Schofield
b0c8e8980d
Continue removing resque
2022-12-20 12:48:55 +00:00
Bradley Schofield
a09e23d0b9
Start work on porting webhooks
2022-12-20 11:07:49 +00:00
Christy Jacob
37ce513b87
Merge pull request #4341 from megatank58/patch-1
...
fix: correctly handle `=` in .env
2022-12-20 16:32:29 +05:30
shimon
7b9a8c01f2
benchmarks
2022-12-19 10:30:32 +02:00
fogelito
8ade726932
Changing Role + Permissions namespace
2022-12-14 18:04:06 +02:00
fogelito
f96128e14f
Changing Id
2022-12-14 17:42:25 +02:00
shimon
0348472345
usage cleanup
2022-12-11 19:15:38 +02:00
Christy Jacob
080abbbb79
Merge branch 'master' of github.com:appwrite/appwrite into feat-add-console
2022-11-17 20:26:10 +05:30
Jake Barnby
f9d2976c1d
Merge remote-tracking branch 'origin/1.1.x' into feat-graphql-support
...
# Conflicts:
# CHANGES.md
# 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
# app/tasks/sdks.php
# composer.lock
# docker-compose.yml
2022-11-16 19:37:35 +13:00
Bradley Schofield
3c71164741
Merge branch '1.1.x' into feat-implement-session-length-api
2022-11-14 15:30:38 +00:00
Bradley Schofield
94676a6c16
Alter sessionVerify to remove expire
2022-11-04 09:50:59 +00:00
Christy Jacob
9165da14b7
feat: add support for the new DSN class
2022-10-26 12:16:22 +05:30
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
Damodar Lohani
b1f3fdce7a
fix stats test
2022-10-18 02:26:28 +00:00
megatank58
819ba45836
chore(tests): add test case for value ending in =
2022-10-17 16:02:24 +05:30
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
Damodar Lohani
c635846dba
fix missing import
2022-10-16 01:47:38 +00:00
Damodar Lohani
185b206076
fix moved constant
2022-10-14 11:23:20 +00:00
Jake Barnby
a1718e8a44
Remove database dependency from mapper
2022-10-14 18:01:39 +13:00
Jake Barnby
4bc44183b6
Restructure type related helpers
2022-10-12 13:57:37 +13:00
Jake Barnby
20bee94175
Fix unit test
2022-10-11 14:20:19 +13:00
Jake Barnby
575b882b30
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# .github/workflows/tests.yml
# composer.lock
2022-10-10 18:41:40 +13:00
sooraj
49c0c2d996
change test case
2022-10-07 07:39:22 +05:30
Sooraj S
81fc5ee6b3
Merge pull request #1 from appwrite/master
...
new
2022-10-06 09:01:55 +05:30
sooraj
62f63923c1
new test case
2022-10-05 19:40:05 +05:30
sooraj
91f16121d1
adding a test
2022-09-30 18:10:02 +05:30
Jake Barnby
6ac4d4f490
Handle response model union type rules
2022-09-30 19:59:20 +13:00
Jake Barnby
e9f75d32a1
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# Dockerfile
# app/config/errors.php
# app/config/roles.php
# 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/controllers/api/graphql.php
# app/controllers/shared/api.php
# app/init.php
# composer.lock
# docker-compose.yml
# src/Appwrite/Extend/Exception.php
# src/Appwrite/Migration/Migration.php
2022-09-20 15:43:09 +12:00
Steven Nguyen
2f08ec0926
Convert Document $collectionId in 0.15 response
...
Document $collection was renamed to $collectionId to match the naming
convention of referring to other resource IDs. This ensures backwards
compatibility.
2022-09-20 02:48:40 +00:00
Steven Nguyen
01f77fa993
Ensure empty datetimes are 0 in 0.15 response
...
Because empty datetimes are invalid, strtotime returned false so the
response was false rather than 0.
2022-09-20 02:48:40 +00:00
Torsten Dittmann
d0c3f52ab6
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-migration-1.0.0
2022-09-14 10:20:42 +02:00
Torsten Dittmann
f97280d071
tests: remove unnecessary import
2022-09-14 10:17:50 +02:00
Torsten Dittmann
f388f3801a
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-migration-1.0.0
2022-09-14 09:28:25 +02:00
Jake Barnby
ce42915ce5
Fix messaging channels subscription count tests
2022-09-14 18:10:42 +12:00
Jake Barnby
696c4bfde3
Merge remote-tracking branch 'origin/0.16.x' into feat-grant-verified-dimension
2022-09-14 17:31:23 +12:00
Steven Nguyen
041066520f
Fix some sdk methods for V15 request filter
2022-09-13 21:28:23 +00:00
Steven Nguyen
2da7da0558
Remove response parse of log $createdAt and $updatedAt
2022-09-13 21:18:13 +00:00
Steven Nguyen
717abccd10
Fix V15 response format for functions and executions
2022-09-13 20:43:46 +00:00
Jake Barnby
53e6a3e312
Add verified/unverified role tests
2022-09-14 00:45:57 +12:00
Steven Nguyen
7f0d4e6c36
Merge branch '0.16.x' into feat-response-filters-0.16.x
2022-09-12 22:21:52 +00:00
Steven Nguyen
1d7c25354a
Update response filters for usage
2022-09-12 22:15:13 +00:00
Steven Nguyen
79b57cf696
Update response filters for list models
2022-09-12 19:07:08 +00:00
Torsten Dittmann
22038daa0e
chore: remove old broken migrations
2022-09-12 16:20:53 +02:00
Steven Nguyen
71206a9886
Update V15 response filter and add tests
2022-09-10 01:00:20 +00:00
Steven Nguyen
668ebe4f41
Update V15 request filters for storage, teams, and users
2022-09-09 17:56:13 +00:00
Jake Barnby
7132e3a7f6
Assign member role for all of a users confirmed team memberships
2022-09-09 11:58:54 +12:00
Steven Nguyen
ddd15921a3
Update V15 request filters
...
Request filters are in place for the following services:
* account
* databases
* functions
* projects
2022-09-08 23:55:29 +00:00
Christy Jacob
687ba70f77
Merge pull request #3745 from appwrite/feat-release-preps
...
Feat: Release preparations
2022-09-01 14:00:11 +02:00
Matej Bačo
0ce1e5fa51
Update realtime tests for new confirmation check
2022-09-01 09:15:09 +00:00
Matej Bačo
3bb836a101
Update tests to support new confirmation check
2022-09-01 09:09:38 +00:00
Matej Bačo
ebdef8afa7
Linter fix
2022-09-01 05:26:49 +00:00
Matej Bačo
2386381d03
Fix tests
2022-09-01 05:26:16 +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
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
b8f6393df6
PR review changes
2022-08-30 08:57:10 +00:00
Matej Bačo
889eaff418
Merge remote-tracking branch 'origin/feat-list-users-queries' into feat-list-endpoints-queries
2022-08-29 08:52:28 +00:00
Christy Jacob
f6e7d00b1e
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-list-users-queries
2022-08-27 20:21:51 +00:00
Christy Jacob
8cacf91e09
feat: fix stats test namespace
2022-08-27 20:08:03 +00:00
Jake Barnby
55450a5ebc
Add missing toString calls
2022-08-27 16:06:38 +12:00
Jake Barnby
790276fced
Review test updates
2022-08-27 15:16:37 +12:00
Matej Baco
fd1068a600
Merge branch 'feat-list-users-queries' into feat-list-endpoints-queries
2022-08-25 10:56:06 +02:00
Matej Baco
c6e614d896
Merge branch 'refactor-permissions-inc-console-fix' into feat-list-users-queries
2022-08-25 10:38:43 +02:00
Jake Barnby
625608804e
Merge remote-tracking branch 'origin/0.16.x' into refactor-permissions-inc-console-fix
...
# 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/controllers/api/databases.php
# app/controllers/api/storage.php
# app/workers/builds.php
# src/Appwrite/Stats/Usage.php
# src/Appwrite/Usage/Calculators/Database.php
2022-08-25 18:21:15 +12:00
Matej Bačo
4645fcd0c8
Fix tests
2022-08-24 10:31:47 +00:00
Matej Bačo
11c8fccd88
PR review changes
2022-08-23 15:01:57 +00:00
Steven
66ff297103
Refactor Queries Validation
2022-08-22 19:16:20 +00:00
Steven
3890dea35b
Add additional Validators for Queries
2022-08-19 23:20:22 +00:00
Steven
a5bc07c9e4
Merge branch 'feat-list-users-queries' into feat-list-user-logs-queries
2022-08-19 22:00:54 +00:00
Jake Barnby
cb6fc7f618
Merge branch 'origin/datetime-attributes' into refactor-permissions-inc-console-fix
...
# Conflicts:
# .gitignore
# app/config/collections.php
# app/controllers/api/account.php
# app/controllers/api/databases.php
# app/controllers/api/storage.php
# app/controllers/api/users.php
# composer.lock
# tests/e2e/Services/Account/AccountCustomClientTest.php
2022-08-19 16:49:34 +12:00
Jake Barnby
7019be987c
Merge remote-tracking branch 'origin/0.16.x' into origin/datetime-attributes
...
# 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/controllers/api/account.php
# app/controllers/api/users.php
# app/controllers/shared/api.php
# app/workers/deletes.php
# composer.lock
# docker-compose.yml
# phpunit.xml
# src/Appwrite/Event/Delete.php
2022-08-19 16:20:19 +12:00
Jake Barnby
66539bbe3a
Review updates for role helper usage
2022-08-19 16:04:33 +12:00
Steven
27f69e3c09
Consolidate List User Logs API params
...
Replace limit and offset params with a single queries param since the
Queries V2 change now allows for different types of queries.
2022-08-19 00:09:34 +00:00
Damodar Lohani
a1e6f7bdf4
Merge branch 'feat-audits-label' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-17 09:34:40 +00:00
Damodar Lohani
80dfa85c82
Merge branch 'feat-audits-label' of https://github.com/appwrite/appwrite into feat-usage-updates
2022-08-17 00:45:07 +00:00
Jake Barnby
fb34ecfa7d
Merge remote-tracking branch 'origin/0.16.x' into datetime-attributes-merge
...
# Conflicts:
# app/controllers/api/account.php
# app/controllers/api/databases.php
# app/controllers/api/functions.php
# app/controllers/api/projects.php
# app/controllers/api/storage.php
# app/controllers/api/teams.php
# app/controllers/api/users.php
# app/controllers/general.php
# app/controllers/shared/api.php
2022-08-16 19:20:26 +12:00
fogelito
f52d28e75f
Auth tests
2022-08-15 22:18:37 +03:00
Jake Barnby
33970276b2
Self review
2022-08-15 19:20:10 +12:00
Eldad Fux
9b897629ba
Fixed code generator
2022-08-14 21:57:23 +03:00
Eldad Fux
fbd5835bd9
Fixed test
2022-08-14 21:33:52 +03:00
Eldad Fux
bd77354926
Fixed test
2022-08-14 20:22:01 +03:00
Eldad Fux
be36b31c4e
Added missing test for new codeGenerator
2022-08-14 19:53:55 +03:00
Eldad Fux
98fc8669e1
Merge branch '0.16.x' of https://github.com/appwrite/appwrite into feat-password-hash-algos
2022-08-14 19:23:30 +03:00
Jake Barnby
6a5de3e0b6
Merge remote-tracking branch 'origin/fix-datetime-attributes' into refactor-permissions-inc-queries-update-datetime-fixes
...
# Conflicts:
# app/config/collections.php
# app/controllers/api/databases.php
# app/controllers/api/projects.php
# app/controllers/api/teams.php
# composer.json
# composer.lock
# tests/e2e/Services/Account/AccountBase.php
# tests/e2e/Services/Databases/DatabasesBase.php
# tests/e2e/Services/Functions/FunctionsCustomServerTest.php
# tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
# tests/e2e/Services/Storage/StorageBase.php
# tests/e2e/Services/Storage/StorageCustomClientTest.php
# tests/e2e/Services/Storage/StorageCustomServerTest.php
# tests/e2e/Services/Teams/TeamsBase.php
# tests/e2e/Services/Webhooks/WebhooksBase.php
# tests/e2e/Services/Webhooks/WebhooksCustomClientTest.php
# tests/e2e/Services/Webhooks/WebhooksCustomServerTest.php
# tests/unit/Auth/AuthTest.php
2022-08-14 23:11:05 +12:00
Jake Barnby
b007acfa95
ID updates
2022-08-14 22:33:36 +12:00
Jake Barnby
fe5d3a1892
Use permission helpers
2022-08-14 17:21:11 +12:00
Jake Barnby
70758927cd
Test fixes
2022-08-14 02:55:15 +12:00
Jake Barnby
ed712fb196
Merge remote-tracking branch 'origin/0.16.x' into refactor-permissions-inc-console-fix
...
# Conflicts:
# app/controllers/general.php
# composer.lock
2022-08-14 02:31:06 +12:00
Jake Barnby
68cc919aaa
Test fixes
2022-08-14 02:10:28 +12:00
Jake Barnby
09b001e891
PR fixes
2022-08-13 02:41:57 +12:00
Damodar Lohani
cf369a9f12
rename test
2022-08-09 07:04:59 +00:00
Damodar Lohani
bce998cb53
update imports and fix database usage
2022-08-09 06:28:38 +00:00
Jake Barnby
cb7bafbdc0
Storage test fixes
2022-08-08 23:00:15 +12:00
Jake Barnby
62b1eba836
Replace write refs
2022-08-05 17:23:18 +12:00
Jake Barnby
7b9fb32fae
Update role references
2022-08-03 21:52:34 +12:00
Jake Barnby
1ab86c9331
Role reference updates
2022-08-03 16:17:49 +12:00
Jake Barnby
ce38e74ba2
Update remaining services to new permissions
2022-08-02 21:21:53 +12:00
Torsten Dittmann
bf9533007b
tests: fix unit tests
2022-08-01 12:22:04 +02:00
Matej Bačo
4bc645074a
Fix linter
2022-07-25 12:43:17 +00:00
Matej Bačo
dbccf39a9f
Merge branch 'master' into feat-password-hash-algos
2022-07-25 12:37:07 +00:00
fogelito
45ac40cc85
change function names
2022-07-13 17:02:49 +03:00
Jake Barnby
a656699fa7
Code cleanup
2022-07-13 21:34:56 +12:00
fogelito
f384a3352b
change class from database:: to dateTime::
2022-07-12 16:32:39 +03:00
Jake Barnby
10a5c24a63
Format and lint
2022-07-12 09:52:00 +12:00
fogelito
b01f4ed802
Unit Tests
2022-07-06 18:07:50 +03:00
fogelito
e034b4a331
unit auth
2022-07-05 19:57:19 +03:00
Jake Barnby
9d134a949f
Merge remote-tracking branch 'origin/master' into feat-graphql-support
...
# Conflicts:
# app/controllers/api/databases.php
# app/controllers/general.php
# app/init.php
# composer.json
# composer.lock
# docker-compose.yml
# phpunit.xml
2022-07-01 00:05:44 +12:00
Matej Baco
77941bcf73
Fix scrypt ext
2022-06-24 16:10:28 +02:00
Matej Bačo
5a10a9494f
Update SCrypt tests
2022-06-24 14:30:39 +02:00
Torsten Dittmann
d26baf1f57
fix: migration and add more tests
2022-06-23 10:18:23 +02:00
Torsten Dittmann
604c7e4992
fix: database layer migration
2022-06-22 15:52:21 +02:00
Torsten Dittmann
7e3040076b
Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-migration-0-15-x
2022-06-22 12:52:27 +02:00
Damodar Lohani
8f14f5aa21
Database layer ( #3338 )
...
* database response model
* database collection config
* new database scopes
* database service update
* database execption codes
* remove read write permission from database model
* updating tests and fixing some bugs
* server side tests are now passing
* databases api
* tests for database endpoint
* composer update
* fix error
* formatting
* formatting fixes
* get database test
* more updates to events and usage
* more usage updates
* fix delete type
* fix test
* delete database
* more fixes
* databaseId in attributes and indexes
* more fixes
* fix issues
* fix index subquery
* fix console scope and index query
* updating tests as required
* fix phpcs errors and warnings
* updates to review suggestions
* UI progress
* ui updates and cleaning up
* fix type
* rework database events
* update tests
* update types
* event generation fixed
* events config updated
* updating context to support multiple
* realtime updates
* fix ids
* update context
* validator updates
* fix naming conflict
* fix tests
* fix lint errors
* fix wprler and realtime tests
* fix webhooks test
* fix event validator and other tests
* formatting fixes
* removing leftover var_dumps
* remove leftover comment
* update usage params
* usage metrics updates
* update database usage
* fix usage
* specs update
* updates to usage
* fix UI and usage
* fix lints
* internal id fixes
* fixes for internal Id
* renaming services and related files
* rename tests
* rename doc link
* rename readme
* fix test name
* tests: fixes for 0.15.x sync
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com>
2022-06-22 12:51:49 +02:00