28 Commits

Author SHA1 Message Date
f52e6f8645 fix: update Hibernate dialect package to ai.osmos.dblib for V3 WAR
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 19:02:50 +05:30
92ddc6d933 fix: update liveness/readiness probe paths to V3 context path
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 18:58:32 +05:30
a4f4e59187 chore: update MySQL to 8.4 and remove deprecated auth plugin config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 18:52:22 +05:30
fc0153efee chore: update image to propertysettingsservicev3 dev build
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 18:49:42 +05:30
4adea8f2d1 fix: add PROD_KAFKA_TOPIC_VERSION_SETTING to SQL dump
Required by eventManagerServiceV2 for Kafka topic routing.
Without this, EventManager fails to initialize on first request.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 15:20:51 +05:30
99edcfcc20 Fix PROD_KAFKA_TOPIC_VERSION_SETTING seed value for event-manager Kafka init
Empty JSON '{}' caused event-manager TopicSettingServlet to fail during
Kafka producer initialization. Set correct format: {"events":["GCP_KAFKA"]}

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 00:36:08 +05:30
7cbda21fb6 Seed PROD_KAFKA_TOPIC_VERSION_SETTING property for eventManagerServiceV2
INSERT IGNORE ensures idempotency on re-deploy (PK: entity_type, entity_value, property_type).
Required by eventManagerServiceV2 at startup for TopicSettingServlet.refreshTopicSettings().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 20:28:29 +05:30
6e59dcdbe7 Fix service URLs, Hades endpoint, auth, and add osmos.ai/service-name
- Fix self-reference URL: prop-property-settings → property-settings-v2-service
- Fix Hades URL: hades.hades.svc.cluster.local → hades-service
- Fix backstage.io/kubernetes-id: property-settings-service → property-settings-v2-service
- Disable auth (auth_enable: false) for test environment
- Add osmos.ai/service-name: psDbService_rw (matches Java hardcoded app name)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 20:03:22 +05:30
61365f8124 Update test-framework/helm/property-settings-svc-v2/values.yaml 2026-03-11 06:54:16 +00:00
Vaibhav Pathak
cb1f6fca69 init job with root user 2026-02-25 10:37:50 +05:30
Vaibhav Pathak
5762ee7f6a all host configmap added -2 2026-02-24 18:20:44 +05:30
Vaibhav Pathak
cdf412daf4 Shared Mysql fix 3 2026-02-23 17:17:26 +05:30
Vaibhav Pathak
9d7b4c7b28 namespace added for mysql 2026-02-17 13:35:06 +05:30
Vaibhav Pathak
da0e170be5 argocd config change 2026-02-11 13:59:27 +05:30
Vaibhav Pathak
9385d918fc helm chart path fix 2026-02-05 18:47:41 +05:30
Vaibhav Pathak
db7d1edb33 file changed 2026-02-05 14:53:20 +05:30
Vaibhav Pathak
20eb80417f API removed 2026-02-04 17:32:08 +05:30
Vaibhav Pathak
ecc7a94c0d service name chage 2026-02-04 16:43:09 +05:30
Vaibhav Pathak
c457eb312a Merge branch 'main' of https://gitea.os-tf-qa.onlinesales.ai/gitea_admin/propertysettings-v2-chart 2026-01-23 11:13:11 +05:30
Vaibhav Pathak
908124f8a5 Argocd selector updated 2026-01-23 11:12:45 +05:30
52ab58ecac Update property-settings-svc-v2-chart/values.yaml 2026-01-19 10:07:51 +00:00
Vaibhav Pathak
06a4223e63 values issue fix 2026-01-19 13:55:35 +05:30
Vaibhav Pathak
c93eb2e420 initial commit 2026-01-19 13:40:37 +05:30
Vaibhav Pathak
3e2e6d61e1 Add ssl-redirect annotation to ingress defaults 2026-01-06 14:06:25 +05:30
Vaibhav Pathak
162df60922 Fix sync wave ordering - dbinit wave 0, deployment wave 1
- dbinit Job: wave 0 (same as MySQL, wait-for-db handles timing)
- Deployment: wave 1 (starts after dbinit completes)
- Fixes: db init job starting before mysql pod
2026-01-05 17:44:58 +05:30
Vaibhav Pathak
7384bae7b1 Add ArgoCD sync wave annotations for dbinit ordering
- job-dbinit.yaml: Added argocd.argoproj.io/sync-wave: -1 to run before deployment
- deployment.yaml: Added argocd.argoproj.io/sync-wave: 0 to run after dbinit
- This ensures database schema is initialized before app starts
2026-01-05 17:24:56 +05:30
Vaibhav Pathak
ea0c8cdfdd Add configurable hades.baseUrl for dynamic service discovery
- Add hades.baseUrl parameter in values.yaml
- Update configmap.yaml to use templated hades URLs
- Update catalog-info.yaml with correct chart-path and dependency annotations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 15:12:29 +05:30
Vaibhav Pathak
36648be466 helm chart added 2026-01-05 11:55:00 +05:30