Branch: refs/heads/frontend-dependency-versions-ZNTA1220
  Home:   https://github.com/zanata/zanata-server
  Commit: 2ca14c84c72ef5ad07d2d0e84fc8fa41cc0bb6bf
      
https://github.com/zanata/zanata-server/commit/2ca14c84c72ef5ad07d2d0e84fc8fa41cc0bb6bf
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/package.json

  Log Message:
  -----------
  chore(editor-devtools): update fake server to work with CORS

Prior version did not handle OPTIONS requests and access control headers
fully for all cases.


  Commit: 3250d28f94ad3f8e9485f188c0270567eb091bc8
      
https://github.com/zanata/zanata-server/commit/3250d28f94ad3f8e9485f188c0270567eb091bc8
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/npm-shrinkwrap.json
    M zanata-editor/src/package.json

  Log Message:
  -----------
  chore(deps): update dependencies and shrinkwrap

Many shrinkwrap additions here because it was not being run with --dev
before so most of the dependencies were not included. There is a need
to review our policy on which dependencies are included in "dependencies"
and which are included in "devDependencies", as well as which form
of shrinkwrap to run.


  Commit: 5855d370aea37aaf4d3108694f0f65676b5bfcc2
      
https://github.com/zanata/zanata-server/commit/5855d370aea37aaf4d3108694f0f65676b5bfcc2
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/makefile

  Log Message:
  -----------
  chore(shrinkwrap): add a Make task for shrinkwrap

This is to record the standard shrinkwrap command we should be using
to keep it consistent.


  Commit: 944d79ddcb9a58bed58b10dcaecf51bd41ac7041
      
https://github.com/zanata/zanata-server/commit/944d79ddcb9a58bed58b10dcaecf51bd41ac7041
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/npm-shrinkwrap.json
    M zanata-editor/src/package.json

  Log Message:
  -----------
  chore(deps): update babel-eslint to v6.1.0


  Commit: 6e70c80856cb0f8ab1bd00093a40302c2ddf2a17
      
https://github.com/zanata/zanata-server/commit/6e70c80856cb0f8ab1bd00093a40302c2ddf2a17
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/npm-shrinkwrap.json
    M zanata-editor/src/package.json

  Log Message:
  -----------
  chore(deps): update eslint and related dependencies

Several dependencies were updated and a few added to be compatible with the
version of eslint that is now being used.
Note that this introduced some new linting rules, but these have been
disabled to keep the current branch focused on just the dependency changes.
The linting rules will be re-enabled in a later commit.


  Commit: 27e6d519812fd87c0dd4e1aaeb453d24d2da9d7c
      
https://github.com/zanata/zanata-server/commit/27e6d519812fd87c0dd4e1aaeb453d24d2da9d7c
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/npm-shrinkwrap.json
    M zanata-editor/src/package.json

  Log Message:
  -----------
  chore(deps): update react-textarea-autosize to 4.0.3


  Commit: 7c631726b2b8980b277040c62dabdb59401ad7ce
      
https://github.com/zanata/zanata-server/commit/7c631726b2b8980b277040c62dabdb59401ad7ce
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/app/actions/headerActions.js
    M zanata-editor/src/app/api/suggestions.js
    M zanata-editor/src/app/utils/Util.js
    M zanata-editor/src/npm-shrinkwrap.json
    M zanata-editor/src/package.json

  Log Message:
  -----------
  chore(deps): update lodash to v4.13.1

This required a few changes due to API changes. I checked each of the changed
APIs that we were using and only a few needed any adjustment.


  Commit: 2b1c7836da9715697ce43269b82f47b3bab07e87
      
https://github.com/zanata/zanata-server/commit/2b1c7836da9715697ce43269b82f47b3bab07e87
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M frontend/src/main/utils/__tests__/GlossaryHelperTest.js
    M frontend/src/main/utils/__tests__/StringUtilsTest.js
    A frontend/src/main/web/.babelrc
    M frontend/src/package.json

  Log Message:
  -----------
  chore(frontend): update test dependencies and configure tests

