Nikhil Nandagopal
d4eec27db4
Updated Label Config
2022-09-15 14:13:34 +05:30
Nikhil Nandagopal
f19ce351c3
Updated Label Config
2022-09-15 14:11:46 +05:30
Nikhil Nandagopal
80bcba3ffa
Updated Label Config
2022-09-15 14:04:04 +05:30
Nikhil Nandagopal
0781761fee
Updated Label Config
2022-09-15 14:03:34 +05:30
Nikhil Nandagopal
5bae8471f2
Updated Label Config
2022-09-15 14:02:59 +05:30
Nikhil Nandagopal
421eb0c5f1
Updated Label Config
2022-09-15 14:02:31 +05:30
Nikhil Nandagopal
f8a695485e
Updated Label Config
2022-09-15 13:52:31 +05:30
Nikhil Nandagopal
1d32224d65
Updated Label Config
2022-09-15 13:51:05 +05:30
Nikhil Nandagopal
045d2f3512
Updated Label Config
2022-09-15 13:44:14 +05:30
Nikhil Nandagopal
3890e4dfc7
Updated Label Config
2022-09-15 13:43:53 +05:30
Nikhil Nandagopal
c9937fc664
Updated Label Config
2022-09-15 13:42:45 +05:30
Nikhil Nandagopal
db805350a4
Updated Label Config
2022-09-15 13:29:31 +05:30
balajisoundar
c37a8a4cfe
fix: table widget issue where editableCell is undefined ( #16729 )
2022-09-15 13:17:15 +05:30
yatinappsmith
052986f138
ci: Fix ui-test cache ( #16781 )
...
## Description
Fix ui-test cache
Fixes # (issue)
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
Code review
## Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation
- [X] My changes generate no new warnings
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] New and existing unit tests pass locally with my changes
2022-09-15 12:36:38 +05:30
Satish Gandham
12f9a005ae
chore: Refactor getSelectedWidget selector ( #16647 )
...
* Widget layer optimization
Fix positioned and snipeable component wasted renders
* Some cleanup
* - Few more rough optimization
* Remove console logs
* Clean imports
* Prevent wasted renders of draggable component.
* Add new selector
* - Some code reorganization
- Reduce wasted renders of resizable component
* Clean up positioned container
* Final clean up
* Remove unused import
* Some cleanup based on review comments
* Some code refactoring
* Reduce wasted renderes when dragging and resizing
* Rename getSelectedWidget to getLastSelectedWidget in selectors/ui
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-09-15 05:44:11 +00:00
yatinappsmith
d543bbf648
ci: Fix rts dist ( #16774 )
...
Update integration-tests-command.yml
2022-09-15 10:28:56 +05:30
Chris Maeda
0351b0e9a3
fix: Deserialize java.time.Instant objects that are represented as JSON objects ( #16321 )
...
Deserialize java.time.Instant objects that are represented as JSON objects; e.g {"nano": 790000000,"epochSecond": 1641498664}
2022-09-15 09:41:23 +05:30
yatinappsmith
05d9db6e81
ci: Fix rts dist ( #16773 )
2022-09-15 09:10:39 +05:30
yatinappsmith
311df42a4e
ci: Fix tar download for rts ( #16772 )
...
Update integration-tests-command.yml
2022-09-15 08:12:01 +05:30
Appsmith Bot
c66eb2a30c
Update top contributors
2022-09-15 07:02:59 +05:30
Satbir Singh
193dacfeca
chore: Adding JS Object Events ( #16472 )
...
* Event for creating new JS Object
* Adding tracking event for function execution
* Removing unwanted comment
* Events for adding new functions added
* Handling optional properties
* Changing event names
* Renaming Event Sources to JS_OBJECT
2022-09-14 21:04:10 +05:30
Goutham Pratapa
b1553e946a
fix: docker entrypoint script to check mongo replicaset ( #16751 )
...
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2022-09-14 20:30:18 +05:30
Arpit Mohan
98c18862c2
ci: Fixing the caches for server,client and rts build ( #16757 )
...
The problem was being caused by reusable modules taking the same job id
2022-09-14 20:28:40 +05:30
Shrikant Sharat Kandula
2a55633416
Change worker_connections to 1024
2022-09-14 19:53:03 +05:30
Arpit Mohan
7580eb9990
ci: Fixing the RTS build workflow ( #16748 )
...
## Description
The problem with the RTS workflow after the induction of AST parsing was that while copying the `node_modules`, Ubuntu doesn't follow the symlink and copy the content. It simply copies the symlink as is. This causes issues for RTS service to start.
## Type of change
- Bug fix (non-breaking change which fixes an issue)
## How Has This Been Tested?
- Personal repository
## 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-14 14:24:20 +05:30
Favour Ohanekwu
16b04f33a6
fix: incorrect lint error position ( #16526 )
...
* perform string search using original binding
* Add jest test
* Improve code for better readability
2022-09-14 09:35:29 +01:00
Satish Gandham
a706ad3160
perf: Widget layer optimization ( #16502 )
...
* Widget layer optimization
Fix positioned and snipeable component wasted renders
* Some cleanup
* - Few more rough optimization
* Remove console logs
* Clean imports
* Prevent wasted renders of draggable component.
* Add new selector
* - Some code reorganization
- Reduce wasted renders of resizable component
* Clean up positioned container
* Final clean up
* Remove unused import
* Some cleanup based on review comments
* Some code refactoring
* Reduce wasted renderes when dragging and resizing
* Remove stray imports
Co-authored-by: Satish Gandham <satish@appsmith.com>
2022-09-14 12:25:08 +05:30
Shrikant Sharat Kandula
d1110fc774
Restore nginx-app.conf.template
2022-09-14 11:16:00 +05:30
Sumesh Pradhan
8f01b84fee
Packer script to build AWS and DigitalOcean images ( #16617 )
2022-09-14 11:03:02 +05:30
albinAppsmith
3beea62e44
feat: Updates modal new design changes ( #16553 )
...
* feat: Updates modal new design changes
* Title and Subtitle font changes
* test cases fixed for product updates modal
2022-09-14 10:40:48 +05:30
Shrikant Sharat Kandula
7ab3b4fbab
feat: Support running NGINX for development without Docker ( #16667 )
2022-09-14 09:58:31 +05:30
NandanAnantharamu
642cdb886b
test: updated locator with wait for flaky test ( #16734 )
...
updated locator with wait
2022-09-14 08:39:09 +05:30
Appsmith Bot
e1e508a985
Update top contributors
2022-09-14 06:59:33 +05:30
Nikhil Nandagopal
274e86d772
Updated Label Config
2022-09-13 21:56:21 +05:30
Nikhil Nandagopal
5b3d537486
Updated Label Config
2022-09-13 21:50:26 +05:30
Nikhil Nandagopal
627ace4375
Updated Label Config
2022-09-13 21:40:03 +05:30
Nikhil Nandagopal
5173b1679e
Updated Label Config
2022-09-13 21:31:39 +05:30
Jacob Gillespie
820b65a70f
ci: fix tag reference to github.sha in depot build action ( #16735 )
2022-09-13 20:09:41 +05:30
Shrikant Sharat Kandula
89620d3cbf
Fix unused reactive publisher ( #16732 )
2022-09-13 18:08:35 +05:30
Nikhil Nandagopal
82fad42e73
Updated Label Config
2022-09-13 17:21:38 +05:30
Sumesh Pradhan
5a6ab1d094
Fix entrypoint.sh external mongo replica set check ( #16151 )
2022-09-13 14:14:01 +05:30
Shrikant Sharat Kandula
83fc89f1a1
fix: No-op Asserts ( #16690 )
2022-09-13 13:55:33 +05:30
Nikhil Nandagopal
c13e5c6472
Updated Label Config
2022-09-13 13:50:32 +05:30
Trisha Anand
becd778fe1
chore: Added username to error logs when signup is disabled ( #16720 )
2022-09-13 13:07:12 +05:30
Parthvi
ca64ceb4fb
test: update cypress test fork_template_spec ( #16719 )
...
Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-09-13 12:50:09 +05:30
balajisoundar
87774a64ac
chore: fix table widget migration merge conflict ( #16711 )
2022-09-13 12:01:40 +05:30
NandanAnantharamu
6f45430395
test: updated test and dsl ( #16656 )
...
updated test and dsl
2022-09-13 11:56:37 +05:30
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