Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy never gets to automated documentantion #125

Closed
mostaphaRoudsari opened this issue Mar 18, 2019 · 1 comment
Closed

Deploy never gets to automated documentantion #125

mostaphaRoudsari opened this issue Mar 18, 2019 · 1 comment
Assignees
Labels
bug Something isn't working documentation For issues requiring changes to documentation

Comments

@mostaphaRoudsari
Copy link
Member

The semantic release publication triggers a new built and that's the end of the build!

@AntoineDao has some ideas on how this can get fixed!

@mostaphaRoudsari mostaphaRoudsari added bug Something isn't working documentation For issues requiring changes to documentation labels Mar 18, 2019
AntoineDao added a commit to AntoineDao/ladybug that referenced this issue Mar 19, 2019
Using the "pure" javascript implementation of semantic-release makes it a bit more flexible to set
up custom scripts to run at different stages of the semantic release process. The packages used as
well as scripts to run at different stages are specified in the .releaserc.json file. In this case
we use standard semantic-release and add a custom deploy script on top of the normal github release
setup. The custom deploy script is the new 'deploy.sh' file which takes the new version number as an
argument to deploy the package to PyPi and build the documentation.

ladybug-tools#125
AntoineDao added a commit to AntoineDao/ladybug that referenced this issue Mar 19, 2019
Using the "pure" javascript implementation of semantic-release makes it a bit more flexible to set
up custom scripts to run at different stages of the semantic release process. The packages used as
well as scripts to run at different stages are specified in the .releaserc.json file. In this case
we use standard semantic-release and add a custom deploy script on top of the normal github release
setup. The custom deploy script is the new 'deploy.sh' file which takes the new version number as an
argument to deploy the package to PyPi and build the documentation.

ladybug-tools#125

build(pytest): add pytest-cov deps to dev-requirements.txt
AntoineDao added a commit to AntoineDao/ladybug that referenced this issue Mar 19, 2019
Using the "pure" javascript implementation of semantic-release makes it a bit more flexible to set
up custom scripts to run at different stages of the semantic release process. The packages used as
well as scripts to run at different stages are specified in the .releaserc.json file. In this case
we use standard semantic-release and add a custom deploy script on top of the normal github release
setup. The custom deploy script is the new 'deploy.sh' file which takes the new version number as an
argument to deploy the package to PyPi and build the documentation.

ladybug-tools#125

build(pytest): add pytest-cov deps to dev-requirements.txt

build(euclid): add euclid to dev-requirements.txt
AntoineDao added a commit that referenced this issue Mar 20, 2019
Using the "pure" javascript implementation of semantic-release makes it a bit more flexible to set
up custom scripts to run at different stages of the semantic release process. The packages used as
well as scripts to run at different stages are specified in the .releaserc.json file. In this case
we use standard semantic-release and add a custom deploy script on top of the normal github release
setup. The custom deploy script is the new 'deploy.sh' file which takes the new version number as an
argument to deploy the package to PyPi and build the documentation.

#125

build(pytest): add pytest-cov deps to dev-requirements.txt

build(euclid): add euclid to dev-requirements.txt
@mostaphaRoudsari
Copy link
Member Author

The issue is still there but for a different reason: https://travis-ci.org/ladybug-tools/ladybug/jobs/508786436

We currently have a similar issue for Honeybee too.

AntoineDao added a commit to AntoineDao/ladybug that referenced this issue Mar 20, 2019
Seems it's easy enough to install node on a python image but the node image's python distro doesn't
play well with https.

ladybug-tools#125
AntoineDao added a commit to AntoineDao/ladybug that referenced this issue Mar 20, 2019
mostaphaRoudsari pushed a commit that referenced this issue Apr 28, 2019
Using the "pure" javascript implementation of semantic-release makes it a bit more flexible to set
up custom scripts to run at different stages of the semantic release process. The packages used as
well as scripts to run at different stages are specified in the .releaserc.json file. In this case
we use standard semantic-release and add a custom deploy script on top of the normal github release
setup. The custom deploy script is the new 'deploy.sh' file which takes the new version number as an
argument to deploy the package to PyPi and build the documentation.

#125

build(pytest): add pytest-cov deps to dev-requirements.txt

build(euclid): add euclid to dev-requirements.txt
mostaphaRoudsari pushed a commit that referenced this issue Apr 28, 2019
Seems it's easy enough to install node on a python image but the node image's python distro doesn't
play well with https.

#125
mostaphaRoudsari pushed a commit that referenced this issue Apr 30, 2019
* Deleted Unnecessary Code

