Commit Graph
5627 Commits
Author SHA1 Message Date
Arman 7249b90c50 fix: more steven qa 2023-08-11 11:14:46 +02:00
Matej Bačo 70d2c645cb Address QA reviews 2023-08-11 11:13:17 +02:00
Arman ce6a8ae3d2 fix: steven qa 2023-08-11 10:47:56 +02:00
Matej Bačo 7bcac643e1 Add proper headers to AI API 2023-08-11 10:20:22 +02:00
Matej Bačo 29590d66b9 Fix AI endpoint 2023-08-11 10:06:19 +02:00
Matej Bačo ca24aacd52 Wrong logs table & AI endpoint 2023-08-11 09:51:14 +02:00
Arman b951497074 fix: create deployment dropdown 2023-08-10 22:07:18 +02:00
Vincent (Wen Yu) Ge fc975a4a92 Change everything to sentence case 2023-08-10 19:57:16 +00:00
Arman 9f11cc237c fix: added invalidation back 2023-08-10 20:42:38 +02:00
Arman b2d720a4ab fix: event 2023-08-10 20:39:42 +02:00
Arman e02e7a91fd fix: move statements 2023-08-10 20:35:24 +02:00
Arman 722ba0ca4b fix: links 2023-08-10 20:24:50 +02:00
Arman 8b140dfe92 fix: small fixes from steven 2023-08-10 20:22:53 +02:00
Arman a1278a30eb feat: improve create function store 2023-08-10 19:17:01 +02:00
Arman 5ee646ab80 fix: marketteplace type 2023-08-10 18:47:11 +02:00
Arman b12cfeb223 fix: deployment from Steven 2023-08-10 16:55:12 +02:00
Arman 80907ef47b fix: remove inline alert not exhisting 2023-08-10 16:34:53 +02:00
Arman fe73fe0329 fix: merge conflict 2023-08-10 16:25:18 +02:00
Arman cebd5db0bf fix: update variables modal 2023-08-10 16:24:51 +02:00
Arman f2ba163a8a Merge branch 'feat-g4' of github.com:appwrite/console into feat-g4 2023-08-10 16:13:12 +02:00
Arman 33c357c4b3 feat: design fixes 2023-08-10 16:05:27 +02:00
Arman f8932a4bfd feat: update installation design 2023-08-10 15:41:59 +02:00
Christy JacobandGitHub 782c7788c6 Merge pull request #499 from appwrite/command-center-and-migrations
Add OAuth Reports and Fix Firebase SDK Calls
2023-08-10 17:24:53 +04:00
Arman f1002c8a2b fix: installation copy 2023-08-10 15:12:35 +02:00
0b4aa7876e Update src/routes/console/project-[project]/settings/migrations/(import)/wizard.svelte
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2023-08-10 14:05:40 +01:00
Arman 475e36f329 fix: error messages 2023-08-10 14:55:39 +02:00
Arman 1fdb2085e5 fix: loading condition error 2023-08-10 14:55:18 +02:00
Arman af60226e86 fix: icons and avatars in update installation 2023-08-10 14:54:49 +02:00
Arman 1edbeee5bc fix: remove additional settings 2023-08-10 14:09:52 +02:00
Safwan Parkar 5ad034973e Simplify initialization of editable attributes for clarity
Instead of cramming all the steps for correct deep cloning, I split the implementation into 4 distinct steps:
- define they keys to exclude
- filtering the keys
- reduce filtered keys into an object
- returning a writable deep clone
2023-08-10 15:53:16 +04:00
Arman 3b15c1e806 fix: alert is not dismissible 2023-08-10 13:09:19 +02:00
Safwan Parkar 399ec90108 use deep clone instead of reference copy
- Original code creates a reference copy of `$doc` into `$work` which means that editing values of `$work` changes the values in `$doc`.
- Fix this behaviour by creating a deep clone of `$doc` into `$work`, so underlying values aren't cross-referenced.
2023-08-10 09:47:53 +04:00
Matej Bačo b159a4a742 Fix firebase 404 errors 2023-08-10 03:00:54 +02:00
Bradley Schofield 5e58cd58e5 Merge branch 'command-center-and-migrations' of https://github.com/appwrite/console into command-center-and-migrations 2023-08-10 01:58:20 +01:00
Bradley Schofield f9b931ba6a Add OAuth Reports 2023-08-10 01:57:45 +01:00
Matej Bačo 55ac069437 Fix double button 2023-08-10 02:25:49 +02:00
Matej Bačo aa5abe03b5 Fix bug 2023-08-10 01:51:57 +02:00
Matej Bačo 0c0500e65f Upgrade sdks 2023-08-10 01:41:39 +02:00
Matej Bačo 3ef78b4d93 Sync with 1.4.x 2023-08-10 01:41:08 +02:00
Matej Bačo 3e7ca0e12d Fix error 2023-08-10 01:15:57 +02:00
Christy JacobandGitHub 75c73ee176 Merge pull request #479 from appwrite/command-center-and-migrations
Command center and migrations
2023-08-10 03:15:05 +04:00
tglide e674fe363d Merge branch 1.4.x into command-center-and-migrations 2023-08-10 00:10:16 +01:00
tglide af6480a4b3 small changes 2023-08-10 00:07:29 +01:00
tglide d64b9cdcc6 Merge branch 'main' into command-center-and-migrations 2023-08-10 00:05:26 +01:00
tglide 5d5f6a0c0f file changes 2023-08-10 00:02:03 +01:00
tglide 404c01fbcb refactor most modal titles to prop 2023-08-09 19:02:47 +01:00
Matej Bačo 6245549696 Upgrade sdk 2023-08-09 19:59:55 +02:00
Matej Bačo 7df35d4fe1 Merge remote-tracking branch 'origin/1.4.x' into feat-g4 2023-08-09 19:45:24 +02:00
tglide 360318ec5d add title and description props and slots for Modal 2023-08-09 18:42:56 +01:00
Matej Bačo aa01e7d982 Fix from npm run check, after merge 2023-08-09 19:41:23 +02:00