* Mantain the OperationType Order when considering the dividing groups
* Remove reordering the jsonpatch operations from the backend
* Fix checkstyle
* Fix UnitTests to comply with no reordering
* Initial idea on how to fix our current jsonpatch builder from python
* fix(JsonUtils): Change JSONPatch library used
When creating a JSONPatch by using the 'createDiff' method, the library
we are using is not returning a correct JSONPatch when removing multiple
items from an array.
Since the library doesn't provide good ways to override this behavior
and fix it, we decided to move away from it and use the json-patch
library only for this specific operation.
* Fix linters
* Add docstrings
* Refactor patch updated on ingestion framework
* Add UnitTests
* Fix linters
* - Remove sourceHash from the Activity Feed
- Update Test Case Page Uri Link
* - Remove lifeCycle
* - Add To Field Change List
* - Add asset Url to conversations and Task Updates
* - Make Redirect to Activity Feed Task Page
* feat: add list from search service logic
* fix: added test and enable ES testing
* style: ran java linting
* fix: ES container startup timeout
* style: ran java linting
* fix: removed array definition as attributes of filter class
* style: ran java linting
* fix: update list from search
* feat: added q param to list from search endpoint
* style: ran java linting
* fix: enable ES test for list from search
* fix: added include/exclude from source
* style: ran java linting
* feat: add domain support for test case
* fix: added search service check for domain inheritence
* feat: added domain query param to list from search
* style: ran java linting
* added handling for new schedule when migrating quartz context
* grab application schedule from the db
* removed unneeded throws
* removed json parsing
* removed unneeded throw
* fix AbstractOmAppJobListener
* added appTrigger test
* format
* increased test timeout to 30
* added assertion for not failed
* add break for loop in case of CI
* feat: add list from search service logic
* fix: added test and enable ES testing
* style: ran java linting
* fix: ES container startup timeout
* style: ran java linting
* fix: removed array definition as attributes of filter class
* style: ran java linting
* fix: update list from search
* feat: added q param to list from search endpoint
* style: ran java linting
* fix: enable ES test for list from search
* fix: added include/exclude from source
* style: ran java linting
* fix: test case
* fix: exception type
* feat(apps): remove data from quartz
1. Remove data from quartz application. Store only app id.
2. Added exception handling when trying to trigger an app.
3. Save bot info in the app data in DB.
4. Added runtime properties in AbstractNativeApplication.execute.
* Add entityReferences and entityReferenceList as custom properties
* ui: allow to add custom properties for all available property types.
* make entity type as an array
* Fix label typo and import order in AddCustomProperty component
* Remove unnecessary property types with format
* Refactor CustomPropertyTable.tsx to handle array config and enum config
* Add entity reference options and update custom property form
* Add EntityReference and EntityReferenceList as a custom property
* add validation for date format
* Add date and dateTime input support to PropertyValue component
* Fix import order and add search functionality to type dropdown
* Fix custom property cypress tests
* add input for number, email, timestamp, timeInterval, duration, time, sqlQuery,
* add input support for entityReference and entityReferenceList
* Add placeholders for email, timestamp, start time, end time, and duration inputs
* Refactor PropertyValue component to use destructuring for timeInterval object
* Add minWidth style to PropertyValue component and include SQL query editor
* Add entityReference and entityReferenceList as a generic types and not reference to the existing types
* Remove services from entity reference types list
* handle property values for different property type
* Update ExtensionTable to handle object values in CustomPropertyTable
* Add entity reference list rendering and styling
* Fix file paths in complexTypes.json
* Add regex constant for UNIX timestamp in milliseconds and update language files
* Refactor custom property configuration and add new options
* Fix import order and update property value handling
* add unit tests for different input types for different property type
* add unit test for different property type values
* fix cypress tests
* add cypress test for CRUD for different types
* add cypress test for entity ref and entity ref list property type
* add cypress tests for all the 11 entities which support custom properties
* fix cypress test for createCustomPropertyForEntity
* Add new interfaces and types for CustomPropertyTable
* add cypress test for custom property to create via APIs for entities
* add cypress tests for string,integer, markdown, number, duration, email
* add cypress test for enum property for all entities
* add cypress test for sqlQuery, timestamp and timeInterval property
* fix cypress test for sqlQuery input
* fix flaky cypress test for sqlQuery input
* address comments
* Refactor import statements and update ENTITY_PATH enum
* Update import statement in CustomProperty.ts
* change TimeInterval to Time Interval
---------
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* fix: added ES test by default
* style: ran java linting
* fix: increase wait time + make es container not reusable
* fix: updated query search index + increase startup and wait time
* fix: Change order of attribute setting for ES container
* style: ran java linting
* fix: order test and increase wait time for ES in Report test
* fix: adjusted flaky es test
* - Fix App Run Type
- Remove Init on App Start
- Migrate stats setup for SearchIndexing to execution
* fix the AppLogsViewer unit test failing due to appRunType type changes
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
* - Add WebsocketNotificationHandler for sending updates for Task, Announcement and Mentions on Websocket
* Fix Mentioned User on tasks
* Only notify the relvant user
* Check assignee permissions before updating the entity description/tags
* make assignee field enabled even if entity already has owner
* minor fix
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Application cannot be installed with None as schedule type
* MINOR: Add / Fix GCS and ADLS - docs, bugs (#15502)
Add GCS and ADLS docs
* Add stack trace while throwing an error to debug (#15522)
* Fix#15533: Fix name & display name for kafka json schema parser (#15534)
* MINOR: postgres add ssl options in yaml (#15538)
* Small change to fix the Glossary TErm Tasks not fetching Owner automatically (#15535)
* remove the DataInsightAlert spec as the alerts test are covered in ObservabilityAlerts spec (#15531)
* MINOR: fix help dropdown item font and icon sizes (#15511)
* fix help dropdown item font and icon sizes
* added unit test for navbarUtils
* fix sonar failure
* changes as per comments
* minor fixes
* Minor: fixed DQ edit test case issue and searchIndexDetails typescript issue (#15528)
* Minor: fixed DQ edit test case issue and searchIndexDetails typescript issue
* fixed failing unit test
* fixed unit test for Data quality test
* reverting e2eLabeler changes
* chore(ui): separate routes as per categories (#15512)
* chore(ui): seprate routes as per categories
* add tests
* fix test
* domain path fix
* [MINOR] GX logging hierarchy (#15542)
* fix: GX module logging hierarchy
* style: ran python linting
* - Use Entity Type (#15546)
* removed docs 1.4.x (#15550)
* Suggestions Alert new design (#15532)
* update ux of suggestions alert
* locales
* minor changes
* fix descriptions
* minor css fixes
* Fix#11868: Duplicated queries cannot be created (#15519)
* Fix#11868: Duplicate query should throw an error of entityExists
* Fix#11868: Duplicate query should throw an error of entityExists
* fix test
* fix test
* Fix uniquee constraint for checksum in Postgres
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* added OpenMetadataApplication.getDao (#15549)
* Add the entityUrl to the header for ThreadMessages (#15552)
* feat: AppResource (#15555)
forbid modification of system app
* MINOR: Skip source hash generation for service (#15516)
* sync the documentation roadmap page with the getcollate roadmap (#15551)
* Application cannot be installed with None as schedule type
* None type should not register in scheduler
* scheduleTimeline fix
* fix payload of schedule type none and change it to scheduleTimeline
* fix unit test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Co-authored-by: IceS2 <pjt1991@gmail.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Imri Paran <imri.paran@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Check tasks cannot be created by,assigned to,reassigned to bot users
* Check tasks cannot be created by,assigned to,reassigned to bot users - updated changes
* Check tasks cannot be created by,assigned to,reassigned to bot users - updated changes
* Check tasks cannot be created by,assigned to,reassigned to bot users - updated changes
* show fields for other entities
* fix minor delete issue
* add support for topics and dashboards
* minor fixes
* Remove constraints of connecting column level lineae
* Enable Column Level lineage for all the entities
* Add delete edge by name apis
* fix fields display on drop
* Fix finding a nested column while adding column level lineage
* Fix finding a nested column while adding column level lineage
* add support for collapsible record and struct fields
* add column level lineage cypress
* minor fixes
* Fix dashboard chart lineage
* Fix dashboard chart lineage
---------
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>