Skip to content

Commit

Permalink
Replace instances of REMOVED with something better
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmele committed Apr 11, 2017
1 parent 4d2b355 commit fabfd4c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Expand Up @@ -54,7 +54,6 @@ Items to include in each issue
* Deployment Impacts:
* Requires update of indexes and reindexing of collections. Note that collection indexing will be broken until update-indexes has been called.
* Create a new alias for the collection index used by search.
* See ***REMOVED*** for instructions.
* CMR-2912 - Whitespace trimming of Entry title
* Whitespace is trimmed from entry titles during indexing.
* Deployment Impacts:
Expand Down
4 changes: 2 additions & 2 deletions access-control-app/acl_usage.md
Expand Up @@ -37,7 +37,7 @@ Unlike the other types of resource identities, catalog item identities contain a
- **collection_identifier**: A filter defining the collections matched by this ACL. This filter consists of a combination of Collection Entry Titles, a restriction flag(AKA Access Value) range, and a temporal range (see the [schema](acl_schema.md#-collectionidentifiertype-object-))
- **granule_identifier**: A filter defining the granules matched by this ACL. This filter consists of a combination of restriction flag (AKA Access Value) range, and a temporal range and can be combined with a collection_identifier (see the [schema](acl_schema.md#-granuleidentifiertype-object-))

It should be noted that while temporal Catalog item filters are supported by the API, they are not currently used operationally. In addition, a restriction flag (or Access Value) filter may specify a include_undefined_value flag. If set to false, only items which have an access value within the specified range will be matched. If set to true, item with no value set, as well as those with a value in the specified range will be matched. include_undefined_value defaults to 'false'
It should be noted that while temporal Catalog item filters are supported by the API, they are not currently used operationally. In addition, a restriction flag (or Access Value) filter may specify a include_undefined_value flag. If set to false, only items which have an access value within the specified range will be matched. If set to true, item with no value set, as well as those with a value in the specified range will be matched. include_undefined_value defaults to 'false'

### Predicates

Expand Down Expand Up @@ -317,7 +317,7 @@ These ACLs are commonly added for normal operations, and may need to be added by

### Provider ACLs

When a provider is created by a client, it is expected that certain provider object ACLs will also be created. Most of this is currently manual via PUMP or a script, but could be automated by MMT. The process is outlined at <***REMOVED***>. Note that the ACLs below grant permissions to the System Administrator group. In general, these should also be granted to the Provider Administrator group. These ACLs can be retrieved using e.g. http://localhost:3011/acls?include-full-acl=true&identity_type=catalog_item&provider=CUKE_PROV1.
When a provider is created by a client, it is expected that certain provider object ACLs will also be created. Most of this is currently manual via PUMP or a script, but could be automated by MMT. Note that the ACLs below grant permissions to the System Administrator group. In general, these should also be granted to the Provider Administrator group. These ACLs can be retrieved using e.g. http://localhost:3011/acls?include-full-acl=true&identity_type=catalog_item&provider=CUKE_PROV1.

```
{
Expand Down
2 changes: 1 addition & 1 deletion ingest-app/api_docs.md
Expand Up @@ -44,7 +44,7 @@ Content-Type is a standard HTTP header that specifies the content type of the bo
| application/iso:smap+xml | ISO 19115 SMAP | collection, granule |
| application/vnd.nasa.cmr.umm+json| UMM JSON | collection |

Note: UMM JSON accepts an additional version parameter for both Content-Type: and Accept: headers. Like charset, it is appended with a semicolon (;). If no version is appended, the latest version is assumed. The UMM schema and its associated versions can be found in the EMFD repository located [here](***REMOVED***).
Note: UMM JSON accepts an additional version parameter for both Content-Type: and Accept: headers. Like charset, it is appended with a semicolon (;). If no version is appended, the latest version is assumed.

```
application/vnd.nasa.cmr.umm+json;version=1.1
Expand Down
3 changes: 1 addition & 2 deletions spatial-lib/src/cmr/spatial/tile.clj
Expand Up @@ -235,7 +235,6 @@
;; evaluation of the code during dynamic loading:
;; No implementation of method: :calculate-derived of protocol:
;; #'cmr.spatial.derived/DerivedCalculator found for class: cmr.spatial.geodetic_ring.GeodeticRing
;; (Please see: ***REMOVED*** for more details)
;; The problems seems to be the presence of multiple versions of the same record class(GeodeticRing)
;; Investigation of the issue did not result in a fix for the issue till now.
;; Filed an issue to identify what is causing the compilation error: CMR-1306. (DU 03/17/2015)
Expand All @@ -259,4 +258,4 @@
"Gets all MODIS Sinusoidal Tiles as a vector of tuples, each tuple being in the format [h v]
where h is the column and v is the row of a tile in the MODIS Sinusoidal grid."
[]
(map :coordinates @modis-sin-tiles))
(map :coordinates @modis-sin-tiles))
4 changes: 2 additions & 2 deletions umm-spec-lib/README.md
Expand Up @@ -89,7 +89,7 @@ See the DSL documentation and existing formats for examples.

### 6. Update the schemas in the EMFD project

Update the EMFD project with the new directory. The repo can be located here: ***REMOVED***
Update the EMFD project with the new directory. If you are unable to see the repository, a member of the CMR team can make the appropriate changes for you.

## Adding a new schema version

Expand Down Expand Up @@ -120,7 +120,7 @@ Update any tests that use umm-spec.

### 6. Add the schema to the EMFD project

Update the EMFD project with the new directory. The repo can be located here: ***REMOVED***
Update the EMFD project with the new directory. If you are unable to see the repository, a member of the CMR team can make the appropriate changes for you.

Create a pull request that includes the systems engineering team.

Expand Down

0 comments on commit fabfd4c

Please sign in to comment.