1
0
Fork 0
mirror of synced 2024-09-02 19:01:19 +12:00
Commit graph

158 commits

Author SHA1 Message Date
Christy Jacob
912933d4c8
Merge pull request #3936 from appwrite/fix-async-function-console
Update function execution from console to be async
2022-09-29 12:46:04 +05:30
Steven Nguyen
3f9a3f72c8 Update function execution from console to be async
Before 1.0.x, function executions were async by default. This ensures
executions starting 1.0.x are still async.
2022-09-28 19:25:59 +00:00
Steven Nguyen
8cc768cc50 Update Console to Show Function Stdout Logs
Although there is still a known issue where function stdout logs can
appear in the wrong execution, not having the logs easily accessible
in the console makes troubleshooting functions significantly more
difficult.
2022-09-27 19:48:35 +00:00
Christy Jacob
1af709ea64
Merge pull request #3823 from appwrite/fix-remove-execution-stdout
Hide function execution stdout from Console UI
2022-09-14 00:34:09 +04:00
Christy Jacob
efbe21d433 Merge branch '0.16.x' of https://github.com/appwrite/appwrite into matej-qa-3 2022-09-13 18:21:44 +00:00
Steven Nguyen
8b0aa634ec Hide function stdout from console
Because it's possible for execution stdout to end up in the wrong
execution, we're going to hide the result from the UI to help avoid
confusion for users while we work on resolving the problem.
2022-09-13 17:01:41 +00:00
Steven Nguyen
2cbd4d6cc5 Rename execution time to duration 2022-09-13 03:51:44 +00:00
Matej Bačo
ec5a0b8cde Remove queries from listVariables; add enabled to createFunction 2022-09-12 09:02:14 +00:00
Bradley Schofield
05c9640658 Small fix to make variable keys wrap in UI 2022-09-05 10:48:07 +01:00
Matej Bačo
ae2826ad1f Bug fixes 2022-09-02 14:19:36 +00:00
Matej Bačo
d5997d92c3 Updated all UI components for new queries V2. introduced queries to listProjects 2022-08-31 12:30:16 +00:00
Matej Baco
8513bb2dbe Merge branch 'feat-list-endpoints-queries' into feat-variables-api 2022-08-25 11:14:42 +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
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
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
Bradley Schofield
86ad8b7e98 Update function.phtml 2022-08-17 14:45:19 +01: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
Bradley Schofield
9a705ed44d Update function.phtml 2022-08-16 09:50:49 +01:00
Jake Barnby
cb4a256d5f Merge remote-tracking branch 'origin/feat-ui-datetime' into refactor-permissions-inc-queries-update-datetime-fixes
# 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
#	composer.lock
#	public/dist/scripts/app-all.js
#	public/dist/scripts/app-dep.js
#	public/dist/scripts/app.js
#	public/dist/styles/default-ltr.css
#	public/dist/styles/default-rtl.css
#	public/scripts/dependencies/appwrite.js
2022-08-15 12:05:52 +12:00
Damodar Lohani
8fdec117cd fix usage params 2022-08-14 12:04:49 +00:00
Damodar Lohani
e26e2e44cc fix usage attributes 2022-08-14 12:03:21 +00:00
Damodar Lohani
d9745b3477 fix execution list UI 2022-08-14 09:23:41 +00:00
Bradley Schofield
26fad5e8fe Move Variables view to before settings in function 2022-08-12 13:57:45 +01:00
Damodar Lohani
13f915cc77 UI update 2022-08-11 08:25:44 +00:00
Damodar Lohani
9002bbe77e update response format 2022-08-10 09:50:05 +00:00
Damodar Lohani
c7d6d38ab7 update UI to include logs 2022-08-10 07:24:13 +00:00
Torsten Dittmann
d9c7bbd3d2 fix: scripts for filters and charts 2022-08-09 16:05:34 +02:00
Jake Barnby
1ab86c9331 Role reference updates 2022-08-03 16:17:49 +12:00
Bradley Schofield
9d9935a625 First working draft of new UI 2022-08-02 10:05:58 +00:00
Bradley Schofield
66fcbee0df Start working on adding UI 2022-08-01 15:13:47 +00:00
Damodar Lohani
9461a70784 fix function name 2022-07-18 07:12:15 +00:00
Damodar Lohani
b6cc0471c5 fix UI 2022-07-18 06:36:53 +00:00
Damodar Lohani
ada00948c5 functions usage 2022-07-18 06:30:51 +00:00
Torsten Dittmann
6de09c5950 fix: events ui 2022-06-27 19:12:40 +02:00
Torsten Dittmann
ef1daf8f1c Merge branch 'master' of https://github.com/appwrite/appwrite into 0.15.x 2022-06-24 14:15:42 +02:00
Christy Jacob
0166681dde feat: add analytics label for view as JSON 2022-06-24 11:12:29 +02:00
Torsten Dittmann
bbdf70ee90 feat: use new $createdAt and $updatedAt attributes 2022-06-15 14:46:52 +02:00
Wen Yu Ge
8108bf0332 fix function deploy directory 2022-06-01 15:43:46 -04:00
Torsten Dittmann
0d4ff63c90 fix: events ui 2022-05-16 14:51:03 +02:00
Torsten Dittmann
2d98401b62 fix: 0.14.x review 2022-05-16 14:22:06 +02:00
Torsten Dittmann
ee7b6451e0 fix: events ui 2022-05-13 12:49:37 +02:00
Torsten Dittmann
44b4931430 fix: ui events 2022-05-10 15:21:57 +02:00
Torsten Dittmann
a921cfc95a fix: input validation 2022-05-09 14:28:43 +02:00
Torsten Dittmann
6f2bdb527a fix ui 2022-05-08 15:09:08 +02:00
Torsten Dittmann
809767401e sync ui 2022-05-06 10:49:37 +02:00
Torsten Dittmann
a3dcc07599 feat(ui): new events 2022-05-04 12:54:34 +02:00
Matej Bačo
a3bb9f2318 Fix regex 2022-03-22 12:31:52 +00:00
Matej Bačo
1c7ea3c529 Fixed validation regex for custom ID 2022-03-21 14:30:51 +00:00
Matej Bačo
14c67c2b54
Merge branch '0.13.x' into fix-rename-sum 2022-03-01 13:27:37 +01:00