You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2017/03/07 01:29:32 UTC

[1/2] geode-native git commit: Add license headers to recently added javascript files. [Forced Update!]

Repository: geode-native
Updated Branches:
  refs/heads/develop 6768a9e01 -> 5d9e71305 (forced update)


Add license headers to recently added javascript files.


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/29c88386
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/29c88386
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/29c88386

Branch: refs/heads/develop
Commit: 29c8838646c1d1e9b4b450b418d93187524e7e91
Parents: 8fcb741
Author: Dave Barnes <db...@pivotal.io>
Authored: Thu Mar 2 13:18:54 2017 -0800
Committer: Jacob Barrett <jb...@pivotal.io>
Committed: Mon Mar 6 17:23:48 2017 -0800

----------------------------------------------------------------------
 .../master_middleman/source/javascripts/book.js      | 15 +++++++++++++++
 .../source/javascripts/waypoints/context.js          | 15 +++++++++++++++
 .../source/javascripts/waypoints/group.js            | 15 +++++++++++++++
 .../javascripts/waypoints/noframeworkAdapter.js      | 15 +++++++++++++++
 .../source/javascripts/waypoints/sticky.js           | 15 +++++++++++++++
 .../source/javascripts/waypoints/waypoint.js         | 15 +++++++++++++++
 6 files changed, 90 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/29c88386/docs/geode-native-book/master_middleman/source/javascripts/book.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/book.js b/docs/geode-native-book/master_middleman/source/javascripts/book.js
index 90879c4..00e6e49 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/book.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/book.js
@@ -1,3 +1,18 @@
+//Licensed to the Apache Software Foundation (ASF) under one or more
+//contributor license agreements.  See the NOTICE file distributed with
+//this work for additional information regarding copyright ownership.
+//The ASF licenses this file to You under the Apache License, Version 2.0
+//(the "License"); you may not use this file except in compliance with
+//the License.  You may obtain a copy of the License at
+//
+//http://www.apache.org/licenses/LICENSE-2.0
+//
+//Unless required by applicable law or agreed to in writing, software
+//distributed under the License is distributed on an "AS IS" BASIS,
+//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
+//express or implied. See the License for the specific language governing
+//permissions and limitations under the License.
+//
 // Declare your book-specific javascript overrides in this file.
 //= require 'waypoints/waypoint'
 //= require 'waypoints/context'

