/workspace/wp-calypso
c73ce2eab8
client/signup/steps/about/index.jsx:366:                                        'Share ideas, experiences, updates, reviews, stories, videos, or photos'
client/boot/project/wordpress-com.js:148:               analytics.mc.bumpStat( { newdash_pageviews: 'route' } );
client/state/data-layer/wpcom/sites/stats/google-my-business/test/index.js:50:                  statType: 'views',
client/state/data-layer/README.md:5:React provides a great abstraction for developers to create "declarative views" over given data.
client/state/stats/posts/test/reducer.js:43:                            fields: [ 'views', 'years' ],
client/state/stats/posts/test/reducer.js:49:                                            'views,years': true,
client/state/stats/posts/test/reducer.js:58:                                    2454: { views: true },
client/state/stats/posts/test/reducer.js:71:                                            views: true,
client/state/stats/posts/test/reducer.js:81:                                    2454: { views: true },
client/state/stats/posts/test/reducer.js:88:                            fields: [ 'views' ],
client/state/stats/posts/test/reducer.js:93:                                    2454: { views: true },
client/state/stats/posts/test/reducer.js:94:                                    2455: { views: true },
client/state/stats/posts/test/reducer.js:102:                                   2454: { views: true },
client/state/stats/posts/test/reducer.js:109:                           fields: [ 'views' ],
client/state/stats/posts/test/reducer.js:114:                                   2454: { views: true },
client/state/stats/posts/test/reducer.js:117:                                   2454: { views: true },
client/state/stats/posts/test/reducer.js:125:                                   2454: { views: true },
client/state/stats/posts/test/reducer.js:132:                           fields: [ 'views' ],
client/state/stats/posts/test/reducer.js:137:                                   2454: { views: false },
client/state/stats/posts/test/reducer.js:145:                                   2454: { views: true },
client/state/stats/posts/test/reducer.js:152:                           fields: [ 'views' ],
client/state/stats/posts/test/reducer.js:157:                                   2454: { views: false },
client/state/stats/posts/test/reducer.js:175:                           stats: { views: 2, years: [] },
client/state/stats/posts/test/reducer.js:180:                                   2454: { views: 2, years: [] },
client/state/stats/posts/test/reducer.js:188:                                   2454: { views: 2 },
client/state/stats/posts/test/reducer.js:201:                                           views: 2,
client/state/stats/posts/test/reducer.js:211:                                   2454: { views: 2 },
client/state/stats/posts/test/reducer.js:218:                           stats: { views: 3 },
client/state/stats/posts/test/reducer.js:223:                                   2454: { views: 2 },
client/state/stats/posts/test/reducer.js:224:                                   2455: { views: 3 },
client/state/stats/posts/test/reducer.js:232:                                   2454: { views: 2 },
client/state/stats/posts/test/reducer.js:239:                           stats: { views: 3 },
client/state/stats/posts/test/reducer.js:244:                                   2454: { views: 2 },
client/state/stats/posts/test/reducer.js:247:                                   2454: { views: 3 },
client/state/stats/posts/test/reducer.js:255:                                   2454: { views: 2 },
client/state/stats/posts/test/reducer.js:262:                           stats: { views: 3 },
client/state/stats/posts/test/reducer.js:267:                                   2454: { views: 3 },
client/state/stats/posts/test/reducer.js:275:                                   2454: { views: 2 },
client/state/stats/posts/test/reducer.js:282:                                   2454: { views: 2 },
client/state/stats/posts/test/reducer.js:290:                                   2454: { views: 2 },
client/state/stats/posts/test/reducer.js:297:                                   2454: { views: 2 },
client/state/stats/posts/test/reducer.js:304:                           2454: { views: 2 },
client/state/stats/posts/test/selectors.js:21:                                                          2454: { views: true },
client/state/stats/posts/test/selectors.js:38:                                                          2454: { 'views,years': false },
client/state/stats/posts/test/selectors.js:44:                  const isRequesting = isRequestingPostStats( state, 2916284, 2454, [ 'views', 'years' ] );
client/state/stats/posts/test/selectors.js:55:                                                          2454: { 'views,years': true },
client/state/stats/posts/test/selectors.js:61:                  const isRequesting = isRequestingPostStats( state, 2916284, 2454, [ 'views', 'years' ] );
client/state/stats/posts/test/selectors.js:74:                                                          2454: { views: 2 },
client/state/stats/posts/test/selectors.js:91:                                                          2454: { views: 2 },
client/state/stats/posts/test/selectors.js:97:                  const statValue = getPostStat( state, 2916284, 2454, 'views' );
client/state/stats/posts/test/selectors.js:110:                                                         2454: { views: 2 },
client/state/stats/posts/test/selectors.js:127:                                                         2454: { views: 2 },
client/state/stats/posts/test/selectors.js:135:                 expect( statValue ).to.eql( { views: 2 } );
client/state/stats/posts/test/actions.js:29:                    const action = receivePostStats( 2916284, 2454, { views: 2 } );
client/state/stats/posts/test/actions.js:35:                            stats: { views: 2 },
client/state/stats/posts/test/actions.js:44:                            .get( '/rest/v1.1/sites/2916284/stats/post/2454?fields=views%2Cyears' )
client/state/stats/posts/test/actions.js:45:                            .reply( 200, { views: 2, years: {} } )
client/state/stats/posts/test/actions.js:46:                            .get( '/rest/v1.1/sites/2916285/stats/post/2455?fields=views' )
client/state/stats/posts/test/actions.js:54:                    requestPostStats( 2916284, 2454, [ 'views', 'years' ] )( spy );
client/state/stats/posts/test/actions.js:60:                            fields: [ 'views', 'years' ],
client/state/stats/posts/test/actions.js:65:                    return requestPostStats( 2916284, 2454, [ 'views', 'years' ] )( spy ).then( () => {
client/state/stats/posts/test/actions.js:67:                                    receivePostStats( 2916284, 2454, { views: 2, years: {} } )
client/state/stats/posts/test/actions.js:73:                    return requestPostStats( 2916284, 2454, [ 'views', 'years' ] )( spy ).then( () => {
client/state/stats/posts/test/actions.js:78:                                    fields: [ 'views', 'years' ],
client/state/stats/posts/test/actions.js:84:                    return requestPostStats( 2916285, 2455, [ 'views' ] )( spy ).then( () => {
client/state/stats/posts/test/actions.js:89:                                    fields: [ 'views' ],
client/state/stats/lists/utils.js:364:                  hourly_views,
client/state/stats/lists/utils.js:384:                  hourlyViews: hourly_views,
client/state/stats/lists/utils.js:405:                  ? [ 'summary', 'postviews' ]
client/state/stats/lists/utils.js:406:                  : [ 'days', startOf, 'postviews' ];
client/state/stats/lists/utils.js:427:                          value: item.views,
client/state/stats/lists/utils.js:443:   * Returns a normalized payload from `/sites/{ site }/stats/country-views`
client/state/stats/lists/utils.js:450:          // parsing a country-views response requires a period and date
client/state/stats/lists/utils.js:458:          const dataPath = query.summarize ? [ 'summary', 'views' ] : [ 'days', startOf, 'views' ];
client/state/stats/lists/utils.js:460:          // filter out country views that have no legitimate country data associated with them
client/state/stats/lists/utils.js:473:                          value: viewData.views,
client/state/stats/lists/utils.js:696:                          value: item.views,
client/state/stats/lists/utils.js:704:                                          value: child.views,
client/state/stats/lists/utils.js:762:                          value: item.views,
client/state/stats/lists/utils.js:788:                          value: item.views,
client/state/stats/lists/utils.js:799:                                          value: child.views,
client/state/stats/lists/utils.js:836:                          value: item.views,
client/state/stats/lists/utils.js:867:                          ...parseItem( { ...item, children: item.results, views: item.total } ),
client/state/stats/lists/utils.js:942:                          value: day.views,
client/state/stats/lists/test/utils.js:330:                                                     views: 300,
client/state/stats/lists/test/utils.js:332:                                                     views_best_day: '2010-09-29',
client/state/stats/lists/test/utils.js:333:                                                     views_best_day_total: 100,
client/state/stats/lists/test/utils.js:338:                                     views: 300,
client/state/stats/lists/test/utils.js:340:                                     viewsBestDay: '2010-09-29',
client/state/stats/lists/test/utils.js:341:                                     viewsBestDayTotal: 100,
client/state/stats/lists/test/utils.js:520:                                                                     postviews: [
client/state/stats/lists/test/utils.js:527:                                                                                     views: 3939,
client/state/stats/lists/test/utils.js:530:                                                                     total_views: 0,
client/state/stats/lists/test/utils.js:568:                                                                     postviews: [
client/state/stats/lists/test/utils.js:575:                                                                                     views: 774,
client/state/stats/lists/test/utils.js:578:                                                                     total_views: 0,
client/state/stats/lists/test/utils.js:615:                                                             postviews: [
client/state/stats/lists/test/utils.js:622:                                                                             views: 3939,
client/state/stats/lists/test/utils.js:625:                                                             total_views: 0,
client/state/stats/lists/test/utils.js:677:                                                                     views: [
client/state/stats/lists/test/utils.js:680:                                                                                     views: 1,
client/state/stats/lists/test/utils.js:683:                                                                     other_views: 0,
client/state/stats/lists/test/utils.js:684:                                                                     total_views: 1,
client/state/stats/lists/test/utils.js:721:                                                                     views: [
client/state/stats/lists/test/utils.js:724:                                                                                     views: 10,
client/state/stats/lists/test/utils.js:727:                                                                     other_views: 0,
client/state/stats/lists/test/utils.js:728:                                                                     total_views: 10,
client/state/stats/lists/test/utils.js:764:                                                             views: [
client/state/stats/lists/test/utils.js:767:                                                                             views: 100,
client/state/stats/lists/test/utils.js:770:                                                             other_views: 0,
client/state/stats/lists/test/utils.js:771:                                                             total_views: 100,
client/state/stats/lists/test/utils.js:808:                                                                     views: [
client/state/stats/lists/test/utils.js:811:                                                                                     views: 100,
client/state/stats/lists/test/utils.js:814:                                                                     other_views: 0,
client/state/stats/lists/test/utils.js:815:                                                                     total_views: 100,
client/state/stats/lists/test/utils.js:852:                                                                     views: [
client/state/stats/lists/test/utils.js:855:                                                                                     views: 100,
client/state/stats/lists/test/utils.js:858:                                                                     other_views: 0,
client/state/stats/lists/test/utils.js:859:                                                                     total_views: 100,
client/state/stats/lists/test/utils.js:895:                                                                     views: [
client/state/stats/lists/test/utils.js:898:                                                                                     views: 100,
client/state/stats/lists/test/utils.js:902:                                                                                     views: 100,
client/state/stats/lists/test/utils.js:905:                                                                     other_views: 0,
client/state/stats/lists/test/utils.js:906:                                                                     total_views: 100,
client/state/stats/lists/test/utils.js:953:                                             hourly_views: [],
client/state/stats/lists/test/utils.js:1135:                                                                                                    views: 6,
client/state/stats/lists/test/utils.js:1141:                                                                                                    views: 10,
client/state/stats/lists/test/utils.js:1219:                                                            views: 2381,
client/state/stats/lists/test/utils.js:1234:                                                            views: 740,
client/state/stats/lists/test/utils.js:1313:                                                       <response clipped><NOTE>Due to the max output limit, only part of the full response has been shown to you.</NOTE>:                                            fields: [ 'period', 'views', 'visitors' ],
client/state/stats/lists/test/utils.js:1757:                                            views: 0,
client/state/stats/lists/test/utils.js:1768:                                            views: 10,
client/state/stats/lists/test/utils.js:1778:                                            fields: [ 'period', 'views', 'visitors' ],
client/state/stats/lists/test/utils.js:1790:                                            views: 0,
client/state/stats/lists/test/utils.js:1801:                                            views: 10,
client/state/stats/lists/test/selectors.js:427:                                                                                         views: 300,
client/state/stats/lists/test/selectors.js:429:                                                                                         views_best_day: '2010-09-29',
client/state/stats/lists/test/selectors.js:430:                                                                                         views_best_day_total: 100,
client/state/stats/lists/test/selectors.js:449:                         views: 300,
client/state/stats/lists/test/selectors.js:451:                         viewsBestDay: '2010-09-29',
client/state/stats/lists/test/selectors.js:452:                         viewsBestDayTotal: 100,
client/state/stats/lists/test/selectors.js:492:                                                                                                 views: [
client/state/stats/lists/test/selectors.js:495:                                                                                                                 views: 1,
client/state/stats/lists/test/selectors.js:498:                                                                                                 other_views: 0,
client/state/stats/lists/test/selectors.js:499:                                                                                                 total_views: 1,
client/state/stats/lists/test/actions.js:64:                            .get( `/rest/v1.1/sites/${ SITE_ID }/stats/country-views` )
client/state/ui/media-modal/constants.js:2: * Media modal views
client/state/selectors/get-store-referrers-by-referrer.js:27:                                           product_views: all.product_views + r.product_views,
client/state/selectors/get-store-referrers-by-referrer.js:36:                                   product_views: 0,
client/state/selectors/get-site-stats-view-summary.js:24:               stat_fields: 'views',
client/state/selectors/test/get-site-stats-view-summary.js:37:                                                                  '[["quantity",-1],["stat_fields","views"]]': {
client/state/selectors/test/get-site-stats-view-summary.js:39:                                                                          fields: [ 'period', 'views' ],
client/state/selectors/test/get-site-stats-view-summary.js:62:                                                                  '[["quantity",-1],["stat_fields","views"]]': {
client/state/selectors/test/get-site-stats-view-summary.js:69:                                                                          fields: [ 'period', 'views' ],
client/state/sites/selectors.js:313: * whether it is safe to embed iframe previews for the site.
client/state/reader/posts/test/actions.js:201:          test( 'should dispatch POST_SEEN and send pageviews for unseen posts with sites', () => {
client/state/reader/posts/actions.js:158:                                       'reader_pageviews',
client/lib/react-pass-to-children/README.md:4:Pass to Children is a utility method to assist in creating a React pass-through component. A common pattern in React is to create [controller-views](https://facebook.github.io/flux/docs/overview.html#views-and-controller-views) which themselves render nothing, but inject and pass along props to a child or set of children.
client/lib/plans/constants.js:1706:             getDescription: () => i18n.translate( 'Also includes SEO previews and Google Analytics.' ),
client/lib/signup/hint-data.js:81:      'Book reviews': i18n.translate( 'Book reviews' ),
client/lib/signup/hint-data.js:491:     'Product reviews': i18n.translate( 'Product reviews' ),
client/lib/signup/hint-data.js:525:     Reviews: i18n.translate( 'Reviews' ),
client/lib/users/README.md:24:Actions get triggered by views and stores.
client/lib/plugins/README.md:125:Actions get triggered by views and stores.
client/lib/followers/README.md:19:Actions get triggered by views and stores.
client/lib/siftscience/README.md:6:On any page we'd like to collect user data for sift, simply call `SiftScience.recordUser();`.  This fills out the window._sift object as required, and loads the external sift script.  Nothing needs to be done beyond calling `recordUser()`.  At this point, we're not tracking pageviews with sift, we're only sending data about user environments - so we don't need to call `recordUser()` on each pageload, only once before they checkout.
client/lib/ads/README.md:55:Actions get triggered by views and stores.
client/lib/url/support.js:45:export const GETTING_MORE_VIEWS_AND_TRAFFIC = `${ root }/getting-more-views-and-traffic`;
client/lib/url/support.js:68:export const SEO_TAGS = `${ root }/getting-more-views-and-traffic/#use-appropriate-tags`;
client/lib/url/support.js:79:export const STATS_VIEWS_BY_COUNTRY = `${ root }/stats/#views-by-country`;
client/lib/email-followers/README.md:19:Actions get triggered by views and stores.
client/lib/track-scroll-page/index.js:12:       analytics.mc.bumpStat( 'newdash_pageviews', 'scroll' );
client/lib/analytics/index.js:247:                      // this function is fairly dangerous, as it bumps page views for wpcom and should only be called in very specific cases.
client/lib/analytics/page-view-tracker/README.md:3:Use this component to automatically record page views when they are loaded and when the `path` changes.
client/lib/analytics/page-view-tracker/README.md:12:* `path`: required `String` that represents the path to report as the source of the page view event. It should follow Calypso's [Path Conventions](https://github.com/Automattic/wp-calypso/blob/master/client/lib/analytics/docs/page-views.md#paths-conventions).
client/lib/analytics/page-view-tracker/README.md:13:* `title`: required `String` that represent the page's title. It should follow Calypso's [Title Conventions](https://github.com/Automattic/wp-calypso/blob/master/client/lib/analytics/docs/page-views.md#titles-conventions).
client/lib/analytics/docs/google-analytics.md:38:_Note: Unless you have a strong reason to directly record a page view to Google Analytics, you should use [`PageViewTracker`](./page-views.md) instead._
client/lib/analytics/docs/google-analytics.md:52:For page view tracking conventions, refer to the [Page Views](./page-views.md) documentation.
client/lib/analytics/docs/page-views.md:4:We should record Page views every time the main content body completely changes. This includes both when the browser is refreshed and any time the URL is updated via the browser history API.
client/lib/analytics/docs/page-views.md:6:These tools will automatically record page views to both Google Analytics and Tracks. The preferred tool is the **`PageViewTracker`** component which is aware of the selected site and, if the current URL contains a site fragment, it will delay the recording of the page view until the selected site is set or updated.
client/lib/analytics/docs/page-views.md:49:There are currently no enforced rules for the reporting page views' paths but, where possible, we should normalize them and replace the variables' values with placeholders.
client/lib/analytics/ad-tracking.js:619: * A generic function that we can export and call to track plans page views with our ad partners
client/lib/analytics/README.md:19:[**Page Views**](./docs/page-views.md) should be used to record all page views (when the main content body completely changes). This will automatically record the page view to both Google Analytics and Tracks.
client/layout/guided-tours/docs/ARCHITECTURE-FUTURE.md:10:- All tour configs — comprised of their views and their logic — are systematically loaded, even though in most cases a user will only see 0 or 1 tour in one session.

--- posts list candidates ---
find: warning: you have specified the global option -maxdepth after the argument -iname, but global options are not positional, i.e., -maxdepth affects tests specified before it as well as those specified after it.  Please specify global options before other arguments.
client/state/data-layer/wpcom/videos/poster
client/state/data-layer/wpcom/sites/post-types
client/state/data-layer/wpcom/sites/posts
client/state/data-layer/wpcom/posts
client/state/post-types
client/state/stats/posts
client/state/ui/post-type-list
client/state/selectors/edited-post-has-content.js
client/state/selectors/get-post-revision.js
client/state/selectors/can-current-user-edit-post.js
client/state/selectors/get-inline-support-article-post-url.js
client/state/selectors/get-post-share-scheduled-actions.js
client/state/selectors/get-post-revisions-selected-revision.js
client/state/selectors/get-post-revisions-comparisons.js
client/state/selectors/get-post-revisions-selected-revision-id.js
client/state/selectors/get-post-share-published-actions.js
client/state/selectors/get-post-like-last-updated.js
client/state/selectors/is-post-revisions-dialog-visible.js
client/state/selectors/get-post-like-count.js
client/state/selectors/is-liked-post.js
client/state/selectors/get-inline-support-article-post-id.js
client/state/selectors/is-regenerating-jetpack-post-by-email.js
client/state/selectors/get-post-revisions.js
client/state/selectors/get-post-revisions-authors-id.js
client/state/selectors/test/edited-post-has-content.js
client/state/selectors/test/get-post-revision.js
client/state/selectors/test/can-current-user-edit-post.js
client/state/selectors/test/get-post-revisions-comparisons.js
client/state/selectors/test/is-regenerating-jetpack-post-by-email.js
client/state/selectors/test/get-post-revisions.js
client/state/selectors/test/get-post-revisions-authors-id.js
client/state/selectors/test/get-post-revisions-diff-view.js
client/state/selectors/test/get-post-likes.js
client/state/selectors/test/get-poster-url.js
client/state/selectors/test/get-poster-upload-progress.js
client/state/selectors/test/get-site-default-post-format.js
client/state/selectors/test/count-post-likes.js
client/state/selectors/get-post-revisions-diff-view.js
client/state/selectors/get-post-likes.js
client/state/selectors/get-poster-url.js
client/state/selectors/is-editing-publicize-share-post-action.js
client/state/selectors/get-poster-upload-progress.js
client/state/selectors/get-site-default-post-format.js
client/state/selectors/get-post-revisions-diff.js
client/state/selectors/count-post-likes.js
client/state/posts
client/state/reader/posts
client/state/reader/related-posts
client/state/post-formats
client/notifications/src/panel/templates/block-post.jsx
client/lib/postal-code
client/lib/post-normalizer
client/lib/query-manager/post
client/lib/post-metadata
client/layout/guided-tours/tours/checklist-publish-post-tour.js
client/components/data/query-reader-related-posts
client/components/data/query-posts
client/components/data/query-post-likes
client/components/data/query-post-types
client/components/data/query-post-formats
client/components/data/query-share-post-actions
client/components/data/query-post-revisions
client/components/data/query-post-stats
client/components/data/query-post-counts
client/components/data/query-reader-post
client/components/post-excerpt
client/components/related-posts
client/components/post-schedule
client/post-editor
client/post-editor/edit-post-status
client/post-editor/editor-delete-post
client/post-editor/editor-post-type-unsupported
client/post-editor/editor-post-formats
client/post-editor/post-editor.jsx
client/post-editor/editor-publish-date/post-scheduler.jsx
client/post-editor/editor-post-type
client/post-editor/restore-post-dialog.jsx
client/post-editor/editor-more-options/copy-post.jsx
client/gutenberg/editor/edit-post
client/blocks/reader-post-card
client/blocks/reader-post-card/conversation-post.jsx
client/blocks/post-share
client/blocks/reader-full-post
client/blocks/post-likes
client/blocks/daily-post-button
client/blocks/reader-combined-card/placeholders/post.jsx
client/blocks/reader-combined-card/post.jsx
client/blocks/post-status
client/blocks/reader-post-options-menu
client/blocks/post-edit-button
client/blocks/reader-post-actions
client/blocks/comments/post-comment-content.jsx
client/blocks/comments/post-comment-list.jsx
client/blocks/comments/post-comment-with-error.jsx
client/blocks/comments/docs/post-comment-example.jsx
client/blocks/comments/post-comment.jsx
client/blocks/comments/post-trackback.jsx
client/blocks/post-time
client/blocks/product-purchase-features-list/video-audio-posts.jsx
client/blocks/product-purchase-features-list/test/video-audio-posts.jsx
client/blocks/post-item
client/my-sites/site-settings/manage-connection/public-post-types.jsx
client/my-sites/site-settings/composing/default-post-format.jsx
client/my-sites/site-settings/related-posts
client/my-sites/post-type-list
client/my-sites/post-type-list/post-type-post-author
client/my-sites/post-type-list/post-thumbnail.jsx
client/my-sites/post-type-list/post-action-counts
client/my-sites/post-type-list/post-actions-ellipsis-menu
client/my-sites/post-type-list/post-type-site-info
client/my-sites/stats/stats-post-detail
client/my-sites/stats/stats-post-likes
client/my-sites/stats/stats-post-summary
client/my-sites/stats/post-performance
client/my-sites/stats/post-trends
client/my-sites/post
client/my-sites/post/post-image
client/my-sites/types/post-type-unsupported
client/my-sites/types/post-type-forbidden
client/my-sites/pages/blog-posts-page
client/my-sites/post-type-filter
client/my-sites/posts
client/my-sites/posts/post-total-views.jsx
client/my-sites/post-like-button
client/my-sites/comments/comment/comment-post-link.jsx
client/my-sites/post-selector
client/my-sites/post-relative-time-status
client/my-sites/exporter/export-card/post-type-options.jsx
client/extensions/zoninator/components/recent-posts-dropdown
client/extensions/zoninator/components/search-autocomplete/post-suggestions.jsx
client/reader/xpost-helper.js
client/reader/stream/x-post.jsx
client/reader/stream/post-unavailable.jsx
client/reader/stream/recommended-posts.jsx
client/reader/stream/post-placeholder.jsx
client/reader/stream/post-lifecycle.jsx
client/reader/stream/empty-search-recommended-post.jsx
client/reader/stream/post.jsx
client/reader/post-key.js
client/reader/full-post
client/reader/search-stream/post-results.jsx
client/reader/post-excerpt-link

--- package versions ---
v10.9.0
bash: yarn: command not found
[The command completed with exit code 127.]
[Current working directory: /workspace/wp-calypso]
[Python interpreter: /usr/bin/python]
[Command finished with exit code 127]