Tests were not configured properly and the modules under test had diverged.
It looks like tests have not run for a long time.
This fixes test config so tests can run with `npm test` and all the non-broken
tests will run and pass. Some tests need to be updated due to module changes.


  Commit: fd0f8cabf25cbb220c76f6bfd8102b92f9ed7513
      
https://github.com/zanata/zanata-server/commit/fd0f8cabf25cbb220c76f6bfd8102b92f9ed7513
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/app/components/DashboardLink.js
    M zanata-editor/src/app/components/LogoLoader/index.js
    M zanata-editor/src/app/components/Pager.js
    M zanata-editor/src/app/components/ProgressBar/index.js
    M zanata-editor/src/app/components/SuggestionContents.js
    M zanata-editor/src/app/components/TransUnitSourceHeader.js
    M zanata-editor/src/app/components/TransUnitSourcePanel.js
    M zanata-editor/src/app/components/TransUnitStatus.js
    M zanata-editor/src/app/components/TransUnitTranslationFooter.js
    M zanata-editor/src/app/components/TransUnitTranslationPanel.js
    M zanata-editor/src/app/containers/NeedSlugMessage.js
    M zanata-editor/src/app/containers/SuggestionsHeader.js

  Log Message:
  -----------
  refactor(editor): enable react/jsx-indent linting rule for zanata-editor

This rule leads to some odd indentation around ternary operators and
logic operators, but there is an active bug for it so it should be ok
to leave the rule on and wait for a fix.
See https://github.com/yannickcr/eslint-plugin-react/issues/540


  Commit: 67b18b24b14cd5160130684d553d73ca0b23acb7
      
https://github.com/zanata/zanata-server/commit/67b18b24b14cd5160130684d553d73ca0b23acb7
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/app/components/DashboardLink.js
    M zanata-editor/src/app/components/DocsDropdown.js
    M zanata-editor/src/app/components/Dropdown/index.js
    M zanata-editor/src/app/components/FilterToggle/index.js
    M zanata-editor/src/app/components/Icon/index.js
    M zanata-editor/src/app/components/LanguagesDropdown.js
    M zanata-editor/src/app/components/Pager.js
    M zanata-editor/src/app/components/ProjectVersionLink.js
    M zanata-editor/src/app/components/SplitDropdown/index.js
    M zanata-editor/src/app/components/SuggestionContents.js
    M zanata-editor/src/app/components/SuggestionList.js
    M zanata-editor/src/app/components/SuggestionSearchInput/index.js
    M zanata-editor/src/app/components/SuggestionUpdateMessage.js
    M zanata-editor/src/app/components/ToggleSwitch/index.js
    M zanata-editor/src/app/components/TransUnit/index.js
    M zanata-editor/src/app/components/TransUnitTranslationFooter.js
    M zanata-editor/src/app/containers/KeyShortcutDispatcher.js
    M zanata-editor/src/app/containers/MainContent.js
    M zanata-editor/src/app/containers/NavHeader.js

  Log Message:
  -----------
  refactor(editor): enable react/jsx-indent-props linting rule for zanata-editor

This rule has similar indenting problems to react/jsx-indent, so I will treat
it the same way: enable the rule and wait for a bug fix in the linter before
fixing up the indentation.


  Commit: d489fba746f34f2ce8f6218faf39a695c8b2006e
      
