Skip to content
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

Added default dataset_config for dataset #99

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Added default dataset_config for dataset #99

merged 1 commit into from
Feb 28, 2024

Conversation

HarishGangula
Copy link
Collaborator

No description provided.

@HarishGangula HarishGangula changed the base branch from main to develop February 28, 2024 11:10
@ravismula ravismula merged commit 9b14ecd into develop Feb 28, 2024
1 check passed
sowmya-dixit added a commit that referenced this pull request Mar 18, 2024
* #48 feat: set query service to app state

* Fix: Bug Fix

* Feat: added validations on ingestion spec

* Feat: updated test cases

* #62 feat: add query wrapper APIs

* #0 feat: upgrade package.json versions

* #0 fix; fix test case

* Feat: API to submit ingestion spec to druid

* #0 fix: change functions to new service

* #0 fix: remove unused import

* Feat: API to submit ingestion spec to druid- Test Cases

* Fix: fixing test cases

* Feat: modified datasource APIs to submit ingestion spec on datasource entry

* Fix: Bug Fix in getting default values

* Fix: Url fix

* Feat: modified submit ingestion method using wrapper service

* Fix: Url fix

* Fix: Bug fix while getting default values

* Issue feat: prom metrics for data in and out apis

* fix: attached endpoint label for the metrics

* fix: feedback fixes

* removed unnecessary logs

* Feat: helper method for submitting ingestion spec

* Feat: modified swagger doc with latest changes

* Feat: modified swagger doc with latest changes

* Feat: modified swagger doc with latest changes

* Feat: removed unused args and logs

* Feat: added more validations on ingestion spec

* Feat: removed nested if else conditions

* Feat: updated error logs

* Feat: modified swagger doc according to latest changes

* #Issue133 Feat: command-service to restart flink jobs

* #Issue133 Feat: changed folder structure

* #Issue133 Feat: added pycache to gitignore

