-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCHANGELOG
234 lines (170 loc) · 9.39 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
2014-10-30 System Administrator <[email protected]>
* 2.2.0.161: removed DEBUG parameter
2014-10-30 System Administrator <[email protected]>
* 2.2.0.160: Added a procedure to help debug postp
2014-09-29 System Administrator <[email protected]>
* 2.1.2.159: Added licenseLogger-reporter schedule
* 2.1.1.158: Improved Help
* 2.1.0.157: Create dummy licenseLoger configuration upon promotion
* 2.0.0.155: Added licenseLogger
2014-08-27 Laurent Rochette <[email protected]>
* 1.14.1.152: Parse scripts property sheet recursively in projectAsCode
2014-08-26 Laurent Rochette <[email protected]>
* 1.14.0.151: Extract code as properties in PS named scripts
2014-07-30 Laurent Rochette <[email protected]>
* 1.13.1.147: Setting up JAVA_HOME to use the provided jre one in projectAsCode
2014-07-30 Laurent Rochette <[email protected]>
* 1.13.0.146: Extract ec_parameterForm property in projectAsCode
* 1.12.0.130: Fixed link to css for help page
* 1.12.0.129: Create dummy help page
* 1.11.8.128: Fixed summary link to the new plugin version in projectAsCode.
* 1.11.8.126: Fixed Help for Directory parameter in projectAsCode
2014-07-26 Laurent Rochette <[email protected]>
* 1.11.7.124: Improved Help page for projectAsCode
* 1.11.7.123: improve help for createPluginFromProject
2014-07-24 Laurent Rochette <[email protected]>
* 1.11.6.103: Added overwrite option for projectAsCode
2014-07-23 Laurent Rochette <[email protected]>
* 1.11.5.100: Professional versions of the logo in black and white
2014-07-23 Laurent Rochette <[email protected]>
* 1.11.4.93: Added draft PROD logo
2014-07-23 Laurent Rochette <[email protected]>
* 1.11.4.90: Draft of DEV and SDK Logo
2014-07-22 Laurent Rochette <[email protected]>
* 1.11.3.83: Made pink color really pink instead of magenta
2014-07-22 System Administrator <[email protected]>
* 1.11.2.82: Added version number to CHANGELOG
2014-07-22 System Administrator <[email protected]>
* EC-Admin.jar: new version 1.11.1.81
+ Added pink and orange color for changeBannerColor procedure
2014-07-22 System Administrator <[email protected]>
* EC-Admin.jar: new version 1.11.0.79
+ Added changeBannerColor procedure
2014-07-17 System Administrator <[email protected]>
* Appended the release comment to plugin description when it is present.
* Added CHANGELOG creation
2014-07-13 Laurent Rochette <[email protected]>
* EC-Admin.jar & EC-Admin.xml: new version 1.10.0
+ Added a procedure to create a plugin and by extracting each step individually
in single files for finer granularity SCM check in.
2014-06-18 Laurent Rochette <[email protected]>
* EC-Admin.jar & EC-Admin.xml: new version 1.9.0
+ Added a hook to allow actions to be taken when the plugin changes state in createPluginFromProject
2014-05-08 Laurent Rochette <[email protected]>
* EC-Admin.jar & EC-Admin.xml: new version 1.8.0
+ Added feature to save plugin as an artifact version in createPluginFromProject
2014-05-02 Laurent Rochette <[email protected]>
* EC-Admin.jar & EC-Admin.xml: new version 1.7.1
+ Fixed location of the saved filter for RunReport_Performance_Schedule schedule
2014-04-30 Laurent Rochette <[email protected]>
* EC-Admin.jar & EC-Admin.xml: new version 1.7.0
+ Added step to fix self reference to project in createPluginFromProject
2014-04-29 Laurent Rochette <[email protected]>
* EC-Admin.jar & EC-Admin.xml: new version 1.6.2
+ Fixed with resource default workspace not being used in dynamic steps in performanceMetrics
+ Fixed subprocedure call to myProject instead of a fixed call to EC-Admin in performanceMetrics
+ Fixed ec_visbility in createPluginFromProject
2014-04-03 Laurent Rochette <[email protected]>
* EC-Admin.jar & EC-Admin.xml: new version 1.6.1
+ Fixed problem with ec_setup and procedure names with dot (".") in createPluginFromProject
* EC-Admin.jar & EC-Admin.xml: new version 1.6.0
+ increased perlHeaderJson length to exactly 20 lines
+ add a procedure subPM-deploymentSize to calculate Commander environment size
* EC-Admin.jar & EC-Admin.xml: new version 1.5.2
+ Rewrote localUsage to access jobStepsDirectly
+ localUsage is also now a standalone procedure (subPM-localUsage)
2014-03-18 Kate McCormack
* EC-Admin.jar & EC-Admin.xml: new version 1.5.1
+ Adding setTimeout equal to 600 so the ec commands won't time out in saveAllObjects and saveProjects
2014-03-12 Laurent Rochette <[email protected]>
* EC-Admin.jar & EC-Admin.xml: new version 1.5.0
+ added synchronizePlugins procedure to copy plugins from the server to an agent
+ fixed Email address URL in createPluginFromProject
2014-03-11 Laurent Rochette <[email protected]>
* EC-Admin.jar & EC-Admin.xml: new version 1.4.6
+ Added buildNumber to Version
* EC-Admin.jar & EC-Admin.xml: new version 1.4.5
+ Use zip when jar is not available to package plugin
* EC-Admin.jar & EC-Admin.xml: new version 1.4.4
+ Fixed Windows path issue for createPluginFromProject
+ Fixed jar error not reported
2014-03-10 Laurent Rochette <[email protected]>
* EC-Admin.jar & EC-Admin.xml: new version 1.4.3
+ Ignored sub-steps for localUsage
+ Added comparison for /server/hostIP and /server/hostrName
* EC-Admin.jar & EC-Admin.xml: new version 1.4.2
+ updated help page
* EC-Admin.jar & EC-Admin.xml: new version 1.4.1
+ Fixed percentage formating in localUsage
* EC-Admin.jar & EC-Admin.xml: new version 1.4.0
+ Add localUsage statistics in performanceMetrics
+ Added a time limit for performanceMetric
2014-02-24 Laurent Rochette <[email protected]>
* EC-Admin.jar & EC-Admin.xml: new version 1.3.8
+ removed jobId references in preparation of EC 5.0
+ added artifactsCleanup_byQuantity t clean AV but keep at least X.
+ Fixed ec_visbility bugs in createPluginFromProject
+ Fixed descriptionForPlugin bug in createPluginFromProject
+ Fixed several procedure descriptions for the plugin
+ Added help about project level properties for createPluginFromProject
+ Fixed problem with ec_setup and procedure names with dot (".") in createPluginFromProject
2013-12-26 Laurent Rochette <[email protected]>
* Merry Christmas
* EC-Admin.jar & EC-Admin.xml: new version 1.3.6
+ saveProjects:
o Add chmod after directory creation for cases when server service and server agent service users are different.
+ Added saveAllObjects procedure to export a bunch of objects individually for finer granularity in the backup
+ Completed the plugin help
+ performanceMetrics
o Added license usage information
+ Added a sort to deleteObjects to prevent job range overlapping.
2013-11-27 Laurent Rochette <[email protected]>
* Happy Thanksgiving!
* EC-Admin.xml: new version 1.3.5
+ Added automatic performance charting
+ Bug fixes
+ Also available as a plugin.
+ jobsCleanup and jobCleanup_byResult:
o Add a parameter to skip the computation of the disk space used; to speed up the job
+ Semaphore
o Added a local job counter to decrement the global gate value. Useful when aborting a job.
Simply a step that "always run" that will decrement your global gate by /myJob/localSemaphoreCounter
+ createPluginFromProject
o Added to automatically create a plugin from a project
2013-09-06 Laurent Rochette <[email protected]>
* EC-Admin.xml: new version 1.3.4
+ Better resource management for artifactsCleanup and cleanupRepository
+ perforrmanceMetrics:
o Fix bug on Free available RAM with European numbers
o Add error management on fsutil call (Windows)
o Add a cleanup step for temporary file used in Disk Performance
+ Refactor jobCleanup_byResult to include Workflow and schedule jobs
Add time parameter
+ Add compareVersion in the PerlLib to compare number strings like x.y.z....
2013-07-29 Laurent Rochette <[email protected]>
* EC-Admin.xml: new version 1.3.3
- artifactCleaup: new ec_paramsterForm to get same look and feel
than jobCleanup. Took advantage of createJobStep to simplify the
procedure.
- Added getPS() to the Perl pibrary (JSON and XML)
2013-07-24 Laurent Rochette <[email protected]>
* EC-Admin.xml: new version 1.3.2
- new "available disk space" metric for performanceMetrics
- Fixed bug in getP()
- Added Perl header and library for JSON format
- Added new parameters for saveProjects (relocatable, ACLs and notifiers)
2013-07-08 Laurent Rochette <[email protected]>
* EC-Admin.xml: new version 1.3.1 (performanceMetrics - add available memory
information)
version 1.3:
+ New procedure to delete jobs by results
+ New parameter to cleanupJobs to skip jobs matching a pattern
version 1.2:
+ New performance diagnostic procedure
+ provide a getP Perl function for easy getProperty
+ New procedure to delete workspace orphan job directories
version 1.1:
semaphore management
saveProjects
version 1.0:
initial version including job and artifact management