Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 6 additions & 3 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
node-version: 20

- name: Chocolatey Install Action
if: ${{ matrix.os == 'windows-latest' }}
Expand All @@ -36,6 +35,9 @@ jobs:
if: matrix.os == 'windows-latest'
uses: microsoft/setup-msbuild@v2

- name: Set timeout
run: yarn config set network-timeout 1000000 -g

- name: Yarn build
run: yarn && yarn build && yarn build:dist && cd build-dist && yarn

Expand All @@ -51,6 +53,7 @@ jobs:
env:
NODE_ENV: production
USE_HARD_LINKS: false
force_no_cache: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CSC_LINK: ${{ matrix.os == 'windows-latest' && secrets.WIN_CSC_LINK || secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ matrix.os == 'windows-latest' && secrets.WIN_CSC_KEY_PASSWORD || secrets.CSC_KEY_PASSWORD }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ connect
/.rollup.cache/
/website/firebase-debug.log
.vs
.*.sh
862 changes: 370 additions & 492 deletions CHANGELOG.md

Large diffs are not rendered by default.

120 changes: 14 additions & 106 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,213 +3,121 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.25](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)
# [2.0.0-alpha.26](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

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

# [2.0.0-alpha.25](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)



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

# [2.0.0-alpha.24](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





# [2.0.0-alpha.24](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

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





# [2.0.0-alpha.23](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)

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





# [2.0.0-alpha.22](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2023-06-12)

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





# [2.0.0-alpha.21](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

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





# [2.0.0-alpha.20](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


### chore

