Remove the jobs additional element
Reported by Deleted User | November 8th, 2010 @ 04:44 PM | in Rundeck 1.0
With name, description and additional...additional is the third wheel, remove it.
Comments and changes to this ticket
-
Greg Schueler November 9th, 2010 @ 11:07 AM
hmm the flipside of this is to add more supported documentation points. e.g:
<sequence> <doc>First step is to restart all of the DB servers:</doc> <command><doc>We use "service x start" instead of blah because of...</doc><exec>...</exec></command> <doc>Next we call the X job to do its thing:</doc> <command><jobref .../></command> ... </sequence>
Giving inline documentation, which is more useful than comment text in the XML.
In this style, the
<additional>
section is not redundant, but a place for extended general documentation info. -
Deleted User November 9th, 2010 @ 11:29 AM
In line documentation is helpful...but it's a nice to have.
Cut it, and lets see if the users come back with the requirement.
-
Greg Schueler November 11th, 2010 @ 09:39 AM
- State changed from new to open
-
Greg Schueler November 12th, 2010 @ 10:55 AM
- State changed from open to needs_verification
-
Greg Schueler November 12th, 2010 @ 10:57 AM
- Assigned user set to Greg Schueler
remove extraInfo property from ScheduledExecution, and associated code.
verify: no additional info displayed in job lists, no field in job form, exported job xml does not contain , uploaded job.xml may still contain it but it is ignored.
-
Deleted User November 19th, 2010 @ 11:45 AM
- State changed from needs_verification to resolved
- Milestone order changed from 22 to 0
(from [ec8c2a301d61e76490f9946685f178eb8fd4224b]) Remove extraInfo property [#62 state:resolved] https://github.com/dtolabs/rundeck/commit/ec8c2a301d61e76490f994668...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Referenced by
- 62 Remove the jobs additional element (from [ec8c2a301d61e76490f9946685f178eb8fd4224b]) Remove ...