Commit Graph
1513 Commits
Author SHA1 Message Date
Roman Kuzmin f78c56757b Update Invoke-Build v2.14.0 2015-12-26 07:22:16 +00:00
Luke Sampson 02175216de move dart-dev back to extras 2015-12-24 09:19:43 +11:00
Luke Sampson b2510478bd Merge pull request #611 from sestegra/dart
Update dart manifests
2015-12-24 08:15:32 +11:00
Stéphane Este-Gracias d74e394354 dart-dev 1.14.0-dev.5.0 2015-12-23 17:19:30 +01:00
Stéphane Este-Gracias 683fb9660e dart 1.13.1 2015-12-23 17:19:12 +01:00
Luke Sampson 0ccd2e3cbc Merge pull request #610 from thomaskonrad/master
Update to OpenSSL 1.0.2e.
2015-12-23 19:35:02 +11:00
Thomas Konrad 4f480e55e4 Update to OpenSSL 1.0.2e.
Updated the OpenSSL bucket to the current version. The old one is not available any more from the download site (it leads to an HTTP 404 error).
2015-12-23 08:59:50 +01:00
Luke Sampson b71f98e983 Merge pull request #608 from maman/patch-1
Update vagrant to 1.8.0
2015-12-23 08:42:37 +11:00
Achmad Mahardi 375a9af59b Update vagrant to 1.8.0
Vagrant has recently updated to 1.8.0: https://www.hashicorp.com/blog/vagrant-1-8.html
2015-12-23 00:50:01 +07:00
Luke Sampson 53d7050c36 temp use luke's appveyor until @deevus can fix his 2015-12-20 09:56:52 +10:00
Luke Sampson a1e4e8c7ea Merge pull request #606 from rivy/dev-up-testing-2
improve project "style contraints" testing
2015-12-20 10:11:57 +11:00
Luke Sampson dd6a692ee7 Merge pull request #604 from rivy/dev-up-testing-1
add optional "test-time" customization of AppVeyor test runner
2015-12-20 10:09:40 +11:00
Luke Sampson 5d74f39747 Merge pull request #607 from c33s/patch-1
php.json fixed version
2015-12-20 10:07:01 +11:00
Roy Ivy III b8c6787272 improve project "style contraints" testing
* more minor refactoring
2015-12-19 14:38:37 -06:00
Julian 61f88adf7e php.json fixed version 2015-12-19 21:12:04 +01:00
Roy Ivy III 8f9695b411 improve project "style contraints" testing
* includes code refactoring/improvements and improved test descriptions
2015-12-19 11:17:57 -06:00
Roy Ivy III db8054c909 add optional "test-time" customization of AppVeyor test runner
* add $env:APPVEYOR_CHOCO_PESTER_OPTIONS to the `choco` install command for the `pester`
  test runner within the "appveyor.yml" config file
* NOTE: AppVeyor testing will issue advisory note when the variable is non-NULL

* allows customization of `pester` install, eg, version pinning, without requiring any
  further, future changes to "appveyor.yml", avoiding log noise
* mitigates test failures due solely to the test runner

.# Discussion

This change was implemented in response to multiple automated test failures which
occurred due to a regression within the `pester` test runner. The change adds the ability
to specify the `pester` version (aka, "version pinning") on AppVeyor via the "test-time"
configurable environment variable, $env:APPVEYOR_CHOCO_PESTER_OPTIONS.

By using this configurability, no changes to the project code base are needed when testing
with a specific test runner version is needed, eg, when "pester@latest" is bugged. This
avoids adding commits, which are otherwise irrelevant to development, to the project
history.

To pin a specific version of `pester`, set the "APPVEYOR_CHOCO_PESTER_OPTIONS" environment
variable to "--version=M.m.b" (eg, "--version=3.3.11") via the AppVeyor project settings
web page; a NULL or missing value will cause the usual installation of "pester@latest".

Notably, this does add a semi-hidden testing dependency. But, if testing is successful for
a given setting of the environment variable (eg, empty/NULL or "--version=M.m.b"), it will
continue to succeed for tests on subsequent commits. The only caveat is that if some added
functionality of a "pester@later" version is used, the remote automated testing might fail
due to `pester` being pinned to an earlier version. Because of this, the testing code
issues an advisory notation that the test runner installation has been customized whenever
the environment variable contains a non-NULL value.
2015-12-19 10:58:57 -06:00
Luke Sampson b37bba7e53 Merge pull request #602 from berwyn/master
Upgrades Rust to 1.5.0
2015-12-18 18:42:42 +11:00
Jamison Greeley f0a723b563 Upgrades Rust to 1.5.0 2015-12-17 15:26:01 -07:00
Luke Sampson 94e2eacdcd Merge pull request #601 from mattdharmon/patch-1
Fixed 404 error on download link for php.json
2015-12-18 06:45:21 +10:00
Matthew Harmon 2bc203f626 Added the proper hash values of the download. 2015-12-17 12:14:38 -06:00
Matthew Harmon 79a06fe47e Update php.json for updated PHP 7 link.
I was getting a 404 for the 7.0.0 and found out the download repo is 7.0.1.