* rename miner to cloud node ([a3c949e](https://github.com/ulixee/ulixee/commit/a3c949e4af806cc6a4acdd4b4b04305946add19b))

- rename miner to cloud node ([a3c949e](https://github.com/ulixee/ulixee/commit/a3c949e4af806cc6a4acdd4b4b04305946add19b))

### BREAKING CHANGES

* @ulixee/miner package is now @ulixee/cloud.
You must import {CloudNode} from @ulixee/cloud and use in place of Miner.




- @ulixee/miner package is now @ulixee/cloud.
You must import {CloudNode} from @ulixee/cloud and use in place of Miner.

# [2.0.0-alpha.19](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.17...v2.0.0-alpha.19) (2023-02-25)

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





# [2.0.0-alpha.18](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2023-01-17)

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





# [2.0.0-alpha.17](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2022-12-15)

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





# [2.0.0-alpha.16](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2022-12-05)


### Features

* databox functions ([b14352d](https://github.com/ulixee/ulixee/commit/b14352d8160de6667e05bdbf86b6b6df32d056e4))




- databox functions ([b14352d](https://github.com/ulixee/ulixee/commit/b14352d8160de6667e05bdbf86b6b6df32d056e4))

# [2.0.0-alpha.15](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2022-11-17)

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





# [2.0.0-alpha.14](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2022-11-02)

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





# [2.0.0-alpha.13](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2022-10-31)


### Features

* major simplification of Databox into a basic version with plugin capabilities ([22ad672](https://github.com/ulixee/ulixee/commit/22ad672e06135049ab82fc8b3af274d9e72c278a))
* updated to reflect hero change from dataSnippets to just snippets ([a5fcd64](https://github.com/ulixee/ulixee/commit/a5fcd64b0e2fbd4fec77a539b65e4382bc259001))




- major simplification of Databox into a basic version with plugin capabilities ([22ad672](https://github.com/ulixee/ulixee/commit/22ad672e06135049ab82fc8b3af274d9e72c278a))
- updated to reflect hero change from dataSnippets to just snippets ([a5fcd64](https://github.com/ulixee/ulixee/commit/a5fcd64b0e2fbd4fec77a539b65e4382bc259001))

# [2.0.0-alpha.12](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2022-10-03)

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





# [2.0.0-alpha.11](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2022-08-31)

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





# [2.0.0-alpha.10](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2022-08-16)


### Features

* **databox:** invert databox settings ([e69edf6](https://github.com/ulixee/ulixee/commit/e69edf63453fe2a670b542a7691f4b1cf4c1028c))
* end to end scripts (first one is gift cards) ([d737c6b](https://github.com/ulixee/ulixee/commit/d737c6b847ebb017ec1a766ab5d025153b17f331))




- **databox:** invert databox settings ([e69edf6](https://github.com/ulixee/ulixee/commit/e69edf63453fe2a670b542a7691f4b1cf4c1028c))
- end to end scripts (first one is gift cards) ([d737c6b](https://github.com/ulixee/ulixee/commit/d737c6b847ebb017ec1a766ab5d025153b17f331))

# [2.0.0-alpha.9](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2022-07-26)

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





# [2.0.0-alpha.8](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2022-07-13)

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





# [2.0.0-alpha.7](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-06-28)

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





# [2.0.0-alpha.6](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-06-10)

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





# [2.0.0-alpha.5](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.3...v2.0.0-alpha.5) (2022-06-10)


### Bug Fixes

* events for chromealive not working ([88ca517](https://github.com/ulixee/ulixee/commit/88ca517875062ef2975eb441e5f3aa9e6bf6b2e6))

- events for chromealive not working ([88ca517](https://github.com/ulixee/ulixee/commit/88ca517875062ef2975eb441e5f3aa9e6bf6b2e6))

### Features

* ulixee cli ([767f0a9](https://github.com/ulixee/ulixee/commit/767f0a955587755df2f6a2e7042092023e68f7c6))




- ulixee cli ([767f0a9](https://github.com/ulixee/ulixee/commit/767f0a955587755df2f6a2e7042092023e68f7c6))

# [2.0.0-alpha.4](https://github.com/ulixee/ulixee/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2022-06-09)


### Features

* ulixee cli ([767f0a9](https://github.com/ulixee/ulixee/commit/767f0a955587755df2f6a2e7042092023e68f7c6))
- ulixee cli ([767f0a9](https://github.com/ulixee/ulixee/commit/767f0a955587755df2f6a2e7042092023e68f7c6))
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@ulixee/cli",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"main": "index.js",
"repository": "git@github.com:ulixee/ulixee.git",
"license": "MIT",
"bin": "./bin/cli.js",
"dependencies": {
"@ulixee/commons": "2.0.0-alpha.25",
"@ulixee/commons": "2.0.0-alpha.26",
"commander": "^9.3.0"
}
}
68 changes: 20 additions & 48 deletions client/main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,95 +3,67 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)
# [2.0.0-alpha.26](https://github.com/ulixee/platform/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2024-02-02)

**Note:** Version bump only for package @ulixee/client

# [2.0.0-alpha.25](https://github.com/ulixee/platform/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2023-09-28)



**Note:** Version bump only for package @ulixee/client

# [2.0.0-alpha.24](https://github.com/ulixee/platform/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2023-08-09)

**Note:** Version bump only for package @ulixee/client





# [2.0.0-alpha.23](https://github.com/ulixee/platform/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2023-07-07)


### Features

* **datastore:** change urls to be id@version ([903e34b](https://github.com/ulixee/platform/commit/903e34b43d8fb2bca060dc6344453da885fef29a))
* **datastore:** convert to id and semver ([1f5d524](https://github.com/ulixee/platform/commit/1f5d524eed5f7af42e271190994040c2d183f450))




- **datastore:** change urls to be id@version ([903e34b](https://github.com/ulixee/platform/commit/903e34b43d8fb2bca060dc6344453da885fef29a))
- **datastore:** convert to id and semver ([1f5d524](https://github.com/ulixee/platform/commit/1f5d524eed5f7af42e271190994040c2d183f450))

# [2.0.0-alpha.22](https://github.com/ulixee/platform/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2023-06-12)


### Features

* **datastore:** add migrations ([04542bd](https://github.com/ulixee/platform/commit/04542bdb05bc4250839fdb7b30eb11a2ab20b290))
* **datastore:** cluster replay store ([c0347aa](https://github.com/ulixee/platform/commit/c0347aa4a81c31ac2f80f507cc7a048a360c3561))
* **datastore:** configure storage endpoint ([0fca691](https://github.com/ulixee/platform/commit/0fca6913eb63335c055e5b4c88760092f9c55694))




- **datastore:** add migrations ([04542bd](https://github.com/ulixee/platform/commit/04542bdb05bc4250839fdb7b30eb11a2ab20b290))
- **datastore:** cluster replay store ([c0347aa](https://github.com/ulixee/platform/commit/c0347aa4a81c31ac2f80f507cc7a048a360c3561))
- **datastore:** configure storage endpoint ([0fca691](https://github.com/ulixee/platform/commit/0fca6913eb63335c055e5b4c88760092f9c55694))

# [2.0.0-alpha.21](https://github.com/ulixee/platform/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2023-04-24)

**Note:** Version bump only for package @ulixee/client





# [2.0.0-alpha.20](https://github.com/ulixee/platform/compare/v2.0.0-alpha.19...v2.0.0-alpha.20) (2023-04-20)


### Bug Fixes

* **datastore:** failing tests ([8e3f881](https://github.com/ulixee/platform/commit/8e3f881876a59c2b241806c04260d73e03d37617))

- **datastore:** failing tests ([8e3f881](https://github.com/ulixee/platform/commit/8e3f881876a59c2b241806c04260d73e03d37617))

### chore

* rename miner to cloud node ([a3c949e](https://github.com/ulixee/platform/commit/a3c949e4af806cc6a4acdd4b4b04305946add19b))

- rename miner to cloud node ([a3c949e](https://github.com/ulixee/platform/commit/a3c949e4af806cc6a4acdd4b4b04305946add19b))

### Features

* **datastore:** simplify query to live in main ([b7dd56a](https://github.com/ulixee/platform/commit/b7dd56a69fdcdbb51170758c06b6d23cbd9e0585))
* **desktop:** getting started guide ([1e3fd87](https://github.com/ulixee/platform/commit/1e3fd87973807e8862a5696421aa768a6cd02bb6))

- **datastore:** simplify query to live in main ([b7dd56a](https://github.com/ulixee/platform/commit/b7dd56a69fdcdbb51170758c06b6d23cbd9e0585))
- **desktop:** getting started guide ([1e3fd87](https://github.com/ulixee/platform/commit/1e3fd87973807e8862a5696421aa768a6cd02bb6))

### BREAKING CHANGES

* @ulixee/miner package is now @ulixee/cloud.
You must import {CloudNode} from @ulixee/cloud and use in place of Miner.




- @ulixee/miner package is now @ulixee/cloud.
You must import {CloudNode} from @ulixee/cloud and use in place of Miner.

# [2.0.0-alpha.19](https://github.com/ulixee/platform/compare/v2.0.0-alpha.17...v2.0.0-alpha.19) (2023-02-25)


### Bug Fixes

* **datastore:** windows tests failing moving files ([deea344](https://github.com/ulixee/platform/commit/deea344e697160d8bb4e17802b166e6778a7095d))

- **datastore:** windows tests failing moving files ([deea344](https://github.com/ulixee/platform/commit/deea344e697160d8bb4e17802b166e6778a7095d))

### Features

* added @ulixee/client package ([c71cc8b](https://github.com/ulixee/platform/commit/c71cc8bd99ea1777ad096a0fa9d960782dfdeb7d))
* added sub-Clients like ForDatastore, ForTable, etc + several fixes ([e3d2323](https://github.com/ulixee/platform/commit/e3d23237febf7adfc93da68979a55dd50611d104))
* **client:** add connection to core option ([46d35a9](https://github.com/ulixee/platform/commit/46d35a9d13d27f05cbb59ee2686f52f926a71eb8))
* **client:** add type checking to local ctor ([a44549b](https://github.com/ulixee/platform/commit/a44549bce2dafe0575d74b0340896c157a78b02f))
* docpage credits + @ulixee/client package ([21c0175](https://github.com/ulixee/platform/commit/21c0175c41991a4d89e4f625e10df19cc35be8ec))
- added @ulixee/client package ([c71cc8b](https://github.com/ulixee/platform/commit/c71cc8bd99ea1777ad096a0fa9d960782dfdeb7d))
- added sub-Clients like ForDatastore, ForTable, etc + several fixes ([e3d2323](https://github.com/ulixee/platform/commit/e3d23237febf7adfc93da68979a55dd50611d104))
- **client:** add connection to core option ([46d35a9](https://github.com/ulixee/platform/commit/46d35a9d13d27f05cbb59ee2686f52f926a71eb8))
- **client:** add type checking to local ctor ([a44549b](https://github.com/ulixee/platform/commit/a44549bce2dafe0575d74b0340896c157a78b02f))
- docpage credits + @ulixee/client package ([21c0175](https://github.com/ulixee/platform/commit/21c0175c41991a4d89e4f625e10df19cc35be8ec))
Loading