From 84e87c0c410da3c4bd574859626c14b0e371c40e Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Fri, 1 Apr 2016 20:01:17 +0100 Subject: [PATCH 1/7] Changed anonymous merge to reassign --- providers/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/install.rb b/providers/install.rb index 0c67916..374db53 100644 --- a/providers/install.rb +++ b/providers/install.rb @@ -104,7 +104,7 @@ end tmp_dir_props['wrapper.app.parameter.2'] = "#{server_url}/agentServer/" - tmp_dir_props.merge(new_resource.wrapper_conf_properties) + tmp_dir_props.merge!(new_resource.wrapper_conf_properties) wrapper_path = "#{home_directory}/conf/wrapper.conf" tmp_dir_props.each do |key, value| augeas_props << "set /files#{wrapper_path}/#{key} #{value}" From 0400b57170eef736b287faae218f00f34e31f86a Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Mon, 4 Apr 2016 10:13:51 +0100 Subject: [PATCH 2/7] Version bump --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 7c78f1b..ede4d82 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures a bamboo agent' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.7.0' +version '0.7.1' supports 'ubuntu' supports 'debian', '>= 7.0' From 050eb28fdb87f79e281fd8ade6f5aabf12cc1efe Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Mon, 4 Apr 2016 10:34:28 +0100 Subject: [PATCH 3/7] Ignore use_inline_resources in foodcritic FC059 --- .foodcritic | 1 + metadata.rb | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .foodcritic diff --git a/.foodcritic b/.foodcritic new file mode 100644 index 0000000..7587ec8 --- /dev/null +++ b/.foodcritic @@ -0,0 +1 @@ +~FC059 \ No newline at end of file diff --git a/metadata.rb b/metadata.rb index ede4d82..33a4e47 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,6 +5,8 @@ description 'Installs/Configures a bamboo agent' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '0.7.1' +issues_url 'https://github.com/Numergy/bamboo-agent-cookbook/issues' +source_url 'https://github.com/Numergy/bamboo-agent-cookbook' supports 'ubuntu' supports 'debian', '>= 7.0' From b87914cb1150ded73b3cd2f92b57199aaa3618b8 Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Sun, 10 Apr 2016 23:37:57 +0100 Subject: [PATCH 4/7] Revert "Ignore use_inline_resources in foodcritic FC059" This reverts commit 050eb28fdb87f79e281fd8ade6f5aabf12cc1efe. --- .foodcritic | 1 - metadata.rb | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 .foodcritic diff --git a/.foodcritic b/.foodcritic deleted file mode 100644 index 7587ec8..0000000 --- a/.foodcritic +++ /dev/null @@ -1 +0,0 @@ -~FC059 \ No newline at end of file diff --git a/metadata.rb b/metadata.rb index 33a4e47..ede4d82 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,8 +5,6 @@ description 'Installs/Configures a bamboo agent' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '0.7.1' -issues_url 'https://github.com/Numergy/bamboo-agent-cookbook/issues' -source_url 'https://github.com/Numergy/bamboo-agent-cookbook' supports 'ubuntu' supports 'debian', '>= 7.0' From eaa7b8ea7a6527da5df71a60fa39ed346106901f Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Sun, 10 Apr 2016 23:38:21 +0100 Subject: [PATCH 5/7] Revert "Version bump" This reverts commit 0400b57170eef736b287faae218f00f34e31f86a. --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index ede4d82..7c78f1b 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures a bamboo agent' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.7.1' +version '0.7.0' supports 'ubuntu' supports 'debian', '>= 7.0' From 1d5bade717b69e28f4616e5e8948ccf9347adcbf Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Thu, 5 Jul 2018 13:44:44 +0100 Subject: [PATCH 6/7] Added contributing file --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..9b12b3a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +# Contributors + +Anyone is free to contribute to this cookbook. + +Please make sure to do the following: + +- Clone it +- Branch it +- Test it +- Push it +- PR it + From aebbc1e1dd2bcec759320149c9198e6b48860900 Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Thu, 5 Jul 2018 13:45:56 +0100 Subject: [PATCH 7/7] Added contributing file --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b12b3a..4c0b48b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,3 +10,4 @@ Please make sure to do the following: - Push it - PR it +- Eric