Skip to content

Commit aa04081

Browse files
authored
Merge branch 'next' into fix/is_loadable
2 parents 6ba9f31 + b363718 commit aa04081

File tree

12 files changed

+87
-142
lines changed

12 files changed

+87
-142
lines changed

.github/workflows/Branch-protection.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/CICD.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Deploy
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
deploy:
8+
uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
9+
with:
10+
npm: true
11+
secrets: inherit
12+

.github/workflows/pr_update.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Pull request
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened]
6+
branches:
7+
- master
8+
9+
jobs:
10+
update-branch:
11+
uses: Geode-solutions/actions/.github/workflows/update-branch.yml@master
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Prepare deploy
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
prepare:
8+
uses: Geode-solutions/actions/.github/workflows/py-prepare-deploy.yml@master
9+
secrets: inherit

.github/workflows/prepare_pr.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test
2+
3+
on:
4+
push:
5+
branches-ignore:
6+
- master
7+
- next
8+
9+
jobs:
10+
test:
11+
uses: Geode-solutions/actions/.github/workflows/py-test.yml@master
12+
with:
13+
repos: ${{ vars.REPOS }}
14+
secrets: inherit

.github/workflows/test_pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Test PR
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, ready_for_review]
6+
7+
jobs:
8+
test:
9+
uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
10+
with:
11+
repos: ${{ vars.REPOS }}
12+
secrets: inherit

requirements.in

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
OpenGeode-core
2-
OpenGeode-IO
3-
OpenGeode-Inspector
4-
OpenGeode-Geosciences
5-
OpenGeode-GeosciencesIO
6-
Geode-Viewables
7-
geode-numerics
8-
geode-simplex
9-
geode-explicit
10-
geode-implicit
11-
geode-common
12-
fastjsonschema
13-
Flask[async]
14-
Flask-Cors
15-
werkzeug
1+
OpenGeode-core==15.24.1
2+
OpenGeode-IO==7.3.1
3+
OpenGeode-Inspector==6.7.0
4+
OpenGeode-Geosciences==9.2.1
5+
OpenGeode-GeosciencesIO==5.7.1
6+
Geode-Viewables==3.2.0
7+
fastjsonschema==2.16.2
8+
Flask[async]==3.0.3
9+
Flask-Cors==6.0.1
10+
werkzeug==3.0.3

requirements.txt

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile --pre requirements.in
66
#
77
asgiref==3.9.1
88
# via flask
99
blinker==1.9.0
1010
# via flask
1111
click==8.2.1
1212
# via flask
13-
fastjsonschema==2.21.1
13+
fastjsonschema==2.16.2
1414
# via -r requirements.in
15-
flask[async]==3.1.1
15+
flask[async]==3.0.3
1616
# via
1717
# -r requirements.in
18+
# flask
1819
# flask-cors
1920
flask-cors==6.0.1
2021
# via -r requirements.in
21-
geode-background==9.4.0
22-
# via
23-
# geode-explicit
24-
# geode-implicit
25-
# geode-simplex
2622
geode-common==33.9.0
2723
# via
2824
# -r requirements.in
@@ -60,19 +56,12 @@ jinja2==3.1.6
6056
# via flask
6157
markupsafe==3.0.2
6258
# via
63-
# flask
6459
# jinja2
6560
# werkzeug
6661
opengeode-core==15.24.2
6762
# via
6863
# -r requirements.in
69-
# geode-background
7064
# geode-common
71-
# geode-conversion
72-
# geode-explicit
73-
# geode-implicit
74-
# geode-numerics
75-
# geode-simplex
7665
# geode-viewables
7766
# opengeode-geosciences
7867
# opengeode-geosciencesio
@@ -81,7 +70,6 @@ opengeode-core==15.24.2
8170
opengeode-geosciences==9.2.2
8271
# via
8372
# -r requirements.in
84-
# geode-implicit
8573
# geode-viewables
8674
# opengeode-geosciencesio
8775
opengeode-geosciencesio==5.7.2
@@ -97,10 +85,9 @@ opengeode-inspector==6.7.1
9785
opengeode-io==7.3.2
9886
# via
9987
# -r requirements.in
100-
# geode-implicit
10188
# geode-viewables
10289
# opengeode-geosciencesio
103-
werkzeug==3.1.3
90+
werkzeug==3.0.3
10491
# via
10592
# -r requirements.in
10693
# flask

0 commit comments

Comments
 (0)