- forgerock-build-tools/trunk/
- forgerock-community-skin/
- forgerock-doc-maven-plugin/
- forgerock-parent/
- i18n-framework/
- json-crypto/
- json-fluent/
- json-patch/
- json-ref/
- json-schema-validator/
- org.forgerock.json.ref/
- org.forgerock.json.resource/
- org.forgerock.restlet/
- org.forgerock.util/
Stats
Commits this week: 4
| Total Committers: | 7 |
|---|---|
| Last Commit: | 23 May |
| Commits this week: | 4 |
| Total Lines of Code (LoC): | 48,787 |
| Net change in LoC this week: | 184 |
Line History
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
Most active committers (90 days)
commons
matthew
Update to latest forgerock parent in order to pull in Checkstyle and Javadoc rules.
modified
pom.xml
matthew
* fix bug in string parsing of trailing slashes
* add support for obtaining relative pointers which can be useful when recursively processing JSON objects.
* add support for obtaining relative pointers which can be useful when recursively processing JSON objects.
modified 2
java files
matthew
Back out changes to pom.xml committed by accident in previous commit.
modified
pom.xml
matthew
Fix compiler warnings.
deleted from 2
java files and modified 4 files
Mark
Fix for OPENAM-1291: OpenAM reference guide .. section for command line tools should list all command line tools and provide anchors for them right at the top
For this fix to take effect, Jenkins probably needs to have a job for the forgerock-doc-maven-plugin.
For this fix to take effect, Jenkins probably needs to have a job for the forgerock-doc-maven-plugin.
modified
coredoc.xsl
Mark
Add support for aci, csv, ldif, http, .properties syntax highlighting
added to
endhead-js-favicon.txt and modified 3 files
Mark
Add support for SyntaxHighlighter also for Terminal screens (preserve [-] and [+])
modified 2
xsl files
Mark
Add support for SyntaxHighlighter also for Terminal screens (many of these are not shell syntax)
modified 2
xsl files
Mark
Add support for SyntaxHighlighter also for Terminal screens
modified 4 files
Mark
Add support for SyntaxHighlighter using Eclipse-like style
modified 5 files
matthew
Never fail the build when running Checkstyle as a report as part of the metrics profile.
modified
pom.xml
andi
Add query, action, partial patch
added 6
java files and modified 4 java files
- … 5 more files in changeset.
matthew
Add failsOnError Checkstyle config option which was accidentally dropped in previous commit.
added to
pom.xml
matthew
Update paths in OpenDJ3 header.
modified
opendj-java-header
matthew
Replace unit tests Checkstyle config with IDE specific config as it's easier to manage in an IDE.
added
check-src-default-ide.xml and deleted check-unit-tests.xml
matthew
Add support for configuring the Checkstyle indentation level of throws statements in method declarations.
changed 11 files
- … 6 more files in changeset.
matthew
More minor changes to Checkstyle configuration.
added
check-unit-tests.xml and modified 3 files
matthew
Recombine src and unit test Checkstyle into a single pass now that suppressions matching is more efficient.
modified
pom.xml
matthew
Remove .* wildcard matching as it is unnecessary and slows down Checkstyle enormously for large projects.
modified
unit-test-suppressions.xml
Mark
Typo
modified
coredoc.xsl
Mark
Ulinks are active in the PDFs, so no need to repeat them.
Also, for long URLs add additional chars where we can hyphenate besides /.
Also, for long URLs add additional chars where we can hyphenate besides /.
added to
coredoc.xsl
matthew
Change location of checkstyle output for source files so that Jenkins can pick up the results.
Disable checks of unit tests in report because suppressions does not seem to scale at all. Needs more investigation.
Disable checks of unit tests in report because suppressions does not seem to scale at all. Needs more investigation.
modified
pom.xml
matthew
Make it easy to configure Checkstyle precommit profile to not fail on error, and only issue the number of failures instead.
modified
pom.xml
andi
Addlow for resource responses that are not maps
modified 3
java files
matthew
Add surefire plugin dependency on build tools in order to make it easier to configure common test listener.
added to
pom.xml
andi
Add delete
added 2
java files and added to ResourceInvoker.java
matthew
Update to use new Javadoc report generation.
added
javadoc and modified pom.xml
matthew
Add generate-javadoc profile which encapsulates common Javadoc configuration. The profile is automatically triggered by the presence of the src/main/javadoc directory, even if the directory is empty (usually it will contain an overview.html, but this is not required).
The main motivation for this is to have a common look and feel as well as to avoid boiler plate report configuration which is usually required because report configurations cannot be inherited (build plugins can inherit from pluginManagement sections, but there is no equivalent for reports).
The main motivation for this is to have a common look and feel as well as to avoid boiler plate report configuration which is usually required because report configurations cannot be inherited (build plugins can inherit from pluginManagement sections, but there is no equivalent for reports).
modified
pom.xml
andi
Add update, reformat responses
added 2
java files
