Commit Graph

4117 Commits

Author SHA1 Message Date
Shams
602b5ec990 Merge branch 'develop' into clipboard-typo-fix 2023-04-18 22:47:43 +02:00
Anish Roy
ee5de5e0b7 update bug fix -> transaction complete 2023-04-18 16:18:32 +05:30
Anish Roy
a41bc5d256 transaction [WIP] 2023-04-18 15:32:16 +05:30
Anish Roy
83080d267b fixed default values 2023-04-17 21:25:10 +05:30
Anish Roy
d53b9226f1 MAX_CONCURRENT_TASKS 2023-04-17 10:35:15 +05:30
Anish Roy
e802db5725 removed key errors 2023-04-14 18:42:43 +05:30
Anish Roy
dd481415fc removed _rowy_arrayTableData and expanded _rowy_ref 2023-04-14 17:56:12 +05:30
Anish Roy
af071d8f58 airtable date parser fix 2023-04-13 13:30:33 +05:30
Prabhat Sachdeva
8b5d2a353d Fixed a typo, changed clilboard to clipboard 2023-04-13 12:38:20 +05:30
Anish Roy
da0cf161df worked on array subtable 2023-04-12 17:43:07 +05:30
Shams
6fbbdff613 Merge pull request #1209 from rowyio/feature/optimise-listsecrets
ROWY-896: Feature/optimise listsecrets
2023-04-10 12:39:24 +02:00
Bobby Wang
5bf33f097c optimise endpoint call for listSecrets 2023-04-10 15:18:34 +08:00
Harini Janakiraman
4fc88e36f8 Update README.md 2023-04-09 11:18:33 +10:00
Shams
f01b7c83bb Merge pull request #1206 from iamanishroy/ui-bug-fixes
Bug fixes (ROWY-1099, ROWY-1086, ROWY-1087)
2023-04-06 18:31:46 +02:00
Yaman Katby
d0dd89b00b update default value function template 2023-04-06 17:38:53 +03:00
Yaman Katby
8254623c2c fix redo action template 2023-04-06 17:38:40 +03:00
Yaman Katby
e841c994e5 Update the derivative default template 2023-04-06 17:30:21 +03:00
Yaman Katby
13c1b69386 update the action and the redo code templates 2023-04-06 17:26:03 +03:00
Yaman Katby
0bc104d07e convert the import into comment 2023-04-06 17:18:59 +03:00
Yaman Katby
bc815afe74 update the connector field default value 2023-04-06 17:16:26 +03:00
Anish Roy
bd7ef2eb3b fixed checked icon getting inverted 2023-04-06 12:51:31 +05:30
Anish Roy
4f7fbb7919 fixed - Visual bug: in dropdown menu(Connector field) 2023-04-06 11:44:32 +05:30
Anish Roy
60c42d099b fixed - BUG: While changing table name/description 2023-04-06 11:17:47 +05:30
Shams
7aef3dcda9 Merge pull request #1203 from rowyio/fix/airtableurl
quick fix to the docs link
2023-04-05 16:59:15 +02:00
Harini Janakiraman
cfde5886c4 Update externalLinks.ts 2023-04-05 19:08:08 +10:00
Shams
00f2debcbe Merge pull request #1193 from rowyio/fix/export-to-date-bug
fix export crash due to toDate issue
2023-04-03 08:54:48 +02:00
Bobby Wang
f66e8b9880 fix commit history 2023-04-01 02:52:00 +13:00
Bobby Wang
a91b751995 fix export crash due to toDate issue 2023-04-01 02:37:14 +13:00
Shams
192305d317 Merge pull request #1152 from iamanishroy/import-files
ROWY-935: Support import files, image, reference and geoPoint
2023-03-31 11:21:18 +02:00
Shams
d9ebf9609d Merge branch 'develop' into import-files 2023-03-31 11:21:10 +02:00
Shams
38e8e08cbc Merge pull request #1182 from rowyio/fix/code-template-typo
fix code template typo
2023-03-31 11:19:40 +02:00
Shams
90021eccc3 Merge pull request #1183 from rowyio/ROWY-1062-row-id-customization
Persist id customization at table level
2023-03-31 11:19:17 +02:00
Anish Roy
41d8feb84b feat(App.tsx): add route for ProvidedArraySubTablePage at /array-sub-table/:docPath/:subTableKey 2023-03-30 15:03:08 +05:30
Han Tuerker
02eec0050b update table schema with id customization 2023-03-29 12:34:25 +03:00
Bobby Wang
23fd0c77bc fix code template typo 2023-03-29 11:10:45 +13:00
Shams
4a077b562e Merge pull request #1179 from rowyio/rc
Rc
2023-03-28 12:11:26 +02:00
Shams
d9927bdfc8 Merge pull request #1098 from rowyio/dependabot/npm_and_yarn/ua-parser-js-0.7.33
Bump ua-parser-js from 0.7.32 to 0.7.33
2023-03-28 12:10:33 +02:00
shamsmosowi
6ffa689fa6 firebase auth webhook 2023-03-28 12:08:57 +02:00
Anish Roy
bb2fcf3b64 added Airtable import/upload files 2023-03-28 10:21:41 +05:30
shamsmosowi
e7d9b29196 exporterRoles table 2023-03-23 16:35:15 +01:00
Shams
097ab2353b Merge pull request #1151 from devsgnr/rowy-135
Select & MultiSelect Chip Colors - ROWY-135
2023-03-23 11:03:49 +01:00
Shams
cca37936f9 Merge pull request #1167 from rowyio/fix/set-user-roles-requires-rowy-run
Fix: update user roles requires rowy run
2023-03-23 10:52:06 +01:00
Han Tuerker
aded1f7959 add set rowy run guard when update roles 2023-03-20 21:20:39 +01:00
Emmanuel Watila
d03e62fd56 Verified null checker 2023-03-17 10:36:16 +01:00
Emmanuel Watila
a35e5d6524 Stripped away null check and move them into getColors function - attempting to fix and error 2023-03-16 19:22:20 +01:00
Emmanuel Watila
8ecae1060e Changed the short-circuit to a tenary on SingleSelect Chip 2023-03-16 17:34:51 +01:00
Shams
1d20ab9d9b Merge pull request #1162 from rowyio/dependabot/npm_and_yarn/webpack-5.76.1
Bump webpack from 5.75.0 to 5.76.1
2023-03-16 15:45:24 +01:00
Emmanuel Watila
cf25f7c4b6 Fixed SideDrawerChips 2023-03-15 11:19:45 +01:00
Emmanuel Watila
60dd187493 Implemented the generalized solution with backwards compatibility 2023-03-15 11:01:22 +01:00
Emmanuel Watila
79089bdc3d Added backwards compatitbility for Yes, No, Maybe Chip Default Colors 2023-03-15 10:55:45 +01:00