Commit Graph

10961 Commits

Author SHA1 Message Date
balajisoundar
afb9aa93c1
feat: Table widget V2 Inline editing validation for plain text & number column (#15954) 2022-09-13 11:11:59 +05:30
balajisoundar
9bc5a5e076
chore: Expose widget configuration to define properties that can set … (#16573) 2022-09-13 11:10:08 +05:30
Hetu Nandu
0970389143
chore: Delete service worker cache (#16668) 2022-09-13 10:38:45 +05:30
Ayangade Adeoluwa
342c5cc673
fix: Fix Api url path issue (#16628)
* Fix Api url path issue

* Modify test cases
2022-09-13 05:02:59 +00:00
Kyle Galbraith
a4f32ef7e6
ci: Fix build_args to be build-args for Depot builds (#16678) 2022-09-13 08:41:35 +05:30
Appsmith Bot
77a6089a77 Update top contributors 2022-09-13 06:59:52 +05:30
Arpit Mohan
01265b7bbd ci: Correcting the env variables for perf-test workflow 2022-09-12 21:28:23 +05:30
Arpit Mohan
9b77bd6cf7 Merge branch 'release' of github.com:appsmithorg/appsmith into release 2022-09-12 20:10:09 +05:30
Arpit Mohan
eed9339d3a ci: Inheriting secrets to reusable workflows
This does not happen by default when workflows are re-used. Quite a surprising revelation
2022-09-12 20:09:55 +05:30
Nikhil Nandagopal
174c03d102 Updated Label Config 2022-09-12 19:19:55 +05:30
Nikhil Nandagopal
00e61e8b25 Updated Label Config 2022-09-12 19:01:29 +05:30
Nikhil Nandagopal
0b3340dbff Updated Label Config 2022-09-12 19:00:21 +05:30
Nikhil Nandagopal
8ea8ace148 Updated Label Config 2022-09-12 19:00:11 +05:30
Nikhil Nandagopal
7176b6b395 Updated Label Config 2022-09-12 19:00:03 +05:30
Nikhil Nandagopal
06a2f24948 Updated Label Config 2022-09-12 18:59:22 +05:30
Nikhil Nandagopal
7b66a5bcb0 Updated Label Config 2022-09-12 18:59:10 +05:30
Nikhil Nandagopal
612cea1f00 Updated Label Config 2022-09-12 18:59:02 +05:30
Nikhil Nandagopal
15ff40cc8a Updated Label Config 2022-09-12 18:58:20 +05:30
Nikhil Nandagopal
17c1eac1cd Updated Label Config 2022-09-12 18:53:49 +05:30
Nikhil Nandagopal
67ecfeb9c1 Updated Label Config 2022-09-12 18:53:37 +05:30
Nikhil Nandagopal
ae8e9e6d12 Updated Label Config 2022-09-12 18:52:38 +05:30
Nikhil Nandagopal
73c60767c6 Updated Label Config 2022-09-12 18:01:55 +05:30
Nikhil Nandagopal
06ed122785 Updated Label Config 2022-09-12 17:53:14 +05:30
Nikhil Nandagopal
5bdf93a351 Updated Label Config 2022-09-12 17:45:27 +05:30
Nikhil Nandagopal
54d49d424f Updated Label Config 2022-09-12 17:45:10 +05:30
Nikhil Nandagopal
87eed198df Updated Label Config 2022-09-12 17:44:54 +05:30
Nikhil Nandagopal
d01ba10142 Updated Label Config 2022-09-12 17:44:46 +05:30
Nikhil Nandagopal
2cd7f1d6fe Updated Label Config 2022-09-12 17:44:35 +05:30
Nikhil Nandagopal
c3761aedea Updated Label Config 2022-09-12 17:44:22 +05:30
Nikhil Nandagopal
325d0ac79d Updated Label Config 2022-09-12 17:44:14 +05:30
Nikhil Nandagopal
f35270b1a1 Updated Label Config 2022-09-12 17:44:03 +05:30
Nikhil Nandagopal
1b246549ef Updated Label Config 2022-09-12 17:43:49 +05:30
Nikhil Nandagopal
20096f08c4 Updated Label Config 2022-09-12 17:43:39 +05:30
Nikhil Nandagopal
32d44f2b62 Updated Label Config 2022-09-12 17:43:30 +05:30
Nikhil Nandagopal
3a81636291 Updated Label Config 2022-09-12 17:43:14 +05:30
Nikhil Nandagopal
de800ce37c Updated Label Config 2022-09-12 17:43:04 +05:30
Nikhil Nandagopal
b84121c5e3 Updated Label Config 2022-09-12 17:38:59 +05:30
Nikhil Nandagopal
f775cbb8ab Updated Label Config 2022-09-12 17:37:59 +05:30
Nikhil Nandagopal
9bd487eced Updated Label Config 2022-09-12 17:35:37 +05:30
Nikhil Nandagopal
357429fd3f Updated Label Config 2022-09-12 17:29:13 +05:30
Nikhil Nandagopal
9354d4449e Updated Label Config 2022-09-12 17:28:18 +05:30
Nikhil Nandagopal
4f834c9d4d Updated Label Config 2022-09-12 17:22:02 +05:30
Nikhil Nandagopal
3b0c6cbe3f Updated Label Config 2022-09-12 17:15:36 +05:30
Ayangade Adeoluwa
b3c4f7c392
feat: AST apis for parsing script and returning identifiers (#16252)
* rts configurations for ast

* update shared dependencies.json for shared ast module

* feat: api for script to identifiers

* fix: typo for identifiers

* feat: api for multiple scripts to get identifiers

* fix: rts config, apis for ast

* fix: removed unnecessary changes for ast modules

* fix: docker image for rts including ast shared module, rts file alias ref

* fix: added comments in build.sh file

Co-authored-by: Aman Agarwal <aman@appsmith.com>
2022-09-12 14:45:47 +05:30
Dhruvik Neharia
be6107b715
feat: Divider Reskinning (#16643)
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-09-12 14:15:56 +05:30
Arpit Mohan
b2ff88a9e1 ci: Removing the redundant permissions in fat-container-test step 2022-09-12 11:11:30 +05:30
Aishwarya-U-R
bdadb827e3
test: Script updates for flaky tests (#16631)
* CreateNewApp spec flaky fix

* fix

* Moved RepoLimit to commented files

* Inline spec failure fix - case 19

* Table FIlter specs V1/V2 split

* Binding/Table_Property_ToggleJs spec - V1/V2 fix

* Spec name update

* Wait increase

* DS - duplicate error capture fix

* revert

* Recaptcha spec fix

* Jsfun exe flaky fix - unskipped case

* jsfunc exec spec fix

* jsfunex spec fix

* Api bugs spec fix

* Api bugs spec fix

* Chartdata point spec flaky fix

* Theme_multiselect brown type fix

* Jsfunc exe spec fix

* Inline spec fix

* Inline spec fix

* Inline spec fix

* Theme multiselect spec fix

* Promises spec fix

* JSFun Exe spec fix

* Api_all verb methods update

* List1 spec 4th case fix

* Jsfun exe skipping 10th case

* jsunf exe 10th case trial fix

* firestore stub error capture

* jsonload failng spec skip

* JSonload spec fix

* json load spec fix

* Git repo moved back
2022-09-12 09:48:44 +05:30
Parthvi
ee8259d311
test: Fix flaky git tests (#16675)
* fix flaky git tests

* undo skip for git import tests
2022-09-12 08:59:06 +05:30
Trisha Anand
aa45f851eb
chore: Minor code refactor + Deleting PermissionGroupServiceTest from CE (#16680)
Minor code refactor + Deleting PermissionGroupServiceTest from CE
2022-09-11 20:53:12 +05:30
Arpit Mohan
5db7aa0fa1
ci: Reverting the permission check on ok-to-test
This needs to be tested properly on a test organization.
2022-09-11 20:50:59 +05:30