* feat(skymodel): Added Perez Luminous Efficacy Model

This commit adds  the Perez model for luminaious efficacy of the sky, which seems to be the state-of-the-art model for deriving illuminance values from irradiance values.  More info on the model can be found in [this paper](http://www.cuepe.ch/html/biblio/pdf/perez-ineichen%201990%20-%20modelling%20daylight%20(se).pdf) and credit is due to @hansukyang for pointing me towards a Python implementation of this model.

With this commit, the Ladybug core now possesses enough climate models to make fully-simulate-able EPWs (for both daylight and energy) with only the following:
* dry bulb temperature
* dew point temperature
* atmospheric pressure
* sky cover
* wind speed
* wind direction

* Fixing docstring of luminous efficacy

* 0.3.0

Automatically generated by python-semantic-release

* fix(deploy): use javascript semantic-release package for deployment

Using the "pure" javascript implementation of semantic-release makes it a bit more flexible to set
up custom scripts to run at different stages of the semantic release process. The packages used as
well as scripts to run at different stages are specified in the .releaserc.json file. In this case
we use standard semantic-release and add a custom deploy script on top of the normal github release
setup. The custom deploy script is the new 'deploy.sh' file which takes the new version number as an
argument to deploy the package to PyPi and build the documentation.

#125

build(pytest): add pytest-cov deps to dev-requirements.txt

build(euclid): add euclid to dev-requirements.txt

* build(requirements): cleanup dev-requirements.txt and make python2 compatible

* ci(travis): use python image to deploy with semantic-release

Seems it's easy enough to install node on a python image but the node image's python distro doesn't
play well with https.

#125

* fix(deploy): fix travis file for docs deployment

#125

* Create .nojekyll

see here: https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/

* fix(init): fix isplus assignment

* Update skymodel.py

* fix(legendparam): fix import for Python 3

* fix(init): fix conflicts

not really! GitHub being crazy. there is no conflicts.

* Clean git history (#136)

* feat(skymodel): Added Perez Luminous Efficacy Model

See  5e0a32c

* fix(travis): fix travis file for docs deployment and build
mostaphaRoudsari added a commit that referenced this issue Apr 30, 2019
* feat(skymodel): Added Perez Luminous Efficacy Model

* Deleted Unnecessary Code

* feat(skymodel): Added Perez Luminous Efficacy Model

This commit adds  the Perez model for luminaious efficacy of the sky, which seems to be the state-of-the-art model for deriving illuminance values from irradiance values.  More info on the model can be found in [this paper](http://www.cuepe.ch/html/biblio/pdf/perez-ineichen%201990%20-%20modelling%20daylight%20(se).pdf) and credit is due to @hansukyang for pointing me towards a Python implementation of this model.

With this commit, the Ladybug core now possesses enough climate models to make fully-simulate-able EPWs (for both daylight and energy) with only the following:
* dry bulb temperature
* dew point temperature
* atmospheric pressure
* sky cover
* wind speed
* wind direction

* Fixing docstring of luminous efficacy

* 0.3.0

Automatically generated by python-semantic-release

* fix(deploy): use javascript semantic-release package for deployment

Using the "pure" javascript implementation of semantic-release makes it a bit more flexible to set
up custom scripts to run at different stages of the semantic release process. The packages used as
well as scripts to run at different stages are specified in the .releaserc.json file. In this case
we use standard semantic-release and add a custom deploy script on top of the normal github release
setup. The custom deploy script is the new 'deploy.sh' file which takes the new version number as an
argument to deploy the package to PyPi and build the documentation.

#125

build(pytest): add pytest-cov deps to dev-requirements.txt

build(euclid): add euclid to dev-requirements.txt

* build(requirements): cleanup dev-requirements.txt and make python2 compatible

* ci(travis): use python image to deploy with semantic-release

Seems it's easy enough to install node on a python image but the node image's python distro doesn't
play well with https.

#125

* fix(deploy): fix travis file for docs deployment

#125

* Create .nojekyll

see here: https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/

* fix(init): fix isplus assignment

* Update skymodel.py

* fix(legendparam): fix import for Python 3

* fix(init): fix conflicts

not really! GitHub being crazy. there is no conflicts.

* Clean git history (#136)

* feat(skymodel): Added Perez Luminous Efficacy Model

See  5e0a32c

* fix(travis): fix travis file for docs deployment and build

* docs(conf.py): set version to ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation For issues requiring changes to documentation
Projects
None yet
Development

No branches or pull requests

2 participants