1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00
Commit graph

6166 commits

Author SHA1 Message Date
Damodar Lohani fa46f14092 refactor the class 2021-08-08 12:16:20 +05:45
Damodar Lohani a8f864a07d
Update src/Appwrite/Statsd/Statsd.php
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-08-08 12:13:50 +05:45
Damodar Lohani ffe9c99157 new statsd class and implementation 2021-08-08 11:21:08 +05:45
Damodar Lohani 23caa62550 remove unused params 2021-08-02 15:14:53 +05:45
Damodar Lohani afe772f8fc fix worker statsd not found issue 2021-08-02 14:51:56 +05:45
Damodar Lohani bc4fede216 refactor usage update and fix functions worker 2021-08-02 12:41:12 +05:45
Damodar Lohani 7d38b83abf statsd env to appwrite image 2021-08-02 12:20:27 +05:45
Damodar Lohani ab841925ff drop usage worker 2021-08-02 11:58:42 +05:45
Damodar Lohani 0d4b706339 save usage data directly to statsd without redis queue 2021-08-02 11:56:08 +05:45
Eldad A. Fux 78f953ebf5
Merge pull request #1446 from appwrite/feat-service-flags-new
Service Flags with New DB
2021-08-01 21:47:15 +03:00
Eldad A. Fux 7a050f2df4
Merge branch 'feat-database-indexing' into feat-service-flags-new 2021-08-01 21:45:56 +03:00
Eldad A. Fux 4d878d6556
Merge pull request #1454 from appwrite/feat-update-audit-and-abuse
Updated audit and abuse dependencies
2021-08-01 15:39:24 +03:00
Eldad Fux 7e05ae9e32 Updated dependencies 2021-08-01 14:37:58 +03:00
Eldad A. Fux 742dda8cc1
Merge pull request #1452 from appwrite/feat-service-flags-response
Feat service flags response
2021-08-01 14:21:26 +03:00
Eldad Fux 4f580840ac Updated texts 2021-08-01 14:18:16 +03:00
Eldad Fux 8d11f16e12 Fixed tests 2021-08-01 13:15:06 +03:00
Eldad A. Fux 0685fec3a1
Update tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
2021-08-01 12:09:18 +03:00
Eldad A. Fux aff747a9b8
Update tests/e2e/Services/Projects/ProjectsConsoleClientTest.php
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
2021-08-01 12:09:14 +03:00
Eldad Fux 54481eedfc Fixed test 2021-08-01 11:01:35 +03:00
Eldad Fux 5af858429d Updated tests 2021-08-01 11:00:13 +03:00
Eldad Fux 93554135b4 Added icons 2021-08-01 10:55:46 +03:00
Eldad Fux fa1cf2c330 Updated default value 2021-08-01 10:55:41 +03:00
Eldad Fux 90b25aa2f2 Work in progress - UI 2021-08-01 01:17:35 +03:00
Eldad Fux 58b08c7111 Started work on the UI 2021-08-01 00:36:18 +03:00
Eldad Fux 0fbe6a430e Updated attribute name 2021-07-31 23:54:50 +03:00
Eldad Fux b24225b92c Updated Console SDK 2021-07-31 23:40:34 +03:00
Eldad Fux 48acc2fcf1 Updated version 2021-07-31 23:06:34 +03:00
Eldad Fux b7bcf73baa Updated docs 2021-07-31 23:06:17 +03:00
Eldad Fux fde3c0b112 Added response filter 2021-07-31 22:07:05 +03:00
Eldad Fux c27fb0f000 work in progress 2021-07-31 07:58:33 +03:00
Damodar Lohani 5d6bd7868b fixes for test 2021-07-29 16:41:25 +05:45
Damodar Lohani a0279a63d8 service flags to new db 2021-07-29 16:13:17 +05:45
Eldad A. Fux 5dfa6217d8
Merge pull request #1411 from appwrite/refactor-workers-no-db-pools
Refactor - use direct database connections in certificates worker
2021-07-26 22:59:20 +03:00
Eldad A. Fux cf9f99fdc8
Merge pull request #1427 from appwrite/feat-cleanup-old-db-lib
Feat cleanup old DB lib
2021-07-26 22:57:56 +03:00
Eldad A. Fux aa3651c6f8
Merge pull request #1426 from appwrite/fix-sessions-index
fix-sessions-index
2021-07-26 22:57:08 +03:00
Eldad A. Fux 15bbed22d8
Merge pull request #1430 from appwrite/fix-remove-local-swagger-validator
Fix - remove local swagger validator
2021-07-26 22:56:45 +03:00
kodumbeats 717799776a Use parent class method to get consoleDB 2021-07-26 12:37:29 -04:00
kodumbeats 9b5f8fb525 Merge remote-tracking branch 'origin/feat-database-indexing' into refactor-workers-no-db-pools 2021-07-26 12:26:26 -04:00
kodumbeats 0b59a04964 Merge remote-tracking branch 'origin/feat-database-indexing' into fix-remove-local-swagger-validator 2021-07-26 12:18:18 -04:00
Eldad A. Fux f81227cad0
Merge pull request #1413 from appwrite/fix-retry-init-db-connection
fix(refactor-db): retry initial database connection on failure
2021-07-26 19:17:24 +03:00
kodumbeats 56da7e48f6 Use external swagger validator 2021-07-26 12:10:08 -04:00
kodumbeats b340d236db Refactor retry logic to private method 2021-07-26 10:59:38 -04:00
kodumbeats 51449841bf Refactor db methods to worker class instead of worker script 2021-07-25 19:14:19 -04:00
kodumbeats 51100fda0a Ensure namespace exists before proceeding 2021-07-25 18:24:29 -04:00
kodumbeats 03288ffbfa Refactor database methods to parent worker script 2021-07-25 18:20:31 -04:00
Eldad Fux f7c415cd2c Removed Authorization2 references 2021-07-25 17:51:04 +03:00
Eldad Fux 13c1bb045d Cleanup old db library 2021-07-25 17:47:18 +03:00
Eldad Fux 69cd8c468c Fixed conflict 2021-07-25 14:37:36 +03:00
Eldad Fux f909b9da1c Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-07-25 14:11:23 +03:00
Eldad Fux b431c0ee41 Added missing sessions index 2021-07-24 18:48:11 +03:00