https://github.com/zanata/zanata-server/commit/d489fba746f34f2ce8f6218faf39a695c8b2006e
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/app/components/DashboardLink.js
    M zanata-editor/src/app/components/DocsDropdown.js
    M zanata-editor/src/app/components/FilterToggle/index.js
    M zanata-editor/src/app/components/Icon/index.js
    M zanata-editor/src/app/components/IconButton.js
    M zanata-editor/src/app/components/IconButtonToggle.js
    M zanata-editor/src/app/components/LanguagesDropdown.js
    M zanata-editor/src/app/components/NoSuggestionsPanel.js
    M zanata-editor/src/app/components/Pager.js
    M zanata-editor/src/app/components/ProgressBar/index.js
    M zanata-editor/src/app/components/Suggestion.js
    M zanata-editor/src/app/components/SuggestionContents.js
    M zanata-editor/src/app/components/SuggestionList.js
    M zanata-editor/src/app/components/SuggestionSearchInput/index.js
    M zanata-editor/src/app/components/SuggestionSourceDetails.js
    M zanata-editor/src/app/components/SuggestionSources.js
    M zanata-editor/src/app/components/SuggestionTranslationDetails.js
    M zanata-editor/src/app/components/SuggestionTranslations.js
    M zanata-editor/src/app/components/SuggestionUpdateMessage.js
    M zanata-editor/src/app/components/ToggleSwitch/index.js
    M zanata-editor/src/app/components/TransUnit/index.js
    M zanata-editor/src/app/components/TransUnitFilter.js
    M zanata-editor/src/app/components/TransUnitSourceHeader.js
    M zanata-editor/src/app/components/TransUnitSourcePanel.js
    M zanata-editor/src/app/components/TransUnitStatus.js
    M zanata-editor/src/app/components/TransUnitTranslationFooter.js
    M zanata-editor/src/app/components/TransUnitTranslationHeader.js
    M zanata-editor/src/app/components/TransUnitTranslationPanel.js
    M zanata-editor/src/app/components/TranslatingIndicator.js
    M zanata-editor/src/app/containers/ControlsHeader.js
    M zanata-editor/src/app/containers/EditorHeader/index.js
    M zanata-editor/src/app/containers/KeyShortcutCheatSheet/index.js
    M zanata-editor/src/app/containers/MainContent.js
    M zanata-editor/src/app/containers/NavHeader.js
    M zanata-editor/src/app/containers/Root/index.js
    M zanata-editor/src/app/containers/SuggestionsBody.js
    M zanata-editor/src/app/containers/SuggestionsHeader.js
    M zanata-editor/src/app/containers/SuggestionsPanel.js
    M zanata-editor/src/app/containers/ZanataLogoLoader.js
    M zanata-editor/src/app/index.js

  Log Message:
  -----------
  refactor(editor): enable style rule react/jsx-space-before-closing

Includes many simple code fixes to pass the newly activated linting
rule.


  Commit: 2f22a4ccaed548f67e8711e8119e0cf8533079d9
      
https://github.com/zanata/zanata-server/commit/2f22a4ccaed548f67e8711e8119e0cf8533079d9
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/app/components/Dropdown/index.js
    M zanata-editor/src/app/components/SplitDropdown/index.js

  Log Message:
  -----------
  refactor(editor): enable linting rule react/jsx-boolean-value


  Commit: f78e4572c5478e2d0066e206055139be1082a932
      
https://github.com/zanata/zanata-server/commit/f78e4572c5478e2d0066e206055139be1082a932
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/app/components/TransUnitStatus.js

  Log Message:
  -----------
  refactor(editor): enable linting rule react/jsx-no-undef

Also fixes a potential bug where a component was not imported. This
problem was not triggered because the test data lacks something that
would cause the component to show.


  Commit: 748afda1050596e308e9fe0a8ec13ce584920901
      
https://github.com/zanata/zanata-server/commit/748afda1050596e308e9fe0a8ec13ce584920901
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/app/components/TransUnitStatus.js

  Log Message:
  -----------
  refactor(editor): enable linting rule react/no-unknown-property

Also fix a few minor issues found by the linter.


  Commit: 7ed8bd456ff61f6d9ca57d3a687f8d29e4a57fa1
      
https://github.com/zanata/zanata-server/commit/7ed8bd456ff61f6d9ca57d3a687f8d29e4a57fa1
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/app/actions/phrases.js
    M zanata-editor/src/app/containers/SuggestionsPanel.js

  Log Message:
  -----------
  refactor(editor): enable linting rule no-duplicate-imports

Fixes a few imports that are unnecessarily split into multiple imports.


  Commit: 133929d7aefcf6023008723a02ff7516c0f5b59d
      
https://github.com/zanata/zanata-server/commit/133929d7aefcf6023008723a02ff7516c0f5b59d
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/app/actions/headerActions.js
    M zanata-editor/src/app/utils/doc-id.js

  Log Message:
  -----------
  refactor(editor): enable linting rule no-useless-escape

