urbanopt-geojson 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f96bc006a313e94d99f7a2c1e42abd9584783e4f48bcdd87b19dcc522e5d067d
4
- data.tar.gz: 30dfa492e5146680b0b0c415b1a30d7fba855915ab3017eb2f8ad96c90e9123c
3
+ metadata.gz: 2547449dedf14b525ac23dd243c71a7b4e139ddce51ba4e84472cbec330fbc68
4
+ data.tar.gz: cc2971734955eb04ce013a1d7a12ecdb9cbe249bb8466ba1edc6131b44c468da
5
5
  SHA512:
6
- metadata.gz: 28e241fa1db11a655ee6f428870a128449aba7a155f484b0281b6146e6653c3132abb4a056e4bacb490c362de763421248ae000db29f1ef9f6d529c337573772
7
- data.tar.gz: 437fb1af28c87bc15af741cdfb93911403276d2d55cfea88ce9e184c6174a7e9002bc9695bed2ed0e97b0ca564e42edc2f0f0d5bbaecdebfbad01e05d98084b3
6
+ metadata.gz: 88eb991e3efff0a5ec2396ad86a0c93db9d3993783dfd99d3496106118561b24396848a10df5592ac79837c7f35bebaed2d2facba670cdfc2e544cbfdf378ccb
7
+ data.tar.gz: 22bbfdebc96a575126c6f178209acb67d2a65bc776401c32f5ccc4e8d2fe4151f0a6d74b8470b3dd7b40bc41fe8076403d7f805ddc892875d6f032586fff8fb2
@@ -1,4 +1,4 @@
1
- name: nightly_build
1
+ name: Geojson-gem CI
2
2
 
3
3
  on:
4
4
  # push:
@@ -6,6 +6,8 @@ on:
6
6
  # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
7
7
  # 5 am UTC (11pm MDT the day before) every weekday night in MDT
8
8
  - cron: '21 5 * * 2-6'
9
+ pull_request:
10
+ types: [review_requested]
9
11
 
10
12
  env:
11
13
  # This env var should enforce develop branch of all dependencies
@@ -16,9 +18,13 @@ jobs:
16
18
  weeknight-tests:
17
19
  runs-on: ubuntu-latest
18
20
  container:
19
- image: docker://nrel/openstudio:3.6.1
21
+ image: docker://nrel/openstudio:3.7.0
20
22
  steps:
21
- - uses: actions/checkout@v3
23
+ - uses: actions/checkout@v4
24
+ - name: set git config options
25
+ shell: bash
26
+ run: |
27
+ git config --global --add safe.directory '*'
22
28
  - name: Update gems
23
29
  run: |
24
30
  ruby --version
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # URBANopt GeoJSON Gem
2
2
 
3
+ ## Version 0.11.0
4
+ Date Range: 7/19/23 - 01/09/24
5
+
6
+ * Remove jenkins by @vtnate in https://github.com/urbanopt/urbanopt-geojson-gem/pull/260
7
+ * also run CI when a PR gets a review request by @vtnate in https://github.com/urbanopt/urbanopt-geojson-gem/pull/263
8
+ * modify connectors and junctions schema by @tanushree04 in https://github.com/urbanopt/urbanopt-geojson-gem/pull/261
9
+ * More tests by @vtnate in https://github.com/urbanopt/urbanopt-geojson-gem/pull/248
10
+ * this fixes a test that didn't get merged properly in the tests PR by @vtnate in https://github.com/urbanopt/urbanopt-geojson-gem/pull/264
11
+ * Support OpenStudio 3.7 by @vtnate in https://github.com/urbanopt/urbanopt-geojson-gem/pull/265
12
+
13
+
14
+ **Full Changelog**: https://github.com/urbanopt/urbanopt-geojson-gem/compare/v0.10.0...v0.11.0
15
+
3
16
  ## Version 0.10.0
4
17
  Date Range: 12/5/22 - 7/19/23
5
18
 
data/CONTRIBUTING.md CHANGED
@@ -8,7 +8,7 @@ The contribution process for URBANopt is composed of three steps:
8
8
 
9
9
  ## 1. Send consent email
10
10
 
