10905 Commits

Author SHA1 Message Date
VitoAlbano
b59c25ba26 [ 2025-01-24 13:05:01 +00:00
VitoAlbano
46ff46c7f4 [AAE-26767] - Fixed lint 2025-01-24 13:05:01 +00:00
VitoAlbano
665cc9e201 [AAE-26767] - Fixed lint 2025-01-24 13:05:01 +00:00
DominikIwanek
fa017e24d7 Change dialog label padding 2025-01-24 13:05:01 +00:00
swapnil-verma-gl
87ba1a4476 [ACS-9084] Fixed incorrect color for notification bell icon (#10513) 2025-01-24 13:05:01 +00:00
DominikIwanek
5a91b6b3c9 Fix ACA pipeline 2025-01-24 13:05:01 +00:00
DominikIwanek
f89d56acbf Update package.json 2025-01-24 13:05:01 +00:00
AleksanderSklorz
926710a82c [ACS-9075] Fixed incorrect buttons labels color (#10489) 2025-01-24 13:05:01 +00:00
VitoAlbano
f48017b45d Fixed wrong rule 2025-01-24 13:05:01 +00:00
VitoAlbano
af7a6db8bc Readded rule for peer deps 2025-01-24 13:05:01 +00:00
VitoAlbano
d4ac26d73e [MIGRATION] - Changing the building executor for eslint-rules 2025-01-24 13:05:01 +00:00
VitoAlbano
1af7843d69 [MIGRATION] - Checking if now eslint is releasable 2025-01-24 13:05:01 +00:00
VitoAlbano
dc86a14016 [MIGRATION] - fixed storybook builds 2025-01-24 13:05:01 +00:00
AleksanderSklorz
77cca45b7e [ACS-9052] manage versions close button is too low (#10466)
* [ci:force] - Fixed lint

* [ACS-9052] Fixed close button in version manager position

* [ACS-9052] Reverted unwanted changes

---------

Co-authored-by: VitoAlbano <vito.albano.123@gmail.com>
2025-01-24 13:05:01 +00:00
VitoAlbano
4e00a74ec5 [MIGRATION] - updated lock 2025-01-24 13:05:01 +00:00
VitoAlbano
56fca182d7 [MIGRATION] - Checking deps 2025-01-24 13:05:01 +00:00
VitoAlbano
68f6c2446c [MIGRATION] - Readded removed action 2025-01-24 13:05:01 +00:00
VitoAlbano
fde24116a2 [MIGRATION] - Rebased 2025-01-24 13:05:01 +00:00
VitoAlbano
0f9956cbf3 [MIGRATION] - Fixed type 2025-01-24 13:05:01 +00:00
VitoAlbano
3e07ed22a7 [MIGRATION] - Fixed lint 2025-01-24 13:05:01 +00:00
VitoAlbano
1765f62cf8 Removing temporarily eslint rule from publishing 2025-01-24 13:05:01 +00:00
VitoAlbano
6a3be59662 Fixed sonarqube errors 2025-01-24 13:05:01 +00:00
VitoAlbano
a789ed82eb Reduced tserrors on building storybook 2025-01-24 13:05:01 +00:00
VitoAlbano
c5f3b5639d Removed unused project parts 2025-01-24 13:05:01 +00:00
VitoAlbano
041838838a Removed unused project parts 2025-01-24 13:05:01 +00:00
Ehsan Rezaei
1a9e53d813 Fixed two excluded unit tests 2025-01-24 13:05:01 +00:00
Ehsan Rezaei
445b7803c3 Removing testing lib to sync with develop 2025-01-24 13:05:01 +00:00
Ehsan Rezaei
2aa4b5951e Trying to fix js-api unit tests 2025-01-24 13:05:01 +00:00
VitoAlbano
3039d1612f [MIGRATION] - Migrating to Jest - working but some tests fails 2025-01-24 13:05:01 +00:00
VitoAlbano
7c6e9ab831 [MIGRATION] - Fixing failing migrated tests 2025-01-24 13:05:01 +00:00
VitoAlbano
76fecf705a [MIGRATION] - Moving mocha to jest 2025-01-24 13:05:01 +00:00
VitoAlbano
3cb250eeea [MIGRATION] - Added injectionContext to avoid error NG0203 for unit tests 2025-01-24 13:05:01 +00:00
VitoAlbano
f14f38a059 [MIGRATION] - fixed build and lint 2025-01-24 13:05:01 +00:00
VitoAlbano
4d1108e77e Cherry picked commit from oidc and run fix lint 2025-01-24 13:05:01 +00:00
Amedeo Lepore
e162ebbfef AAE-26163 Fix infinite loop when authentication error event occured (#10272)
* AAE-26163 Logout user after 3 login attempts failed, avoiding infinite loop when an authentication error occured, like when a user machine clock is significantly out of sync

* AAE-26163 Wait to discovery document to be loaded and user not authenticated to perform a ssoLogin, logout user if login fails after 3 attempts

* AAE-26163 Fix missed id_token_hint invoking logout when a login error occured due to a clock significantly out of sync

* AAE-26163 Add fake observable to unit test

* AAE-26163 Show oauth event logs if showDebugInformation is enabled, remove auth items if access token is not valid

* AAE-26163 Improve tryLogin error message

* AAE-26163 Check if token has expired to fix case when user access the application after the token is expired and with a clock significantly out of sync

* AAE-26163 Test logout when clock is out of sync

* AAE-26163 Create a service to check if local machine time is out of sync

* AAE-26163 Update oauthErrorEvent$ and combinedOAuthErrorsStream$ to return errors

* AAE-26163 Output error within combined oauth error event subscription

* AAE-26163 Fix lint problems

* AAE-26163 Logout user when token refresh error happens for the second time, if the token is not refreshed properly after first refresh error

* AAE-26163 Logout user once an oauth error event occur due to clock out of sync

* AAE-26163 Fix retry login error message if the OAuthErrorEvent doesn t return reason

* AAE-26163 Fix the issue where the logout API call is canceled by the authorize call when login fails due to clock synchronization problems, causing an infinite loop.

* remove console.log

* AAE-26163 Fix retry login error message if the OAuthErrorEvent reason is an empty object
2025-01-24 13:05:01 +00:00
VitoAlbano
7bdec42329 [ci:force] - Fixed lint 2025-01-24 13:05:01 +00:00
VitoAlbano
c1a42596dd [ci:force] - fixing lint 2025-01-24 13:05:01 +00:00
VitoAlbano
62baa655ed Fixed build for all the packages 2025-01-24 13:05:01 +00:00
VitoAlbano
1def5dcc0a [ci:force] - fixed build for testing 1 2025-01-24 13:05:01 +00:00
VitoAlbano
579f3fa801 [ci:force] - fixed deps 2025-01-24 13:05:01 +00:00
VitoAlbano
d11afcd0d6 Migrate to NG17 2025-01-24 13:05:01 +00:00
Robert Duda
3b0aaabbfa
Fix error in PR 10575 (#10576) 2025-01-24 12:41:48 +01:00
Robert Duda
dd1bbdffd6
AAE-30162 Don't retreive task filter if present (#10575) 2025-01-24 11:26:28 +01:00
maciek darda
51f60535e3
AAE-30154 Add process and forms that allow checking that big form can be scrolled in the e2e tests (#10570) 2025-01-23 14:21:31 +01:00
Pawel Kreski
8199e35427 artificial change in order to run codeql and make merging possible 2025-01-23 09:22:00 +01:00
Pawel Kreski
d9ae293f5b AAE28807 Add process and forms that allow checking if the dropdown and radio button performed rest api call successfully in the e2e tests 2025-01-23 09:22:00 +01:00
dependabot[bot]
76656f11ec
build(deps): bump crowdin/github-action from 2.5.0 to 2.5.1 (#10564)
Bumps [crowdin/github-action](https://github.com/crowdin/github-action) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](8dfaf9c206...d1632879d4)

---
updated-dependencies:
- dependency-name: crowdin/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 09:12:07 +00:00
Dawid Tworkowski
422ef95ee6
AAE-30124 Updated simpleapp - added and renamed process and form from XAT-1211 (#10555)
* AAE-30124 Updated simpleapp project replacement

* removed redundant empty line in codeql-config.yml
2025-01-20 16:41:47 +01:00
MichalKinas
fcd6e25dc6
Revert "[ACS-9166] Migrate Saved Searches to preferences API from config file…" (#10566)
This reverts commit 184a38a0ef08e2222820e6654ea356579e2f88d1.
2025-01-20 12:38:27 +01:00
Michał Fidor
c4b3a53d56
HXOR-1636 Add be-aut-default-app 7.18.0 (#10565) 2025-01-20 10:28:54 +01:00