pulumi/pkg/resource
Matthew Riley bdb3e98aa0 Use an even more reasonable modtime in ZIP entries
The ZIP format started with MS-DOS dates, which start in 1980. Other dates
have been layered on, but the ZIP file handler used by Azure websites still
relies on the MS-DOS dates.

Using the Unix epoch here (1970) results in ZIP entries that (e.g.)
OSX `unzip` sees as 12-31-1969 (timezones) but Azure websites sees as
01/01/2098.
2018-06-11 19:36:04 -07:00
..
config Add license headers 2018-05-22 15:02:47 -07:00
deploy Delete Before Create (#1365) 2018-05-23 14:43:17 -07:00
graph Delete Before Create (#1365) 2018-05-23 14:43:17 -07:00
plugin Improve the error message when data source invocations fail (#1472) 2018-06-07 11:21:38 -07:00
provider Add license headers 2018-05-22 15:02:47 -07:00
stack Fail fast when attempting to load a too-new or too-old deployment (#1382) 2018-05-25 13:29:59 -07:00
testdata Fix asset bugs; write more tests 2017-10-24 09:00:11 -07:00
asset.go Use an even more reasonable modtime in ZIP entries 2018-06-11 19:36:04 -07:00
asset_test.go Add license headers 2018-05-22 15:02:47 -07:00
errors.go Add license headers 2018-05-22 15:02:47 -07:00
properties.go Support Pulumi programs written in Go 2018-06-08 10:36:10 -07:00
properties_diff.go Add license headers 2018-05-22 15:02:47 -07:00
properties_diff_test.go Add license headers 2018-05-22 15:02:47 -07:00
properties_test.go Add license headers 2018-05-22 15:02:47 -07:00
resource_goal.go Add license headers 2018-05-22 15:02:47 -07:00
resource_id.go Add license headers 2018-05-22 15:02:47 -07:00
resource_id_test.go Add license headers 2018-05-22 15:02:47 -07:00
resource_state.go Add license headers 2018-05-22 15:02:47 -07:00
stack.go Add license headers 2018-05-22 15:02:47 -07:00
status.go Add license headers 2018-05-22 15:02:47 -07:00
urn.go Add license headers 2018-05-22 15:02:47 -07:00
urn_test.go Add license headers 2018-05-22 15:02:47 -07:00