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
Arpit Mohan
4c55b0edd7
ci: Making ok-to-test command executable only to users with write permission on the appsmithorg organization
2022-09-11 17:57:40 +05:30
Parthvi
e3ba513e2a
fix: Update AppsmithError.java ( #16676 )
...
Update AppsmithError.java
2022-09-11 00:06:26 +05:30
Appsmith Bot
7e7973a19a
Update top contributors
2022-09-10 06:59:42 +05:30
AS Laguna
65890a1ebf
fix: Table widget default selected row should display value "0" instead of a watermark ( #16626 )
...
* Changed placeholderText to defaultValue
To resolve this issue I swapped out two properties of this object, placeholderText and defaultValue, to change the placeholder zero for an actual 0 character.
* Changed defaultValue from a string to an int
It seems there was an issue being caused by having the default value being a string where typing a zero still resulted in a value of -1. Changing it to an int seems to have resolved this issue.
2022-09-09 14:40:17 -04:00
arunvjn
7d0dae89d8
fix: Better autocomplete for fast-xml-parser ( #16452 )
2022-09-09 22:07:33 +05:30
Sumit Kumar
0cbe81dfde
feat: merge GraphQL plugin to release ( #16554 )
...
* merge GraphQL plugin to release
2022-09-09 21:29:47 +05:30
Arpit Mohan
978e68820e
ci: Fixing the notification & Depot Docker build step ( #16671 )
...
Fixing the notification & Depot Docker build step for integration test & test-build-docker workflows
2022-09-09 18:48:16 +05:30
Tolulope Adetula
b4b4284a56
fix:allow clear button in tree select widget ( #16542 )
...
* Fix: tree select allowClear button
* fix: import duplication
* Fix: add tests for bug
* fix: Add Placeholder fix
* fix: test case
* fix: remove comments
2022-09-09 04:55:31 -07:00
Arpit Mohan
5642274694
ci: Removing depot docker build from fat-container-test in integration-tests.yml
2022-09-09 15:36:33 +05:30
Arpit Mohan
655a5a668d
ci: Fixing the condition check for server running in ui-test and perf-test steps
2022-09-09 14:59:32 +05:30
Arpit Mohan
408bcaf1a9
ci: Moving ok-to-test permission to none till further debugging
2022-09-09 14:06:34 +05:30
Arpit Mohan
d5a6dacb2a
ci: Fixing the yml syntax for test-build-docker image workflow
2022-09-09 11:53:21 +05:30
Arpit Mohan
c0e1a6202f
ci: Fixing the package step for test-build-docker workflow ( #16661 )
...
## Description
The depot docker step wasn't initialized. This was causing Docker builds to fail.
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
- Relying on CI
## Checklist:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
2022-09-09 11:47:34 +05:30
Nikhil Nandagopal
28d7b2b97f
Updated Label Config
2022-09-09 11:41:53 +05:30
Vishnu Gp
43ee8b2089
chore: Changes in user invited analytics event ( #16611 )
2022-09-09 10:31:18 +05:30
Aswath K
a7ff6cb739
chore: Fix Jest test Flakiness ( #16596 )
2022-09-09 10:06:45 +05:30
Appsmith Bot
c0ced6b510
Update top contributors
2022-09-09 07:02:15 +05:30
Arpit Mohan
121b1eb8e4
ci: Swap docker for depot ( #16658 )
...
Refer to #16020 for details. This PR has been opened since we could not modify the previous PR since it's a contribution by an external contributor.
Co-authored-by: kylegalbraith <kyle.galbraith459@gmail.com>
2022-09-09 01:43:03 +05:30
Arpit Mohan
697bdecaa5
ci: Modularizing the Github actions workflow for maintainability ( #16505 )
2022-09-09 01:08:55 +05:30
Anagh Hegde
4d609a5b4d
feat: Add non-configured datasource to merge template to an existing app API response ( #15918 )
...
Add unconfigured datasource to merge template to app API
2022-09-08 22:55:47 +05:30
NandanAnantharamu
14140c10b7
test: fix for flaky test ( #16534 )
...
* updated test
* updated test
* uncommented the working tests
* updated test to avoid flakiness
2022-09-08 18:41:20 +05:30
Pawan Kumar
291dfadfb3
feat: Rating reskinning ( #16527 )
...
* update rating widget
* fix initial value
2022-09-08 16:43:09 +05:30
Pawan Kumar
0a770c84fe
feat: Datepicker reskinning ( #16587 )
...
* update datepicker
* fix colors
2022-09-08 16:42:50 +05:30
Keyur Paralkar
e7209f06fd
feat: Table widget checkbox column type ( #15933 )
...
* feat: added checkbox column type
* fix: addressed review changes
* feat: added filter for checkbox column type
* fix: checkbox alignment
* fix: horizontal alignement property added for checkbox column type
* test: added cypress test and addressed feedback changes
* fix: add new property cellComponentHorizontalAlignment
* fix: addressed review comments
* fix: changed column type order to alphabetical order
* refactor: removed unused imports
* fix: typings for the dynamic label
* fix: addressed review comments
* fix: disabled cursor flicker issue
* fix: inline editing for checkbox column type
* fix: addressed QA callouts
* fix: addressed qa callouts
* fix: addressed review callouts
* fix: horizontal alignment issue
* fix:
* rebase new property pane changes
* cypress test fixes
* added support to dynamically change the section name with the help of function
* fix: type casting issue for sectionName
* fix: addressed review comments
* chore: removed unused imports
* fix: added prop.hidden comparision in the memoized PropertySection component
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-09-08 16:35:59 +05:30
Dhruvik Neharia
c87fd20b02
feat: Update QR Scanner Themes to Code Scanner Themes ( #16595 )
...
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-09-08 15:04:12 +05:30
rahulramesha
aec2843a60
fix: fix debugger logs for performance ( #16451 )
...
This Change includes two parts,
In Debugger Saga, Action is being triggered in a loop, that action is in turn updating Redux State in a loop, This is bad for performance as they end up notifying the all the subscribers of the state. Changed it to update state once rather than doing it individually.
In the Reducer, changed it to ImmerReducer so that only particular object of the local state changes on update rather than updating reference of the entire state.
2022-09-08 08:16:28 +00:00
Ayangade Adeoluwa
c7ceba6680
fix: Fix border bottom highlight issue ( #16541 )
...
Fix border bottom highlight issue
2022-09-08 08:16:07 +00:00