avst-wizard 0.0.30 → 0.0.31

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2b9dd522f2d1f6fb82853773a7daf6315917d597
4
- data.tar.gz: c989cc58bb94f2e37104ec401c057ebd46bfcb05
2
+ SHA256:
3
+ metadata.gz: 324027e9b174c3858894839485b29aa6a325fee397b095ab63a4ce3e4a83cdbf
4
+ data.tar.gz: 18500f75f9bf8614186cffbfa1f3d19e32e8e9264def66808e851094f28ef936
5
5
  SHA512:
6
- metadata.gz: a672bd58598e8a1b9672852720e278acf79dd38145befedf39ef27a85f5187a60ea87cd4ffc40fd00f24ccfff94bc1dbf286673d934613e059e67148114b3845
7
- data.tar.gz: fe44dbefab728a45f16cbb1a20136ea777df52b951ce2982e17d6f8611dd40c69b1897504dc786fe9a1d3399f708de84e8590558d1d2a839b30be018d13c184c
6
+ metadata.gz: aeefaf7ceb3fb2808aa815eb1e2f509fd5ec4c7cd3b6f74e191fb4e2695198e5ea78831ec2c65bf638bc169972aefd86aa07329f80be6333882ffe0e0f44fd72
7
+ data.tar.gz: 1e2a49c2057e9bd054ecf37cfa6925116a0c3ce105c35987e23a80d4b9705f66e46e97be3bcabd1be286af8354e32051aca6e9341fc03b0a25045f4f0242e659
data/README.md CHANGED
@@ -117,7 +117,7 @@ Tested with versions:
117
117
 
118
118
  - fisheye/cru - 3.4.3, 3.6.2
119
119
  - crowd - 2.7.2, 2.6.4, 2.8.0, 2.8.3
120
- - confl - 5.6.3, 5.2.5, 5.3.1, 5.8.10, 5.7.3
120
+ - confl - 5.6.3, 5.2.5, 5.3.1, 5.8.10, 5.7.3, 6.6.0
121
121
  - bamboo - 5.7.1, 5.6.0, 5.9.4
122
122
  - jira - 6.3.6, 6.2.7, 6.4.11, 7.0.9, 7.1.7
123
123
  - bitbucket - 2.0.3, 3.6.0, 4.8.0
data/avst-wizard.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "avst-wizard"
7
- spec.version = '0.0.30'
7
+ spec.version = '0.0.31'
8
8
  spec.authors = ["Martin Brehovsky"]
9
9
  spec.email = ["mbrehovsky@adaptavist.com"]
10
10
  spec.summary = %q{Avstwizard}
@@ -0,0 +1,72 @@
1
+ ---
2
+
3
+ required_config:
4
+ '/setup/setuplicense.action':
5
+ licenseString: "license"
6
+ '/setup/setupdbchoice-start.action':
7
+ dbConfigInfo.databaseUrl: "database_url"
8
+ dbConfigInfo.userName: "database_user"
9
+ dbConfigInfo.password: "database_pass"
10
+ '/setup/setupadministrator-start.action':
11
+ username: "admin_user"
12
+ fullName: "admin_full_name"
13
+ email: "admin_email"
14
+ password: "admin_pass"
15
+
16
+ stages:
17
+ '/setup/setupstart.action':
18
+ post_url: 'setup/dosetupstart.action'
19
+ values:
20
+ setupType: "custom"
21
+ setup-next-button: "Next"
22
+ '/setup/selectbundle.action':
23
+ post_url: 'setup/doselectbundle.action'
24
+ values:
25
+ pluginKeys: ""
26
+ setup-next-button: "Next"
27
+ '/setup/setuplicense.action':
28
+ post_url: 'setup/dosetuplicense.action'
29
+ values:
30
+ selectedPluginKeys: ""
31
+ confLicenseString: "%{license}"
32
+ setupTypeCustom: "Next"
33
+ '/setup/setupdbchoice-start.action':
34
+ post_url: 'setup/setupdbtype.action'
35
+ values:
36
+ dbConfigInfo.databaseType: "%{database_type}"
37
+ dbConfigInfo.simple: "false"
38
+ dbConfigInfo.hostname:
39
+ dbConfigInfo.port:
40
+ dbConfigInfo.databaseName:
41
+ dbConfigInfo.serviceName:
42
+ dbConfigInfo.databaseUrl: "%{database_url}"
43
+ dbConfigInfo.userName: "%{database_user}"
44
+ dbConfigInfo.password: "%{database_pass}"
45
+ database:
46
+ '/setup/setupdata-start.action':
47
+ post_url: 'setup/setupdata.action'
48
+ values:
49
+ dbchoiceSelect: "Empty Site"
50
+ contentChoice: "blank"
51
+ '/setup/setupusermanagementchoice-start.action':
52
+ post_url: 'setup/setupusermanagementchoice.action'
53
+ values:
54
+ userManagementChoice: "internal"
55
+ internal: "Manage users and groups within Confluence"
56
+ '/setup/setupadministrator-start.action':
57
+ post_url: 'setup/setupadministrator.action'
58
+ values:
59
+ username: "%{admin_user}"
60
+ fullName: "%{admin_full_name}"
61
+ email: "%{admin_email}"
62
+ password: "%{admin_pass}"
63
+ confirm: "%{admin_pass}"
64
+ setup-next-button: "Next"
65
+ '/setup/finishsetup.action':
66
+ final: true
67
+ '/dashboard.action':
68
+ final: true
69
+ '/welcome.action':
70
+ final: true
71
+ '/login.action':
72
+ final: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avst-wizard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.30
4
+ version: 0.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Brehovsky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-03 00:00:00.000000000 Z
11
+ date: 2018-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -138,6 +138,7 @@ files:
138
138
  - config/hiera/confluence/5.7.3/default.yaml
139
139
  - config/hiera/confluence/5.7.4/default.yaml
140
140
  - config/hiera/confluence/5.7/default.yaml
141
+ - config/hiera/confluence/6.6.0/default.yaml
141
142
  - config/hiera/confluence/default.yaml
142
143
  - config/hiera/confluence/test.yaml
143
144
  - config/hiera/crowd/default.yaml
@@ -173,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
174
  version: '0'
174
175
  requirements: []
175
176
  rubyforge_project:
176
- rubygems_version: 2.4.5
177
+ rubygems_version: 2.7.4
177
178
  signing_key:
178
179
  specification_version: 4
179
180
  summary: Avstwizard