[zanata/zanata-platform] 867acf: Add typescript dependency

GitHub noreply at github.com
Tue Jan 23 08:15:24 UTC 2018


  Branch: refs/heads/typescript
  Home:   https://github.com/zanata/zanata-platform
  Commit: 867acfd8d5d3761c1c299d42f062122e49cdbb33
      https://github.com/zanata/zanata-platform/commit/867acfd8d5d3761c1c299d42f062122e49cdbb33
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    M server/zanata-frontend/src/package.json
    M server/zanata-frontend/src/yarn.lock

  Log Message:
  -----------
  Add typescript dependency


  Commit: 53f9954440f344c3411aa3a6bcb61999a1bc3d3c
      https://github.com/zanata/zanata-platform/commit/53f9954440f344c3411aa3a6bcb61999a1bc3d3c
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    A server/zanata-frontend/src/.gitignore
    A server/zanata-frontend/src/.vscode/tasks.json
    A server/zanata-frontend/src/tsconfig.json

  Log Message:
  -----------
  Add basic TypeScript config


  Commit: 4408b61c9b94c1719163db98ee7d92d19ce9c575
      https://github.com/zanata/zanata-platform/commit/4408b61c9b94c1719163db98ee7d92d19ce9c575
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    M server/zanata-frontend/src/package.json
    A server/zanata-frontend/src/scripts/extract-messages.js
    M server/zanata-frontend/src/yarn.lock

  Log Message:
  -----------
  Add extract-messages script


  Commit: 63e6ef1c34a420b7a6e8e9f5a88753c840b947c2
      https://github.com/zanata/zanata-platform/commit/63e6ef1c34a420b7a6e8e9f5a88753c840b947c2
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    M server/zanata-frontend/src/package.json
    M server/zanata-frontend/src/tsconfig.json
    M server/zanata-frontend/src/yarn.lock

  Log Message:
  -----------
  Use tslib and --importHelpers


  Commit: 8fb78dc505d7952097988ae07f6ef2bb43c0bab9
      https://github.com/zanata/zanata-platform/commit/8fb78dc505d7952097988ae07f6ef2bb43c0bab9
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/Modal/ModalBody.jsx
    R server/zanata-frontend/src/app/components/Modal/ModalFooter.jsx
    A server/zanata-frontend/src/app/components/Modal/ModalFooter.tsx

  Log Message:
  -----------
  Add a tsx file and use ts-check in js


  Commit: e58dfcf046c662903d042290fb59cf9a59ac0fd7
      https://github.com/zanata/zanata-platform/commit/e58dfcf046c662903d042290fb59cf9a59ac0fd7
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    M server/zanata-frontend/src/app/editor/components/SuggestionContents/SuggestionContents.test.js
    M server/zanata-frontend/src/app/editor/components/SuggestionContents/index.js
    M server/zanata-frontend/src/app/editor/components/TextDiff/TextDiff.story.js
    M server/zanata-frontend/src/app/editor/components/TextDiff/TextDiff.test.js

  Log Message:
  -----------
  Fix TextDiff imports


  Commit: 876ffc8488bce6d3971f2629c8e793df924c0411
      https://github.com/zanata/zanata-platform/commit/876ffc8488bce6d3971f2629c8e793df924c0411
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    A server/zanata-frontend/src/.vscode/settings.json

  Log Message:
  -----------
  Configure vscode to use local TypeScript


  Commit: 69c585953a5209aefb423ff95496d9f4a508bd74
      https://github.com/zanata/zanata-platform/commit/69c585953a5209aefb423ff95496d9f4a508bd74
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    M server/zanata-frontend/src/package.json
    M server/zanata-frontend/src/yarn.lock

  Log Message:
  -----------
  Add lots of @types


  Commit: 0322811dc9183ccb00497df5c0e24aa76ce9342c
      https://github.com/zanata/zanata-platform/commit/0322811dc9183ccb00497df5c0e24aa76ce9342c
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    M server/zanata-frontend/src/package.json

  Log Message:
  -----------
  Move @types/chart.js to devDependencies


  Commit: e8188a0f4b5b9c450ce75df7a97d2b70e31b1853
      https://github.com/zanata/zanata-platform/commit/e8188a0f4b5b9c450ce75df7a97d2b70e31b1853
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    R server/zanata-frontend/src/.babelrc
    M server/zanata-frontend/src/package.json
    M server/zanata-frontend/src/webpack.config.js
    M server/zanata-frontend/src/yarn.lock

  Log Message:
  -----------
  Remove babel, add typescript loader


  Commit: 11047b1bc2ab8ea17394a034f0feb6b0e33ebb28
      https://github.com/zanata/zanata-platform/commit/11047b1bc2ab8ea17394a034f0feb6b0e33ebb28
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
    M server/zanata-frontend/src/jest.config.json
    M server/zanata-frontend/src/package.json
    M server/zanata-frontend/src/scripts/silence-React-15-deprecations.js
    M server/zanata-frontend/src/tsconfig.json
    M server/zanata-frontend/src/yarn.lock

  Log Message:
  -----------
  Run tests with ts-jest


  Commit: 16c851c98a27c8680ffab1b91abe3be93ce82795
      https://github.com/zanata/zanata-platform/commit/16c851c98a27c8680ffab1b91abe3be93ce82795
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
    M server/zanata-frontend/src/.storybook-editor/config.js
    M server/zanata-frontend/src/.storybook-editor/storyshots-editor.test.js
    M server/zanata-frontend/src/.storybook-editor/storyshots-util.js
    M server/zanata-frontend/src/.storybook-frontend/config.js
    M server/zanata-frontend/src/.storybook-frontend/storyshots-frontend.test.js
    M server/zanata-frontend/src/app/components/Icon/Icon.story.js
    M server/zanata-frontend/src/app/components/LogoLoader/index.js
    M server/zanata-frontend/src/app/components/TriCheckbox/TriCheckbox.test.js
    M server/zanata-frontend/src/app/components/TriCheckbox/index.js
    M server/zanata-frontend/src/app/containers/Glossary/NewEntryModal.js
    M server/zanata-frontend/src/app/editor/actions/settings-actions.js
    M server/zanata-frontend/src/app/editor/components/Button/Button.story.js
    M server/zanata-frontend/src/app/editor/components/Button/Button.test.js
    M server/zanata-frontend/src/app/editor/components/Button/index.js
    M server/zanata-frontend/src/app/editor/components/Dropdown/Dropdown.test.js
    M server/zanata-frontend/src/app/editor/components/Dropdown/index.js
    M server/zanata-frontend/src/app/editor/components/EditorSearchInput/EditorSearchInput.test.js
    M server/zanata-frontend/src/app/editor/components/EditorSearchInput/index.js
    M server/zanata-frontend/src/app/editor/components/FilterToggle/index.js
    M server/zanata-frontend/src/app/editor/components/GlossarySearchInput/index.js
    M server/zanata-frontend/src/app/editor/components/GlossaryTerm/index.js
    M server/zanata-frontend/src/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js
    M server/zanata-frontend/src/app/editor/components/GlossaryTermModal/component.js
    M server/zanata-frontend/src/app/editor/components/IconButton/IconButton.test.js
    M server/zanata-frontend/src/app/editor/components/IconButtonToggle/index.js
    M server/zanata-frontend/src/app/editor/components/Pager/Pager.test.js
    M server/zanata-frontend/src/app/editor/components/PhraseStatusFilter/PhraseStatusFilter.test.js
    M server/zanata-frontend/src/app/editor/components/ProgressBar/index.js
    M server/zanata-frontend/src/app/editor/components/RejectTranslationModal/RejectTranslationModal.story.js
    M server/zanata-frontend/src/app/editor/components/SelectButton/index.js
    M server/zanata-frontend/src/app/editor/components/SplitDropdown/index.js
    M server/zanata-frontend/src/app/editor/components/SuggestionContents/index.js
    M server/zanata-frontend/src/app/editor/components/SuggestionDetailsSummary/index.js
    M server/zanata-frontend/src/app/editor/components/SuggestionSearchInput/index.js
    M server/zanata-frontend/src/app/editor/components/ToggleSwitch/ToggleSwitch.test.js
    M server/zanata-frontend/src/app/editor/components/ToggleSwitch/index.js
    M server/zanata-frontend/src/app/editor/components/TransUnit/index.js
    M server/zanata-frontend/src/app/editor/components/TransUnitStatus.js
    M server/zanata-frontend/src/app/editor/components/TransUnitTranslationFooter.js
    M server/zanata-frontend/src/app/editor/components/UiLanguageDropdown/UiLanguageDropdown.test.js
    M server/zanata-frontend/src/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/app/editor/containers/EditorHeader/index.js
    M server/zanata-frontend/src/app/editor/containers/KeyShortcutCheatSheet/index.js
    M server/zanata-frontend/src/app/editor/containers/MainContent.js
    M server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/PlainSuggestionContents.js
    M server/zanata-frontend/src/app/editor/containers/SuggestionsPanel.js
    M server/zanata-frontend/src/app/editor/containers/ZanataLogoLoader.js
    M server/zanata-frontend/src/app/editor/reducers/dropdown-reducer.js
    M server/zanata-frontend/src/app/editor/reducers/glossary-reducer.js
    M server/zanata-frontend/src/app/editor/reducers/header-data-reducer.js
    M server/zanata-frontend/src/app/editor/reducers/phrase-reducer/filter-status-reducer.js
    M server/zanata-frontend/src/app/editor/reducers/phrase-reducer/index.js
    M server/zanata-frontend/src/app/editor/reducers/phrase-reducer/phrase-filter-reducer.js
    M server/zanata-frontend/src/app/editor/reducers/settings-reducer.js
    M server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.js
    M server/zanata-frontend/src/app/editor/reducers/ui-reducer.js
    M server/zanata-frontend/src/app/reducers/admin-reducer.js
    M server/zanata-frontend/src/app/reducers/admin-reducer.test.js
    M server/zanata-frontend/src/app/reducers/tmx-reducer.js
    M server/zanata-frontend/src/app/reducers/version-reducer.js
    M server/zanata-frontend/src/jest.config.json
    M server/zanata-frontend/src/scripts/codemods/test.template.js

  Log Message:
  -----------
  wip


Compare: https://github.com/zanata/zanata-platform/compare/b364f74a5d25...16c851c98a27


More information about the zanata-commits mailing list