Skip to content

Releases: Sanketika-Obsrv/obsrv-api-service

v1.0.6-GA

30 May 12:05
1e5e3dc
Compare
Choose a tag to compare
Merge pull request #170 from Sanketika-Obsrv/develop

Query API fixes

v1.0.5-GA

23 Apr 13:30
9d5fbd8
Compare
Choose a tag to compare
Release 1.0.5-GA (#147)

v1.0.4-GA

20 Mar 09:26
5a3d0d2
Compare
Choose a tag to compare
Release 1.0.4-GA (#105)

* default config for dataset_config (#99)

* Sanketika-Obsrv/issue-tracker#14: feat: validate sql query (#100)

---------

Co-authored-by: harishkumar gangula <[email protected]>
Co-authored-by: Shreyas Bhaktharam <[email protected]>

v1.0.3-GA

16 Feb 07:02
5a3d0d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2-GA...1.3.0-GA

v1.0.2-GA

29 Jan 09:45
ddcab4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1-GA...1.0.2-GA

v1.0.1-GA

12 Jan 07:11
058ec85
Compare
Choose a tag to compare
1.0.1-GA to Main (#83) (#84)

* Develop to 1.0.0-GA (#83)

* Issue #4 feat: enhance the ingest event to add obsrv and source meta

* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue #84 : fix: API swagger doc update

* #99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (#56)

* Release 1.3.0 into Main (#53)

* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue #84 : fix: API swagger doc update

* #99 fix: upgrade packages to fix vulnerabilities

---------

Co-authored-by: Jerald <[email protected]>
Co-authored-by: harishkumar gangula <[email protected]>
Co-authored-by: Praveen <[email protected]>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <[email protected]>
Co-authored-by: Jerald <[email protected]>
Co-authored-by: harishkumar gangula <[email protected]>
Co-authored-by: Praveen <[email protected]>

* #90 fix: Resolve API Issues (#52)

* #90 fix: format error messages, code cleanup

* #90 fix: validate extraction config during ingest

* #90 fix: add test cases for extraction key validation

* #90 fix: move error handler to helpers for standard handling

* #90 fix: update telemetry audit event set function (#58)

* Build and deployment (#57)

* build api image

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* build api image

* Update build_and_deploy.yaml

* build api image

* build api image

* build api image

* build and deploy api image

* build and deploy api image

* build and deploy api image

* build and deploy of api service

* build and deploy of api service

* modify docker file

* modify docker file

* modify docker file

* update build and deployment

* update build and deployment

* Update build_and_deploy.yaml

* api service build and deployment

* api service build and deployment

* feat: obsrv api service build and deployment github actions configuration

* #0 fix: update the tag condition in actions

---------

Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Harish Kumar Gangula <[email protected]>
Co-authored-by: Manjunath Davanam <[email protected]>
Co-authored-by: Praveen <[email protected]>

* #0 fix: add azure exhaust support (#44)

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

* develop into release 1.3.0 (#59)

* Issue #4 feat: enhance the ingest event to add obsrv and source meta

* #90 fix: Resolve API Issues (#52)

* #90 fix: format error messages, code cleanup

* #90 fix: validate extraction config during ingest

* #90 fix: add test cases for extraction key validation

* #90 fix: move error handler to helpers for standard handling

* #90 fix: update telemetry audit event set function (#58)

* Build and deployment (#57)

* build api image

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* build api image

* Update build_and_deploy.yaml

* build api image

* build api image

* build api image

* build and deploy api image

* build and deploy api image

* build and deploy api image

* build and deploy of api service

* build and deploy of api service

* modify docker file

* modify docker file

* modify docker file

* update build and deployment

* update build and deployment

* Update build_and_deploy.yaml

* api service build and deployment

* api service build and deployment

* feat: obsrv api service build and deployment github actions configuration

* #0 fix: update the tag condition in actions

---------

Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Harish Kumar Gangula <[email protected]>
Co-authored-by: Manjunath Davanam <[email protected]>
Co-authored-by: Praveen <[email protected]>

* #0 fix: add azure exhaust support (#44)

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------

Co-authored-by: shiva-rakshith <[email protected]>
Co-authored-by: Praveen Veleneni <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Harish Kumar Gangula <[email protected]>
Co-authored-by: Manjunath Davanam <[email protected]>

* #126 Feat: Add Querying on Aggregated datasources (#60)

* #126 feat: enable querying on aggregated datasources

* #126 feat: Fix validation issues and update routes for aggregate queries

* #126 fix: remove unused methods

* #126 fix: remove aggregates from endpoint

* #126 fix: add validation for granularity options

* #126 fix: Remove unused routes and validators

* #126 feat: add new property to datasources structure and update rollup querying

* #305 Feat: Add and Update dataset status (#62)

* #305 feat: add retire apis and update dataset status

* #305 fix: remove unused import

* #305 fix: add command service api call to restart jobs

* #305 fix: fix command service payload

* #305 fix: update api doc

* #305 fix: clear unused code

* #305 fix: clear unused code

* #305 fix: undo change submit ingestion

* #305 fix: update test case to use enums

* #305 fix: add test env file for test cases

* #305 fix: add enum for string in test case

* Issue #305 feat: exclude system-events data source in validation (#63)

* Issue #165 feat: generate AUDIT events (#71)

* Issue #fix-344 fix: defect fix (#76)

* Issue #193 Feat: postman collection for Obsrv APIs (#77)

* #198 feat: add validation for denorm out fields, to avoid duplicates (#78)

* #198 feat: add validation for denorm out fields, to avoid duplicate out fields

* #198 fix: update error message for denorm fields duplicate

* #198 feat: add test cases for validation of denorm validation

* #198 fix: remove console statement

* Tenant ingestion (#81)

* #0 feat: Add tenant_ingest API endpoint

* #0 fix: Update API ID in RoutesConfig.ts

* #0 fix: Update datasetId format in IngestorService.ts

* #0 fix: Swap datasetId and tenantId in IngestorService.ts (#82)

* Changed status enum according to latest workflow (#80)

* Issue #193 Fix: changed status enum according to latest workflow

* Issue #193 Fix: changed status enum according to latest workflow

---------

Co-authored-by: shiva-rakshith <[email protected]>
Co-authored-by: Jerald <[email protected]>
Co-authored-by: harishkumar gangula <[email protected]>
Co-authored-by: Praveen <[email protected]>
Co-authored-by: Sowmya N Dixit <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Ravi Mula <[email protected]>
Co-authored-by: Ravinder Kumar <[email protected]>
Co-authored-by: GayathriSrividya <[email protected]>

* Develop to 1.0.1-GA (#86)

* Issue #4 feat: enhance the ingest event to add obsrv and source meta

* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue #84 : fix: API swagger doc update

* #99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (#56)

* Release 1.3.0 into Main (#53)

* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue #84 : fix: API swagger doc update

* #99 fix: upgrade packages to fix vulnerabilities

---------

Co-authored-by: Jerald <[email protected]>
Co-authored-by: harishkumar gangula <[email protected]>
Co-authored-by: Praveen <[email protected]>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <[email protected]>
Co-authored-by: Jerald <[email protected]>
Co-authored-by: harishkumar gangula <[email protected]>
Co-authored-by: Praveen <[email protected]>

* #90 fix: Resolve API Issues (#52)

* #90 fix: format error messages, code cleanup

* #90 fix: validate extraction config during ingest

* #90 fix: add test cases for extraction key validation

* #90 fix: move error handler to helpers for standard handling

* #90 fix: update telemetry audit event set function (#58)

* Build and deployment (#57)

* build api image

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* build api image

* Update build_and_deploy.yaml

* build api image

* build api image

* build api image

* build and deploy api image

* build and deploy api image

* build and deploy api image

* build and deploy of api service

* build and deploy of api service

* modify docker file

* modify docker file

* modify docker file

* update build and deployment

* update build and deployment

* Update build_and_deploy.yaml

* api service build and deployment

* api service build and deployment

* feat: obsrv api service build and deployment github actions configuration

* #0 fix: update the tag condition in actions

---------

Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Harish Kumar Gangula <[email protected]>
Co-authored-by: Manjunath Davanam <[email protected]>
Co-authored-by: Praveen <[email protected]>

* #0 fix: add azure exhaust support (#44)

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

* develop into release 1.3.0 (#59)

* Issue #4 feat: enhance the ingest event to add obsrv and source meta

* #90 fix: Resolve API Issues (#52)

* #90 fix: format error messages, code cleanup

* #90 fix: validate extraction config during ingest

* #90 fix: add test cases for extraction key validation

* #90 fix: move error handler to helpers for standard handling

* #90 fix: update telemetry audit event set function (#58)

* Build and deployment (#57)

* build api image

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* build api image

* Update build_and_deploy.yaml

* build api image

* build api image

* build api image

* build and deploy api image

* build and deploy api image

* build and deploy api image

* build and deploy of api service

* build and deploy of api service

* modify docker file

* modify docker file

* modify docker file

* update build and deployment

* update build and deployment

* Update build_and_deploy.yaml

* api service build and deployment

* api service build and deployment

* feat: obsrv api service build and deployment github actions configuration

* #0 fix: update the tag condition in actions

---------

Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Harish Kumar Gangula <[email protected]>
Co-authored-by: Manjunath Davanam <[email protected]>
Co-authored-by: Praveen <[email protected]>

* #0 fix: add azure exhaust support (#44)

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------

Co-authored-by: shiva-rakshith <[email protected]>
Co-authored-by: Praveen Veleneni <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Harish Kumar Gangula <[email protected]>
Co-authored-by: Manjunath Davanam <[email protected]>

* #126 Feat: Add Querying on Aggregated datasources (#60)

* #126 feat: enable querying on aggregated datasources

* #126 feat: Fix validation issues and update routes for aggregate queries

* #126 fix: remove unused methods

* #126 fix: remove aggregates from endpoint

* #126 fix: add validation for granularity options

* #126 fix: Remove unused routes and validators

* #126 feat: add new property to datasources structure and update rollup querying

* #305 Feat: Add and Update dataset status (#62)

* #305 feat: add retire apis and update dataset status

* #305 fix: remove unused import

* #305 fix: add command service api call to restart jobs

* #305 fix: fix command service payload

* #305 fix: update api doc

* #305 fix: clear unused code

* #305 fix: clear unused code

* #305 fix: undo change submit ingestion

* #305 fix: update test case to use enums

* #305 fix: add test env file for test cases

* #305 fix: add enum for string in test case

* Issue #305 feat: exclude system-events data source in validation (#63)

* Issue #165 feat: generate AUDIT events (#71)

* Issue #fix-344 fix: defect fix (#76)

* Issue #193 Feat: postman collection for Obsrv APIs (#77)

* #198 feat: add validation for denorm out fields, to avoid duplicates (#78)

* #198 feat: add validation for denorm out fields, to avoid duplicate out fields

* #198 fix: update error message for denorm fields duplicate

* #198 feat: add test cases for validation of denorm validation

* #198 fix: remove console statement

* Tenant ingestion (#81)

* #0 feat: Add tenant_ingest API endpoint

* #0 fix: Update API ID in RoutesConfig.ts

* #0 fix: Update datasetId format in IngestorService.ts

* #0 fix: Swap datasetId and tenantId in IngestorService.ts (#82)

* Changed status enum according to latest workflow (#80)

* Issue #193 Fix: changed status enum according to latest workflow

* Issue #193 Fix: changed status enum according to latest workflow

* Issue #0000: fix: update Dockerfile (#85)

---------

Co-authored-by: shiva-rakshith <[email protected]>
Co-authored-by: Jerald <[email protected]>
Co-authored-by: harishkumar gangula <[email protected]>
Co-authored-by: Praveen <[email protected]>
Co-authored-by: Manjunath Davanam <[email protected]>
Co-authored-by: Sowmya N Dixit <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Ravinder Kumar <[email protected]>
Co-authored-by: GayathriSrividya <[email protected]>
Co-authored-by: Shreyas Bhaktharam <[email protected]>

---------

Co-authored-by: Manjunath Davanam <[email protected]>
Co-authored-by: shiva-rakshith <[email protected]>
Co-authored-by: Jerald <[email protected]>
Co-authored-by: harishkumar gangula <[email protected]>
Co-authored-by: Praveen <[email protected]>
Co-authored-by: Sowmya N Dixit <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Ravinder Kumar <[email protected]>
Co-authored-by: GayathriSrividya <[email protected]>
Co-authored-by: Shreyas Bhaktharam <[email protected]>

v1.0.0-GA

26 Dec 09:16
b5243a8
Compare
Choose a tag to compare
Develop to Release-1.0.0-GA (#72) (#73)

* Issue #4 feat: enhance the ingest event to add obsrv and source meta

* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue #84 : fix: API swagger doc update

* #99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (#56)

* Release 1.3.0 into Main (#53)

* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue #84 : fix: API swagger doc update

* #99 fix: upgrade packages to fix vulnerabilities

---------





* command-service vulnerabilities fixes

---------






* #90 fix: Resolve API Issues (#52)

* #90 fix: format error messages, code cleanup

* #90 fix: validate extraction config during ingest

* #90 fix: add test cases for extraction key validation

* #90 fix: move error handler to helpers for standard handling

* #90 fix: update telemetry audit event set function (#58)

* Build and deployment (#57)

* build api image

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* build api image

* Update build_and_deploy.yaml

* build api image

* build api image

* build api image

* build and deploy api image

* build and deploy api image

* build and deploy api image

* build and deploy of api service

* build and deploy of api service

* modify docker file

* modify docker file

* modify docker file

* update build and deployment

* update build and deployment

* Update build_and_deploy.yaml

* api service build and deployment

* api service build and deployment

* feat: obsrv api service build and deployment github actions configuration

* #0 fix: update the tag condition in actions

---------







* #0 fix: add azure exhaust support (#44)

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

* develop into release 1.3.0 (#59)

* Issue #4 feat: enhance the ingest event to add obsrv and source meta

* #90 fix: Resolve API Issues (#52)

* #90 fix: format error messages, code cleanup

* #90 fix: validate extraction config during ingest

* #90 fix: add test cases for extraction key validation

* #90 fix: move error handler to helpers for standard handling

* #90 fix: update telemetry audit event set function (#58)

* Build and deployment (#57)

* build api image

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* build api image

* Update build_and_deploy.yaml

* build api image

* build api image

* build api image

* build and deploy api image

* build and deploy api image

* build and deploy api image

* build and deploy of api service

* build and deploy of api service

* modify docker file

* modify docker file

* modify docker file

* update build and deployment

* update build and deployment

* Update build_and_deploy.yaml

* api service build and deployment

* api service build and deployment

* feat: obsrv api service build and deployment github actions configuration

* #0 fix: update the tag condition in actions

---------







* #0 fix: add azure exhaust support (#44)

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------









* #126 Feat: Add Querying on Aggregated datasources (#60)

* #126 feat: enable querying on aggregated datasources

* #126 feat: Fix validation issues and update routes for aggregate queries

* #126 fix: remove unused methods

* #126 fix: remove aggregates from endpoint

* #126 fix: add validation for granularity options

* #126 fix: Remove unused routes and validators

* #126 feat: add new property to datasources structure and update rollup querying

* #305 Feat: Add and Update dataset status (#62)

* #305 feat: add retire apis and update dataset status

* #305 fix: remove unused import

* #305 fix: add command service api call to restart jobs

* #305 fix: fix command service payload

* #305 fix: update api doc

* #305 fix: clear unused code

* #305 fix: clear unused code

* #305 fix: undo change submit ingestion

* #305 fix: update test case to use enums

* #305 fix: add test env file for test cases

* #305 fix: add enum for string in test case

* Issue #305 feat: exclude system-events data source in validation (#63)

* Issue #165 feat: generate AUDIT events (#71)

---------

Co-authored-by: Manjunath Davanam <[email protected]>
Co-authored-by: shiva-rakshith <[email protected]>
Co-authored-by: Jerald <[email protected]>
Co-authored-by: harishkumar gangula <[email protected]>
Co-authored-by: Sowmya N Dixit <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Ravi Mula <[email protected]>
Co-authored-by: Ravinder Kumar <[email protected]>

v1.3.1

15 Dec 11:23
2092906
Compare
Choose a tag to compare
Release-1.3.1 changes

v1.3.0

06 Dec 13:34
f0b329e
Compare
Choose a tag to compare
develop into release 1.3.0 (#61)

* Issue #4 feat: enhance the ingest event to add obsrv and source meta

* #90 fix: Resolve API Issues (#52)

* #90 fix: format error messages, code cleanup

* #90 fix: validate extraction config during ingest

* #90 fix: add test cases for extraction key validation

* #90 fix: move error handler to helpers for standard handling

* #90 fix: update telemetry audit event set function (#58)

* Build and deployment (#57)

* build api image

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* Update build_and_deploy.yaml

* build api image

* Update build_and_deploy.yaml

* build api image

* build api image

* build api image

* build and deploy api image

* build and deploy api image

* build and deploy api image

* build and deploy of api service

* build and deploy of api service

* modify docker file

* modify docker file

* modify docker file

* update build and deployment

* update build and deployment

* Update build_and_deploy.yaml

* api service build and deployment

* api service build and deployment

* feat: obsrv api service build and deployment github actions configuration

* #0 fix: update the tag condition in actions

---------

Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Harish Kumar Gangula <[email protected]>
Co-authored-by: Manjunath Davanam <[email protected]>
Co-authored-by: Praveen <[email protected]>

* #0 fix: add azure exhaust support (#44)

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

* #126 Feat: Add Querying on Aggregated datasources (#60)

* #126 feat: enable querying on aggregated datasources

* #126 feat: Fix validation issues and update routes for aggregate queries

* #126 fix: remove unused methods

* #126 fix: remove aggregates from endpoint

* #126 fix: add validation for granularity options

* #126 fix: Remove unused routes and validators

* #126 feat: add new property to datasources structure and update rollup querying

---------

Co-authored-by: shiva-rakshith <[email protected]>
Co-authored-by: Praveen Veleneni <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: ManojCKrishna <[email protected]>
Co-authored-by: Manoj Krishna <[email protected]>
Co-authored-by: Harish Kumar Gangula <[email protected]>
Co-authored-by: Manjunath Davanam <[email protected]>