Jaivardhan Singh
2e3889323a
TP-62059 || Store enabled experiments in InMemoryCache instead of Redis ( #103 )
...
* TP-62059 || Store enabled experiments in InMemoryCache instead of Redis
* TP-62059 || Added tests, Added feature flag to enable reading only from cache. Added metrics to compare during shadow duration.
2024-04-12 11:45:43 +05:30
Jaivardhan Singh
cf97a7464d
TP-62059 || Fix litmus_proxy metrics not getting emitted ( #102 )
...
* TP-62059 || Add caching to update enabled experiments.
* TP-62059 || Make all the fields serializable to be dumped to Redis
* TP-62059 || Refreshing enabled experiments
* TP-62059 || Remove app_name tag from metric customizer as it conflicts with app_name in litmus_client jar
2024-04-05 00:59:01 +05:30
Jaivardhan Singh
7e4d544c0a
TP-62059 || Added log ( #101 )
...
* TP-62059 || Add caching to update enabled experiments.
* TP-62059 || Make all the fields serializable to be dumped to Redis
* TP-62059 || Refreshing enabled experiments
2024-04-04 23:56:25 +05:30
Jaivardhan Singh
2c090acfe6
TP-62059 || Use Redis to store enabled Experiments. ( #99 )
...
* TP-62059 || Add caching to update enabled experiments.
* TP-62059 || Make all the fields serializable to be dumped to Redis
2024-04-04 20:43:33 +05:30
Jaivardhan Singh
2e6687ab40
TP-62545 || Hikari Connection Pool Debug logs ( #100 )
...
* TP-62545 || Enable hikari debug logs
* TP-62545 || Add logs to see if the query returns response
2024-04-01 15:41:37 +05:30
Jaivardhan Singh
9686254ccb
TP-61545 || Change version in litmus-proxy as well ( #98 )
...
* TP-61545 || Change artifact version in litmus docker file
* TP-61545 || Change artifact version in litmus proxy docker file
2024-03-26 03:17:48 +05:30
Jaivardhan Singh
bb8f80ae76
TP-61545 || Change artifact version in litmus docker file ( #97 )
2024-03-22 11:57:11 +05:30
Jaivardhan Singh
c299fab5ea
Merge pull request #96 from navi-medici/TP-61545
...
TP-61545 || Enable the option of customizing enableClickStream in variant api as well
2024-03-22 11:24:29 +05:30
Jaivardhan
a0bf675ca1
TP-61545 || Upgrade the other pom as well
2024-03-22 10:03:05 +05:30
Jaivardhan
f05e28d990
TP-61545 || Enable the option of customizing enableClickStream in variant api as well
2024-03-21 10:56:47 +05:30
chandresh pancholi
cefb14fc71
Merge pull request #95 from navi-medici/TP-59651
...
TP-59651 || Exclude spring-boot-starter-logging from dependency to remove logback jar from classpath.
2024-03-06 14:11:21 +05:30
Jaivardhan
06de10ce64
TP-59651 || Exclude spring-boot-starter-logging from dependency to remove logback jar from classpath.
2024-03-06 13:40:14 +05:30
dependabot[bot]
f49a9ef403
Bump org.postgresql:postgresql in /litmus-liquibase
...
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.3.8 to 42.3.9.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.8...REL42.3.9 )
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-26 09:57:15 +00:00
dependabot[bot]
8955ef191a
Bump org.postgresql:postgresql from 42.3.8 to 42.7.2 in /litmus-db
...
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.3.8 to 42.7.2.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/commits )
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-25 05:16:32 +00:00
Security Bot
8955a8ab3b
Merge pull request #91 from navi-medici/SP-823
...
SP-823 | Integrate secure-navi-openjdk-17
2024-01-15 14:19:28 +05:30
akash-jyoti_navi
502cd1630e
SP-823 | Integrate secure-navi-openjdk-17
2023-12-26 10:23:02 +05:30
chandresh pancholi
d01612a9c5
Merge pull request #90 from navi-medici/TP-12345-set-default
...
Akshat | TP-12345 | set enable click stream as true
2023-12-09 00:41:26 +05:30
akshat-sonic
498a1ec21b
TP-12345 | set enable click stream as true
2023-12-09 00:37:37 +05:30
chandresh pancholi
a7fa336a4f
Merge pull request #89 from navi-medici/TP-12345-add-enable-click-stream
...
Akshat | TP-12345 | add enable clickstream in v2 apis
2023-12-09 00:31:02 +05:30
akshat-sonic
b5d5a08eb1
TP-12345 | add enable clickstream in v2 apis
2023-12-09 00:29:40 +05:30
chandresh pancholi
4cafa8c1a6
Merge pull request #88 from navi-medici/TP-12345-change-datatype
...
Akshat | TP-12345 | change datatype of enable_clickstream in experiments table
2023-12-08 23:36:22 +05:30
akshat-sonic
6ece77555a
TP-12345 | change datatype of enable_clickstream in experiments table
2023-12-08 23:34:50 +05:30
Akshat Soni
4fb5429523
Akshat | TP-12345 | add crud for updating clickstream enabled for experiment ( #87 )
...
* TP-12345 | add crud for updating clickstream enabled for experiment
* TP-12345 | change log message
2023-12-08 23:06:13 +05:30
Akshat Soni
129a0bbd48
TP-12345 | remove require non-null check ( #86 )
2023-12-08 22:28:39 +05:30
chandresh pancholi
4af8b65265
Merge pull request #85 from navi-medici/clickstream-customisation
...
TP-48365| customising clickstream event ingestion
2023-11-30 16:03:20 +05:30
chandresh-pancholi
197fca1e43
TP-48365| customising clickstream event ingestion
2023-11-30 16:01:52 +05:30
chandresh pancholi
18629969c2
Merge pull request #84 from navi-medici/clickstream-customisation
...
Clickstream customisation
2023-11-30 15:27:20 +05:30
chandresh-pancholi
5974fd4454
TP-48365| customising clickstream event ingestion
2023-11-30 15:19:41 +05:30
chandresh-pancholi
d3844d884b
TP-48365| customising clickstream event ingestion
2023-11-30 15:15:48 +05:30
sanjog panda
b332e29c20
Merge pull request #79 from navi-medici/dependabot/maven/litmus-core/com.h2database-h2-2.2.220
...
Bump h2 from 1.4.200 to 2.2.220 in /litmus-core
2023-10-30 18:51:07 +05:30
Akshat Soni
63a8611cc0
Akshat | TP-36114 | make timeouts configurable in litmus except for clickstrea… ( #81 )
...
* TP-36114 | make timeouts configurable in litmus except for clickstream pusblisher
* TP-36114 | resolve some comments
* TP-36114 | change writeTimeout to callTimeout
2023-08-01 18:09:02 +05:30
sanjog panda
75f9a70675
Merge pull request #82 from navi-medici/repo-sync/pre-commit/default
...
SP-706 | Synced file(s) with navi-infosec/security-workflows
2023-07-26 12:16:34 +05:30
security-bot_navi
dbe43407c7
SP-706 | Created local '.pre-commit-config.yaml' from remote 'pre-commit-config/.pre-commit-config.yaml'
2023-07-25 16:53:29 +00:00
dependabot[bot]
6a6c75402f
Bump h2 from 1.4.200 to 2.2.220 in /litmus-core
...
Bumps [h2](https://github.com/h2database/h2database ) from 1.4.200 to 2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases )
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.200...version-2.2.220 )
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-07 22:16:37 +00:00
chandresh pancholi
d571a3d18c
Merge pull request #76 from medici/TP-12345-hotfix
...
Akshat | TP-12345 | fix issue of NaN and add new status introduced by tesseract
2023-05-21 10:07:43 +05:30
akshat-sonic
eadbffc46a
TP-12345 | fix issue of NaN and add tesseract Id new status
2023-05-21 10:01:01 +05:30
Akshat Soni
5644816e67
Akshat | TP-28210 | Query revamp ( #75 )
...
* TP-28219 | remove treatment from dashboard if variants present
* TP-28210 | get correct count of testUsers and limit progress bar to 100%
* TP-28210 | add population result service
* TP-28210 | update fetch experiment stats for data
* TP-28210 | spell correct
* TP-28210 | show graph timestamps in default zone
* TP-28210 | change shedlock name
* TP-28210 | get population metric from table
* TP-28210 | add functionality to reset metrics
* TP-28210 | remove tesseractId from PopulationResult
* TP-28210 | give variantNames in query variable
* TP-28210 | minor bug fixes
* TP-28210 | resolve comments
* TP-28210 | remove population query to be fetched from config
2023-05-19 12:40:07 +05:30
Akshat Soni
a5bfb370cf
TP-12345 ( #74 )
...
| sort population graph according to timestamp
2023-05-09 10:13:44 +05:30
Akshat Soni
29b53abb11
TP-12345 | fix start time of query ( #73 )
2023-05-08 20:32:24 +05:30
Akshat Soni
fe5251dad7
Akshat | TP-12345 | fix tesseract id status updation ( #72 )
2023-05-08 11:53:14 +05:30
Akshat Soni
bf79010b99
TP-12345 | handled null that comes from database as string ( #71 )
2023-05-06 15:35:02 +05:30
Akshat Soni
47bc5cb5cc
Akshat | TP-12345 | disable duplicate metrics and refactor code ( #70 )
...
* TP-12345 | duplicate metrics not allowed for any experiment
* TP-12345 | remove chances of failures
* TP-12345 | not persisting total users for experiments with no info
2023-05-05 22:51:27 +05:30
Akshat Soni
286fa34dcc
Akshat | TP-12345 | enabled in experiment response ( #69 )
...
* TP-12345 | add update metric query method and also response status bad request
* TP-12345 | remove @ResponseStatus
* TP-12345 | add enabled in experiment response
2023-05-05 19:55:48 +05:30
chandresh pancholi
c0c3695317
TP-12345|experiment enable ( #68 )
2023-05-05 08:21:54 +05:30
Akshat Soni
2b7715a37c
Akshat | TP-12345 | add update metric query method ( #67 )
2023-05-05 02:27:03 +05:30
Akshat Soni
065aec2ad0
TP-26660 | optional primary metric ( #66 )
2023-05-04 00:25:03 +05:30
chandresh pancholi
2fc1c5f158
Merge pull request #65 from medici/litmus-event-bus-client
...
TP-12345|disabling experiment validator
2023-05-03 19:18:28 +05:30
chandresh-pancholi
d3e3076b39
TP-12345|disabling experiment validator
2023-05-03 19:18:09 +05:30
chandresh pancholi
3ddd01f89c
Merge pull request #64 from medici/litmus-event-bus-client
...
TP-12345|disabling experiment validator
2023-05-03 17:59:30 +05:30
chandresh-pancholi
497c9cc240
TP-12345|disabling experiment validator
2023-05-03 17:59:06 +05:30