summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed ST attribute as its absense will make schtasks utility to fetch the ↵btm/msys5540aliasgar162016-12-051-1/+1
| | | | | | current time as the start time for scheduled task. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Fixed embedded Ruby code issue in source.wxs file.aliasgar162016-12-051-1/+1
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Fixed bug to handle binary paths while creating scheduled task for Chef.aliasgar162016-12-051-1/+1
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Combined source_ui.wxs into source.wxs as per the requirements of the Chef's ↵aliasgar162016-12-052-97/+88
| | | | | | build tool. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Embedded and modified WixUI_FeatureTree module in Chef's WIX config as per ↵aliasgar162016-12-053-34/+130
| | | | | | the requirement for Chef_Service_Options. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Fixed some bugs in the WIX config.aliasgar162016-12-051-9/+3
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Resolved bugs and added custom actions to remove service and sch_task, and ↵aliasgar162016-12-051-3/+31
| | | | | | also added code to handle transition scenarios between service, sch_task and none options. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Added support in WIX to install chef-client as a scheduled task.aliasgar162016-12-052-2/+26
| | | | Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com>
* Bump version of chef to 12.17.35 by Chef Versioner.v12.17.35Chef Versioner2016-12-035-10/+11
|
* Merge pull request #5603 from ttr/masterTim Smith2016-12-022-2/+2
|\ | | | | linux mount provider - skip device detection for zfs
| * linux mount spec - skip device detection for zfs (and vboxsf)Tomasz Rudzki (ttr)2016-12-011-1/+1
| | | | | | | | Signed-off-by: Tomasz Rudzki (ttr) <ttr@ttrsite.net>
| * linux mount provider - skip device detection for zfsTomasz Rudzki (ttr)2016-12-011-1/+1
| | | | | | | | Signed-off-by: Tomasz Rudzki (ttr) <ttr@ttrsite.net>
* | Bump version of chef to 12.17.34 by Chef Versioner.v12.17.34Chef Versioner2016-12-025-10/+10
| |
* | Merge pull request #5610 from chef/tduffield/use-chef-docker-imageTom Duffield2016-12-021-4/+2
|\ \ | | | | | | Use chef/chef image instead of downloading from packages.chef.io
| * | Use chef/chef image instead of downloading from packages.chef.ioTom Duffield2016-12-021-4/+2
| | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | | Bump version of chef to 12.17.33 by Chef Versioner.v12.17.33Chef Versioner2016-12-025-9/+35
| | |
* | | Merge pull request #5605 from chef/tduffield/use-modified-changelog-generatorTom Duffield2016-12-025-99/+112
|\ \ \ | |/ / |/| | Use tduffield branch of github-changelog-generator
| * | Update Inspec in kitchen-teststduffield/use-modified-changelog-generatorTom Duffield2016-12-021-39/+39
| | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
| * | Use tduffield branch of github-changelog-generatorTom Duffield2016-12-024-60/+73
|/ / | | | | | | | | | | | | | | | | | | | | | | This branch fixes a number of bugs in the changelog generator, and supports the type of behavior that we want when generating our changelog. There is a PR open against upstream (skywinder/github-changelog-generator#453) to merge this upstream. As part of this, we can now generate the changelog on every commit. Signed-off-by: Tom Duffield <tom@chef.io>
* | Bump version of chef to 12.17.32 by Chef Versioner.v12.17.32Chef Versioner2016-12-014-8/+8
| |
* | Merge pull request #5599 from shortdudey123/mount_action_unmountThom May2016-12-015-2/+21
|\ \ | | | | | | Alias unmount to umount for mount resource
| * | Alias unmount to umount for mount resourceGrant Ridder2016-11-305-2/+21
| |/ | | | | | | | | | | | | | | Allows the usage of `action :unmount` to `umount` a mount point Closes https://github.com/chef/chef/issues/5595 Signed-off-by: Grant Ridder <shortdudey123@gmail.com>
* | Bump version of chef to 12.17.31 by Chef Versioner.v12.17.31Chef Versioner2016-12-014-8/+8
| |
* | Merge pull request #5598 from chef/tm/streamline_maintainersThom May2016-12-012-60/+2
|\ \ | | | | | | Remove Maintainer subsections
| * | Remove Maintainer subsectionstm/streamline_maintainersThom May2016-11-302-60/+2
| | | | | | | | | | | | | | | | | | | | | Besides the platfrom ones, which require some touch up to the maintenance policy. Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 12.17.30 by Chef Versioner.v12.17.30Chef Versioner2016-12-014-8/+8
| | |
* | | Merge pull request #5602 from jerryaldrichiii/modify-knife-configure-messageThom May2016-12-013-4/+5
|\ \ \ | |_|/ |/| | Modify `knife configure` example `chef_server_url`
| * | Modify `knife configure` example `chef_server_url`Jerry Aldrich III2016-12-013-4/+5
|/ / | | | | | | | | | | | | A working `knife.rb` needs `chef_server_url` to contain `organizations` in it's url. Signed-off-by: Jerry Aldrich III <jerry@chef.io>
* | Bump version of chef to 12.17.29 by Chef Versioner.v12.17.29Chef Versioner2016-11-304-8/+8
| |
* | Merge pull request #5591 from jugatsu/masterThom May2016-11-301-1/+1
|\ \ | | | | | | Support for running cab_package on non-English system locales
| * \ Merge pull request #1 from jugatsu/cab-dism-englishjugatsu2016-11-291-1/+1
| |\ \ | | | | | | | | Add support to cab_package for non-English system locales
| | * | Add support to cab_package for non-English system localesjugatsu2016-11-291-1/+1
| |/ / | | | | | | | | | | | | | | | When using cap_package on Windows with non-English system locales, such as Russian, chef-client throws up an error: undefined method `[]' for nil:NilClass The reason is that dism.exe output is in russian language and therefore cannot be parsed. This PR ensures that output of dism.exe will be always in English.
* | | Bump version of chef to 12.17.28 by Chef Versioner.v12.17.28Chef Versioner2016-11-294-8/+8
| | |
* | | Merge pull request #5572 from jeunito/5436_multiple_deletefLamont Granquist2016-11-295-25/+55
|\ \ \ | |/ / |/| | Add ability to pass multiple nodes to knife node/client delete
| * | remove trailing whitespaceJose Asuncion2016-11-291-1/+1
| | | | | | | | | | | | Signed-off-by: Jose Asuncion <jose.asuncion@gmail.com>
| * | update banners to reflect usageJose Asuncion2016-11-292-2/+2
| | | | | | | | | | | | Signed-off-by: Jose Asuncion <jose.asuncion@gmail.com>
| * | extract delete steps to its own methodJose Asuncion2016-11-291-9/+12
| | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | Fix style issuesJose Asuncion2016-11-292-2/+2
| | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | add multiple node deleteJose Asuncion2016-11-292-16/+25
| | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
| * | knife client delete should delete multiple nodesJose Asuncion2016-11-293-11/+29
| | | | | | | | | | | | Signed-off-by: Jose Asuncion <jeunito@gmail.com>
* | | Bump version of chef to 12.17.27 by Chef Versioner.v12.17.27Chef Versioner2016-11-284-8/+8
| | |
* | | Merge pull request #5590 from chef/adamleff/use-chef-jsoncompatThom May2016-11-282-3/+2
|\ \ \ | | | | | | | | Update Data Collector to use Chef::JSONCompat
| * | | Update Data Collector to use Chef::JSONCompatAdam Leff2016-11-282-3/+2
|/ / / | | | | | | | | | | | | | | | | | | Data Collector uses the json gem to read/write the metadata file in the file cache. Let's change that to use Chef::JSONCompat instead. Signed-off-by: Adam Leff <adam@leff.co>
* | | Bump version of chef to 12.17.26 by Chef Versioner.v12.17.26Chef Versioner2016-11-284-8/+8
| | |
* | | Merge pull request #5545 from chef/tduffield/add-dockerfileTom Duffield2016-11-281-0/+11
|\ \ \ | |/ / |/| | Add Dockerfile to root
| * | Use rpm2cpio and busybox to build Docker imagetduffield/add-dockerfileTom Duffield2016-11-181-5/+3
| | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
| * | Use centos:5 for DockerfileTom Duffield2016-11-171-9/+8
| | | | | | | | | | | | | | | | | | | | | Install on centos:5 (the oldest glibc) and expose /opt/chef so that it can be mounted into other containers. Signed-off-by: Tom Duffield <tom@chef.io>
| * | Add Dockerfile to rootTom Duffield2016-11-151-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This Dockerfile will allow individuals, who wish to, to build Docker images containing the latest Chef Client. Specifically, it can be used inside testing frameworks like kitchen-dokken. This Dockerfile will be used by internal Chef release engineering to automatically post Docker images to the Docker Hub as part of our standard artifact promotion pipeline. Signed-off-by: Tom Duffield <tom@chef.io>
* | | Bump version of chef to 12.17.25 by Chef Versioner.v12.17.25Chef Versioner2016-11-234-8/+8
| | |
* | | Merge pull request #5502 from ↵Bryan McLellan2016-11-232-6/+80
|\ \ \ | | | | | | | | | | | | | | | | MsysTechnologiesllc/dheeraj/configurable_log_details Knife Bootstrap: Passing config_log_level and config_log_location from config.rb