Skip to content

DEPLOY 10-02-2026#3253

Merged
robsongajunior merged 27 commits intomainfrom
dev
Feb 11, 2026
Merged

DEPLOY 10-02-2026#3253
robsongajunior merged 27 commits intomainfrom
dev

Conversation

@gdsantana
Copy link
Copy Markdown
Contributor

@gdsantana gdsantana commented Feb 10, 2026

📋 Deploy Changelog

✨ Features

Ticket Descrição Autor
ENG-36403 Migrate domain and workload flows to v2 workload service Herbert Vicente Cotta Julio
ENG-36487 Add cache support for listing Guilherme Santana
- Add truncate functionality paulosf0
- Improve details drawers and summarize requestUri paulosf0
- Finished feat of query language (AQL) paulosf0
- Sanitize IN list on autocomplete insertion paulosf0
- Normalize IN( and prevent empty values in IN lists paulosf0
- Disable Refresh/Update when AQL has validation errors paulosf0
- Apply AQL changes on update click paulosf0

🐛 Bug Fixes

Descrição Autor
Fix axios ddos proto in merge config robsongajunior
Fix select domain paulosf0

📦 Dependencies

Descrição Autor
Bump webpack from 5.103.0 to 5.105.0 dependabot[bot]

Commits incluídos (13 total)

2cd006325 [ENG-36403] feat: migrate domain and workload flows to v2 workload service (#3239)
cdda179b2 [ENG-36487] feat: add cache support for functions and storage buckets listing (#3237)
176992aa3 [ENG-36487] feat: add cache support for functions and storage buckets listing (#3237)
40033fc6b feat: add truncate
603b7d052 fix: axios ddos proto in merge config
8b82bbc1a feat: improve details drawers and summarize requestUri
a84c071f3 feat: finished feat of query language
c0d7d7b37 fix: fix select domain
9cc4929cc feat: sanitize IN list on autocomplete insertion
d92ed8a61 feat: normalize IN( and prevent empty values in IN lists
fafdb8b2e feat: disable Refresh/Update when AQL has validation errors
3138b0f41 chore(deps): bump webpack from 5.103.0 to 5.105.0
114689aa4 feat: apply AQL changes on update click

pauloSF0 and others added 22 commits February 5, 2026 17:31
Bumps [webpack](https://github.com/webpack/webpack) from 5.103.0 to 5.105.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.103.0...v5.105.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.105.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ck-5.105.0

chore(deps): bump webpack from 5.103.0 to 5.105.0
fix: axios ddos proto in merge config
… listing (#3237)

* feat: add query key management and caching to edge functions and edge storage services

- Add query keys for edge functions (list, detail) and edge storage (buckets, files, credentials)
- Implement caching with useEnsureQueryData for edge functions and buckets list operations
- Extract fetch logic to private methods (#fetchFunctionsList, #fetchBucketsList)
- Add cache invalidation on create, update, and delete operations using queryClient.removeQueries
- Apply skipCache logic for filtered/searched

* feat: add query key management and caching to edge DNS service

- Add query keys for edge DNS (list, detail) in queryKeys configuration
- Implement caching with useEnsureQueryData for DNS list operations
- Extract fetch logic to private method (#fetchDNSList)
- Add cache invalidation on create, update, and delete operations using queryClient.removeQueries
- Apply skipCache logic for filtered/searched queries and non-first pages

* feat: add query key management and caching to data stream and edge connectors services

- Add query keys for data stream and edge connectors (list, detail) in queryKeys configuration
- Implement caching with useEnsureQueryData for data stream and connectors list operations
- Extract fetch logic to private methods (#fetchDataStreamList, #fetchConnectorsList)
- Add cache invalidation on create, update, and delete operations using queryClient.removeQueries
- Apply skipCache logic for filtered/searche

* feat: add query key management and caching to team permissions, waf, and edge sql services

- Add query keys for team permissions, WAF rules, and edge SQL in queryKeys configuration
- Implement caching with useEnsureQueryData for team permissions, WAF, and edge SQL list operations
- Extract fetch logic to private methods (#fetchDatabasesList, #fetchWafRulesList)
- Add cache invalidation on create, update, and delete operations using queryClient.removeQueries
- Apply skipCache logic for filtered
… listing (#3237)

* feat: add query key management and caching to edge functions and edge storage services

- Add query keys for edge functions (list, detail) and edge storage (buckets, files, credentials)
- Implement caching with useEnsureQueryData for edge functions and buckets list operations
- Extract fetch logic to private methods (#fetchFunctionsList, #fetchBucketsList)
- Add cache invalidation on create, update, and delete operations using queryClient.removeQueries
- Apply skipCache logic for filtered/searched

* feat: add query key management and caching to edge DNS service

- Add query keys for edge DNS (list, detail) in queryKeys configuration
- Implement caching with useEnsureQueryData for DNS list operations
- Extract fetch logic to private method (#fetchDNSList)
- Add cache invalidation on create, update, and delete operations using queryClient.removeQueries
- Apply skipCache logic for filtered/searched queries and non-first pages

* feat: add query key management and caching to data stream and edge connectors services

- Add query keys for data stream and edge connectors (list, detail) in queryKeys configuration
- Implement caching with useEnsureQueryData for data stream and connectors list operations
- Extract fetch logic to private methods (#fetchDataStreamList, #fetchConnectorsList)
- Add cache invalidation on create, update, and delete operations using queryClient.removeQueries
- Apply skipCache logic for filtered/searche

* feat: add query key management and caching to team permissions, waf, and edge sql services

- Add query keys for team permissions, WAF rules, and edge SQL in queryKeys configuration
- Implement caching with useEnsureQueryData for team permissions, WAF, and edge SQL list operations
- Extract fetch logic to private methods (#fetchDatabasesList, #fetchWafRulesList)
- Add cache invalidation on create, update, and delete operations using queryClient.removeQueries
- Apply skipCache logic for filtered
…-domain-usability

[ENG-36478] feat: advanced filter aql domain usability
…rvice (#3239)

* feat(workload): add caching functionality to retrieve workload details in EditView

* feat: enhance caching methods in services and update view components

* fix(workload): remove unnecessary trailing comma in workload-service.js
@github-actions
Copy link
Copy Markdown

SCC Complexity Analysis

  • Title: DEPLOY 10-02-2026
  • Author: gdsantana
Metric Source Branch (dev) Target Branch (main) Difference
Complexity 4263 4216 47
Code 204207 203640 567

robsongajunior and others added 2 commits February 10, 2026 12:42
fix: decouple theme from account store to fix login theme selection
@github-actions
Copy link
Copy Markdown

SCC Complexity Analysis

  • Title: DEPLOY 10-02-2026
  • Author: gdsantana
Metric Source Branch (dev) Target Branch (main) Difference
Complexity 4265 4216 49
Code 204245 203640 605

@github-actions
Copy link
Copy Markdown

SCC Complexity Analysis

  • Title: DEPLOY 10-02-2026
  • Author: gdsantana
Metric Source Branch (dev) Target Branch (main) Difference
Complexity 4265 4216 49
Code 204247 203640 607

… and team permissions (#3257)

* fix: pass params to query keys

* fix: pass params to waf list query key

* fix: pass default params to teams prefetch
@github-actions
Copy link
Copy Markdown

SCC Complexity Analysis

  • Title: DEPLOY 10-02-2026
  • Author: gdsantana
Metric Source Branch (dev) Target Branch (main) Difference
Complexity 4265 4216 49
Code 204298 203640 658

@robsongajunior robsongajunior merged commit 561c5c9 into main Feb 11, 2026
13 of 15 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

4 participants