Skip to content

Commit

Permalink
Update GitHub issues stats
Browse files Browse the repository at this point in the history
  • Loading branch information
evanweaver committed Dec 9, 2016
1 parent af559e5 commit 1917f6e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## OpenStudio v1.14.0
###### 2016-12-09 — [Diff]( https://github.com/NREL/OpenStudio/compare/v1.13.4...v1.14.0 )

- ![Fixed:][fixed] [#1519]( https://github.com/NREL/OpenStudio/issues/1519 ), People Def can have values for multiple unit types, other loads can't
- ![Fixed:][fixed] [#2178]( https://github.com/NREL/OpenStudio/issues/2178 ), Plenum Space Type - space.spaceType.is_initialized not functioning as expected
- ![Fixed:][fixed] [#2179]( https://github.com/NREL/OpenStudio/issues/2179 ), Plenum Space Type - Odd behavior when rename space type
- ![Fixed:][fixed] [#2299]( https://github.com/NREL/OpenStudio/issues/2299 ), Issue with Zone Sensible Cooling and Heating when heating or cooling only system
- ![Fixed:][fixed] [#2370]( https://github.com/NREL/OpenStudio/issues/2370 ), Error in intersectSurfaces
- ![Fixed:][fixed] [#2372]( https://github.com/NREL/OpenStudio/issues/2372 ), Conversion issues from 1.12.0 to 1.13.0
- ![Fixed:][fixed] [#2376]( https://github.com/NREL/OpenStudio/issues/2376 ), ScheduleRuleset.remove orphans winter and summer profiles

## OpenStudio v1.13.4
###### 2016-11-10[Diff]( https://github.com/NREL/OpenStudio/compare/v1.13.3...v1.13.4 )
###### 2016-12-01[Diff]( https://github.com/NREL/OpenStudio/compare/v1.13.3...v1.13.4 )

- ![Fixed:][fixed] [#105]( https://github.com/NREL/OpenStudio/issues/105 ), Deleting Schedule Ruleset object leaves Schedule Day objects behind (Bugzilla #662)
- ![Fixed:][fixed] [#1459]( https://github.com/NREL/OpenStudio/issues/1459 ), LowTemperatureRadiant system input 'Radiant Surface Type' translates unexpected surfaces to SurfaceGroup
Expand Down
4 changes: 2 additions & 2 deletions developer/ruby/GitHubIssueStats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
require 'date'
require 'yaml'

begin_date = Time.parse('2016-11-10' + 'T06:00:00Z')
begin_date = Time.parse('2016-12-01' + 'T06:00:00Z')

end_date = Time.now
end_date = Time.parse('2016-12-01' + 'T006:00:00Z')
end_date = Time.parse('2016-12-09' + 'T006:00:00Z')

repo_owner = 'NREL'
repo = 'OpenStudio'
Expand Down

9 comments on commit 1917f6e

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.14.X-LTS (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2313 of 2510 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.14.X-LTS (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.14.X-LTS (evanweaver) - i386-Windows-7-VisualStudio-12: OK (2340 of 2510 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2309 of 2510 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.14.X-LTS (evanweaver) - Win64-Windows-7-VisualStudio-12: Tests Failed (2225 of 2510 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (evanweaver) - i386-Windows-7-VisualStudio-12: Tests Failed (2229 of 2510 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop (evanweaver) - Win64-Windows-7-VisualStudio-12: OK (2341 of 2510 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.14.X-LTS (evanweaver) - x86_64-MacOS-10.10-clang: Build Failed

Build Badge Test Badge

Please sign in to comment.