Skip to content

Commit

Permalink
added the SEO referential
Browse files Browse the repository at this point in the history
  • Loading branch information
dzc34 committed Aug 6, 2016
1 parent 62720e2 commit 9899a63
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,10 @@ public ListBoxModel doFillRefAndLevelItems(@QueryParameter String selection) {
new Option("Accessiweb2.2 : Or", "Aw22;Or"),
new Option("Rgaa3 : A", "Rgaa30;Bz"),
new Option("Rgaa3 : AA", "Rgaa30;Ar"),
new Option("Rgaa3 : AAA", "Rgaa30;Or")
new Option("Rgaa3 : AAA", "Rgaa30;Or"),
new Option("SEO : Critique", "Seo;Bz"),
new Option("SEO : Critique + Majeur", "Seo;Ar"),
new Option("SEO : Critique + Majeur + Mineur", "Seo;Or")
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Rgaa30;LEVEL_3=Rgaa 3.0 : AAA
Aw22;LEVEL_1=Accessiweb 2.2 : Bronze
Aw22;LEVEL_2=Accessiweb 2.2 : Silver
Aw22;LEVEL_3=Accessiweb 2.2 : Gold
Seo;LEVEL_1=SEO : Critical
Seo;LEVEL_2=SEO : Critical + Major
Seo;LEVEL_3=SEO : Critical + Major + Minor
minMarkThresholdForStable=Minimal mark for build to be stable
maxFailedOccurencesThresholdForStable=Maximal number of failed occurrences for build to be stable
xmxValue=Xmx value to perform the Asqatasun analysis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Rgaa30;LEVEL_3=Rgaa 3.0 : AAA
Aw22;LEVEL_1=Accessiweb 2.2 : Bronze
Aw22;LEVEL_2=Accessiweb 2.2 : Silver
Aw22;LEVEL_3=Accessiweb 2.2 : Gold
Seo;LEVEL_1=SEO : Critical
Seo;LEVEL_2=SEO : Critical + Major
Seo;LEVEL_3=SEO : Critical + Major + Minor
minMarkThresholdForStable=Minimal mark for build to be stable
maxFailedOccurencesThresholdForStable=Maximal number of failed occurrences for build to be stable
xmxValue=Xmx value to perform the asqatasun analysis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Rgaa30;LEVEL_3=Rgaa 3.0 : AAA
Aw22;LEVEL_1=Accessiweb 2.2 : Bronze
Aw22;LEVEL_2=Accessiweb 2.2 : Argent
Aw22;LEVEL_3=Accessiweb 2.2 : Or
Seo;LEVEL_1=SEO : Critique
Seo;LEVEL_2=SEO : Critique + Majeur
Seo;LEVEL_3=SEO : Critique + Majeur + Mineur
minMarkThresholdForStable=Note minimale pour que l''analyse soit stable
maxFailedOccurencesThresholdForStable=Nombre maximum d''occurences invalides pour que l''analyse soit stable
xmxValue=Valeur du Xmx pour l''analyse Asqatasun
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ BEGIN
(contractId,(select Id_Referential FROM TGSI_REFERENTIAL WHERE Code like 'Aw22') );
INSERT IGNORE INTO `TGSI_CONTRACT_REFERENTIAL` (`CONTRACT_Id_Contract`, `REFERENTIAL_Id_Referential`) VALUES
(contractId,(select Id_Referential FROM TGSI_REFERENTIAL WHERE Code like 'Rgaa30'));
INSERT IGNORE INTO `TGSI_CONTRACT_REFERENTIAL` (`CONTRACT_Id_Contract`, `REFERENTIAL_Id_Referential`) VALUES
(contractId,(select Id_Referential FROM TGSI_REFERENTIAL WHERE Code like 'Seo'));
INSERT IGNORE INTO `TGSI_CONTRACT_FUNCTIONALITY` (`CONTRACT_Id_Contract`, `FUNCTIONALITY_Id_Functionality`) VALUES
(contractId,(select Id_Functionality FROM TGSI_FUNCTIONALITY WHERE Code like 'SCENARIO'));
END IF;
Expand Down

0 comments on commit 9899a63

Please sign in to comment.