Skip to content

2.x.x #2457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 60 commits into from
Mar 25, 2024
Merged

2.x.x #2457

merged 60 commits into from
Mar 25, 2024

Conversation

AntoineRelief
Copy link
Collaborator

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Useful links

  • Please insert link to ticket
  • Please insert link to back-end branch if any
  • Please insert any useful link ( documentation you used for example )

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (refactor or addition to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  • Test A
  • Test B

Screenshots

Please include screenshots of this change. If this issue is only back-end related, and does not involve any visual change of the platform, you can skip this part.

Checklist:

( * == Mandatory )

  • * I have set myself as assignee of the pull request
  • * My code follows the style guidelines of this project
  • * Linting does not generate new warnings
  • * I have performed a self-review of my own code
  • * I have put the ticket for review, adding the oort-frontend team to the list of reviewers
  • * I have commented my code, particularly in hard-to-understand areas
  • * I have put JSDoc comment in all required places
  • * My changes generate no new warnings
  • * I have included screenshots describing my changes if relevant
  • * I have selected labels in the Pull Request, according to the changes with code brings
  • I have made corresponding changes to the documentation ( if required )
  • 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
  • Any dependent changes have been merged and published in downstream modules

More explanation

https://www.loom.com/share/05a716d61b9744faaf51fb304c21d1e5?sid=f87cf896-582a-4f76-93ae-8ceed801b145

AntoineRelief and others added 30 commits February 26, 2024 11:46

---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>
---------

Co-authored-by: matheus-relief <matheus.reliefapps@gmail.com>
Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>
Co-authored-by: Nathan <humbertclaude.nathan@gmail.com>
Co-authored-by: MwanPygmay <matt.brunot@laposte.net>
…using web elements, could not reflect on other pages (#2420)



---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>
---------

Co-authored-by: Unai Zalba <unai@reliefapplications.org>
…3-01) ### Bug Fixes CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json due to query params some components could be duplicated in sui ([faf3986](faf3986)) CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json fullscreen control would not work in web elements mode ([#2425](#2425)) ([4f0dd92](4f0dd92)) CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json layers overlay could be hidden on maps, when using fullscreen & web elements ([#2424](#2424)) ([49e6db7](49e6db7)) CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json map could sometimes disappear on some browsers due to a browser limitation ([79d1a1c](79d1a1c)) CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json only one mutation instance supported ([#2419](#2419)) ([2b80a9f](2b80a9f)) CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json selecting some reference data in questions in dashboard filter, using web elements, could not reflect on other pages ([#2420](#2420)) ([729957a](729957a)) ### Features CHANGELOG CHANGELOG.md CI LICENSE README.md TODO.md apps assets error_pages jest-shim.ts jest.config.ts jest.preset.js libs makefile migration-storybook.log node_modules nx.json package-lock.json package.json release.config.js tailwind.config.js tools tsconfig.base.json allow widgets to build automation rules ([#2422](#2422)) ([9457fd4](9457fd4))
…ice fix: service provided error by adding @SkipSelf decorators to the components importing dashboard automation service in order to check the service instance from parents components, where it's set(dashboards) fix: ruleTarget undefined value on switching tabs in SUI fix: incorrectly loaded layers for map settings by checking if dashboardAutomation service is fetchable
…ssues (#2429)

bugfix/AB#87222_ABC-dependency-error-due-to-dashboard-automation-service
AntoineRelief and others added 29 commits March 6, 2024 15:04

---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>
* refactor: edit code of heatmap to allow intensity field. Remove library and use directly code in project

* fix: heatmap would not correctly saved gradient

* feat: allow to reverse heatmap gradient

---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>
* improve env files in web-widgets app

* error routing working

* lint
…#2441)


---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>
…ace (#2442)

* feat/AB#87702_ABC-allow-opacity-to-work-with-heatmap-layer-add-interface feat: update default HeatMapOptions interface with opacity property

* merge

---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>

---------

Co-authored-by: MwanPygmay <matt.brunot@laposte.net>
Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>
Co-authored-by: Unai Zalba <unai@reliefapplications.org>
Co-authored-by: unai-reliefapp <123092672+unai-reliefapp@users.noreply.github.com>
…es (#2443)


---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>
…ken should refresh (#2436)


---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>
…cluster, not lat / long of click (#2452)



---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>
…mode ) (#2453)



---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>

---------

Co-authored-by: MwanPygmay <matt.brunot@laposte.net>
…t click (#2449)



---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>

---------

Co-authored-by: Antoine Hurard <antoine.reliefapps@gmail.com>
@AntoineRelief AntoineRelief merged commit 10c4c13 into beta Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants