Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1e07655
feat: sync the internal code into horizon
ansh-meesho Nov 18, 2025
a5a8fdd
Merge branch 'develop' into feat/horizon_code_sync
ansh-meesho Nov 18, 2025
45b0062
fix: updated the name from inferflowservice to inferflow in proto files
ansh-meesho Nov 18, 2025
2488192
Merge branch 'feat/horizon_code_sync' of https://github.com/Meesho/Bh…
ansh-meesho Nov 18, 2025
421feb1
fix
ansh-meesho Nov 18, 2025
93c845f
fix
ansh-meesho Nov 18, 2025
b9619d8
init all configs
ansh-meesho Nov 18, 2025
4895913
Sync Code with develop
Adit2607 Nov 21, 2025
a01531e
Added switch between cac and env (#205)
ansh-meesho Nov 21, 2025
8298d9a
Fixed the env initialization and feature validation call
ansh-meesho Nov 24, 2025
5b51b04
Merge branch 'develop' into feat/horizon_code_sync
ansh-meesho Nov 24, 2025
7760ea9
updated the go version
ansh-meesho Nov 24, 2025
ead1d33
Merge branch 'feat/horizon_code_sync' of github.com:Meesho/BharatMLSt…
ansh-meesho Nov 24, 2025
0e037dc
updated the go version
ansh-meesho Nov 24, 2025
db1e858
Merge branch 'develop' of github.com:Meesho/BharatMLStack into feat/h…
ansh-meesho Nov 24, 2025
4e76f7e
Updated start script to provide option to run local services and upda…
ansh-meesho Nov 24, 2025
9532284
Merge branch 'develop' of github.com:Meesho/BharatMLStack into feat/h…
Adit2607 Nov 25, 2025
2f9b8db
Upgraded helix client to alpha release
Adit2607 Nov 25, 2025
bedf778
Merge branch 'develop' of github.com:Meesho/BharatMLStack into feat/h…
ansh-meesho Nov 25, 2025
e333c80
Updated the horizon the test files
ansh-meesho Nov 25, 2025
79ddc7d
Fixed the failed vet checked
ansh-meesho Nov 25, 2025
ba775c0
Fixed the staticcheck
ansh-meesho Nov 25, 2025
8952fc6
Added Fix for Horizon startup
Adit2607 Nov 25, 2025
04e942a
Merge branch 'feat/horizon_code_sync' of github.com:Meesho/BharatMLSt…
Adit2607 Nov 25, 2025
df215e6
Updated the start.sh
ansh-meesho Nov 25, 2025
2af5644
Update db and etcd script for testing
ansh-meesho Nov 27, 2025
ed32a5e
Merge branch 'develop' of github.com:Meesho/BharatMLStack into feat/h…
ansh-meesho Nov 27, 2025
6fe8e65
start script rollback
ansh-meesho Nov 27, 2025
a4ee26c
fix failing static check commands
ansh-meesho Nov 27, 2025
c2f86a7
remove the max limit size for the page
ansh-meesho Dec 1, 2025
2393219
Merge branch 'develop' of https://github.com/Meesho/BharatMLStack int…
ati-jn Dec 3, 2025
f6eea88
Update axios version and add new dependencies in package.json
ati-jn Dec 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
go-version: '1.24'
cache: false

- name: Cache Go modules
Expand Down
Loading