1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
Commit graph

202 commits

Author SHA1 Message Date
Bradley Schofield 3c17afbaed Cleanup Collections
- Rename functionId to resourceId on Deployments
 - Add a resourceType to Deployments
 - Remove status, buildStdout and buildStderr from deployments
 - Rename dateCreated on Builds to startTime
 - Rename time on Builds to endTime
 - Added a deploymentId to Builds
 - Added duration to builds
 - Remove Vars from Build
2022-01-25 16:51:05 +00:00
Christy Jacob 6d3c522834 feat: rename tags to deployments in collections.php 2022-01-25 02:13:34 +04:00
Bradley Schofield f68723a518 Various Improvements
+ Updated build list
+ Added search attribute to builds
+ Renamed automaticDeploy to deploy
+ Added tests for build list
2022-01-24 15:54:07 +00:00
Bradley Schofield 5ba45abadc Implement Some of Eldad's Changes 2022-01-24 09:37:14 +00:00
Bradley Schofield e79578570e Merge branch 'master' into the-executor-poc 2022-01-18 15:24:33 +00:00
Torsten Dittmann d3150afebc feat: migration for 0.13 2022-01-18 12:05:04 +01:00
Damodar Lohani 24c803e7d9 Merge branch 'feat-storage-buckets' into feat-s3-integration 2022-01-16 18:09:09 +05:45
Damodar Lohani 4a37d402df Merge branch 'master' into feat-storage-buckets 2022-01-16 17:18:43 +05:45
Damodar Lohani 1e3514b7b2 update antiVirus to antivirus for consistency 2022-01-16 13:40:55 +05:45
Eldad Fux 9650f37dc9 Update image magick version 2022-01-16 08:33:47 +02:00
Bradley Schofield 87565d07e2 Update collections.php 2022-01-10 14:25:46 +00:00
Bradley Schofield 58e68088fa Remove 'pending' build state, update version numbers 2022-01-10 14:00:11 +00:00
Damodar Lohani a790edf8d7 setting file size attributes to bigint 2022-01-07 17:14:52 +05:45
Damodar Lohani 2239e4a5e6 Merge branch 'feat-s3-integration' into feat-refactor-storage-resource 2022-01-07 15:47:38 +05:45
Damodar Lohani d20062f63a Merge branch 'feat-storage-buckets' into feat-large-file 2022-01-06 15:01:21 +05:45
Damodar Lohani ba82839128 Merge branch 'master' into feat-storage-buckets 2022-01-06 13:11:23 +05:45
Bradley Schofield e2c4272ebd Merge branch 'master' into the-executor-poc 2022-01-05 13:38:51 +00:00
Torsten Dittmann 150c2f9cd8 Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-prefs-improvement 2022-01-04 16:18:38 +01:00
Torsten Dittmann 9802058e4f fix: certificates and domain collection 2021-12-28 12:02:39 +01:00
Torsten Dittmann 49ba7d5dfd fix: users prefs default value 2021-12-28 11:48:50 +01:00
Damodar Lohani 535bdee74a update remove sub collection and use the configured collections itself 2021-12-23 14:16:32 +05:45
Matej Baco 1f32bd6367 Merge branch 'feat-database-indexing' into feat-prefs-improvement 2021-12-22 09:07:50 +01:00
Matej Baco e46b99b0a6 Implemented limit in a new way; second iteration 2021-12-20 16:21:01 +01:00
Damodar Lohani 879bff2bb1 Merge branch 'feat-storage-buckets' into feat-large-file 2021-12-19 13:01:09 +05:45
Damodar Lohani 99fd943f3c Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-19 12:26:16 +05:45
Torsten Dittmann d482fb86ea Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-17 15:54:36 +01:00
Damodar Lohani 2f582f6e18 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-14 11:30:52 +05:45
Torsten Dittmann 7b607e85ac Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into feat-database-indexing-migration 2021-12-13 16:56:40 +01:00
Torsten Dittmann 6c6992a3f7 feat(database): add colection enable/disable 2021-12-13 13:42:04 +01:00
Bradley Schofield 65a58689fb Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-12-10 13:48:04 +00:00
Bradley Schofield 3c26a08202 Change exitCode to statusCode and move build to tag create
Change exitCode to statusCode and move build to tag create instead of tag deploy
2021-12-10 10:43:56 +00:00
Torsten Dittmann 34e80acb7f feat(migration): version 0.12.x 2021-12-08 18:49:44 +01:00
Bradley Schofield 37da3c5651 Implement Automatic Deploy
+ Implemented Automatic Deploy
+ Tags will now build automatically
+ You can now restart builds that failed
+ Builds now have their own storage device
+ Added a retry build endpoint
2021-12-08 15:08:53 +00:00
Bradley Schofield 7de975ea95 Fix Bugs from merge 2021-12-06 15:04:00 +00:00
Bradley Schofield 1e76c03fd7 Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-12-06 14:18:50 +00:00
Damodar Lohani 66450584e8 fix merge issue 2021-12-03 12:43:09 +05:45
Damodar Lohani a32351ff7e add the filter back 2021-12-02 18:44:28 +05:45
Damodar Lohani e6304d71b0 remove encrypt filter from password as it's already hashed 2021-12-02 15:35:19 +05:45
Damodar Lohani 32b13f113a session secret field size increase 2021-12-02 15:32:40 +05:45
Damodar Lohani b22797318e Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-12-02 13:53:17 +05:45
Damodar Lohani bc22bbae46 Merge branch 'feat-database-indexing' into fix-missing-encryption-filters 2021-12-02 13:43:12 +05:45
Torsten Dittmann ac796048d8 replace old collections file 2021-12-01 12:48:23 +01:00
Damodar Lohani 3e78abfc85 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-10-17 11:38:33 +05:45
Bradley Schofield 7649a2c677 Make new database work with the executor
+ New DB now works with executor
+ events now work with new execution model
2021-10-14 10:37:00 +01:00
Bradley Schofield dd5bdda000 Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-10-11 14:59:34 +01:00
Torsten Dittmann 1ed41f52d3 Merge branch 'master' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-09-30 12:32:10 +02:00
Bradley Schofield 715a8ac729 Add authentication between appwrite and the executor
+ Add authentication between appwrite and the executor
+ Add built status and build stdout/stderr to tag for later use
+ Changes to executor to implement new build stages
2021-09-22 11:03:04 +01:00
Bradley Schofield da8b4bb9f9 Add build step and more function cleanup 2021-09-13 11:50:45 +01:00
Bradley Schofield 66d8b0599c Merge branch 'master' into the-executor-poc 2021-09-07 12:51:25 +01:00
Damodar Lohani 91e13572a8 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-09-02 13:37:40 +05:45
Bradley Schofield 35ed296b75 Add Deno and update UI 2021-09-01 10:48:56 +01:00
Bradley Schofield 82b7e18033 First Test 2021-08-24 10:32:27 +01:00
Eldad Fux 95dacecf3a Removed the tasks service 2021-07-27 17:16:12 +03:00
Damodar Lohani 085f7c03c4 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-07-20 11:15:09 +05:45
Eldad A. Fux c1a67fc718
Merge branch 'feat-database-indexing' into fix-db-sync-with-master 2021-07-19 21:20:29 +03:00
Eldad Fux bbc20dad10 Merge branch 'master' of github.com:appwrite/appwrite into fix-db-sync-with-master 2021-07-18 17:17:29 +03:00
Torsten Dittmann 4633d74fc7 feat(db-refactor): user status now boolean 2021-07-14 13:02:12 +02:00
Torsten Dittmann a83c22f8f2 Merge branch 'feat-265-realtime' of https://github.com/appwrite/appwrite into feat-265-realtime-usage 2021-07-07 16:58:06 +02:00
Torsten Dittmann 6c8e1a3190 feat(projects): add version number 2021-07-05 09:12:59 +02:00
Damodar Lohani c008a9e360 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-07-04 18:14:20 +05:45
Torsten Dittmann 81cf991695 Merge branch 'feat-265-realtime' of https://github.com/appwrite/appwrite into feat-265-realtime-usage 2021-07-01 10:46:24 +02:00
Eldad Fux 03ff844291 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-26 22:47:53 +03:00
Bradley Schofield aa1e713b75 Fix tests 2021-06-22 16:56:05 +01:00
Torsten Dittmann a3cc8c9ad2 adapt to review 2021-06-18 12:00:27 +02:00
Damodar Lohani 667161d46a with new db this is not required 2021-06-15 14:44:00 +05:45
Damodar Lohani 5ff4781574 Merge branch 'feat-storage-buckets' into feat-sb-create 2021-06-15 13:38:03 +05:45
Damodar Lohani fbf1f376c0 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-06-15 13:36:48 +05:45
Damodar Lohani aabcc8eb09 fixing structure 2021-06-15 12:22:51 +05:45
Damodar Lohani f7c27e1727 fix name for buckets collection 2021-06-15 11:42:38 +05:45
Damodar Lohani 81d6c9ea5d adapter credentials field 2021-06-14 17:23:56 +05:45
Damodar Lohani f1dc788748
Apply suggestions from code review
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-06-14 17:18:49 +05:45
Damodar Lohani aeddd0d070 buckets collection 2021-06-14 16:33:28 +05:45
Eldad Fux 2cf16881f1 Replaced * with role:all 2021-06-11 21:23:16 +03:00
Torsten Dittmann c08b0a5d2b feat(realtime): collection for concurrent connections 2021-06-11 15:30:33 +02:00
kodumbeats 1120e8885a CertificateID not a required param 2021-05-17 14:10:17 -04:00
kodumbeats 6f22854c54 Add certificate collection rules for updated and certificateID 2021-05-17 13:50:44 -04:00
Eldad Fux 69abbba02b Changed god account to root account 2021-05-12 17:53:25 +03:00
Eldad Fux f7f54c0d2f Leverage auth limit for god feature 2021-05-12 14:35:46 +03:00
Eldad Fux 1a4e813e45 Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-god-user 2021-04-23 23:33:04 +03:00
Eldad Fux f070eb0a3a Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-auth-limits 2021-04-03 10:16:46 +03:00
Torsten Dittmann ceeb30fd4f adapt to anon login 2021-03-29 11:16:56 +02:00
Torsten Dittmann 078a07d6b8 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into refactor-user-tokens 2021-03-29 11:07:18 +02:00
Eldad Fux d637437988 Updated config 2021-02-28 13:40:42 +02:00
Eldad Fux 42b75f3dfd Fixed typo 2021-02-28 13:00:22 +02:00
Eldad Fux 27f0dc4c37 Updated config files 2021-02-28 12:16:27 +02:00
Eldad Fux c10500c882 Added an option for a console god user 2021-02-23 13:29:12 +02:00
Torsten Dittmann 7aab693d66 remove duplicate secret prop from session collection 2021-02-22 13:03:34 +01:00
Torsten Dittmann 19b85d7ae6 revert stupid change 2021-02-19 15:53:52 +01:00
Torsten Dittmann 70666ddf0a add current to sessions collection 2021-02-19 15:41:17 +01:00
Torsten Dittmann 8bc484dfca fix leftovers 2021-02-19 14:59:36 +01:00
Torsten Dittmann d4bd9c0d06 decouple user session from tokens 2021-02-19 13:12:47 +01:00
Torsten Dittmann 312ab65794 decouple oauth2 from user to tokens 2021-02-19 11:02:02 +01:00
Torsten Dittmann ec6e4f3a06 adapt user collection properties 2021-02-16 14:46:16 +01:00
Torsten Dittmann 538510d171 feat(collections): encrypt api keys 2021-01-15 12:56:03 +01:00
Torsten Dittmann c51caac494 refactor(collections): enfore camel case 2021-01-14 13:04:16 +01:00
Eldad Fux 362f84e51b Added missing user ID to both session and token models 2020-11-26 08:12:24 +02:00
Eldad Fux 63e442293c Fixed encryption in nested fields 2020-11-21 01:31:17 +02:00
Eldad Fux 9051b0e476 Updated collection 2020-10-30 22:04:32 +02:00
Eldad Fux eb5a51a35c Leveraged built-in encryption filter 2020-09-12 14:03:18 +03:00
Eldad Fux f12aba4bc7 Merge branch '0.7.x' of github.com:appwrite/appwrite into feat-delete-user 2020-08-29 23:40:40 +03:00