http://git-wip-us.apache.org/repos/asf/geode-native/blob/29c88386/docs/geode-native-book/master_middleman/source/javascripts/waypoints/context.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/context.js b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/context.js
index 5e3551b..d005cb3 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/context.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/context.js
@@ -1,3 +1,18 @@
+//Licensed to the Apache Software Foundation (ASF) under one or more
+//contributor license agreements.  See the NOTICE file distributed with
+//this work for additional information regarding copyright ownership.
+//The ASF licenses this file to You under the Apache License, Version 2.0
+//(the "License"); you may not use this file except in compliance with
+//the License.  You may obtain a copy of the License at
+//
+//http://www.apache.org/licenses/LICENSE-2.0
+//
+//Unless required by applicable law or agreed to in writing, software
+//distributed under the License is distributed on an "AS IS" BASIS,
+//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
+//express or implied. See the License for the specific language governing
+//permissions and limitations under the License.
+
 (function() {
   'use strict'
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/29c88386/docs/geode-native-book/master_middleman/source/javascripts/waypoints/group.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/group.js b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/group.js
index 57c3038..3f14d7c 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/group.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/group.js
@@ -1,3 +1,18 @@
+//Licensed to the Apache Software Foundation (ASF) under one or more
+//contributor license agreements.  See the NOTICE file distributed with
+//this work for additional information regarding copyright ownership.
+//The ASF licenses this file to You under the Apache License, Version 2.0
+//(the "License"); you may not use this file except in compliance with
+//the License.  You may obtain a copy of the License at
+//
+//http://www.apache.org/licenses/LICENSE-2.0
+//
+//Unless required by applicable law or agreed to in writing, software
+//distributed under the License is distributed on an "AS IS" BASIS,
+//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
+//express or implied. See the License for the specific language governing
+//permissions and limitations under the License.
+
 (function() {
   'use strict'
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/29c88386/docs/geode-native-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
index 99abcb5..4c55ca9 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
@@ -1,3 +1,18 @@
+//Licensed to the Apache Software Foundation (ASF) under one or more
+//contributor license agreements.  See the NOTICE file distributed with
+//this work for additional information regarding copyright ownership.
+//The ASF licenses this file to You under the Apache License, Version 2.0
+//(the "License"); you may not use this file except in compliance with
+//the License.  You may obtain a copy of the License at
+//
+//http://www.apache.org/licenses/LICENSE-2.0
+//
+//Unless required by applicable law or agreed to in writing, software
+//distributed under the License is distributed on an "AS IS" BASIS,
+//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
+//express or implied. See the License for the specific language governing
+//permissions and limitations under the License.
+
 (function() {
   'use strict'
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/29c88386/docs/geode-native-book/master_middleman/source/javascripts/waypoints/sticky.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/sticky.js b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/sticky.js
index 569fcdb..371cac0 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/sticky.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/sticky.js
@@ -1,3 +1,18 @@
+//Licensed to the Apache Software Foundation (ASF) under one or more
+//contributor license agreements.  See the NOTICE file distributed with
+//this work for additional information regarding copyright ownership.
+//The ASF licenses this file to You under the Apache License, Version 2.0
+//(the "License"); you may not use this file except in compliance with
+//the License.  You may obtain a copy of the License at
+//
+//http://www.apache.org/licenses/LICENSE-2.0
+//
+//Unless required by applicable law or agreed to in writing, software
+//distributed under the License is distributed on an "AS IS" BASIS,
+//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
+//express or implied. See the License for the specific language governing
+//permissions and limitations under the License.
+
 (function() {
   'use strict'
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/29c88386/docs/geode-native-book/master_middleman/source/javascripts/waypoints/waypoint.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/waypoint.js b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/waypoint.js
index 7f76f1d..0196b04 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/waypoint.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/waypoint.js
@@ -1,3 +1,18 @@
+//Licensed to the Apache Software Foundation (ASF) under one or more
+//contributor license agreements.  See the NOTICE file distributed with
+//this work for additional information regarding copyright ownership.
+//The ASF licenses this file to You under the Apache License, Version 2.0
+//(the "License"); you may not use this file except in compliance with
+//the License.  You may obtain a copy of the License at
+//
+//http://www.apache.org/licenses/LICENSE-2.0
+//
+//Unless required by applicable law or agreed to in writing, software
+//distributed under the License is distributed on an "AS IS" BASIS,
+//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
+//express or implied. See the License for the specific language governing
+//permissions and limitations under the License.
+
 (function() {
   'use strict'
 


[2/2] geode-native git commit: GEODE-2513 Unbrand statistics section of geode-native manual

Posted by jb...@apache.org.
GEODE-2513 Unbrand statistics section of geode-native manual


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/5d9e7130
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/5d9e7130
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/5d9e7130

Branch: refs/heads/develop
Commit: 5d9e7130546e3511919e79bf33b622b60965522b
Parents: 29c8838
Author: Karen Miller <km...@pivotal.io>
Authored: Fri Mar 3 10:00:36 2017 -0800
Committer: Jacob Barrett <jb...@pivotal.io>
Committed: Mon Mar 6 17:23:49 2017 -0800

----------------------------------------------------------------------
 .../system-statistics/chapter_overview.html.md.erb          | 9 ++++++---
 .../continuous_query_statistics.html.md.erb                 | 2 +-
 .../system-statistics/linux_os_statistics.html.md.erb       | 2 +-
 .../operating_system_statistics.html.md.erb                 | 6 +++---
 .../system-statistics/region_statistics.html.md.erb         | 2 +-
 .../system-statistics/solaris_os_statistics.html.md.erb     | 2 +-
 .../system_performance_statistics.html.md.erb               | 4 ++--
 .../system-statistics/windows_os_statistics.html.md.erb     | 2 +-
 8 files changed, 16 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/5d9e7130/docs/geode-native-docs/system-statistics/chapter_overview.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/system-statistics/chapter_overview.html.md.erb b/docs/geode-native-docs/system-statistics/chapter_overview.html.md.erb
index 9d25d55..7b7737b 100644
--- a/docs/geode-native-docs/system-statistics/chapter_overview.html.md.erb
+++ b/docs/geode-native-docs/system-statistics/chapter_overview.html.md.erb
@@ -19,9 +19,12 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-*System Statistics* provides information on the Pivotal GemFire installation and includes standard statistics for caching and distribution activities.
-
-Statistics that end with "time" are time-based statistics. For performance reasons, by default, the system does not collect these. To enable time-based statistics gathering, set the system property` enable-time-statistics` in [Attributes in gfcpp.properties\u2014Statistics Archiving Properties](../setting-properties/attributes-gfcpp.html#attributes-gfcpp__table_E1A0EDBA67CD41319E1E5FD0A0BB2723).
+This section discusses statistics for caching and distribution activities.
+Statistics that end with "time" are time-based statistics. 
+For performance reasons, the system does not collect these by default.
+To enable time-based statistics gathering,
+set the system property `enable-time-statistics` 
+as described in [Attributes in gfcpp.properties\u2014Statistics Archiving Properties](../setting-properties/attributes-gfcpp.html#attributes-gfcpp__table_E1A0EDBA67CD41319E1E5FD0A0BB2723).
 
 -   **[Sampling Statistics](sampling_statistics.html)**
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/5d9e7130/docs/geode-native-docs/system-statistics/continuous_query_statistics.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/system-statistics/continuous_query_statistics.html.md.erb b/docs/geode-native-docs/system-statistics/continuous_query_statistics.html.md.erb
index 37d8bd3..25ca685 100644
--- a/docs/geode-native-docs/system-statistics/continuous_query_statistics.html.md.erb
+++ b/docs/geode-native-docs/system-statistics/continuous_query_statistics.html.md.erb
@@ -19,7 +19,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-Continuous query statistics give you information about a registered Continuous Query (CQ) represented by the CqQuery object.
+Continuous query statistics give information about a registered Continuous Query (CQ) represented by the CqQuery object.
 
 |            |                                            |
 |------------|--------------------------------------------|

http://git-wip-us.apache.org/repos/asf/geode-native/blob/5d9e7130/docs/geode-native-docs/system-statistics/linux_os_statistics.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/system-statistics/linux_os_statistics.html.md.erb b/docs/geode-native-docs/system-statistics/linux_os_statistics.html.md.erb
index ad1b21b..85c0e21 100644
--- a/docs/geode-native-docs/system-statistics/linux_os_statistics.html.md.erb
+++ b/docs/geode-native-docs/system-statistics/linux_os_statistics.html.md.erb
@@ -19,7 +19,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-Use these methods to get information about a Linux operating system process that is using a Geode system.
+Use these methods to get information about a Linux operating system process.
 
 |                     |                                                                          |
 |---------------------|--------------------------------------------------------------------------|

http://git-wip-us.apache.org/repos/asf/geode-native/blob/5d9e7130/docs/geode-native-docs/system-statistics/operating_system_statistics.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/system-statistics/operating_system_statistics.html.md.erb b/docs/geode-native-docs/system-statistics/operating_system_statistics.html.md.erb
index 2abd8d7..6f33720 100644
--- a/docs/geode-native-docs/system-statistics/operating_system_statistics.html.md.erb
+++ b/docs/geode-native-docs/system-statistics/operating_system_statistics.html.md.erb
@@ -23,14 +23,14 @@ Use operating system statistics to determine a member\u2019s CPU, memory, and disk
 
 -   **[Linux Process Statistics](linux_os_statistics.html)**
 
-    Use these methods to get information about a Linux operating system process that is using a GemFire system.
+    Use these methods to get information about a Linux operating system process.
 
 -   **[Solaris Process Statistics](solaris_os_statistics.html)**
 
-    Use these methods to get information about a Solaris operating system process that is using a GemFire system
+    Use these methods to get information about a Solaris operating system process.
 
 -   **[Windows Process Statistics](windows_os_statistics.html)**
 
-    Use these methods to get information about a Windows operating system process that is using a GemFire system.
+    Use these methods to get information about a Windows operating system process.
 
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/5d9e7130/docs/geode-native-docs/system-statistics/region_statistics.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/system-statistics/region_statistics.html.md.erb b/docs/geode-native-docs/system-statistics/region_statistics.html.md.erb
index 3042573..be9a343 100644
--- a/docs/geode-native-docs/system-statistics/region_statistics.html.md.erb
+++ b/docs/geode-native-docs/system-statistics/region_statistics.html.md.erb
@@ -19,7 +19,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-These methods help you to get the statistics of a region.
+These methods help to get the statistics of a region.
 
 <a id="concept_7AA863080074439286F4F51048BC2159__section_8A343C8D6425469DA314D9A96E543A24"></a>
 <table>

http://git-wip-us.apache.org/repos/asf/geode-native/blob/5d9e7130/docs/geode-native-docs/system-statistics/solaris_os_statistics.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/system-statistics/solaris_os_statistics.html.md.erb b/docs/geode-native-docs/system-statistics/solaris_os_statistics.html.md.erb
index 26bc489..4802c40 100644
--- a/docs/geode-native-docs/system-statistics/solaris_os_statistics.html.md.erb
+++ b/docs/geode-native-docs/system-statistics/solaris_os_statistics.html.md.erb
@@ -19,7 +19,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-Use these methods to get information about a Solaris operating system process that is using a Geode system.
+Use these methods to get information about a Solaris operating system process.
 
 |                   |                                                                      |
 |-------------------|----------------------------------------------------------------------|

http://git-wip-us.apache.org/repos/asf/geode-native/blob/5d9e7130/docs/geode-native-docs/system-statistics/system_performance_statistics.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/system-statistics/system_performance_statistics.html.md.erb b/docs/geode-native-docs/system-statistics/system_performance_statistics.html.md.erb
index 63a83c1..c8dc0f2 100644
--- a/docs/geode-native-docs/system-statistics/system_performance_statistics.html.md.erb
+++ b/docs/geode-native-docs/system-statistics/system_performance_statistics.html.md.erb
@@ -23,7 +23,7 @@ Performance statistics are collected for each application or cache server that c
 
 -   **[Region Statistics](region_statistics.html)**
 
-    These methods help you to get the statistics of a region.
+    These methods help to get the statistics of a region.
 
 -   **[Cache Performance Statistics](cache_performance_statistics.html)**
 
@@ -31,7 +31,7 @@ Performance statistics are collected for each application or cache server that c
 
 -   **[Continuous Query Statistics](continuous_query_statistics.html)**
 
-    Continuous query statistics give you information about a registered Continuous Query (CQ) represented by the CqQuery object.
+    Continuous query statistics give information about a registered Continuous Query (CQ) represented by the CqQuery object.
 
 -   **[CQ Service Statistics](cq_service_statistics.html)**
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/5d9e7130/docs/geode-native-docs/system-statistics/windows_os_statistics.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/geode-native-docs/system-statistics/windows_os_statistics.html.md.erb b/docs/geode-native-docs/system-statistics/windows_os_statistics.html.md.erb
index a8a4422..e175a69 100644
--- a/docs/geode-native-docs/system-statistics/windows_os_statistics.html.md.erb
+++ b/docs/geode-native-docs/system-statistics/windows_os_statistics.html.md.erb
@@ -19,7 +19,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-Use these methods to get information about a Windows operating system process that is using a Geode system.
+Use these methods to get information about a Windows operating system process.
 
 |                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
 |-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|