Commit Graph

18525 Commits

Author SHA1 Message Date
Nikhil Nandagopal
c9ecddcc47 Updated Label Config 2024-08-06 19:16:33 +05:30
Nikhil Nandagopal
2234b33181 Updated Label Config 2024-08-06 19:16:20 +05:30
yatinappsmith
5eb9e0b904
Merge pull request #35448 from appsmithorg/release
06/08 - Daily promotion
2024-08-06 18:14:03 +05:30
VigneswarV
380022c0de
fix: commit icon of github on airgapped, the app crashes. #33812 (#34673) 2024-08-06 17:43:29 +05:30
Nikhil Nandagopal
73c68f4736 Updated Label Config 2024-08-06 17:23:52 +05:30
Vemparala Surya Vamsi
95e32687af
chore: Memoising some computations within WDS_TOOLBAR_BUTTONS_WIDGET (#35436)
## Description
Memoising some computations related to WDS_TOOLBAR_BUTTONS_WIDGET

Fixes #`Issue Number`  

## Automation

/ok-to-test tags="@tag.All"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/10264040446>
> Commit: c15e274b718fc36f17b8f7edda4f23790b72f16d
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=10264040446&attempt=2"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.All`
> Spec:
> <hr>Tue, 06 Aug 2024 10:43:05 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

## Summary by CodeRabbit

- **Performance Enhancements**
- Optimized the `ToolbarButtons` component for improved efficiency by
utilizing the `useMemo` hook, reducing unnecessary calculations and
re-renders.
- Consolidated the computation of `sortedButtons` and `disabledKeys` in
`ToolbarButtonsComponent` for better performance and clarity.
  
- **Telemetry Integration**
- Added performance tracking capabilities to the `withWidgetProps`
higher-order component, enhancing observability of widget performance.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-08-06 14:49:22 +03:00
Valera Melnikov
2661c92883
Merge pull request #35452 from appsmithorg/fix/resolve-conflicts
fix:resolve conflicts
2024-08-06 14:26:02 +03:00
Nikhil Nandagopal
82d9095961 Updated Label Config 2024-08-06 16:44:07 +05:30
Nikhil Nandagopal
e7379710ee Updated Label Config 2024-08-06 16:43:51 +05:30
Valera Melnikov
5add64cc1d Merge branch 'master' into fix/resolve-conflicts 2024-08-06 14:04:19 +03:00
Nikhil Nandagopal
cbb45686be Updated Label Config 2024-08-06 15:41:04 +05:30
Nikhil Nandagopal
8543ab9992 Updated Label Config 2024-08-06 15:36:24 +05:30
Nikhil Nandagopal
fe894bb0e3 Updated Label Config 2024-08-06 15:19:52 +05:30
Nikhil Nandagopal
3527930c8d Updated Label Config 2024-08-06 15:18:52 +05:30
Nikhil Nandagopal
4346076326 Updated Label Config 2024-08-06 15:15:57 +05:30
Nikhil Nandagopal
f8444011b2 Updated Label Config 2024-08-06 14:55:59 +05:30
Nikhil Nandagopal
162592056e Updated Label Config 2024-08-06 14:37:11 +05:30
Nikhil Nandagopal
b01dc9deff Updated Label Config 2024-08-06 14:36:14 +05:30
Nikhil Nandagopal
eea603c423 Updated Label Config 2024-08-06 14:35:46 +05:30
Nikhil Nandagopal
26fa7324a6 Updated Label Config 2024-08-06 14:34:03 +05:30
Nikhil Nandagopal
697189cff3 Updated Label Config 2024-08-06 14:33:44 +05:30
Nikhil Nandagopal
670842907e Updated Label Config 2024-08-06 14:31:04 +05:30
Nikhil Nandagopal
309fe3f17f Updated Label Config 2024-08-06 14:30:52 +05:30
Nikhil Nandagopal
f46aac33fc Updated Label Config 2024-08-06 14:21:56 +05:30
Nilansh Bansal
3b3f64f1c0
Revert "chore: added JSON files linting check" (#35445)
Reverts appsmithorg/appsmith#35395
Reverting this PR as the formatter changes the sorting order of the keys
of our JSONs which affects our UI.
Ref:
https://theappsmith.slack.com/archives/CGBPVEJ5C/p1722929754593669?thread_ts=1722916121.682699&cid=CGBPVEJ5C
2024-08-06 14:15:23 +05:30
Nikhil Nandagopal
1cedfc4988 Updated Label Config 2024-08-06 14:13:24 +05:30
Nikhil Nandagopal
9133c1e1aa Updated Label Config 2024-08-06 14:07:43 +05:30
Nikhil Nandagopal
cae8ebf51f Updated Label Config 2024-08-06 14:06:43 +05:30
Nilansh Bansal
f3e22de6d1
Revert "fix: ignored target directory for spotless JSON formatting" (#35442)
Reverts appsmithorg/appsmith#35407
Reverting as formatter is changing the sorting order of JSON keys, will
add back with the config for maintaining order.
Ref:
https://theappsmith.slack.com/archives/CGBPVEJ5C/p1722929754593669?thread_ts=1722916121.682699&cid=CGBPVEJ5C

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Bug Fixes**
- Removed exclusion of JSON files from the build process, allowing all
JSON files to be included, which may improve file accessibility but
could lead to unwanted files in the output.


<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-08-06 14:06:21 +05:30
Nikhil Nandagopal
1267cac7ff Updated Label Config 2024-08-06 13:48:05 +05:30
Nikhil Nandagopal
241b4f6f40
Update config.json 2024-08-06 13:31:46 +05:30
Nikhil Nandagopal
ee20fe5ef7 Updated Label Config 2024-08-06 13:29:47 +05:30
Nikhil Nandagopal
83d5f69168 Updated Label Config 2024-08-06 13:22:13 +05:30
Nikhil Nandagopal
d4f0fc16ca Updated Label Config 2024-08-06 13:21:55 +05:30
Nikhil Nandagopal
635ca37d63 Updated Label Config 2024-08-06 13:19:36 +05:30
Nikhil Nandagopal
8200a91bc9 Updated Label Config 2024-08-06 13:19:13 +05:30
Nikhil Nandagopal
3c6dc3a88b Updated Label Config 2024-08-06 13:16:20 +05:30
Nikhil Nandagopal
82f50f6efb Updated Label Config 2024-08-06 13:15:40 +05:30
Nikhil Nandagopal
dba0655e69 Updated Label Config 2024-08-06 13:13:43 +05:30
Nikhil Nandagopal
ba40e64c9b Updated Label Config 2024-08-06 13:08:15 +05:30
Nikhil Nandagopal
a355533e30 Updated Label Config 2024-08-06 13:03:07 +05:30
Nikhil Nandagopal
1f6fcc3c13 Updated Label Config 2024-08-06 13:00:40 +05:30
Nikhil Nandagopal
ea7a5a06bd Updated Label Config 2024-08-06 13:00:23 +05:30
Nikhil Nandagopal
c8242205d6 Updated Label Config 2024-08-06 12:39:32 +05:30
Nikhil Nandagopal
ef4c92f845 Updated Label Config 2024-08-06 12:39:12 +05:30
Nikhil Nandagopal
6e409debcd Updated Label Config 2024-08-06 11:51:01 +05:30
Nikhil Nandagopal
1957132a71 Updated Label Config 2024-08-06 11:50:48 +05:30
Sagar Khalasi
5e919e6f79
chore: Updated dispatch command (#35431)
## Description
It is for running a spec file with given run_count

Fixes #`34956`  

## Automation

/ok-to-test tags="@tag.Sanity"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/10260756232>
> Commit: 0d4867a9068a353614cfc71374efeb8bc737fcfd
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=10260756232&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Tue, 06 Aug 2024 05:40:57 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [x] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the event type for the GitHub Actions workflow to enhance
clarity and specificity in triggering associated jobs. Users will now
need to use the new event type `ci-test-limit-count-command` for
interactions.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-08-06 11:22:59 +05:30
Nikhil Nandagopal
bbf67213d1 Updated Label Config 2024-08-06 02:02:29 +05:30
Nikhil Nandagopal
40dedbc878 Updated Label Config 2024-08-06 02:02:04 +05:30