Skip to content

Commit

Permalink
Merge pull request #547 from CMSgov/bug/QPPCT-592_bad_commenting
Browse files Browse the repository at this point in the history
QPPCT-592: non-yaml comment
  • Loading branch information
sfradkin authored Jan 8, 2018
2 parents 618a76d + d462f69 commit ed72326
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>1.1-RELEASE</version>
<version>1.1.1-RELEASE</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>1.1-RELEASE</version>
<version>1.1.1-RELEASE</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>1.1-RELEASE</version>
<version>1.1.1-RELEASE</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>1.1-RELEASE</version>
<version>1.1.1-RELEASE</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qpp-conversion-frontend",
"version": "1.1",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion generate-qrda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>qpp-conversion-tool-parent</artifactId>
<groupId>gov.cms.qpp.conversion</groupId>
<version>1.1-RELEASE</version>
<version>1.1.1-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<packaging>pom</packaging>
<version>1.1-RELEASE</version>
<version>1.1.1-RELEASE</version>
<name>QPP Conversion Tool</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>1.1-RELEASE</version>
<version>1.1.1-RELEASE</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rest-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>1.1-RELEASE</version>
<version>1.1.1-RELEASE</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>gov.cms.qpp.conversion</groupId>
<artifactId>qpp-conversion-tool-parent</artifactId>
<version>1.1-RELEASE</version>
<version>1.1.1-RELEASE</version>
<relativePath>../</relativePath>
</parent>

Expand Down
14 changes: 7 additions & 7 deletions tools/docker/docker-artifacts/newrelic/newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,13 @@ common: &default_settings
# The default is to exclude 404s. If you want to override
# this, you must provide any new value as an empty list is ignored.
ignore_status_codes: [
400, // missing required query parameter or extra invalid query parameter (not yet used)
401, // invalid/missing JWT or user doesn't have necessary AuthZ privileges
403, // forbidden (not yet used)
404, // resource doesn't exist
405, // invalid request type
406, // accept headers asking for format our API doesn't support (not yet used)
422 // validation error
400, # missing required query parameter or extra invalid query parameter (not yet used)
401, # invalid/missing JWT or user doesn't have necessary AuthZ privileges
403, # forbidden (not yet used)
404, # resource doesn't exist
405, # invalid request type
406, # accept headers asking for format our API doesn't support (not yet used)
422 # validation error
]

# Transaction Events are used for Histograms and Percentiles. Unaggregated data is collected
Expand Down

0 comments on commit ed72326

Please sign in to comment.