Skip to content

Tags: j0yu/setup-rez

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test cases (#6)

* initial test ourselves

* Added in_container test

* New names, check Python

* don't setup python in containers

* Added comments on actions/setup-python@v2

* Updated README

* Added pythonExe option

* Actually use and check rez python

* Updated tests

* Actually test with pythonExe

v1

Toggle v1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Test cases (#6)

* initial test ourselves

* Added in_container test

* New names, check Python

* don't setup python in containers

* Added comments on actions/setup-python@v2

* Updated README

* Added pythonExe option

* Actually use and check rez python

* Updated tests

* Actually test with pythonExe

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added missing core files (#5)

* Added missing core files

* Only exclude node_modules/.bin

v1.0.4

Toggle v1.0.4's commit message
Re-install of node_modules

rm -rf ./node_modules && npm install

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump @actions/core from 1.2.2 to 1.2.6 (#4)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.2 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump node-fetch from 2.6.0 to 2.6.1 (#3)

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump @actions/http-client from 1.0.6 to 1.0.8 (#2)

Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.6 to 1.0.8.
- [Release notes](https://github.com/actions/http-client/releases)
- [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md)
- [Commits](https://github.com/actions/http-client/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initial release (#1)

* Initial README with idea

* Initial action.yml

* Initial index.js

* Updated README, added node.js paths

* Added testing CI

* Added checkout, disabled outputs

* Removed await

* Wrapped in async run

* Using our getInstallPy

* Added muchos log messages

* toString?

* backticks?

* Added typeof

* more typeof

* Fixed srcFolder

* getInstallPy thorws error

* Switched some to use core.debug

* Defined makePackagesPaths, binds. Fixed macOS

* Using comma separated instead

* Initial implementation of binds and packages_path

* Trying fs.mkdir instead

* Trying with os.EOL split

* Replacing before mkdirP

* Fixed trimRight

* Added inputs test

* Excluding mottosso master, updated versions

* WIP README update, index.js tidy

* Added notes on new pip style install fallback

* New logic for falling back to setup.py

* Renamed, using filePath variable

* Disabled most CI, added debug messages

* Fixing str/object path error

* Testing bleeding rez

* Switched to use getDirentPath

* Fixed bad var name

* Initial rezInstall env vars object

* Debugging

* New addToEnv

* Added ignore for jsdoc

* Added jsdocs CI

* Updated, fixed some documentations

* Updated README and CI

* Fixed no jekyll, bad setuptools bind

* Test bind rez and hello world

* Ready for merge and release