summaryrefslogtreecommitdiffstats
path: root/context
AgeCommit message (Expand)AuthorFilesLines
2018-07-16Refactor persistence JPA testingDinh Danh Le3-0/+353
2018-07-13Adding Benchmark modulewaqas.ikram1-2/+5
2018-07-10Adding executor integration testswaqas.ikram3-2/+11
2018-07-09Fixing Multi JVM Tests and sonar bugswaqas.ikram7-69/+197
2018-07-06Refactoring existing integration testswaqas.ikram44-1288/+1506
2018-06-21Add unit test for apex pdp context schemaliamfallon8-11/+482
2018-06-18Fix package name, Unit Test for Context Albumliamfallon4-1/+352
2018-06-14Add YAML plugin and cleanup for checkstyleliamfallon2-24/+36
2018-06-08Fixing Sonar bugs and Vulnerabilitieswaqas.ikram1-7/+1
2018-05-31Fixing Sonar bugs and Vulnerabilitieswaqas.ikram6-133/+124
2018-05-30Adding apex context moduleramverma81-0/+9960
*/ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# Set the default behavior, in case people don't have core.autocrlf set.
* text=off

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.java text
*.groovy text
*.json text
*.xsd text
*.xjb text
*.wsdl txt
*.properties text
*.xml text
*.sql text
*.bpmn text
*.sh text eol=lf
# Declare files that will always have CRLF line endings on checkout.


# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jks binary
*.pdf binary
*.docx binary
*.xlsx binary
*.crt binary
*.key binary