Skip to content

Commit ccd049b

Browse files
author
davitbzh
committed
Merge remote-tracking branch 'upstream/main' into FSTORE-1008-java-engine
2 parents 156d710 + 1091fb1 commit ccd049b

File tree

306 files changed

+6177
-8015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

306 files changed

+6177
-8015
lines changed

.github/workflows/mkdocs-release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@ name: mkdocs-release
22

33
on:
44
push:
5-
branches: [ branch-* ]
5+
branches: [branch-*\.*]
66

77
jobs:
88
publish-release:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
1515

16-
- uses: actions/setup-python@v2
16+
- uses: actions/setup-python@v5
1717
with:
18-
python-version: '3.8'
18+
python-version: "3.10"
1919

2020
- name: Install ubuntu dependencies
2121
run: sudo apt-get install -y libxml2-dev libxslt-dev
2222

2323
- name: install deps
24-
run: pip3 install pip==22.0.3 && pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python' mkdocs-minify-plugin
24+
run: pip3 install -r requirements-docs.txt
2525

2626
- name: setup git
2727
run: |

.github/workflows/mkdocs-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ jobs:
88

99
steps:
1010
- name: Checkout main repo
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414

15-
- uses: actions/setup-python@v2
15+
- uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.8'
17+
python-version: "3.10"
1818

1919
- name: Install ubuntu dependencies
2020
run: sudo apt-get install -y libxml2-dev libxslt-dev
2121

2222
- name: install deps
23-
run: pip3 install pip==22.0.3 && pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python' mkdocs-minify-plugin linkchecker
23+
run: pip3 install -r requirements-docs.txt
2424

2525
- name: setup git
2626
run: |

README.md

+7-14

docs/admin/services.md

-49
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
45.5 KB
71.6 KB
4.57 KB
-19.5 MB
32.3 KB
51.1 KB
1.18 MB

docs/concepts/dev/inside.md

+13-7

docs/concepts/fs/feature_group/external_fg.md

+1-1

docs/concepts/fs/feature_group/feature_pipelines.md

+1-1

docs/concepts/fs/feature_group/fg_overview.md

+11-1

docs/concepts/fs/feature_group/fg_statistics.md

+1-1

docs/concepts/fs/feature_view/offline_api.md

+2-2

docs/concepts/fs/feature_view/training_inference_pipelines.md

+1-1

docs/concepts/fs/index.md

+1-1

0 commit comments

Comments
 (0)