Skip to content

Commit 055f0f8

Browse files
V24.2.15 (#37)
24.2.15 * [GAT-459] - improve performance of evaluation dashboard and details page load * [GAT-462] - move acdc setup script to util directory * [GAT-460] - tune finding details page load - don't test for apex page update on each render * [GAT-461] - workspace name hard-coded in build_options install script * [GAT-452] - Add options for ordering results in dashboard * remove dbms_output line from check invalids script * cosmetic updates --------- Co-authored-by: Michael Potter <[email protected]>
1 parent f7253b9 commit 055f0f8

File tree

197 files changed

+5380
-5099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+5380
-5099
lines changed

doc/release_notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

3+
## 24.2.15
4+
5+
* [GAT-459] - improve performance of evaluation dashboard and details page load
6+
* [GAT-462] - move acdc setup script to util directory
7+
* [GAT-460] - tune finding details page load - don't test for apex page update on each render
8+
* [GAT-461] - workspace name hard-coded in build_options install script
9+
* [GAT-452] - Add options for ordering results in dashboard
10+
311
## 24.2.14
412

513
* [GAT-438] - github #19 Expose Severity attribute to main report

product/sert/apex/application/f2100/application/create_application.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- file_checksum: B15530B0E3F0D26034A977B87B83AC8348F269B4E76B2BC4F17B8318CE5E3149
1+
-- file_checksum: AA4B0FA0CFD23EA7FC20CB22E6A3B852DC6C6320CC38ABCB76361E207B50A0BE
22
prompt --application/create_application
33
begin
44
-- Manifest
@@ -33,7 +33,7 @@ wwv_imp_workspace.create_flow(
3333
,p_timestamp_tz_format=>'DS'
3434
,p_direction_right_to_left=>'N'
3535
,p_flow_image_prefix => nvl(wwv_flow_application_install.get_image_prefix,'')
36-
,p_authentication_id=>wwv_flow_imp.id(94777986993428805)
36+
,p_authentication_id=>wwv_flow_imp.id(138499404854707068)
3737
,p_application_tab_set=>0
3838
,p_logo_type=>'T'
3939
,p_logo_text=>'APEX-SERT'
@@ -55,7 +55,7 @@ wwv_imp_workspace.create_flow(
5555
,p_substitution_value_01=>'APEX-SERT'
5656
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
5757
,p_files_version=>204
58-
,p_version_scn=>44901328460216
58+
,p_version_scn=>44997293662873
5959
,p_print_server_type=>'INSTANCE'
6060
,p_file_storage=>'DB'
6161
,p_is_pwa=>'Y'

product/sert/apex/application/f2100/application/deployment/definition.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- file_checksum: D1AB6381D731E27B33A5F9AFDFF43BCEAC59A2E0FC5EACCDFE1099FD55E2CE43
1+
-- file_checksum: 75FA1B4A7D2514B582A8401D379E3BBC9ED9F334378C10D5F51EBA3E62C991B7
22
-------------------------------------------------------------------------------
33
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
44
-- Licensed under the Universal Permissive License v 1.0 as shown
@@ -18,7 +18,7 @@ wwv_flow_imp.component_begin (
1818
,p_default_owner=>'SERT_PUB'
1919
);
2020
wwv_flow_imp_shared.create_install(
21-
p_id=>wwv_flow_imp.id(215548230219300044)
21+
p_id=>wwv_flow_imp.id(259269648080578307)
2222
);
2323
wwv_flow_imp.component_end;
2424
end;

product/sert/apex/application/f2100/application/pages/page_00000.sql

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- file_checksum: 5DE45AB6BC965A67A404E042C5661E3B659987D633C31219E0D8F727655F4A17
1+
-- file_checksum: BDD7BD84300AA7B67577C8D37553A5597A4634C04128C16269E17F6512D46F66
22
-------------------------------------------------------------------------------
33
-- Copyright (c) 2024,2025 Oracle and/or its affiliates.
44
-- Licensed under the Universal Permissive License v 1.0 as shown
@@ -27,10 +27,10 @@ wwv_flow_imp_page.create_page(
2727
,p_page_component_map=>'14'
2828
);
2929
wwv_flow_imp_page.create_page_plug(
30-
p_id=>wwv_flow_imp.id(84147348711218585)
30+
p_id=>wwv_flow_imp.id(127868766572496848)
3131
,p_plug_name=>'confirmClose'
3232
,p_region_template_options=>'#DEFAULT#'
33-
,p_plug_template=>wwv_flow_imp.id(468200562287671223)
33+
,p_plug_template=>wwv_flow_imp.id(511921980148949486)
3434
,p_plug_display_sequence=>40
3535
,p_plug_display_point=>'REGION_POSITION_05'
3636
,p_location=>null
@@ -48,11 +48,11 @@ wwv_flow_imp_page.create_page_plug(
4848
'output_as', 'HTML')).to_clob
4949
);
5050
wwv_flow_imp_page.create_page_plug(
51-
p_id=>wwv_flow_imp.id(127605725637394480)
51+
p_id=>wwv_flow_imp.id(171327143498672743)
5252
,p_plug_name=>'Version Mismatch'
5353
,p_title=>'Warning'
5454
,p_region_template_options=>'#DEFAULT#:t-Alert--colorBG:t-Alert--horizontal:t-Alert--defaultIcons:t-Alert--warning'
55-
,p_plug_template=>wwv_flow_imp.id(468194028275671212)
55+
,p_plug_template=>wwv_flow_imp.id(511915446136949475)
5656
,p_plug_display_sequence=>0
5757
,p_location=>null
5858
,p_plug_source=>wwv_flow_string.join(wwv_flow_t_varchar2(
@@ -79,24 +79,24 @@ wwv_flow_imp_page.create_page_plug(
7979
'output_as', 'HTML')).to_clob
8080
);
8181
wwv_flow_imp_page.create_page_plug(
82-
p_id=>wwv_flow_imp.id(143554023292247835)
82+
p_id=>wwv_flow_imp.id(187275441153526098)
8383
,p_plug_name=>'Reports'
8484
,p_region_name=>'reports'
8585
,p_region_template_options=>'#DEFAULT#'
8686
,p_component_template_options=>'#DEFAULT#'
87-
,p_plug_template=>wwv_flow_imp.id(468200562287671223)
87+
,p_plug_template=>wwv_flow_imp.id(511921980148949486)
8888
,p_plug_display_sequence=>50
8989
,p_location=>null
90-
,p_list_id=>wwv_flow_imp.id(92593047922444846)
90+
,p_list_id=>wwv_flow_imp.id(136314465783723109)
9191
,p_plug_source_type=>'NATIVE_LIST'
92-
,p_list_template_id=>wwv_flow_imp.id(468525798087671335)
92+
,p_list_template_id=>wwv_flow_imp.id(512247215948949598)
9393
,p_ai_enabled=>false
9494
);
9595
wwv_flow_imp_page.create_page_plug(
96-
p_id=>wwv_flow_imp.id(480717114477443206)
96+
p_id=>wwv_flow_imp.id(524438532338721469)
9797
,p_plug_name=>'Stale Exception'
9898
,p_region_template_options=>'#DEFAULT#:t-Alert--horizontal:t-Alert--defaultIcons:t-Alert--danger'
99-
,p_plug_template=>wwv_flow_imp.id(468194028275671212)
99+
,p_plug_template=>wwv_flow_imp.id(511915446136949475)
100100
,p_plug_display_sequence=>20
101101
,p_location=>null
102102
,p_plug_source=>'The value of this component has changed since an exception was added or approved.'
@@ -107,28 +107,28 @@ wwv_flow_imp_page.create_page_plug(
107107
'output_as', 'HTML')).to_clob
108108
);
109109
wwv_flow_imp_page.create_page_plug(
110-
p_id=>wwv_flow_imp.id(489789857780525824)
110+
p_id=>wwv_flow_imp.id(533511275641804087)
111111
,p_plug_name=>'Breadcrumb'
112112
,p_region_template_options=>'#DEFAULT#:t-BreadcrumbRegion--useBreadcrumbTitle'
113113
,p_component_template_options=>'#DEFAULT#'
114-
,p_plug_template=>wwv_flow_imp.id(468278220136671284)
114+
,p_plug_template=>wwv_flow_imp.id(511999637997949547)
115115
,p_plug_display_sequence=>10
116116
,p_plug_display_point=>'REGION_POSITION_01'
117117
,p_location=>null
118-
,p_menu_id=>wwv_flow_imp.id(468162448988671142)
118+
,p_menu_id=>wwv_flow_imp.id(511883866849949405)
119119
,p_plug_source_type=>'NATIVE_BREADCRUMB'
120-
,p_menu_template_id=>wwv_flow_imp.id(468540590841671359)
120+
,p_menu_template_id=>wwv_flow_imp.id(512262008702949622)
121121
,p_plug_display_condition_type=>'CURRENT_PAGE_IN_CONDITION'
122122
,p_plug_display_when_condition=>'10'
123123
);
124124
wwv_flow_imp_page.create_page_button(
125-
p_id=>wwv_flow_imp.id(50967218848796205)
125+
p_id=>wwv_flow_imp.id(94688636710074468)
126126
,p_button_sequence=>10
127-
,p_button_plug_id=>wwv_flow_imp.id(489789857780525824)
127+
,p_button_plug_id=>wwv_flow_imp.id(533511275641804087)
128128
,p_button_name=>'REPORTS'
129129
,p_button_action=>'DEFINED_BY_DA'
130130
,p_button_template_options=>'#DEFAULT#:t-Button--simple:t-Button--iconRight'
131-
,p_button_template_id=>wwv_flow_imp.id(468539048343671357)
131+
,p_button_template_id=>wwv_flow_imp.id(512260466204949620)
132132
,p_button_image_alt=>'Reports'
133133
,p_button_position=>'EDIT'
134134
,p_warn_on_unsaved_changes=>null

0 commit comments

Comments
 (0)