Matej Bačo
cc06a4bdaa
log streaming, locking GH comments, execution headers, locale header, redeploy logic
2023-06-22 12:59:41 +02:00
Matej Bačo
5e221e285f
Update naming convention, add new VCS endpoints, support silent mode and rootDirectory
2023-06-07 17:50:32 +02:00
Matej Bačo
f53d75205b
Implement branches endpoint, rename some attributes, update response models
2023-05-26 00:29:08 +02:00
Matej Bačo
c09c8b4d25
Fix wildcard issue with OPTIONS & CORS
2023-05-22 21:27:14 +02:00
Matej Bačo
6e515e3cc4
Copy Khushboo's integration from feat-peach-q1-kh
2023-05-22 12:58:13 +02:00
Matej Bačo
5389afc80e
Add build & install commands
2023-03-28 15:21:42 +02:00
Matej Bačo
75f935601e
Add function entrypoint
2023-03-16 11:07:15 +01:00
Matej Bačo
59f5978fa3
Implement rules
2023-03-08 19:30:01 +01:00
Matej Bačo
464f88634c
Add function logging toggle
2023-02-24 10:24:20 +01:00
Matej Bačo
2c5367f779
Update specs, add url to functions
2023-02-20 14:11:29 +01:00
shimon
1761b77d0f
function worker
2022-11-09 19:01:43 +02:00
Matej Bačo
b41aaefc7e
Implement 'enabled' attribute for functions
2022-09-09 08:49:18 +00:00
Christy Jacob
d5028e601e
feat: update datetime description
2022-09-05 01:26:16 +04:00
Matej Bačo
3b7ac045d7
Merge remote-tracking branch 'origin/feat-list-endpoints-queries' into feat-variables-api
2022-08-26 07:51:54 +00:00
Jake Barnby
7159f9c187
Merge remote-tracking branch 'origin/origin/datetime-attributes' 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
# src/Appwrite/Usage/Calculators/Database.php
2022-08-25 20:53:52 +12:00
Shmuel Fogel
deb5164eb3
Update src/Appwrite/Utopia/Response/Model/Func.php
...
Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
2022-08-25 11:11:17 +03:00
Shmuel Fogel
26a2569b8e
Update src/Appwrite/Utopia/Response/Model/Func.php
...
Co-authored-by: Vincent (Wen Yu) Ge <wenyu1999@hotmail.com>
2022-08-25 11:11:08 +03:00
Bradley Schofield
0d81918685
Merge remote-tracking branch 'origin/refactor-permissions-inc-console-fix' into feat-variables-api
2022-08-19 11:25:39 +01:00
Bradley Schofield
7895ac6c40
Update Func.php
2022-08-19 10:57:59 +01:00
Jake Barnby
86f209800a
Merge remote-tracking branch 'origin/origin/datetime-attributes' into refactor-permissions-inc-queries-update-datetime-fixes
...
# Conflicts:
# composer.json
# composer.lock
# src/Appwrite/Utopia/Response/Model/AttributeDatetime.php
2022-08-15 16:43:47 +12: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
fogelito
9b9f2fe428
global const for TYPE_DATETIME_EXAMPLE
2022-08-14 13:27:07 +03:00
Bradley Schofield
237f5264d9
Fix vars exception, change cachedoc usage,
2022-08-13 20:18:48 +01:00
Bradley Schofield
cb87c248d5
Rebuild Specs, SDKs and start working on subqueries
2022-08-12 16:51:24 +01:00
Bradley Schofield
af0c111d2e
Rollback Func Correctly
2022-08-09 13:00:16 +01:00
Bradley Schofield
f62ad19ecd
Fix old function tests
2022-08-03 13:32:50 +00:00
Jake Barnby
1ab86c9331
Role reference updates
2022-08-03 16:17:49 +12:00
Matej Bačo
15427e0aa1
Cleanup
2022-07-20 07:22:51 +00:00
Matej Bačo
183a18f618
Implement functions CRUD operations
2022-07-20 07:18:49 +00:00
fogelito
e0f2d59864
scheduleNext + schedulePrevious functions changes
2022-07-07 12:26:30 +03:00
fogelito
203b3058a2
providerAccessTokenExpiry
2022-07-05 16:06:55 +03:00
fogelito
8628105eef
Model changes
2022-07-04 12:55:11 +03:00
Torsten Dittmann
bbdf70ee90
feat: use new $createdAt and $updatedAt attributes
2022-06-15 14:46:52 +02:00
Everly Precia Suresh
19300ccdd7
format files in app, src, tests
2022-05-23 14:54:50 +00:00
Bradley Schofield
b1acc028c9
Implement various suggestions
...
+ Fix Docblocks
+ Remove unused variable from deleteRuntime in executor
+ Added build status explanation to description
+ Sync composer.phtml to composer.json
2022-02-24 14:18:46 +00:00
Christy Jacob
4ad47061dd
Merge branch 'master' of github.com:appwrite/appwrite into feat-functions-refactor
2022-02-18 13:38:54 +04:00
Jake Barnby
d196d108d8
Make func model execute attribute an array
2022-02-16 12:09:37 +13:00
Christy Jacob
af9db5ac1c
feat: update response models and response filters
2022-01-25 03:31:41 +04:00
Bradley Schofield
4286e8d70b
Fix database stuff
2022-01-20 11:34:50 +00:00
Bradley Schofield
f85970fa3d
Fix functions vars default response
...
Changed default from array to class
2022-01-18 15:12:26 +00:00
Matej Baco
e065470ffc
Merge branch 'feat-database-indexing' into feat-health-api-response-models
2021-12-20 12:09:50 +01:00
Matej Baco
ea7b5970c3
Post-PR review fixes
2021-12-15 11:19:29 +01:00
Torsten Dittmann
aaab9ead70
feat: remove func permission models
2021-12-14 11:42:34 +01:00
Torsten Dittmann
f04cb72cfb
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-main-rebase
2021-12-01 14:19:41 +01:00
Torsten Dittmann
1fd4e6c3c8
Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing
2021-10-25 16:01:07 +02:00
Damodar Lohani
0e8645fc13
fix function model permission
2021-10-22 16:17:38 +05:45
Asmit2952
5a729e0932
Fixed PSR issues in Utopia Library
...
Signed-off-by: Asmit2952 <asmitbm2952002@gmail.com>
2021-10-06 19:52:38 +05:30
Eldad Fux
6943380118
Updated data structures for attribute
2021-08-21 07:48:28 +03:00
Eldad Fux
9ad1917072
Permission fix
2021-08-07 15:49:36 +03:00
Bradley Schofield
aa1e713b75
Fix tests
2021-06-22 16:56:05 +01:00