Skip to content

Commit 8354b4a

Browse files
committed
v2.0.0-alpha.19
1 parent d9c82f2 commit 8354b4a

Some content is hidden

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

53 files changed

+611
-183
lines changed

.github/workflows/desktop.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ jobs:
1919
with:
2020
submodules: 'true'
2121

22+
- uses: actions/setup-python@v4
23+
with:
24+
python-version: '3.10'
25+
2226
- uses: actions/setup-node@v3
2327
with:
24-
node-version: 14
28+
node-version: 18
2529
cache: 'yarn'
2630

2731
- name: Install pcap
@@ -39,13 +43,13 @@ jobs:
3943
working-directory: ../unblocked
4044

4145
- name: Chocolatey Install Action
42-
if: matrix.os == 'windows-latest' && startsWith(github.ref, 'refs/tags/v') == false
46+
if: matrix.os == 'windows-latest'
4347
uses: crazy-max/ghaction-chocolatey@v2
4448
with:
4549
args: install python2 visualcpp-build-tools -y
4650

4751
- name: Add msbuild to PATH
48-
if: matrix.os == 'windows-latest' && startsWith(github.ref, 'refs/tags/v') == false
52+
if: matrix.os == 'windows-latest'
4953
uses: microsoft/[email protected]
5054

5155
- name: Install Hero

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,72 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.19](https://github.com/ulixee/platform/compare/v2.0.0-alpha.17...v2.0.0-alpha.19) (2023-02-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **apps:** do not improperly activate chromealive ([bfe328f](https://github.com/ulixee/platform/commit/bfe328f3f8b72547d21f5b976cea02bc458368cc))
12+
* **databox:** docs links ([f9d8c91](https://github.com/ulixee/platform/commit/f9d8c91e4577fda70e8e1328888fd7215ae9d70c))
13+
* **datastore:** broken argon conversions ([eb5d6d5](https://github.com/ulixee/platform/commit/eb5d6d5d6dcbf8f42cc3df1c2f3402fa6dcb44f0))
14+
* **datastore:** ensure output is stored to db ([ae54593](https://github.com/ulixee/platform/commit/ae54593cb883f9d2f7cba5ea36f823c4bf4f1666))
15+
* **datastore:** error logging ([7ee3d02](https://github.com/ulixee/platform/commit/7ee3d02076c0ced0dda05c884b25a33236f73d12))
16+
* **datastore:** failing private table tests ([e844ebe](https://github.com/ulixee/platform/commit/e844ebeac9d9720a54795066d1f3abf319bafbe7))
17+
* **datastore:** fix unit tests for domains ([8f00a37](https://github.com/ulixee/platform/commit/8f00a37c67818c7421836715e73e90e3a6cf1276))
18+
* **datastore:** handle rolling up momentjs ([01e29eb](https://github.com/ulixee/platform/commit/01e29eb77f1e0f7c8cb68b47858901f6e239ed08))
19+
* **datastore:** output tests ([1b0055d](https://github.com/ulixee/platform/commit/1b0055dcadee8b18e1869ebec7c093bc9b3605bc))
20+
* **datastore:** testing stack trace windows slash ([f7042b8](https://github.com/ulixee/platform/commit/f7042b811093e30cbc19a9d1e2a84b22b9009163))
21+
* **datastore:** tweak cli to fix end-to-end test ([4355cd1](https://github.com/ulixee/platform/commit/4355cd1f428806e10cbd23d62c4d2c0b970ce30e))
22+
* **datastore:** vm not loading connection to core ([5862db8](https://github.com/ulixee/platform/commit/5862db8dd6da8cc7fb62fb78d8616720dcc401ae))
23+
* **datastore:** windows tests failing moving files ([deea344](https://github.com/ulixee/platform/commit/deea344e697160d8bb4e17802b166e6778a7095d))
24+
* **desktop:** allow opening external sesison ([5f5e229](https://github.com/ulixee/platform/commit/5f5e229a45f2373f1c3f236aadd7e21b17dbda87))
25+
* **desktop:** multi-window popovers not workign ([9e60773](https://github.com/ulixee/platform/commit/9e60773215d6a3bfd2c5205c3ec35035fa7a0ad3))
26+
* **desktop:** rebuild output tests ([d9a19c6](https://github.com/ulixee/platform/commit/d9a19c68d527ab9de2751d28b82f3f4edaf62656))
27+
* docpage now works inside datastores ([0af2695](https://github.com/ulixee/platform/commit/0af26957e83fbc115b9641390d799b4f1a59f80c))
28+
* docs pricing should include remote ([ca7bd07](https://github.com/ulixee/platform/commit/ca7bd07e0719a8a171ff53f5382d99f8a77ace50))
29+
* docs still referencing afterRun ([875d295](https://github.com/ulixee/platform/commit/875d295d038009bf88976235310f2cf45b4a0eb0))
30+
* download chrome in release tests ([27d8720](https://github.com/ulixee/platform/commit/27d8720c001d3c367418d0a7f38efd4bea905408))
31+
* incorrect syntax for crawler output in docs ([fb672f9](https://github.com/ulixee/platform/commit/fb672f90a43963e6bc0e68baea139bbf23d7929b))
32+
* lint issue and schema change ([b0fe5eb](https://github.com/ulixee/platform/commit/b0fe5ebb0b0ca187c19b1cae0f4766d2dce3313d))
33+
* merge issues ([de1f3b4](https://github.com/ulixee/platform/commit/de1f3b4da65979b1ef5e2a145b36175e852ba845))
34+
* **miner:** startup waits for router to start ([0e158ec](https://github.com/ulixee/platform/commit/0e158ec8aebeab1cc7abfc4a524c0d2b7f40d0a6))
35+
* slashes in windows file paths were breaking things ([9e40001](https://github.com/ulixee/platform/commit/9e40001dbad08203ab3414e345a62ff375cb6f61))
36+
* stop sql injection in Datastore.stream ([b3c4c4b](https://github.com/ulixee/platform/commit/b3c4c4b1f1d134e9f38cdc37411fa407642bb69d))
37+
* updated doc links to point to runner ([f3e14c6](https://github.com/ulixee/platform/commit/f3e14c60a9c528a0861cb126fd191fb306acf88e))
38+
39+
40+
### Features
41+
42+
* added @ulixee/client package ([c71cc8b](https://github.com/ulixee/platform/commit/c71cc8bd99ea1777ad096a0fa9d960782dfdeb7d))
43+
* added databox docpage ([57d0790](https://github.com/ulixee/platform/commit/57d07906dd711fa30997d1946cc3bbab1aeb3902))
44+
* added sub-Clients like ForDatastore, ForTable, etc + several fixes ([e3d2323](https://github.com/ulixee/platform/commit/e3d23237febf7adfc93da68979a55dd50611d104))
45+
* **chromealive:** move replay window to electron ([a0eef50](https://github.com/ulixee/platform/commit/a0eef509242d10250a079d0766991e8c2c1f7028))
46+
* **client:** add connection to core option ([46d35a9](https://github.com/ulixee/platform/commit/46d35a9d13d27f05cbb59ee2686f52f926a71eb8))
47+
* **client:** add type checking to local ctor ([a44549b](https://github.com/ulixee/platform/commit/a44549bce2dafe0575d74b0340896c157a78b02f))
48+
* convert outputs to an array of records ([a6f6ab4](https://github.com/ulixee/platform/commit/a6f6ab41acdaa947790636e008427f39978bb28e))
49+
* crawler documentation ([0615cd8](https://github.com/ulixee/platform/commit/0615cd86410163570b730c11db2fd67dc5f85091))
50+
* **databox:** stream output records as available ([a92da44](https://github.com/ulixee/platform/commit/a92da44710aabaf0c6be33cdb02cd99060a3d47c))
51+
* **datastore:** ability to route domains ([8d123d3](https://github.com/ulixee/platform/commit/8d123d37c121aa52f22696b15e47fec4278464d0))
52+
* **datastore:** add context crawl, run, query ([e8e722c](https://github.com/ulixee/platform/commit/e8e722c048499c557f9b030ad97089677922d330))
53+
* **datastore:** affiliateId and embedded credits ([e56a24d](https://github.com/ulixee/platform/commit/e56a24dbd33211f26d120e1c7fd5fc20e6e698a8))
54+
* **datastore:** change cloning to create project ([6263ecb](https://github.com/ulixee/platform/commit/6263ecb3829d1f1569f0ca5a5a82278adf0c1b64))
55+
* **datastore:** cli to clone datastores ([cd9fd16](https://github.com/ulixee/platform/commit/cd9fd1641a0299365da4b4c1d6d8a24e2b58b4f5))
56+
* **datastore:** default max time in cache to 10m ([dff7895](https://github.com/ulixee/platform/commit/dff7895ed640d8e7aca3068ff8483c7589c5083f))
57+
* **datastore:** documentation ([6c607fe](https://github.com/ulixee/platform/commit/6c607fef9b032dd4593444d5379b96c126ffb61c))
58+
* **datastore:** enable credits ([972029e](https://github.com/ulixee/platform/commit/972029e93451e4dddd79f313527f5799aaf11260))
59+
* **datastore:** http api for credits balance ([0270a04](https://github.com/ulixee/platform/commit/0270a04c4a4b381e0e1564a3efb79c06fb72aac5))
60+
* **datastore:** multi-function autorun ([eaf0a2f](https://github.com/ulixee/platform/commit/eaf0a2fac8f187c8a0a4ea933a4cfdd324257358))
61+
* **datastore:** passthrough tables ([36f4cb6](https://github.com/ulixee/platform/commit/36f4cb6a7122ec0ab517ad051e61b5262d5c99d9))
62+
* **datastore:** shorten version hash length ([0e36ead](https://github.com/ulixee/platform/commit/0e36ead760356addb93340313458b92093e51c1b))
63+
* **desktop:** add desktop home page ([d8f5611](https://github.com/ulixee/platform/commit/d8f56110c66a1d290bf28c9e227721716fbe1f7a))
64+
* **desktop:** add pages to home ([76ff239](https://github.com/ulixee/platform/commit/76ff239eeacdd3c03d44ed91781b900e352479a6))
65+
* **desktop:** playback of script ([521d21f](https://github.com/ulixee/platform/commit/521d21faaa769651ad485afee876f09a73dde18e))
66+
* docpage credits + @ulixee/client package ([21c0175](https://github.com/ulixee/platform/commit/21c0175c41991a4d89e4f625e10df19cc35be8ec))
67+
68+
69+
70+
71+
672
# [2.0.0-alpha.18](https://github.com/ulixee/platform/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2023-01-17)
773

874

cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.19](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.17...v2.0.0-alpha.19) (2023-02-25)
7+
8+
**Note:** Version bump only for package @ulixee/cli
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.18](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2023-01-17)
715

816
**Note:** Version bump only for package @ulixee/cli

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@ulixee/cli",
3-
"version": "2.0.0-alpha.18",
3+
"version": "2.0.0-alpha.19",
44
"main": "index.js",
55
"repository": "[email protected]:ulixee/ulixee.git",
66
"license": "MIT",
77
"bin": "./bin/cli.js",
88
"dependencies": {
9-
"@ulixee/commons": "2.0.0-alpha.18",
9+
"@ulixee/commons": "2.0.0-alpha.19",
1010
"commander": "^9.3.0"
1111
}
1212
}

client/main/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.0.0-alpha.19](https://github.com/ulixee/platform/compare/v2.0.0-alpha.17...v2.0.0-alpha.19) (2023-02-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **datastore:** windows tests failing moving files ([deea344](https://github.com/ulixee/platform/commit/deea344e697160d8bb4e17802b166e6778a7095d))
12+
13+
14+
### Features
15+
16+
* added @ulixee/client package ([c71cc8b](https://github.com/ulixee/platform/commit/c71cc8bd99ea1777ad096a0fa9d960782dfdeb7d))
17+
* added sub-Clients like ForDatastore, ForTable, etc + several fixes ([e3d2323](https://github.com/ulixee/platform/commit/e3d23237febf7adfc93da68979a55dd50611d104))
18+
* **client:** add connection to core option ([46d35a9](https://github.com/ulixee/platform/commit/46d35a9d13d27f05cbb59ee2686f52f926a71eb8))
19+
* **client:** add type checking to local ctor ([a44549b](https://github.com/ulixee/platform/commit/a44549bce2dafe0575d74b0340896c157a78b02f))
20+
* docpage credits + @ulixee/client package ([21c0175](https://github.com/ulixee/platform/commit/21c0175c41991a4d89e4f625e10df19cc35be8ec))

client/main/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "@ulixee/client",
3-
"version": "2.0.0-alpha.18",
3+
"version": "2.0.0-alpha.19",
44
"main": "index.js",
55
"repository": "[email protected]:ulixee/platform.git",
66
"license": "MIT",
77
"scripts": {},
88
"dependencies": {
9-
"@ulixee/net": "2.0.0-alpha.18",
10-
"@ulixee/datastore": "2.0.0-alpha.18",
11-
"@ulixee/commons": "2.0.0-alpha.18",
12-
"@ulixee/schema": "2.0.0-alpha.18"
9+
"@ulixee/commons": "2.0.0-alpha.19",
10+
"@ulixee/datastore": "2.0.0-alpha.19",
11+
"@ulixee/net": "2.0.0-alpha.19",
12+
"@ulixee/schema": "2.0.0-alpha.19"
1313
},
1414
"devDependencies": {
15-
"@ulixee/schema": "2.0.0-alpha.18",
16-
"@ulixee/sql-ast": "2.0.0-alpha.18",
17-
"@ulixee/sql-engine": "2.0.0-alpha.18",
18-
"@ulixee/specification": "2.0.0-alpha.18",
19-
"@ulixee/datastore-packager": "2.0.0-alpha.18",
20-
"@ulixee/miner": "2.0.0-alpha.18",
21-
"@ulixee/crypto": "2.0.0-alpha.18"
15+
"@ulixee/crypto": "2.0.0-alpha.19",
16+
"@ulixee/datastore-packager": "2.0.0-alpha.19",
17+
"@ulixee/miner": "2.0.0-alpha.19",
18+
"@ulixee/schema": "2.0.0-alpha.19",
19+
"@ulixee/specification": "2.0.0-alpha.19",
20+
"@ulixee/sql-ast": "2.0.0-alpha.19",
21+
"@ulixee/sql-engine": "2.0.0-alpha.19"
2222
}
2323
}

cloud/examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.19](https://github.com/ulixee/platform/compare/v2.0.0-alpha.17...v2.0.0-alpha.19) (2023-02-25)
7+
8+
**Note:** Version bump only for package @ulixee/miner-examples
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.18](https://github.com/ulixee/platform/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2023-01-17)
715

816
**Note:** Version bump only for package @ulixee/miner-examples

cloud/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@ulixee/miner-examples",
3-
"version": "2.0.0-alpha.18",
3+
"version": "2.0.0-alpha.19",
44
"private": true,
55
"dependencies": {
6-
"@ulixee/hero": "2.0.0-alpha.18",
7-
"@ulixee/miner": "2.0.0-alpha.18"
6+
"@ulixee/hero": "2.0.0-alpha.19",
7+
"@ulixee/miner": "2.0.0-alpha.19"
88
}
99
}

cloud/main/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-alpha.19](https://github.com/ulixee/platform/compare/v2.0.0-alpha.17...v2.0.0-alpha.19) (2023-02-25)
7+
8+
**Note:** Version bump only for package @ulixee/miner
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.18](https://github.com/ulixee/platform/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2023-01-17)
715

816

cloud/main/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ulixee/miner",
3-
"version": "2.0.0-alpha.18",
3+
"version": "2.0.0-alpha.19",
44
"description": "The Ulixee Miner is an out-of-the box tool to host and deploy Ulixee Datastores and Hero scripts. It allows you to easily create a paid API service.",
55
"exports": {
66
".": {
@@ -24,17 +24,17 @@
2424
}
2525
},
2626
"dependencies": {
27-
"@ulixee/commons": "2.0.0-alpha.18",
28-
"@ulixee/datastore-core": "2.0.0-alpha.18",
29-
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.18",
30-
"@ulixee/hero-core": "2.0.0-alpha.18",
31-
"@ulixee/hero-interfaces": "2.0.0-alpha.18",
32-
"@ulixee/net": "2.0.0-alpha.18",
33-
"@ulixee/specification": "2.0.0-alpha.18",
27+
"@ulixee/commons": "2.0.0-alpha.19",
28+
"@ulixee/datastore-core": "2.0.0-alpha.19",
29+
"@ulixee/datastore-plugins-hero-core": "2.0.0-alpha.19",
30+
"@ulixee/hero-core": "2.0.0-alpha.19",
31+
"@ulixee/hero-interfaces": "2.0.0-alpha.19",
32+
"@ulixee/net": "2.0.0-alpha.19",
33+
"@ulixee/specification": "2.0.0-alpha.19",
3434
"commander": "^9.3.0",
3535
"ws": "^7.4.6"
3636
},
3737
"devDependencies": {
38-
"@ulixee/datastore-testing": "2.0.0-alpha.18"
38+
"@ulixee/datastore-testing": "2.0.0-alpha.19"
3939
}
4040
}

0 commit comments

Comments
 (0)