You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by oy...@apache.org on 2021/04/01 12:54:08 UTC

[tinkerpop] branch TINKERPOP-2530 updated (b826868 -> a8f7d33)

This is an automated email from the ASF dual-hosted git repository.

oyvindsabo pushed a change to branch TINKERPOP-2530
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from b826868  TINKERPOP-2530: Update links in README to not point to old repo
     add a8f7d33  TINKERPOP-2530: Move gremlint.com to docs/gremlint

No new revisions were added by this update.

Summary of changes:
 docs/{site/home => }/gremlint/.gitignore                    |   0
 docs/{site/home => }/gremlint/.prettierrc                   |   0
 docs/{site/home => }/gremlint/LICENSE                       |   0
 docs/{site/home => }/gremlint/README.md                     |   0
 docs/{site/home => }/gremlint/package.json                  |   0
 docs/{site/home => }/gremlint/public/CNAME                  |   0
 docs/{site/home => }/gremlint/public/favicon.ico            | Bin
 docs/{site/home => }/gremlint/public/index.html             |   0
 docs/{site/home => }/gremlint/public/manifest.json          |   0
 docs/{site/home => }/gremlint/public/robots.txt             |   0
 docs/{site/home => }/gremlint/src/App.css                   |   0
 docs/{site/home => }/gremlint/src/App.test.tsx              |   0
 docs/{site/home => }/gremlint/src/App.tsx                   |   0
 .../{site/home => }/gremlint/src/components/CodePreview.tsx |   0
 docs/{site/home => }/gremlint/src/components/FadeIn.tsx     |   0
 .../home => }/gremlint/src/components/LoadingAnimation.tsx  |   0
 .../home => }/gremlint/src/components/NavigationButton.tsx  |   0
 docs/{site/home => }/gremlint/src/components/Navigator.tsx  |   0
 docs/{site/home => }/gremlint/src/components/Paragraph.tsx  |   0
 docs/{site/home => }/gremlint/src/components/QueryInput.tsx |   0
 docs/{site/home => }/gremlint/src/components/Spacer.ts      |   0
 .../home => }/gremlint/src/components/StyleGuideRule.tsx    |   0
 docs/{site/home => }/gremlint/src/components/TextButton.tsx |   0
 docs/{site/home => }/gremlint/src/components/Title.tsx      |   0
 docs/{site/home => }/gremlint/src/components/Toggle.tsx     |   0
 .../gremlint/src/gremlint-loading-logo-colored.png          | Bin
 .../gremlint/src/gremlint-loading-logo-grayscale.png        | Bin
 docs/{site/home => }/gremlint/src/index.css                 |   0
 docs/{site/home => }/gremlint/src/index.tsx                 |   0
 .../home => }/gremlint/src/libs/reduced-state/dispatch.ts   |   0
 .../home => }/gremlint/src/libs/reduced-state/index.ts      |   0
 .../gremlint/src/libs/reduced-state/reducedState.ts         |   0
 .../home => }/gremlint/src/libs/reduced-state/types.ts      |   0
 .../gremlint/src/libs/reduced-state/useReducedState.ts      |   0
 docs/{site/home => }/gremlint/src/react-app-env.d.ts        |   0
 docs/{site/home => }/gremlint/src/reportWebVitals.ts        |   0
 docs/{site/home => }/gremlint/src/router.ts                 |   0
 docs/{site/home => }/gremlint/src/setupTests.ts             |   0
 docs/{site/home => }/gremlint/src/store/actions.ts          |   0
 docs/{site/home => }/gremlint/src/store/index.ts            |   0
 docs/{site/home => }/gremlint/src/store/initialState.ts     |   0
 docs/{site/home => }/gremlint/src/store/reducers.ts         |   0
 docs/{site/home => }/gremlint/src/store/routines.ts         |   0
 docs/{site/home => }/gremlint/src/store/types.ts            |   0
 docs/{site/home => }/gremlint/src/styleVariables.ts         |   0
 .../gremlint/src/views/QueryFormatter/AdvancedOptions.tsx   |   0
 .../home => }/gremlint/src/views/QueryFormatter/index.tsx   |   0
 .../{site/home => }/gremlint/src/views/StyleGuide/index.tsx |   0
 docs/{site/home => }/gremlint/src/views/StyleGuide/rules.ts |   0
 docs/{site/home => }/gremlint/tsconfig.json                 |   0
 docs/{site/home => }/gremlint/tslint.json                   |   0
 pom.xml                                                     |   8 ++++----
 52 files changed, 4 insertions(+), 4 deletions(-)
 rename docs/{site/home => }/gremlint/.gitignore (100%)
 rename docs/{site/home => }/gremlint/.prettierrc (100%)
 rename docs/{site/home => }/gremlint/LICENSE (100%)
 rename docs/{site/home => }/gremlint/README.md (100%)
 rename docs/{site/home => }/gremlint/package.json (100%)
 rename docs/{site/home => }/gremlint/public/CNAME (100%)
 rename docs/{site/home => }/gremlint/public/favicon.ico (100%)
 rename docs/{site/home => }/gremlint/public/index.html (100%)
 rename docs/{site/home => }/gremlint/public/manifest.json (100%)
 rename docs/{site/home => }/gremlint/public/robots.txt (100%)
 rename docs/{site/home => }/gremlint/src/App.css (100%)
 rename docs/{site/home => }/gremlint/src/App.test.tsx (100%)
 rename docs/{site/home => }/gremlint/src/App.tsx (100%)
 rename docs/{site/home => }/gremlint/src/components/CodePreview.tsx (100%)
 rename docs/{site/home => }/gremlint/src/components/FadeIn.tsx (100%)
 rename docs/{site/home => }/gremlint/src/components/LoadingAnimation.tsx (100%)
 rename docs/{site/home => }/gremlint/src/components/NavigationButton.tsx (100%)
 rename docs/{site/home => }/gremlint/src/components/Navigator.tsx (100%)
 rename docs/{site/home => }/gremlint/src/components/Paragraph.tsx (100%)
 rename docs/{site/home => }/gremlint/src/components/QueryInput.tsx (100%)
 rename docs/{site/home => }/gremlint/src/components/Spacer.ts (100%)
 rename docs/{site/home => }/gremlint/src/components/StyleGuideRule.tsx (100%)
 rename docs/{site/home => }/gremlint/src/components/TextButton.tsx (100%)
 rename docs/{site/home => }/gremlint/src/components/Title.tsx (100%)
 rename docs/{site/home => }/gremlint/src/components/Toggle.tsx (100%)
 rename docs/{site/home => }/gremlint/src/gremlint-loading-logo-colored.png (100%)
 rename docs/{site/home => }/gremlint/src/gremlint-loading-logo-grayscale.png (100%)
 rename docs/{site/home => }/gremlint/src/index.css (100%)
 rename docs/{site/home => }/gremlint/src/index.tsx (100%)
 rename docs/{site/home => }/gremlint/src/libs/reduced-state/dispatch.ts (100%)
 rename docs/{site/home => }/gremlint/src/libs/reduced-state/index.ts (100%)
 rename docs/{site/home => }/gremlint/src/libs/reduced-state/reducedState.ts (100%)
 rename docs/{site/home => }/gremlint/src/libs/reduced-state/types.ts (100%)
 rename docs/{site/home => }/gremlint/src/libs/reduced-state/useReducedState.ts (100%)
 rename docs/{site/home => }/gremlint/src/react-app-env.d.ts (100%)
 rename docs/{site/home => }/gremlint/src/reportWebVitals.ts (100%)
 rename docs/{site/home => }/gremlint/src/router.ts (100%)
 rename docs/{site/home => }/gremlint/src/setupTests.ts (100%)
 rename docs/{site/home => }/gremlint/src/store/actions.ts (100%)
 rename docs/{site/home => }/gremlint/src/store/index.ts (100%)
 rename docs/{site/home => }/gremlint/src/store/initialState.ts (100%)
 rename docs/{site/home => }/gremlint/src/store/reducers.ts (100%)
 rename docs/{site/home => }/gremlint/src/store/routines.ts (100%)
 rename docs/{site/home => }/gremlint/src/store/types.ts (100%)
 rename docs/{site/home => }/gremlint/src/styleVariables.ts (100%)
 rename docs/{site/home => }/gremlint/src/views/QueryFormatter/AdvancedOptions.tsx (100%)
 rename docs/{site/home => }/gremlint/src/views/QueryFormatter/index.tsx (100%)
 rename docs/{site/home => }/gremlint/src/views/StyleGuide/index.tsx (100%)
 rename docs/{site/home => }/gremlint/src/views/StyleGuide/rules.ts (100%)
 rename docs/{site/home => }/gremlint/tsconfig.json (100%)
 rename docs/{site/home => }/gremlint/tslint.json (100%)