Link of downloads: http://windows.php.net/downloads/releases/
2015-12-17 12:08:26 -06:00
Luke Sampson 137f82131e Merge pull request #599 from Cyianor/master
R updated to 3.2.3
2015-12-16 18:42:10 +10:00
Cyianor 948b3d4abd R updated to 3.2.3 2015-12-16 09:26:27 +01:00
Luke Sampson a89051adf1 Merge pull request #596 from moigagoo/patch-18
Python updated to 3.5.1
2015-12-16 09:34:33 +10:00
Konstantin Molchanov 15477516dc Python updated to 3.5.1 2015-12-15 22:44:20 +03:00
Luke Sampson 46cb910df2 Merge pull request #595 from sestegra/patch-1
dart 1.13.0
2015-12-15 20:25:50 +10:00
Stéphane Este-Gracias e73453a6e2 dart 1.13.0 2015-12-15 11:02:14 +01:00
Luke Sampson 357a881e78 Merge pull request #592 from nightroman/master
Invoke-Build v2.13.0
2015-12-12 16:49:59 +10:00
Roman Kuzmin b313dc1def Invoke-Build v2.13.0 2015-12-12 05:58:52 +00:00
Luke Sampson cd46ddf37b Merge pull request #590 from Cyianor/master
Fixed an issue with the 32/64 bit versions of R
2015-12-10 07:44:59 +10:00
Cyianor c86cdfb03f Fixed an issue with the 32/64 bit versions of R
The R installer delivers the 32 as well as the 64 bit versions of R. I
added a pre_install to r.json to choose the correct version depending on
the user's architecture.

Additionally I added a new shim for 'rterm.exe' to have an alternative
way to start R without removing the 'r' alias in powershell.
2015-12-09 15:52:38 +01:00
Luke Sampson fce9abca1a Merge pull request #588 from Cyianor/master
Hash in r.json was out of date.
2015-12-08 07:49:54 +10:00
Cyianor 665e6edbb4 Repaired hash for R
The hash in r.json was out of date.
2015-12-07 22:00:14 +01:00
Luke Sampson 2165528bfd Merge pull request #586 from ntwb/nodejs-5-1-1
NodeJS 5.1.1
2015-12-05 10:50:51 +10:00
Stephen Edgar f43139da92 NodeJS 5.1.1 2015-12-05 11:44:22 +11:00
Luke Sampson c10a810a5a php 7.0 (fix 32-bit hash) 2015-12-04 11:45:03 +10:00
Luke Sampson 1f1625eb22 Merge pull request #584 from belisarh/patch-1
Move PHP 5.6 to new bucket
2015-12-04 09:05:38 +10:00
Luke Sampson da2668279a Merge pull request #585 from belisarh/patch-2
Upgrade to PHP 7.0
2015-12-04 09:04:27 +10:00
Belisar Hoxholli d97683e7a8 Upgrade to PHP 7.0
PHP 5.6.16 moves to php56 bucket. Upgrades default install to PHP 7.0.0
2015-12-03 21:46:50 +01:00
Belisar Hoxholli 60cdadea1e Move to bucket to php56.json
Create new bucket for PHP 5.6 at current stable version PHP 5.6.16 to upgrade PHP main bucket to PHP 7.0.0
2015-12-03 21:45:42 +01:00
Luke Sampson a521bdaad5 Merge pull request #581 from sakai135/patch-13
docker 1.9.1
2015-12-02 07:11:06 +10:00
Luke Sampson f5ee4d31c4 Merge pull request #582 from sakai135/patch-14
docker-machine 0.5.2
2015-12-02 07:10:55 +10:00
Keiichi Shimamura d02695b995 docker-machine 0.5.2 2015-12-01 16:05:35 -05:00
Keiichi Shimamura 6e0f0b5377 docker 1.9.1 2015-12-01 16:03:10 -05:00
Simon Hartcher 53076775c4 Add lua v5.1.4-50 2015-11-29 15:10:12 +11:00
Luke Sampson bbdb70300a Merge pull request #580 from rodericktech/master
PHP updated to 5.6.16
2015-11-29 12:53:34 +10:00
Michael Roderick 5eda73c422 PHP updated to 5.6.16 2015-11-28 21:49:28 -05:00
Luke Sampson 0e7937c51f add newlines 2015-11-29 09:24:15 +10:00
Luke Sampson 483136a9db Merge pull request #578 from RobBlackwell/master
Added GNU which
2015-11-29 08:52:37 +10:00