forked from kjdowney/EC-Admin
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGELOG
More file actions
622 lines (448 loc) · 25.9 KB
/
Copy pathCHANGELOG
File metadata and controls
622 lines (448 loc) · 25.9 KB
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
2019-06-05 Laurent Rochette <lrochette@cloudbees.com>
* 4.3.0: issue 38: add support for devOpsInsightDataSources in saveAllObjects
2019-04-30 Laurent Rochette <lrochette@cloudbees.com>
* 4.2.1: remove generateDslTree
Fix cleanup spec test
* 4.2.0: Replace default logo with new CloudBees Flow one
Rebrand ElectricFlow into CloudBees Flow
2019-04-19 Laurent Rochette <lrochette@electric-cloud.com>
* 4.1.1: Issue with saveAllObjects on catalogItems
2019-04-17 Laurent Rochette <lrochette@electric-cloud.com>
* 4.1.0: Save email configurations and directory providers
2019-03-28 Laurent Rochette <lrochette@electric-cloud.com>
* 4.0.0: Fix #31 Convert to new plugin builder to speed up promotion
2019-03-20 Laurent Rochette <lrochette@electric-cloud.com>
* 3.6.1: Fix #5 (formerly #119) New procedure to clean old pipelineRuntimes
Help page modified
2019-03-12 Laurent Rochette <lrochette@electric-cloud.com>
* 3.5.1.814: Stop agentMemnoryConfiguration when data is incorrect
Convert tests to ec-spec-tools
2019-02-25 Laurent Rochette <lrochette@electric-cloud.com>
* 3.5.0.813: Fix #165: backup dashboards, widgets, reports with saveAllObjects
backup schedules with saveAllObjects
Fix #121: improve tooltip for "olderThan" in jobsCleanup
2019-02-22 Laurent Rochette <lrochette@electric-cloud.com>
* 3.4.2.800: Fix #168: Ping agent when changing memory configuration
* 3.4.1.792: Fix non-deletion of the jobs when the schedule is in a different
project for licensing
* 3.4.0.791: Fix #166 - backup catalogs with saveAllObjects
* 3.3.1.786: Changing paths in saveAllObjects to match EC-DslDeploy
2019-02-11 Laurent Rochette <lrochette@electric-cloud.com>
* 3.2.7.775: Fix #163 merge saveAllObjects and saveDslObjects
* 3.2.6.769: Reactivate agentMemoryConfiguration and fixed #168.
2019-02-10 Laurent Rochette <lrochette@electric-cloud.com>
* 3.2.5.763: Add save tags (issue #161)
Add save services (issue #161)
Add save personas, personaPages and personaCategories (issue #161)
saveDSL directories are in lower case to match EC-DslDeploy
2019-02-08 Laurent Rochette <lrochette@electric-cloud.com>
* 3.2.4.748 : Add generateDsl procedure
Fix #162: Add exportPlugins
2019-01-23 Laurent Rochette <lrochette@electric-cloud.com>
* 3.2.3.736: Fix #156 issue with getP since 8.5
2019-01-04 Laurent Rochette <lrochette@electric-cloud.com>
* 3.2.2.733: Fix #158: max the number of job deleted in jobsCleanup (NMB-24602 and NMB-25946)
2018-12-09 Laurent Rochette <lrochette@electric-cloud.com>
* 3.2.1.728: Fix #156: references to src are not valid anymore
2018-11-13 David Hubbell <dhubbell@spkaa.com>
* 3.2.1.726: fix #154: jobsCleanup fails when trying to expand windows path
2018-11-13 Laurent Rochette <lrochette@electric-cloud.com>
* 3.2.0.725: Remove old and unused procedures to speed up promotion
2018-11-08 Laurent Rochette <lrochette@electric-cloud.com>
* 3.1.9.719: Fix #151 saveAllObjects export server properties
2018-09-14 Laurent Rochette <lrochette@electric-cloud.com>
* 3.1.8.715: Fix #144 Issue promoting on Windows
2018-09-13 Laurent Rochette <lrochette@electric-cloud.com>
* 3.1.7.712: Fix #140 Change logo file copy to to simple Copy for changeBannerColor
2018-09-07 Laurent Rochette <lrochette@electric-cloud.com>
* 3.1.6.709: Fix #143 Add recursive option to restoreObjects
* 3.1.5.706: Fix #135 re-add schedules that did not make the trip to PluginWizard
2018-09-05 Laurent Rochette <lrochette@electric-cloud.com>
* 3.1.4.702: Fix #72 saveAllObjects now include artifacts and artifact versions
2018-08-30 Laurent Rochette <lrochette@electric-cloud.com>
* 3.1.3.693:
Fix #84 Allow banner color change on deploy side as well
You can now choose your own color
Fix #136 Logo is now visible also on deploy side
2018-08-16 Laurent Rochette <lrochette@electric-cloud.com>
* 3.1.2.672: Fix #130 Remove plugin Configuration page and procedures
2018-07-03 Laurent Rochette <lrochette@electric-cloud.com>
* 3.1.0.629: Convert to PluginWizard/DSL format
2018-06-14 Laurent Rochette <lrochette@electric-cloud.com>
* 3.0.0.486: Move to Flow 6.0
2018-06-13 Laurent Rochette <lrochette@electric-cloud.com>
* 3.0.0.485: Move to Flow 6.0
2017-07-38 D. Barringer
* 2.27.3: Fixed #117: problem with backslash on workspace directory
2017-04-11 Laurent Rochette <lrochette@electric-cloud.com>
* 2.27.2.474: Search for workflowId in findJobId
2017-04-05 Laurent Rochette <lrochette@electric-cloud.com>
* 2.27.1.473: Fix #111 : find colliding project properties
2017-04-05 Laurent Rochette <lrochette@electric-cloud.com>
* 2.27.1.472: Fix #22 : find colliding project properties
2017-01-03 Laurent Rochette <lrochette@electric-cloud.com>
* 2.26.1.468: fix #108: Switch parsing to JSON in saveProjects
2016-12-13 Laurent Rochette <lrochette@electric-cloud.com>
* 2.26.0.466: Fix #100: add property to prevent deletion
2016-12-12 Laurent Rochette <lrochette@electric-cloud.com>
* 2.25.1.465: Fix #101: better documentation
2016-12-06 System Administrator <lrochette@electric-cloud.com>
* 2.25.0.464: Fix #104: artifactRepositorySynchronization does not support range
2016-11-22 Laurent Rochette <lrochette@electric-cloud.com>
* 2.24.5.462: Fix issue #102: replace black diamond question mark by space in safeFileName function
2016-09-01 Laurent Rochette <lrochette@electric-cloud.com>
* 2.24.4.461: fix #97: Add quotes around import path in restoreObjects
2016-06-10 Laurent Rochette <lrochette@electric-cloud.com>
* 2.24.3.460: CleanRepo fix #92 and #93
2016-05-25 Laurent Rochette <lrochette@electric-cloud.com>
* 2.24.2.458: add procedure to create plugin with gradle
2016-04-25 Laurent Rochette <lrochette@electric-cloud.com>
* 2.24.2.457: Fix #89 support lesser and greater in saveAllObjects
2016-04-24 Laurent Rochette <lrochette@electric-cloud.com>
* 2.24.1.455: Fix #88 slashes in resources and pools
2016-03-24 Laurent Rochette <lrochette@electric-cloud.com>
* 2.24.0.453: Fix #78 save Deploy objects in all projects (EF 6.2+)
* 2.23.11.446: Fix #83 issue with trailing spaces in saveAllObjects
2016-03-18 Laurent Rochette <lrochette@electric-cloud.com>
* 2.23.10.444: Fix #82 find jobId in top-level state properties
2016-03-04 Laurent Rochette <lrochette@electric-cloud.com>
* 2.23.9.442: Fix #81 enhance transition search
2016-02-29 Laurent Rochette <lrochette@electric-cloud.com>
* 2.23.8.441: Fix #79 export release
* 2.23.8.440: Fix #74 add option to make search case insensitive
2016-02-26 Laurent Rochette <lrochette@electric-cloud.com>
* 2.23.7.438: Fix #76 findJobId searches in top procedure properties
* 2.23.6.437: Fix #75 findJobId should detect occurrences in transitionDefinitions
* 2.23.5.435: Fix #77 procedure with slash
2016-02-21 Laurent Rochette <lrochette@electric-cloud.com>
* 2.23.3.432: Fix #71 findJobId detects in workflowDefinitions
2016-02-19 Laurent Rochette <lrochette@electric-cloud.com>
* 2.23.2.430: Fix #70 find jobId in top-level project properties
* 2.23.1.429: Fix #69 find jobStepId as well
* 2.23.0.428: Fix #63 add a filtering pattern to saveAllObjects
2016-02-16 Laurent Rochette <lrochette@electric-cloud.com>
* 2.22.3.423: Fix Help page
* 2.22.3.422: Fix #68 help for findJobId
2016-02-15 Laurent Rochette <lrochette@electric-cloud.com>
* 2.22.2.421: Fix #67 help for restoreObjects
* 2.22.1.420: Fix Issue #66 improve help for semaphore operations
* 2.22.0.418: Fix #64 add a procedure to restore exported files
2016-02-12 Laurent Rochette <lrochette@electric-cloud.com>
* 2.21.414: Fix #65: new procedure to find jobId
2016-01-14 Laurent Rochette <lrochette@electric-cloud.com>
* 2.20.0.399: Fixed #62 Add new procedure to change the java heap memory setup on an agent
2016-01-07 Laurent Rochette <lrochette@electric-cloud.com>
* 2.20.0.398: Add help for agentMemoryConfiguration
* 2.20.0.397: Add new procedure to change the java heap memory setup on an agent (Issue #62)
2016-01-05 Laurent Rochette <lrochette@electric-cloud.com>
* 2.19.2.392: Add repo checking
2016-01-05 Laurent Rochette <lrochette@electric-cloud.com>
* 2.19.2.391: make new artifactRepositorySynchronization procedure the default one
Test for unknown or disabled repo
2016-01-05 Laurent Rochette <lrochette@electric-cloud.com>
* 2.19.2.390: make new artifactRepositorySynchronization procedure the default one
2016-01-05 Laurent Rochette <lrochette@electric-cloud.com>
* 2.19.1.377: Better error reporting for artRepoSyncS3
2016-01-04 Laurent Rochette <lrochette@electric-cloud.com>
* 2.19.1.376: fixed issue with testResources (all steps were running on local)
2016-01-04 Laurent Rochette <lrochette@electric-cloud.com>
* 2.19.0.375: new universal SyncRepo procedure (#60)
2015-12-24 Laurent Rochette <lrochette@electric-cloud.com>
* 2.18.0.371: Fix #61: added testResources procedure
2015-12-24 Laurent Rochette <lrochette@electric-cloud.com>
* 2.18.0.370: Fix #61: added testResources procedure
2015-12-23 Laurent Rochette <lrochette@electric-cloud.com>
* 2.17.0.355: Fix #59 backup zones
* 2.17.0.354: Fix #58 backup gateways
2015-12-21 Laurent Rochette <lrochette@electric-cloud.com>
* 2.16.9.350: Added test for #56 and #57
* 2.16.9.333: Remove spaces from step names.
* 2.16.8.331: Fixed issue with default resource for saveAllObjects
* 2.16.8.330: Fixed issue #56 and #57
2015-12-12 System Administrator <lrochette@electric-cloud.com>
* 2.16.7.328: Add paging mechanism
Fixed issue about error on manifest
2015-12-02 System Administrator <lrochette@electric-cloud.com>
* 2.16.6.326: Fixed Issue #54 allow custom timeout in jobsCleanup andjobCleanup_byResult
2015-12-01 System Administrator <lrochette@electric-cloud.com>
* 2.16.5.324: Fix #50 and #51 for artifactRepositorySynchronization
2015-11-26 Laurent Rochette <lrochette@electric-cloud.com>
* 2.16.3.321: Fixed #52 the /server/counters/EC-Admin is not writable
2015-11-25 Laurent Rochette <lrochette@electric-cloud.com>
* 2.16.2.319: fixed #47 nproc does not work on RHEL for performanceMetrics
* 2.16.1.318: Fixed #49
Fixed README.md and Help page
2015-11-20 System Administrator <lrochette@electric-cloud.com>
* 2.16.0.317: add option to enable change tracking on the created plugin
2015-11-15 Laurent Rochette <lrochette@electric-cloud.com>
* 2.15.0.316: Add procedures to disable and enable all schedules
2015-11-10 Laurent Rochette <lrochette@electric-cloud.com>
* 2.14.3.312: Fixed #45, bad links in deleteWorkspaceOrphans
2015-10-16 Laurent Rochette <lrochette@electric-cloud.com>
* 2.14.2.311: Fix #46 : fixed EC-Admin project reference issue in debugPostp
2015-10-11 Laurent Rochette <lrochette@electric-cloud.com>
* 2.14.1.310: Fixed issue with artifactRepositorySynchronization
2015-10-08 Laurent Rochette <lrochette@electric-cloud.com>
* 2.14.0.309: save procedure.xml in procedure directory
* 2.14.0.308: Fix #42 adding step export to saveAllObjects
2015-09-18 System Administrator <lrochette@electric-cloud.com>
* 2.13.0.307: Added property to allow to add plugin dependencies in projectAsCode
2015-09-18 System Administrator <lrochette@electric-cloud.com>
* 2.13.0.306: Added property to allow to add plugin dependencies in projectAsCode
2015-09-12 System Administrator <lrochette@electric-cloud.com>
* 2.12.2.305: Fix #41: getP missing
2015-08-19 System Administrator <lrochette@electric-cloud.com>
* 2.12.1.304: Fix Issue #39: attachParameter has changed syntax in 6.0
2015-08-18 System Administrator <lrochette@electric-cloud.com>
* 2.12.1.303: Fixed issue #39 attachParameter syntax change in EF 6.0
2015-08-18 System Administrator <lrochette@electric-cloud.com>
* 2.12.0.302: Set minimum version for plugin for current server version
2015-08-15 System Administrator <lrochette@electric-cloud.com>
* 2.11.0.301: Added sendAlert (Issue #25)
2015-08-14 System Administrator <lrochette@electric-cloud.com>
* 2.10.0.300: Path to css changed in 6.0
2015-08-11 System Administrator <lrochette@electric-cloud.com>
* 2.10.0.298: Fixed changeBannerColor for ElectricFlow 6.0
2015-07-11 System Administrator <lrochette@electric-cloud.com>
* 2.9.4.297: Added --withNotifiers option when exporting in createPluginFromProject
2015-07-09 System Administrator <lrochette@electric-cloud.com>
* 2.9.2.294: New libs for SDK5
2015-06-12 System Administrator <lrochette@electric-cloud.com>
* 2.9.2.293: Fixed Help
* 2.9.2.292: Include the lib directory for configuration management
* 2.9.1.287: Fix ec_setup expansion
2015-05-29 System Administrator <lrochette@electric-cloud.com>
* 2.9.0.286: Fixed Issue #32: added code to delete configuration in projectAsCode.
2015-05-27 System Administrator <lrochette@electric-cloud.com>
* 2.8.2.278: Fixed Issue #35: allow custom timeout in deleteObjects
* 2.8.1.277: Fixed Issue #30
* 2.8.1.273: Added parameter to prevent exported project file deletion
2015-05-25 System Administrator <lrochette@electric-cloud.com>
* 2.8.0.272: Modified projectAsCode to generate code for credential configuration
2015-05-21 System Administrator <lrochette@electric-cloud.com>
* 2.7.3.265: Fixed Issue #29 in deleteObjects
* 2.7.2.264: Fixed issue with network path on Windows for saveAllObjects
2015-05-14 System Administrator <lrochette@electric-cloud.com>
* 2.7.1.263: Fix templates for schedule
2015-04-23 System Administrator <lrochette@electric-cloud.com>
* 2.7.0.262: Fixed Issue #12: jobCleanup_byResult now supports local workspace
* 2.7.0.261: Fixed changeBannerColor for 5.4
2015-04-09 System Administrator <lrochette@electric-cloud.com>
* 2.5.9.258: Replace some findObjects by countObjects to get faster results in performanceMetrics
2015-03-26 System Administrator <lrochette@electric-cloud.com>
* 2.5.7.257: Fixed help page typos
2015-03-12 System Administrator <lrochette@electric-cloud.com>
* 2.5.7.256: Skip down resources in performanceMetrics
* 2.5.7.255: Fixed Issue #21: winDir should not be compulsory for subJC_deleteWorkspace
2015-03-05 System Administrator <lrochette@electric-cloud.com>
* 2.5.6.254: Fixed Issue #20: getPS does not recurse more than 1 level
Fixed Issue #18: bad property in subJC_deleteWorkspace
2015-03-03 System Administrator <lrochette@electric-cloud.com>
* 2.5.5.251: Fixed Issue #17: timeout option in global configuration
Fixed ACL issue on EC-Admin.
Default licenseLogger-report schedule now sends previous month data
2015-03-02 System Administrator <lrochette@electric-cloud.com>
* 2.5.4.237: Fixed indentation and empty lines in ec_setup.pl in projectAsCode
2015-03-02 System Administrator <lrochette@electric-cloud.com>
* 2.5.3.236: Add tag to EC-Admin release
2015-02-27 System Administrator <lrochette@electric-cloud.com>
* 2.5.2.233: Fixed help
2015-02-27 System Administrator <lrochette@electric-cloud.com>
* 2.5.2.232: Fix Issue #16: Add option to move jobs from old to new version
of the plugin created with createPluginFromProject or projectAsCode
2015-02-26 System Administrator <lrochette@electric-cloud.com>
* 2.5.1.228: Remove ACL on /server/EC-Admin when demoting
Fixed Issue #14: open ACL for the plugin on /server/EC-Admin
Fixed Issue #15: name of the configuration PS should be EC-Admin
not plugin name and version
2015-02-16 System Administrator <lrochette@electric-cloud.com>
* 2.5.0.211: Added procedure artifactRepositorySynchronization to synchronize
repository servers
2015-02-11 System Administrator <lrochette@electric-cloud.com>
* 2.4.1.209: saveAllObjects now backups Components as well per Application
2015-02-10 System Administrator <lrochette@electric-cloud.com>
* 2.4.0.207: Added Deploy object backup in saveAllObjects
2015-01-11 System Administrator <lrochette@electric-cloud.com>
* 2.3.0.205: Added ntest for scripts PS
* 2.3.0.200: jobsCleanup now supports local workspace
2014-12-30 System Administrator <lrochette@electric-cloud.com>
* 2.2.4.199: Fix issue#11 about ec_reportData
2014-12-18 System Administrator <lrochette@electric-cloud.com>
* 2.2.3.173: JSON lib was missing in projectAsCode::Initialization
2014-12-17 System Administrator <lrochette@electric-cloud.com>
* 2.2.2.172: Fixed issue in projectasCode::create_ec_setup.pl
* 2.2.2.167: Fixed issue in projectasCode::Initialization
2014-10-31 System Administrator <lrochette@electric-cloud.com>
* 2.2.1.163: Add total license number for licenseLogger report
2014-10-31 System Administrator <lrochette@electric-cloud.com>
* 2.2.0.162: Fixed /myProject issue if run from plugin
2014-10-30 System Administrator <lrochette@electric-cloud.com>
* 2.2.0.161: removed DEBUG parameter
2014-10-30 System Administrator <lrochette@electric-cloud.com>
* 2.2.0.160: Added a procedure to help debug postp
2014-09-29 System Administrator <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 1.14.1.152: Parse scripts property sheet recursively in projectAsCode
2014-08-26 Laurent Rochette <lrochette@electric-cloud.com>
* 1.14.0.151: Extract code as properties in PS named scripts
2014-07-30 Laurent Rochette <lrochette@electric-cloud.com>
* 1.13.1.147: Setting up JAVA_HOME to use the provided jre one in projectAsCode
2014-07-30 Laurent Rochette <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 1.11.7.124: Improved Help page for projectAsCode
* 1.11.7.123: improve help for createPluginFromProject
2014-07-24 Laurent Rochette <lrochette@electric-cloud.com>
* 1.11.6.103: Added overwrite option for projectAsCode
2014-07-23 Laurent Rochette <lrochette@electric-cloud.com>
* 1.11.5.100: Professional versions of the logo in black and white
2014-07-23 Laurent Rochette <lrochette@electric-cloud.com>
* 1.11.4.93: Added draft PROD logo
2014-07-23 Laurent Rochette <lrochette@electric-cloud.com>
* 1.11.4.90: Draft of DEV and SDK Logo
2014-07-22 Laurent Rochette <lrochette@electric-cloud.com>
* 1.11.3.83: Made pink color really pink instead of magenta
2014-07-22 System Administrator <lrochette@electric-cloud.com>
* 1.11.2.82: Added version number to CHANGELOG
2014-07-22 System Administrator <lrochette@electric-cloud.com>
* EC-Admin.jar: new version 1.11.1.81
+ Added pink and orange color for changeBannerColor procedure
2014-07-22 System Administrator <lrochette@electric-cloud.com>
* EC-Admin.jar: new version 1.11.0.79
+ Added changeBannerColor procedure
2014-07-17 System Administrator <lrochette@electric-cloud.com>
* Appended the release comment to plugin description when it is present.
* Added CHANGELOG creation
2014-07-13 Laurent Rochette <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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 <lrochette@electric-cloud.com>
* 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