Subversion Repositories DevTools

Rev

Rev 53 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
53 mhunt 1
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
2
('be_id_list', 'Y', null);
3
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
4
('pv_overview', 'Y', 4000);
5
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
6
('pv_description', 'Y', 2000);
7
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
8
('FRpath', 'Y', 2000);
9
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
10
('FRlabel', 'Y', 60);
11
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
12
('rtag_name', 'Y', 4000);
13
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
14
('rtag_description', 'N', 4000);
15
insert into validation_rules (FIELD_NAME, IS_REQUIRED, MAX_STRING_LENGTH) values
16
('config_spec_branch', 'N', 4000);
17
 
18
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
19
(1, 'depend_add', 'Dependency Added');
20
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
21
(2, 'depend_update', 'Dependency Updated');
22
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
23
(3, 'depend_remove', 'Dependency Removed');
24
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
25
(4, 'new_version', 'New Version Created');
26
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
27
(5, 'delete', 'Deleted from Project');
28
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
29
(6, 'add', 'Added to Project');
30
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
31
(7, 'copy', 'Copied into Project');
32
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
33
(8, 'rename', 'Package Version Renamed');
34
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
35
(9, 'note_add', 'NoteManager Note Added');
36
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
37
(10, 'note_remove', 'NoteManager Note Removed');
38
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
39
(11, 'patch_add', 'Patch Added');
40
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
41
(12, 'patch_remove', 'Patch Removed');
42
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
43
(13, 'reason_for_release', 'Reason for Release Updated');
44
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
45
(14, 'ignore_on', 'Ignore Latest Dependency Version');
46
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
47
(15, 'ignore_off', 'Unignore Latest Dependency Version');
48
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
49
(16, 'makeofficial', 'Package Released');
50
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
51
(17, 'makeunofficial', 'Package UnReleased');
52
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
53
(18, 'ignore_reset', 'Ignore Latest Dependency Version Cancelled');
54
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
55
(19, 'document_add', 'Document Added');
56
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
57
(20, 'document_remove', 'Document Removed');
58
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
59
(21, 'owner_change', 'Package Owner Updated');
60
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
61
(22, 'runtime_add', 'Run-time Dependency Added');
62
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
63
(23, 'runtime_remove', 'Run-time Dependency Removed');
64
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
65
(24, 'issue_add', 'ClearQuest Issue Added');
66
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
67
(25, 'issue_fixed', 'ClearQuest Issue Set to Fixed');
68
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
69
(26, 'issue_outstanding', 'ClearQuest Issue Set to Outstanding');
70
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
71
(27, 'issue_removed', 'ClearQuest Issue Removed');
72
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
73
(28, 'previous_version_change', 'Package Previous Version Updated');
74
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
75
(29, 'replaced_with', 'Replaced With Other Version');
76
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
77
(30, 'clone_from', 'Package Details Cloned');
78
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
79
(31, 'note_edit', 'NoteManager Note Updated');
80
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
81
(32, 'depend_import', 'Dependencies Imported');
82
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
83
(33, 'document_update', 'Document Updated');
84
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
85
(34, 'work_in_progress', 'Work In Progress');
86
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
87
(35, 'delete_from_wip', 'Deleted from Work-In-Progress Area');
88
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
89
(36, 'add_to_planned', 'Added to Pending area');
90
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
91
(37, 'delete_from_released', 'Deleted from Released Area');
92
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
93
(38, 'approve_package', 'Package Approved for Automated Build');
94
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
95
(39, 'deleted_from_pending', 'Deleted from Pending Area');
96
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
97
(40, 'reject_package', 'Package Rejected for Automated Build');
98
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
99
(41, 'change_type_update', 'Change Type Update');
100
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
101
(42, 'lock_package', 'Administrator - Lock Package');
102
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
103
(43, 'unlock_package', 'Administrator - Unlock Package');
104
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
105
(44, 'new_release', 'New Release Created');
106
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
107
(45, 'set_to_open_mode', 'Release is set to Open Mode');
108
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
109
(46, 'set_to_restrictive_mode', 'Release is set to Restrictive Mode');
110
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
111
(47, 'set_to_closed_mode', 'Release is set to Closed Mode');
112
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
113
(48, 'import_release_contents', 'Import Release Contents');
114
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
115
(49, 'update_release', 'Update Release Details');
116
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
117
(50, 'destroy_release', 'Destroy Release');
118
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
119
(51, 'merge_release', 'Merge Release');
120
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
121
(52, 'patch_obsolete', 'Change Obsolete State');
122
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
123
(53, 'action', null);
124
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
125
(54, 'link_to_reason_for_release', 'A link to the reason for release of the package');
126
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
127
(55, 'jira_issue_removed', 'JIRA Issue Removed.');
128
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
129
(56, 'jira_issue_added', 'Added Jira Issue');
130
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
131
(57, 'set_to_ccb_mode', 'Release is set to CCB Mode');
132
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
133
(58, 'unripple_package', 'Marked for build exclusion/Failed to build');
134
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
135
(59, 'ripple_package', 'Marked for build inclusion');
136
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
137
(60, 'deprecate_package', 'Package requires to be deprecated');
138
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
139
(61, 'undeprecate_package', 'Package requires to be undeprecated');
140
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
141
(62, 'add_view_owners', 'Base View owners for the Project Added.');
142
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
143
(63, 'remove_view_owners', 'Base View owners for the Project Removed.');
144
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
145
(64, 'process_add', 'Added process to the package version');
146
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
147
(65, 'process_remove', 'Removed process from the package version');
148
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
149
(66, 'move_package_version', 'Moved package version from closed release.');
150
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
151
(67, 'set_to_archive_mode', 'Release is set to Archive Mode.');
152
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
153
(68, 'build_standard_update', 'Build Standard Update.');
154
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
155
(69, 'reproducible_package', 'Package Version can be reproduced by the autobuild tool.');
156
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
157
(70, 'unreproducible_package', 'Package Version cannot be reproduced by the autobuild tool.');
158
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
159
(71, 'modify_product_state', 'Modified the state of the product.');
160
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
161
(72, 'sbom_priority_update', 'SBOM Priority Update');
162
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
163
(73, 'ripple_type_update', 'Ripple Type Update');
164
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
165
(74, 'set_advisory_ripple', 'Package set to Advisory Ripple');
166
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
167
(75, 'clear_advisory_ripple', 'Package clear from Advisory Ripple');
59 mhunt 168
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
169
(76, 'major_limit_update', 'Major Limit Update');
170
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
171
(77, 'minor_limit_update', 'Minor Limit Update');
172
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
173
(78, 'patch_limit_update', 'Patch Limit Update');
174
insert into action_type (ACTTYPE_ID, NAME, DESCRIPTION) values
175
(79, 'build_number_limit_update', 'Build Number Limit Update');