Remove a few unnecessary \ characters from regular expressions.


  Commit: 0d2d7fa7617efca340b85580fd4d30801b0982d6
      
https://github.com/zanata/zanata-server/commit/0d2d7fa7617efca340b85580fd4d30801b0982d6
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/app/components/TransUnitTranslationFooter.js

  Log Message:
  -----------
  refactor(editor): enable linting rule react/self-closing-comp

Fix one linting error.


  Commit: 2fee14f14ca893602d31317d70df61cf5f48ab35
      
https://github.com/zanata/zanata-server/commit/2fee14f14ca893602d31317d70df61cf5f48ab35
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/app/components/Dropdown/index.js
    M zanata-editor/src/app/components/TransUnit/index.js
    M zanata-editor/src/app/components/TransUnitFilter.js
    M zanata-editor/src/app/components/TransUnitSourceHeader.js
    M zanata-editor/src/app/components/TransUnitTranslationFooter.js
    M zanata-editor/src/app/components/TransUnitTranslationPanel.js
    M zanata-editor/src/app/containers/KeyShortcutDispatcher.js
    M zanata-editor/src/app/containers/SuggestionsHeader.js

  Log Message:
  -----------
  refactor(editor): enable linting rule react/jsx-no-bind

The fixes for this rule should make code run more efficiently, because
they avoid creating extra copies of functions every render cycle, which
would have been creating extra work for the garbage collector.


  Commit: fa5d1c08a3330148adc0db437e0066ea519fcb2d
      
https://github.com/zanata/zanata-server/commit/fa5d1c08a3330148adc0db437e0066ea519fcb2d
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc

  Log Message:
  -----------
  refactor(editor): enable linting rule no-return-assign (no fixes needed)

The errors this was causing were likely fixed incidentally when extracting
arrow functions from JSX properties.


  Commit: b3a56cd5537aa38c4b617313681dc02ac1341ce8
      
https://github.com/zanata/zanata-server/commit/b3a56cd5537aa38c4b617313681dc02ac1341ce8
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M zanata-editor/src/.eslintrc
    M zanata-editor/src/app/components/Button/index.js
    M zanata-editor/src/app/components/Dropdown/index.js
    M zanata-editor/src/app/components/IconButton.js
    M zanata-editor/src/app/components/IconButtonToggle.js
    M zanata-editor/src/app/components/Pager.js
    M zanata-editor/src/app/components/Suggestion.js
    M zanata-editor/src/app/components/SuggestionList.js
    M zanata-editor/src/app/components/SuggestionTranslationDetails.js
    M zanata-editor/src/app/components/SuggestionTranslations.js
    M zanata-editor/src/app/components/TransUnit/index.js
    M zanata-editor/src/app/components/TransUnitTranslationPanel.js
    M zanata-editor/src/app/containers/KeyShortcutDispatcher.js
    M zanata-editor/src/app/containers/ParamPropDispatcher.js
    M zanata-editor/src/app/containers/Root/index.js
    M zanata-editor/src/app/containers/SuggestionsBody.js
    M zanata-editor/src/app/containers/SuggestionsHeader.js
    M zanata-editor/src/app/containers/SuggestionsPanel.js

  Log Message:
  -----------
  refactor(editor): enable linting rule react/prop-types


  Commit: 727b4cf6c5df73822b5f1d82adc27e6f3fcd5cdd
      
https://github.com/zanata/zanata-server/commit/727b4cf6c5df73822b5f1d82adc27e6f3fcd5cdd
  Author: David Mason <drdma...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M frontend/src/npm-shrinkwrap.json

  Log Message:
  -----------
  chore(frontend): update shrinkwrap to include dev dependencies

Used command `npm shrinkwrap --dev` so that devDependencies are included
in shrinkwrap. This is important because our build tools should use the
same code to ensure our builds are consistent.


Compare: 
https://github.com/zanata/zanata-server/compare/0ec8c2621464...727b4cf6c5df
_______________________________________________
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

Reply via email to