* playwright: remove organisation policy and role before staring the playwright test
* added default role as data consumer
* fixed failing test
* keeping org policies as it is.
* migrate permission spec
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* skip bot playwright test
* change spec from parallel mode to stepper mode with the default admin account
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* support side effects on source classes by always importing source class
* streamlined error message
* fixed service type extraction for test suite pipeline
* - replaced "custom" with constant
- added quotes for the plugin exception for copy/paste ergonomics
* feat: indexed test case results
* feat: added indexation logic for test case results
* style: ran java linting
* fix: IDE warnigns
* chore: added test case results migration
* style: ran java linting
* fix: postgres migration column json ref
* empty commit to trigger queued
* feat: add support for date_histogram aggregation
* style: ran java linting
* chore: clean up conflicts
* fix: move from iterator loop to forEach
* fix: removed comment
* style: ran java linting
* tests(datalake): use minio
1. use minio instead of moto for mimicking s3 behavior.
2. removed moto dependency as it is not compatible with aiobotocore (https://github.com/getmoto/moto/issues/7070#issuecomment-1828484982)
* - moved test_datalake_profiler_e2e.py to datalake/test_profiler
- use minio instead of moto
* fixed tests
* fixed tests
* removed default name for minio container
* configure api service metadata
* add rest api service
* fix test con. pyformat changes
* add models, fix test con.
* improve test con.
* add docs, side doc
* fix model data parse, url error fix
* add tests
* fix pytest errors
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Migrate: classification version page to playwright
* removed migrated test
* add manual wait before run
* migrate all the version page test to playwright
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* chore: add support for running application in subpath
* refactor code
* chore: Fix isTourRoute function to handle APP_SUB_PATH
* chore: Update RouterUtils and useCustomLocation for better pathname handling
* test: fix unit tests
* chore: Update useLocationSearch test to use useCustomLocation
* test: add unit test for useCustomLocation Hook
* chore: Update UnAuthenticatedAppRouter and WebAnalyticsUtils for useCustomLocation hook
* minor improvement