11
- In order for us to distribute your code as part of URBANopt under the URBANopt SDK [license](https://github.com/urbanopt/urbanopt-scenario-gem/blob/develop/LICENSE.md), we’ll need your consent. An email acknowledging your understanding of these terms and agreeing to them is all that will be asked of any contributor. Send an email to the URBANopt project manager ([see below](#documentation) for the address) including the following text and a list of co-contributors (if any):
11
+ In order for us to distribute your code as part of URBANopt under the URBANopt SDK [license](https://github.com/urbanopt/urbanopt-geojson-gem/blob/develop/LICENSE.md), we’ll need your consent. An email acknowledging your understanding of these terms and agreeing to them is all that will be asked of any contributor. Send an email to the URBANopt project manager ([see below](#documentation) for the address) including the following text and a list of co-contributors (if any):
12
12
 
13
13
  *I agree to contribute to the URBANopt SDK. I agree to the following terms and conditions for my contributions: First, I agree that I am licensing the copyright to my contributions under the terms of the current URBANopt SDK license. Second, I hereby grant to Alliance for Sustainable Energy, LLC, to any successor manager and distributor of URBANopt SDK appointed by the U.S. Department of Energy, and to all recipients of a version of URBANopt SDK that includes my contributions, a non-exclusive, worldwide, royalty-free, irrevocable patent license under any patent claims owned by me, or owned by my employer and known to me, that are or will be,necessarily infringed upon by my contributions alone, or by combination of my contributions with the version of URBANopt SDK to which they are contributed, to make, have made, use, offer to sell, sell, import, and otherwise transfer any version of URBANopt SDK that includes my contributions, in source code and object code form. Third, I represent and warrant that I am authorized to make the contributions and grant the foregoing license(s). Additionally, if, to my knowledge, my employer has rights to intellectual property that covers my contributions, I represent and warrant that I have received permission to make these contributions and grant the foregoing license(s) on behalf of my employer.*
14
14
 
@@ -16,7 +16,7 @@ Once we have your consent on file, you’ll only need to redo it if conditions c
16
16
 
17
17
  ## 2. Scope agreement and timeline commitment
18
18
 
19
- If your contribution is small (e.g. a bug fix), simply submit your contribution via GitHub. If you find a bug, first make sure it is not an already known issue, then report it in the GitHub [issue tracker](https://github.com/urbanopt/urbanopt-scenario-gem/issues) for this repository. If your contribution is larger (e.g. a new feature or new functionality/capability), we’ll need to evaluate your proposed contribution first. We may ask you to revise your materials and make changes to it, which we will then re-review.
19
+ If your contribution is small (e.g. a bug fix), simply submit your contribution via GitHub. If you find a bug, first make sure it is not an already known issue, then report it in the GitHub [issue tracker](https://github.com/urbanopt/urbanopt-geojson-gem/issues) for this repository. If your contribution is larger (e.g. a new feature or new functionality/capability), we’ll need to evaluate your proposed contribution first. We may ask you to revise your materials and make changes to it, which we will then re-review.
20
20
 
21
21
  ## 3. Technical contribution process
22
22
 
data/Gemfile CHANGED
@@ -22,8 +22,8 @@ gem 'parser', '3.2.2.2'
22
22
  # gem 'openstudio-extension', github: 'NREL/openstudio-extension-gem', branch: 'develop'
23
23
  # end
24
24
 
25
- # if allow_local && File.exist?('../urbanopt-core-gem')
26
- # gem 'urbanopt-core', path: '../urbanopt-core-gem'
27
- # elsif allow_local
28
- # gem 'urbanopt-core', github: 'URBANopt/urbanopt-core-gem', branch: 'develop'
29
- # end
25
+ if allow_local && File.exist?('../urbanopt-core-gem')
26
+ gem 'urbanopt-core', path: '../urbanopt-core-gem'
27
+ elsif allow_local
28
+ gem 'urbanopt-core', github: 'URBANopt/urbanopt-core-gem', branch: 'develop'
29
+ end
@@ -1,4 +1,4 @@
1
- URBANopt (tm), Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other
1
+ URBANopt (tm), Copyright (c) 2019-2024, Alliance for Sustainable Energy, LLC, and other
2
2
  contributors. All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without modification,