| Line 68... |
Line 68... |
| 68 |
(34, 'btnPendingIntegrateAndDeploy', null, '"_modify_product_state.asp?state_id=5&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to proceed to make this product pending for INTEGRATION and DEPLOYMENT?'');"""','icons/PendingDeployment.gif',null, 'Make this product pending for Integration and Deployment.','Y', 'Y', 'N');
|
68 |
(34, 'btnPendingIntegrateAndDeploy', null, '"_modify_product_state.asp?state_id=5&'||'rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id', '"onClick=""return confirmAction(''Do you want to proceed to make this product pending for INTEGRATION and DEPLOYMENT?'');"""','icons/PendingDeployment.gif',null, 'Make this product pending for Integration and Deployment.','Y', 'Y', 'N');
|
| 69 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
69 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
| 70 |
(35, 'btnDeleteSchedule',null, '"_DeleteSchedule.asp?scheduled_id="&'||' scheduled_id &'||'"&'||'"&'||' objPMod.ComposeURL()','"onClick=""return confirmAction(''Remove Schedule from this list?'');"""','icons/i_remove.gif', null, 'Delete Schedule','Y', 'Y', 'N');
|
70 |
(35, 'btnDeleteSchedule',null, '"_DeleteSchedule.asp?scheduled_id="&'||' scheduled_id &'||'"&'||'"&'||' objPMod.ComposeURL()','"onClick=""return confirmAction(''Remove Schedule from this list?'');"""','icons/i_remove.gif', null, 'Delete Schedule','Y', 'Y', 'N');
|
| 71 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
71 |
insert into def_action_buttons (ABTN_ID, ABTN_NAME, TEXT, ACTION_LINK, EVENT_HANDLER, IMG_ENABLED, IMG_DISABLED, HINT, VISIBLE, ACTIVE, IS_READONLY_ACTION) values
|
| 72 |
(36, 'btnApproveMerge',null, '"_approve_merge.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id ','"onClick=""return confirmAction(''The release will be updated by this merge operation. \nDo you want to proceed?'');"""','icons/i_make_released.gif', 'icons/i_make_released_off.gif', 'Approve and carry out the pending merge operation','Y', 'Y', 'N');
|
72 |
(36, 'btnApproveMerge',null, '"_approve_merge.asp?rfile="&'||' ScriptName &'||'"&'||'pv_id="&'||' parPv_id &'||'"&'||'rtag_id="&'||' parRtag_id ','"onClick=""return confirmAction(''The release will be updated by this merge operation. \nDo you want to proceed?'');"""','icons/i_make_released.gif', 'icons/i_make_released_off.gif', 'Approve and carry out the pending merge operation','Y', 'Y', 'N');
|
| - |
|
73 |
|
| - |
|
74 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
| - |
|
75 |
('be_id_list', 'Y', null);
|
| - |
|
76 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
| - |
|
77 |
('pv_overview', 'Y', 4000);
|
| - |
|
78 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
| - |
|
79 |
('pv_description', 'Y', 2000);
|
| - |
|
80 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
| - |
|
81 |
('FRpath', 'Y', 2000);
|
| - |
|
82 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
| - |
|
83 |
('FRlabel', 'Y', 60);
|
| - |
|
84 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
| - |
|
85 |
('rtag_name', 'Y', 4000);
|
| - |
|
86 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
| - |
|
87 |
('rtag_description', 'N', 4000);
|
| - |
|
88 |
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
|
| - |
|
89 |
('config_spec_branch', 'N', 4000);
|
| - |
|
90 |
|
| - |
|
91 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
92 |
(1, 'depend_add', 'Dependency Added');
|
| - |
|
93 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
94 |
(2, 'depend_update', 'Dependency Updated');
|
| - |
|
95 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
96 |
(3, 'depend_remove', 'Dependency Removed');
|
| - |
|
97 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
98 |
(4, 'new_version', 'New Version Created');
|
| - |
|
99 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
100 |
(5, 'delete', 'Deleted from Project');
|
| - |
|
101 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
102 |
(6, 'add', 'Added to Project');
|
| - |
|
103 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
104 |
(7, 'copy', 'Copied into Project');
|
| - |
|
105 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
106 |
(8, 'rename', 'Package Version Renamed');
|
| - |
|
107 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
108 |
(9, 'note_add', 'NoteManager Note Added');
|
| - |
|
109 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
110 |
(10, 'note_remove', 'NoteManager Note Removed');
|
| - |
|
111 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
112 |
(11, 'patch_add', 'Patch Added');
|
| - |
|
113 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
114 |
(12, 'patch_remove', 'Patch Removed');
|
| - |
|
115 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
116 |
(13, 'reason_for_release', 'Reason for Release Updated');
|
| - |
|
117 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
118 |
(14, 'ignore_on', 'Ignore Latest Dependency Version');
|
| - |
|
119 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
120 |
(15, 'ignore_off', 'Unignore Latest Dependency Version');
|
| - |
|
121 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
122 |
(16, 'makeofficial', 'Package Released');
|
| - |
|
123 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
124 |
(17, 'makeunofficial', 'Package UnReleased');
|
| - |
|
125 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
126 |
(18, 'ignore_reset', 'Ignore Latest Dependency Version Cancelled');
|
| - |
|
127 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
128 |
(19, 'document_add', 'Document Added');
|
| - |
|
129 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
130 |
(20, 'document_remove', 'Document Removed');
|
| - |
|
131 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
132 |
(21, 'owner_change', 'Package Owner Updated');
|
| - |
|
133 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
134 |
(22, 'runtime_add', 'Run-time Dependency Added');
|
| - |
|
135 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
136 |
(23, 'runtime_remove', 'Run-time Dependency Removed');
|
| - |
|
137 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
138 |
(24, 'issue_add', 'ClearQuest Issue Added');
|
| - |
|
139 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
140 |
(25, 'issue_fixed', 'ClearQuest Issue Set to Fixed');
|
| - |
|
141 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
142 |
(26, 'issue_outstanding', 'ClearQuest Issue Set to Outstanding');
|
| - |
|
143 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
144 |
(27, 'issue_removed', 'ClearQuest Issue Removed');
|
| - |
|
145 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
146 |
(28, 'previous_version_change', 'Package Previous Version Updated');
|
| - |
|
147 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
148 |
(29, 'replaced_with', 'Replaced With Other Version');
|
| - |
|
149 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
150 |
(30, 'clone_from', 'Package Details Cloned');
|
| - |
|
151 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
152 |
(31, 'note_edit', 'NoteManager Note Updated');
|
| - |
|
153 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
154 |
(32, 'depend_import', 'Dependencies Imported');
|
| - |
|
155 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
156 |
(33, 'document_update', 'Document Updated');
|
| - |
|
157 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
158 |
(34, 'work_in_progress', 'Work In Progress');
|
| - |
|
159 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
160 |
(35, 'delete_from_wip', 'Deleted from Work-In-Progress Area');
|
| - |
|
161 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
162 |
(36, 'add_to_planned', 'Added to Pending area');
|
| - |
|
163 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
164 |
(37, 'delete_from_released', 'Deleted from Released Area');
|
| - |
|
165 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
166 |
(38, 'approve_package', 'Package Approved for Automated Build');
|
| - |
|
167 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
168 |
(39, 'deleted_from_pending', 'Deleted from Pending Area');
|
| - |
|
169 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
170 |
(40, 'reject_package', 'Package Rejected for Automated Build');
|
| - |
|
171 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
172 |
(41, 'change_type_update', 'Change Type Update');
|
| - |
|
173 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
174 |
(42, 'lock_package', 'Administrator - Lock Package');
|
| - |
|
175 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
176 |
(43, 'unlock_package', 'Administrator - Unlock Package');
|
| - |
|
177 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
178 |
(44, 'new_release', 'New Release Created');
|
| - |
|
179 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
180 |
(45, 'set_to_open_mode', 'Release is set to Open Mode');
|
| - |
|
181 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
182 |
(46, 'set_to_restrictive_mode', 'Release is set to Restrictive Mode');
|
| - |
|
183 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
184 |
(47, 'set_to_closed_mode', 'Release is set to Closed Mode');
|
| - |
|
185 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
186 |
(48, 'import_release_contents', 'Import Release Contents');
|
| - |
|
187 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
188 |
(49, 'update_release', 'Update Release Details');
|
| - |
|
189 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
190 |
(50, 'destroy_release', 'Destroy Release');
|
| - |
|
191 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
192 |
(51, 'merge_release', 'Merge Release');
|
| - |
|
193 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
194 |
(52, 'patch_obsolete', 'Change Obsolete State');
|
| - |
|
195 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
196 |
(53, 'action', null);
|
| - |
|
197 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
198 |
(54, 'link_to_reason_for_release', 'A link to the reason for release of the package');
|
| - |
|
199 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
200 |
(55, 'jira_issue_removed', 'JIRA Issue Removed.');
|
| - |
|
201 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
202 |
(56, 'jira_issue_added', 'Added Jira Issue');
|
| - |
|
203 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
204 |
(57, 'set_to_ccb_mode', 'Release is set to CCB Mode');
|
| - |
|
205 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
206 |
(58, 'unripple_package', 'Marked for build exclusion/Failed to build');
|
| - |
|
207 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
208 |
(59, 'ripple_package', 'Marked for build inclusion');
|
| - |
|
209 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
210 |
(60, 'deprecate_package', 'Package requires to be deprecated');
|
| - |
|
211 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
212 |
(61, 'undeprecate_package', 'Package requires to be undeprecated');
|
| - |
|
213 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
214 |
(62, 'add_view_owners', 'Base View owners for the Project Added.');
|
| - |
|
215 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
216 |
(63, 'remove_view_owners', 'Base View owners for the Project Removed.');
|
| - |
|
217 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
218 |
(64, 'process_add', 'Added process to the package version');
|
| - |
|
219 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
220 |
(65, 'process_remove', 'Removed process from the package version');
|
| - |
|
221 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
222 |
(66, 'move_package_version', 'Moved package version from closed release.');
|
| - |
|
223 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
224 |
(67, 'set_to_archive_mode', 'Release is set to Archive Mode.');
|
| - |
|
225 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
226 |
(68, 'build_standard_update', 'Build Standard Update.');
|
| - |
|
227 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
228 |
(69, 'reproducible_package', 'Package Version can be reproduced by the autobuild tool.');
|
| - |
|
229 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
230 |
(70, 'unreproducible_package', 'Package Version cannot be reproduced by the autobuild tool.');
|
| - |
|
231 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
232 |
(71, 'modify_product_state', 'Modified the state of the product.');
|
| - |
|
233 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
234 |
(72, 'sbom_priority_update', 'SBOM Priority Update');
|
| - |
|
235 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
236 |
(73, 'ripple_type_update', 'Ripple Type Update');
|
| - |
|
237 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
238 |
(74, 'set_advisory_ripple', 'Package set to Advisory Ripple');
|
| - |
|
239 |
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
|
| - |
|
240 |
(75, 'clear_advisory_ripple', 'Package clear from Advisory Ripple');
|