Skip to content

Commit 313f21b

Browse files
committed
remove wq.app 1.2 compat mode
1 parent a253b34 commit 313f21b

15 files changed

+5
-396
lines changed

.github/workflows/test.yml

+2-17
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
- material
2323
- map
2424
- map-gl
25-
- leaflet
26-
- jquery-mobile
2725
steps:
2826
- uses: actions/checkout@v2
2927
with:
@@ -51,18 +49,12 @@ jobs:
5149
cd packages/$PACKAGE
5250
npm run test
5351
- uses: smartsquaregmbh/[email protected]
54-
if: |
55-
github.event_name == 'push' &&
56-
matrix.package != 'jquery-mobile' &&
57-
matrix.package != 'leaflet'
52+
if: github.event_name == 'push'
5853
with:
5954
keep: 5
6055
names: ${{ matrix.package }}
6156
- name: Publish to Github Packages
62-
if: |
63-
github.event_name == 'push' &&
64-
matrix.package != 'jquery-mobile' &&
65-
matrix.package != 'leaflet'
57+
if: github.event_name == 'push'
6658
run: |
6759
./set_dev_version.sh
6860
cd packages/$PACKAGE
@@ -90,14 +82,7 @@ jobs:
9082
run: |
9183
python -m pip install --upgrade pip
9284
python -m pip install wheel
93-
python -m pip install wq.build
9485
- name: Build Python Wheel
9586
run: |
9687
python setup.py bdist_wheel
9788
python -m pip install `ls dist/*.whl`[compat]
98-
- name: Test (deprecated) CLI Commands
99-
run: |
100-
cd tests
101-
mkdir css && wq init && wq scss --indir scss --outdir css
102-
cd commands
103-
./test_commands.sh

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
•
3939
[@wq/map-gl]
4040

41-
**Legacy Plugins**
42-
<br>
43-
[@wq/jquery-mobile]
44-
&bull;
45-
[@wq/leaflet]
46-
4741
[logo]: https://wq.io/images/wq.app.svg
4842
[docs]: https://wq.io/wq.app/
4943

@@ -60,8 +54,5 @@
6054
[@wq/map]: https://wq.io/@wq/map
6155
[@wq/map-gl]: https://wq.io/@wq/map-gl
6256

63-
[@wq/jquery-mobile]: https://github.com/wq/wq.app/tree/main/packages/jquery-mobile
64-
[@wq/leaflet]: https://github.com/wq/wq.app/tree/main/packages/leaflet
65-
6657
[wq framework]: https://wq.io/
6758
[wq.db]: https://wq.io/wq.db/

packages/model/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"scripts": {
88
"test": "cd ../../ && npm run jest packages/model",
99
"prettier": "cd ../../ && npm run prettier -- --write packages/model/",
10-
"lint": "cd ../../ && npm run eslint packages/model/{,src/,src/*/}*.js",
11-
"rollup": "cd ../../ && npm run rollup -- -c packages/model/rollup.config.js"
10+
"lint": "cd ../../ && npm run eslint packages/model/{,src/,src/*/}*.js"
1211
},
1312
"repository": {
1413
"type": "git",

packages/model/rollup.config.js

-42
This file was deleted.

packages/outbox/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"scripts": {
88
"test": "cd ../../ && npm run jest packages/outbox",
99
"prettier": "cd ../../ && npm run prettier -- --write packages/outbox/",
10-
"lint": "cd ../../ && npm run eslint packages/outbox/{,src/,src/*/}*.js",
11-
"rollup": "cd ../../ && npm run rollup -- -c packages/outbox/rollup.config.js"
10+
"lint": "cd ../../ && npm run eslint packages/outbox/{,src/,src/*/}*.js"
1211
},
1312
"repository": {
1413
"type": "git",

packages/outbox/rollup.config.js

-61
This file was deleted.

packages/store/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"scripts": {
88
"test": "cd ../../ && npm run jest packages/store",
99
"prettier": "cd ../../ && npm run prettier -- --write packages/store/",
10-
"lint": "cd ../../ && npm run eslint packages/store/{,src/,src/*/}*.js",
11-
"rollup": "cd ../../ && npm run rollup -- -c packages/store/rollup.config.js"
10+
"lint": "cd ../../ && npm run eslint packages/store/{,src/,src/*/}*.js"
1211
},
1312
"repository": {
1413
"type": "git",

packages/store/rollup.config.js

-41
This file was deleted.

tests/items.geojson

-111
This file was deleted.

tests/items/one.geojson

-38
This file was deleted.

tests/items/one/edit.geojson

-1
This file was deleted.

0 commit comments

Comments
 (0)