-
Notifications
You must be signed in to change notification settings - Fork 1
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
Prep v0.7.0 #37
Merged
Prep v0.7.0 #37
Changes from 75 commits
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
5d42ce1
updating dependencies for OpenStudio 3.3
kflemin 2238a0e
cleanup gemfile
kflemin 3ebaf63
add certtified gem
kflemin f4cc288
fix field in test json file
kflemin 82b6f2f
Merge pull request #19 from urbanopt/OS_3.3
kflemin 1868d8b
update copyright date
vtnate fcab1ab
Merge pull request #20 from urbanopt/update-copyrights
vtnate 9b1b6e1
update changelog and run rubocop
kflemin 47d556b
fix tests
kflemin 71b09bb
Merge pull request #25 from urbanopt/test-against-3.4.0
kflemin 089e0f0
prep0.3.0
kflemin 3cc137a
Merge pull request #26 from urbanopt/OS-3.4.0
kflemin 24966b8
first version URBANopt RNM-US validation module
cmateo1upco ef5b7d0
small changes for new RNM-US v2 API
kflemin bf5518c
(most) small changes accepted and tested with new RNM-US version
cmateo1upco fe9b483
v2 changes
kflemin bf80a9e
remove puts
kflemin 8d9f083
update changelog
kflemin eae191c
Merge pull request #27 from urbanopt/develop_iit
kflemin d792174
validation module complete functionality D6.13
cmateo1upco b924689
Merge remote-tracking branch 'origin/develop' into develop_iit
cmateo1upco 164e970
complete version bug fixes numerical IDs D6.13
cmateo1upco 11d9ed0
cleanup and comment out error-causing calls on mac
kflemin b7a1823
adding rake task to test CLI functionality
kflemin f1f2a1a
restore functionality for non-mac users
kflemin cd47bff
Plotting the figure that holds the process at the very end of the val…
cmateo1upco f6f7400
Timestamp included in gem, RNM-US, validation module
cmateo1upco 6c74858
Merge pull request #28 from urbanopt/develop_iit
kflemin 77d468b
update gemfile for os 3.5
kflemin 4419d82
temporarily commenting gemspec
kflemin 89cf785
prep release
kflemin c312e25
small fixes
kflemin 9f6a121
update dependencies
kflemin 4cfb161
Merge pull request #29 from urbanopt/prep-release
kflemin af4e703
add coverage to test suite
vtnate d7a3fb0
add simplecov dev dependencies
vtnate dc74eae
add gha config file
vtnate e95adc9
update artifact path for saving ci results on failure
vtnate c63d45c
add coverage badge to readme
vtnate aa8b73e
rename gha file to ci
vtnate 1f8d6ed
put gha on schedule, not on push
vtnate aa74f64
Merge pull request #30 from urbanopt/gha
kflemin 9ac2afc
fix for courtyard buildings
kflemin 44da613
cleanup comments
kflemin 123a87c
bump version 0.5.1
kflemin 4b03002
Merge pull request #32 from urbanopt/courtyard-building-fix
kflemin 8b80121
bump version to 0.6.0
vtnate e91c438
point to geojson-gem branch os361
vtnate 454731b
fix dependencies
kflemin ecdb938
temporary ci change for testing
vtnate ba1aeb5
try renaming ci file and use released version of coveralls
vtnate 074212f
oops, actually rename the gha ci config file
vtnate 9d4fe74
update license and references to it
vtnate bc8b7f8
remove unnecessary rubocop dev dependency
vtnate 86db123
update changelog
vtnate bb92727
revert to scheduled CI after testing
vtnate 511c869
point to new core-gem branch
vtnate 5ef7d2e
update dependencies
kflemin c18575f
Merge pull request #33 from urbanopt/os361
kflemin 5f1d5e9
comment
kflemin 2623182
remove Jenkinsfile
vtnate f544a3f
Merge pull request #34 from urbanopt/remove-jenkins
vtnate 80fd6d8
also run CI when a PR gets a review request
vtnate a8b8fdb
Merge pull request #35 from urbanopt/ci-tweaks
vtnate be9892f
add build status badge from github actions
vtnate 5463e72
rename CI workflow in GHA config for more informative badges
vtnate 1a4ba96
update build status badge in readme
vtnate bcad08a
bump version to 0.7.0
vtnate be2fea8
update CI to use OS3.7
vtnate 3ab1625
use appropriate dependency versions
vtnate fb3355a
clean up markdown table formatting
vtnate 38cd95e
use released version of geojson-gem
vtnate 36c28b0
Merge pull request #36 from urbanopt/os37
vtnate e82b618
Update CHANGELOG.md for v0.7.0
vtnate abac38a
use 0.11.1 of geojson-gem to fix my potential bug
vtnate b7c03f0
Update copyright date in LICENSE.md
vtnate File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
name: RNM-gem CI | ||
|
||
on: | ||
# push: | ||
schedule: | ||
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule | ||
# 5:23 am UTC (11:23pm MDT the day before) every weekday night in MDT | ||
- cron: '23 5 * * 2-6' | ||
pull_request: | ||
types: [review_requested] | ||
|
||
env: | ||
# This env var should enforce develop branch of all dependencies | ||
FAVOR_LOCAL_GEMS: true | ||
GEM_DEVELOPER_KEY: ${{ secrets.GEM_DEVELOPER_KEY }} | ||
|
||
jobs: | ||
weeknight-tests: | ||
runs-on: ubuntu-latest | ||
container: | ||
image: docker://nrel/openstudio:3.7.0 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: set git config options | ||
shell: bash | ||
run: | | ||
git config --global --add safe.directory '*' | ||
- name: Update gems | ||
run: | | ||
ruby --version | ||
bundle update | ||
bundle exec certified-update | ||
- name: Run Rspec | ||
run: bundle exec rspec | ||
- name: Upload artifacts | ||
uses: actions/upload-artifact@v4 | ||
# Only upload if rspec fails | ||
if: ${{ failure() }} | ||
with: | ||
name: rspec_results | ||
path: | | ||
spec/test*/** | ||
# coverage/ | ||
retention-days: 7 # save for 1 week before deleting | ||
# coveralls action docs: https://github.com/marketplace/actions/coveralls-github-action | ||
- name: Coveralls GitHub Action | ||
uses: coverallsapp/github-action@v2 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
path-to-lcov: "./coverage/lcov/urbanopt-rnm-us-gem.lcov" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update to 2024?