* Bug Fixes in Data IN API and fixing vulnerabilities in node version (#40)

* Fix: fixing vulnerabilities in node version

* Fix: Bug fixes in data in API

* Feat: fetching options from appconfig

* #Issue133 Feat: changed folder structure

* #Issue133 Feat: changed folder structure

* #0 fix: Remove unused packages

* Issue 133 Fix: upgrading versions

* #Issue 142 Feat: modified implementation of source config save (#41)

* Fix: Resolving conflicts with main

* SB-01:fix:updated the api-service and command-service Dockerfiles

* SB-02:fix:updated command-service Dockerfile

* SB-03:fix:updated docker/build-push-action@v4 in github/workflows/build_and_deploy.yaml

* SB-04:fix:updated docker/build-push-action@v1 in github/workflows/build_and_deploy.yaml

* SB-05:fix:updated aws and azure configuration in github/workflows/build_and_deploy.yaml

* SB-05:fix:updated aws and azure configuration in github/workflows/build_and_deploy.yaml

* SB-06:fix:updated aws and azure configuration in github/workflows/build_and_deploy.yaml

* Release 1.3.0 into Main (conflict fix) (#54)

* 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 <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* 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 <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes (#55)

---------

Co-authored-by: Praveen <praveen.veleneni@gmail.com>
Co-authored-by: GayathriSrividya <gayathrirajavarapu@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
Co-authored-by: GayathriSrividya <111876323+GayathriSrividya@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: divyagovindaiah <divyag@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
sowmya-dixit added a commit that referenced this pull request Mar 18, 2024
* #48 feat: set query service to app state

* Fix: Bug Fix

* Feat: added validations on ingestion spec

* Feat: updated test cases

* #62 feat: add query wrapper APIs

* #0 feat: upgrade package.json versions

* #0 fix; fix test case

* Feat: API to submit ingestion spec to druid

* #0 fix: change functions to new service

* #0 fix: remove unused import

* Feat: API to submit ingestion spec to druid- Test Cases

* Fix: fixing test cases

* Feat: modified datasource APIs to submit ingestion spec on datasource entry

* Fix: Bug Fix in getting default values

* Fix: Url fix

* Feat: modified submit ingestion method using wrapper service

* Fix: Url fix

* Fix: Bug fix while getting default values

* Issue feat: prom metrics for data in and out apis

* fix: attached endpoint label for the metrics

* fix: feedback fixes

* removed unnecessary logs

* Feat: helper method for submitting ingestion spec

* Feat: modified swagger doc with latest changes

* Feat: modified swagger doc with latest changes

* Feat: modified swagger doc with latest changes

* Feat: removed unused args and logs

* Feat: added more validations on ingestion spec

* Feat: removed nested if else conditions

* Feat: updated error logs

* Feat: modified swagger doc according to latest changes

* #Issue133 Feat: command-service to restart flink jobs

* #Issue133 Feat: changed folder structure

* #Issue133 Feat: added pycache to gitignore

* Bug Fixes in Data IN API and fixing vulnerabilities in node version (#40)

* Fix: fixing vulnerabilities in node version

* Fix: Bug fixes in data in API

* Feat: fetching options from appconfig

* #Issue133 Feat: changed folder structure

* #Issue133 Feat: changed folder structure

* #0 fix: Remove unused packages

* Issue 133 Fix: upgrading versions

* #Issue 142 Feat: modified implementation of source config save (#41)

* Fix: Resolving conflicts with main

* SB-01:fix:updated the api-service and command-service Dockerfiles

* SB-02:fix:updated command-service Dockerfile

* SB-03:fix:updated docker/build-push-action@v4 in github/workflows/build_and_deploy.yaml

* SB-04:fix:updated docker/build-push-action@v1 in github/workflows/build_and_deploy.yaml

* SB-05:fix:updated aws and azure configuration in github/workflows/build_and_deploy.yaml

* SB-05:fix:updated aws and azure configuration in github/workflows/build_and_deploy.yaml

* SB-06:fix:updated aws and azure configuration in github/workflows/build_and_deploy.yaml

* 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

* Release 1.3.0 into Main (conflict fix) (#54)

* 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 <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* 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 <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes (#55)

* 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 <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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 <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

* Release 1.3.1 Changes (#64)

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

* Release 1.3.1 into Main (#65)

* 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 <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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 <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

* Release 1.3.1 Changes (#64)

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

* Release 1.3.1 into Main (#66)

* 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 <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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 <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

* Release 1.3.1 Changes (#64)

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

* Release 1.3.1 into main (#67)

* 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 <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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 <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

* Release 1.3.1 Changes (#64)

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

* Release 1.3.1 into main (#68)

* 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 <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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 <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

* Release 1.3.1 Changes (#64)

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

* Release 1.3.1 into main (#69)

* 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 <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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 <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

* Release 1.3.1 Changes (#64)

* 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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* #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)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

* 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 <manjunath@sanketika.in>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

---------

Co-authored-by: Praveen <praveen.veleneni@gmail.com>
Co-authored-by: GayathriSrividya <gayathrirajavarapu@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
Co-authored-by: GayathriSrividya <111876323+GayathriSrividya@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: divyagovindaiah <divyag@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
ravismula pushed a commit that referenced this pull request Mar 19, 2024
* default config for dataset_config (#99)

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

---------

Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>
divyagovindaiah pushed a commit to divyagovindaiah/obsrv-api-service that referenced this pull request Mar 22, 2024
* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
divyagovindaiah pushed a commit to divyagovindaiah/obsrv-api-service that referenced this pull request Mar 22, 2024
* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
divyagovindaiah pushed a commit to divyagovindaiah/obsrv-api-service that referenced this pull request Mar 22, 2024
* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (Sanketika-Obsrv#56)

* Release 1.3.0 into Main (Sanketika-Obsrv#53)

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

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* develop into release 1.3.0 (Sanketika-Obsrv#59)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

* Release 1.3.1 Changes (Sanketika-Obsrv#64)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

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

* Sanketika-Obsrv#126 feat: enable querying on aggregated datasources

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

* Sanketika-Obsrv#126 fix: remove unused methods

* Sanketika-Obsrv#126 fix: remove aggregates from endpoint

* Sanketika-Obsrv#126 fix: add validation for granularity options

* Sanketika-Obsrv#126 fix: Remove unused routes and validators

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

* #305 Feat: Add and Update dataset status (Sanketika-Obsrv#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 (Sanketika-Obsrv#63)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
divyagovindaiah pushed a commit to divyagovindaiah/obsrv-api-service that referenced this pull request Mar 22, 2024
* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (Sanketika-Obsrv#56)

* Release 1.3.0 into Main (Sanketika-Obsrv#53)

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

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* develop into release 1.3.0 (Sanketika-Obsrv#59)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

* Release 1.3.1 Changes (Sanketika-Obsrv#64)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

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

* Sanketika-Obsrv#126 feat: enable querying on aggregated datasources

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

* Sanketika-Obsrv#126 fix: remove unused methods

* Sanketika-Obsrv#126 fix: remove aggregates from endpoint

* Sanketika-Obsrv#126 fix: add validation for granularity options

* Sanketika-Obsrv#126 fix: Remove unused routes and validators

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

* #305 Feat: Add and Update dataset status (Sanketika-Obsrv#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 (Sanketika-Obsrv#63)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
divyagovindaiah pushed a commit to divyagovindaiah/obsrv-api-service that referenced this pull request Mar 22, 2024
* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (Sanketika-Obsrv#56)

* Release 1.3.0 into Main (Sanketika-Obsrv#53)

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

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* develop into release 1.3.0 (Sanketika-Obsrv#59)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

* Release 1.3.1 Changes (Sanketika-Obsrv#64)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

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

* Sanketika-Obsrv#126 feat: enable querying on aggregated datasources

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

* Sanketika-Obsrv#126 fix: remove unused methods

* Sanketika-Obsrv#126 fix: remove aggregates from endpoint

* Sanketika-Obsrv#126 fix: add validation for granularity options

* Sanketika-Obsrv#126 fix: Remove unused routes and validators

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

* #305 Feat: Add and Update dataset status (Sanketika-Obsrv#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 (Sanketika-Obsrv#63)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
divyagovindaiah pushed a commit to divyagovindaiah/obsrv-api-service that referenced this pull request Mar 22, 2024
* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (Sanketika-Obsrv#56)

* Release 1.3.0 into Main (Sanketika-Obsrv#53)

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

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* develop into release 1.3.0 (Sanketika-Obsrv#59)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

* Release 1.3.1 Changes (Sanketika-Obsrv#64)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

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

* Sanketika-Obsrv#126 feat: enable querying on aggregated datasources

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

* Sanketika-Obsrv#126 fix: remove unused methods

* Sanketika-Obsrv#126 fix: remove aggregates from endpoint

* Sanketika-Obsrv#126 fix: add validation for granularity options

* Sanketika-Obsrv#126 fix: Remove unused routes and validators

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

* #305 Feat: Add and Update dataset status (Sanketika-Obsrv#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 (Sanketika-Obsrv#63)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
divyagovindaiah pushed a commit to divyagovindaiah/obsrv-api-service that referenced this pull request Mar 22, 2024
* issue#223: feat: Updated API endpoints with verbs

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (Sanketika-Obsrv#56)

* Release 1.3.0 into Main (Sanketika-Obsrv#53)

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

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* develop into release 1.3.0 (Sanketika-Obsrv#59)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

* Release 1.3.1 Changes (Sanketika-Obsrv#64)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

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

* Sanketika-Obsrv#126 feat: enable querying on aggregated datasources

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

* Sanketika-Obsrv#126 fix: remove unused methods

* Sanketika-Obsrv#126 fix: remove aggregates from endpoint

* Sanketika-Obsrv#126 fix: add validation for granularity options

* Sanketika-Obsrv#126 fix: Remove unused routes and validators

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

* #305 Feat: Add and Update dataset status (Sanketika-Obsrv#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 (Sanketika-Obsrv#63)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
divyagovindaiah pushed a commit to divyagovindaiah/obsrv-api-service that referenced this pull request Mar 22, 2024
* 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 Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (Sanketika-Obsrv#56)

* Release 1.3.0 into Main (Sanketika-Obsrv#53)

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

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

---------





* command-service vulnerabilities fixes

---------






* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 (Sanketika-Obsrv#44)

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

* develop into release 1.3.0 (Sanketika-Obsrv#59)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 (Sanketika-Obsrv#44)

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------









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

* Sanketika-Obsrv#126 feat: enable querying on aggregated datasources

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

* Sanketika-Obsrv#126 fix: remove unused methods

* Sanketika-Obsrv#126 fix: remove aggregates from endpoint

* Sanketika-Obsrv#126 fix: add validation for granularity options

* Sanketika-Obsrv#126 fix: Remove unused routes and validators

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

* #305 Feat: Add and Update dataset status (Sanketika-Obsrv#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 (Sanketika-Obsrv#63)

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

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
divyagovindaiah pushed a commit to divyagovindaiah/obsrv-api-service that referenced this pull request Mar 22, 2024
* Develop to 1.0.0-GA (Sanketika-Obsrv#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 Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (Sanketika-Obsrv#56)

* Release 1.3.0 into Main (Sanketika-Obsrv#53)

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

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

* develop into release 1.3.0 (Sanketika-Obsrv#59)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

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

* Sanketika-Obsrv#126 feat: enable querying on aggregated datasources

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

* Sanketika-Obsrv#126 fix: remove unused methods

* Sanketika-Obsrv#126 fix: remove aggregates from endpoint

* Sanketika-Obsrv#126 fix: add validation for granularity options

* Sanketika-Obsrv#126 fix: Remove unused routes and validators

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

* #305 Feat: Add and Update dataset status (Sanketika-Obsrv#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 (Sanketika-Obsrv#63)

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

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

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

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

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

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

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

* Sanketika-Obsrv#198 fix: remove console statement

* Tenant ingestion (Sanketika-Obsrv#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 (Sanketika-Obsrv#82)

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

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

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

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
Co-authored-by: GayathriSrividya <gayathrirajavarapu7@gmail.com>

* Develop to 1.0.1-GA (Sanketika-Obsrv#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 Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (Sanketika-Obsrv#56)

* Release 1.3.0 into Main (Sanketika-Obsrv#53)

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

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

---------

Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* command-service vulnerabilities fixes

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

* develop into release 1.3.0 (Sanketika-Obsrv#59)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>

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

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Praveen Veleneni <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Harish Kumar Gangula <harish@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>

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

* Sanketika-Obsrv#126 feat: enable querying on aggregated datasources

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

* Sanketika-Obsrv#126 fix: remove unused methods

* Sanketika-Obsrv#126 fix: remove aggregates from endpoint

* Sanketika-Obsrv#126 fix: add validation for granularity options

* Sanketika-Obsrv#126 fix: Remove unused routes and validators

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

* #305 Feat: Add and Update dataset status (Sanketika-Obsrv#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 (Sanketika-Obsrv#63)

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

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

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

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

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

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

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

* Sanketika-Obsrv#198 fix: remove console statement

* Tenant ingestion (Sanketika-Obsrv#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 (Sanketika-Obsrv#82)

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

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

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

* Issue #0000: fix: update Dockerfile (Sanketika-Obsrv#85)

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
Co-authored-by: GayathriSrividya <gayathrirajavarapu7@gmail.com>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
Co-authored-by: GayathriSrividya <gayathrirajavarapu7@gmail.com>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>
divyagovindaiah pushed a commit to divyagovindaiah/obsrv-api-service that referenced this pull request Mar 22, 2024
* 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 Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

* Command-service Vulnerabilities fixes (Sanketika-Obsrv#56)

* Release 1.3.0 into Main (Sanketika-Obsrv#53)

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

* issue#223: fix: Test case modification

* issue Sanketika-Obsrv#84 : fix: API swagger doc update

* Sanketika-Obsrv#99 fix: upgrade packages to fix vulnerabilities

---------





* command-service vulnerabilities fixes

---------






* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 (Sanketika-Obsrv#44)

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

* develop into release 1.3.0 (Sanketika-Obsrv#59)

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

* Sanketika-Obsrv#90 fix: Resolve API Issues (Sanketika-Obsrv#52)

* Sanketika-Obsrv#90 fix: format error messages, code cleanup

* Sanketika-Obsrv#90 fix: validate extraction config during ingest

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

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

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

* Build and deployment (Sanketika-Obsrv#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 (Sanketika-Obsrv#44)

* #0 fix: add azure exhaust support

* #0 fix: update azure exhaust service without async

---------









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

* Sanketika-Obsrv#126 feat: enable querying on aggregated datasources

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

* Sanketika-Obsrv#126 fix: remove unused methods

* Sanketika-Obsrv#126 fix: remove aggregates from endpoint

* Sanketika-Obsrv#126 fix: add validation for granularity options

* Sanketika-Obsrv#126 fix: Remove unused routes and validators

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

* #305 Feat: Add and Update dataset status (Sanketika-Obsrv#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 (Sanketika-Obsrv#63)

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

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

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

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

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

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

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

* Sanketika-Obsrv#198 fix: remove console statement

* Tenant ingestion (Sanketika-Obsrv#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 (Sanketika-Obsrv#82)

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

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

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

* Issue #0000: fix: update Dockerfile (Sanketika-Obsrv#85)

* issue Sanketika-Obsrv#210 refactor: api endpoints refactored [removal of obsrv prefix] (Sanketika-Obsrv#88)

* issue Sanketika-Obsrv#210 refactor: removal of obsrv prefix from API endpoints

* issue Sanketika-Obsrv#210 refactor: updated api endpoints postman and swagger documentation

* issue Sanketika-Obsrv#210 refactor: html doc for api endpoints

---------

Co-authored-by: shiva-rakshith <rakshiths@sanketika.in>
Co-authored-by: Jerald <jeraldj@sanketika.in>
Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Praveen <66662436+pveleneni@users.noreply.github.com>
Co-authored-by: Sowmya N Dixit <sowmyadixit7@gmail.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintaluri@users.noreply.github.com>
Co-authored-by: ManojCKrishna <Manoj.Chintaluri@syngenta.com>
Co-authored-by: Manoj Krishna <92361832+ManojKrishnaChintauri@users.noreply.github.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
Co-authored-by: Ravinder Kumar <yravinderkumar33@gmail.com>
Co-authored-by: GayathriSrividya <gayathrirajavarapu7@gmail.com>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>
Co-authored-by: Jerald <127138957+JeraldJF@users.noreply.github.com>
yashashkumar pushed a commit that referenced this pull request Mar 27, 2024
* default config for dataset_config (#99)

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

---------

Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>
@HarishGangula HarishGangula deleted the #2 branch April 30, 2024 06:54
ravismula added a commit that referenced this pull request May 27, 2024
* 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 <harish@sanketika.in>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>

* Release 1.0.5-GA (#147)

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
manjudr added a commit that referenced this pull request May 27, 2024
* default config for dataset_config (#99)

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

* Issue #304 datasource configuration changes to support Hudi schema. (#111)

* Sanketika-obsrv/issue-tracker#304: modified mandatory fields for datasource create request (#112)

* Configure the vuln scan for obsrv-api-service (#117)

* Revert "Sanketika-obsrv/issue-tracker#304: modified mandatory fields for data…" (#121)

This reverts commit 0789f3f.

* Revert "Issue #304 datasource configuration changes to support Hudi schema. (…" (#122)

This reverts commit ef918f6.

* Sanketika-Obsrv/issue-tracker#182: added event validation service against schema for particular dataset

* Sanketika-Obsrv/issue-tracker#182: added table name from config

* Sanketika-Obsrv/issue-tracker#182: added validation status in response handler

* Sanketika-Obsrv/issue-tracker#180 feat: API changes to support hudi changes in obsrv (#160)

* Sanketika-obsrv/issue-tracker#304: modified name for lakehouse spec

* #0000 feat: added type column

* #273 feat: API changes to support lakehouse queries

* Sanketika-obsrv/issue-tracker#273 feat: modified datasource apis to default type column and fixed sql query api

* Sanketika-obsrv/issue-tracker#273 feat: updated postman collection and swagger doc

* Sanketika-obsrv/issue-tracker#273 feat: updated testcases for latest changes

* Sanketika-obsrv/issue-tracker#273 feat: removed unnecessary log statements

* Sanketika-obsrv/issue-tracker#273 feat: removed unnecessary flatmapping and await

* Sanketika-obsrv/issue-tracker#273 feat: replaced special characters with underscore in table name

* Sanketika-Obsrv/issue-tracker#180 fix: removed unused constants and table checks in hudi schema

* Sanketika-Obsrv/issue-tracker#180 fix: removed unused constants and table checks in hudi schema

* Release  1.0.6-GA merge fix (#164)

* 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 <harish@sanketika.in>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>

* Release 1.0.5-GA (#147)

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>

---------

Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>
Co-authored-by: GayathriSrividya <gayathrirajavarapu7@gmail.com>
Co-authored-by: divyagovindaiah <110388603+divyagovindaiah@users.noreply.github.com>
Co-authored-by: yashashk <yashashk@sanketika.in>
Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
manjudr added a commit that referenced this pull request May 27, 2024
* default config for dataset_config (#99)

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

* Issue #304 datasource configuration changes to support Hudi schema. (#111)

* Sanketika-obsrv/issue-tracker#304: modified mandatory fields for datasource create request (#112)

* Configure the vuln scan for obsrv-api-service (#117)

* Revert "Sanketika-obsrv/issue-tracker#304: modified mandatory fields for data…" (#121)

This reverts commit 0789f3f.

* Revert "Issue #304 datasource configuration changes to support Hudi schema. (…" (#122)

This reverts commit ef918f6.

* Sanketika-Obsrv/issue-tracker#182: added event validation service against schema for particular dataset

* Sanketika-Obsrv/issue-tracker#182: added table name from config

* Sanketika-Obsrv/issue-tracker#182: added validation status in response handler

* Sanketika-Obsrv/issue-tracker#180 feat: API changes to support hudi changes in obsrv (#160)

* Sanketika-obsrv/issue-tracker#304: modified name for lakehouse spec

* #0000 feat: added type column

* #273 feat: API changes to support lakehouse queries

* Sanketika-obsrv/issue-tracker#273 feat: modified datasource apis to default type column and fixed sql query api

* Sanketika-obsrv/issue-tracker#273 feat: updated postman collection and swagger doc

* Sanketika-obsrv/issue-tracker#273 feat: updated testcases for latest changes

* Sanketika-obsrv/issue-tracker#273 feat: removed unnecessary log statements

* Sanketika-obsrv/issue-tracker#273 feat: removed unnecessary flatmapping and await

* Sanketika-obsrv/issue-tracker#273 feat: replaced special characters with underscore in table name

* Sanketika-Obsrv/issue-tracker#180 fix: removed unused constants and table checks in hudi schema

* Sanketika-Obsrv/issue-tracker#180 fix: removed unused constants and table checks in hudi schema

* Release  1.0.6-GA merge fix (#164)

* 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 <harish@sanketika.in>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>

* Release 1.0.5-GA (#147)

---------

Co-authored-by: Manjunath Davanam <manjunath@sanketika.in>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>

* Sanketika-Obsrv/issue-tracker#224: updated the alpine package versions (#165)

---------

Co-authored-by: harishkumar gangula <harish@sanketika.in>
Co-authored-by: Shreyas Bhaktharam <121869503+shreyasb22@users.noreply.github.com>
Co-authored-by: GayathriSrividya <gayathrirajavarapu7@gmail.com>
Co-authored-by: divyagovindaiah <110388603+divyagovindaiah@users.noreply.github.com>
Co-authored-by: yashashk <yashashk@sanketika.in>
Co-authored-by: Ravi Mula <ravismula@users.noreply.github.com>
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.

2 participants