[zanata/zanata-platform] 4910dd: fix(JenkinsFile): archive logs (#293)

GitHub noreply at github.com
Tue May 2 22:41:09 UTC 2017


  Branch: refs/heads/ZNTA-1910-percentage-wrap
  Home:   https://github.com/zanata/zanata-platform
  Commit: 4910ddbcba303bea8b4d2427821e9d89c8d1d3cf
      https://github.com/zanata/zanata-platform/commit/4910ddbcba303bea8b4d2427821e9d89c8d1d3cf
  Author: Ding-Yi Chen <dingyichen at gmail.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  fix(JenkinsFile): archive logs (#293)


  Commit: 365926b318604d9cbc0fabf85638e5453bd86ec2
      https://github.com/zanata/zanata-platform/commit/365926b318604d9cbc0fabf85638e5453bd86ec2
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/__tests__/editor/components/EditorSearchInputTest.js
    M server/zanata-frontend/src/frontend/app/editor/app.css
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/story.js
    M server/zanata-frontend/src/frontend/app/editor/components/stories.js
    M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/frontend/app/editor/translations/template.pot

  Log Message:
  -----------
  Create advanced search input component (ZNTA-1737) (#290)

* feat(ZNTA-1737): add advanced search to react editor

* feat(ZNTA-1737): editor advanced search positioning and styling

Rebased with conflicts in Root/index.css, and index.js.

* feat(ZNTA-1737): styling for advanced search in editor

* feat(ZNTA-1737): move EditorSearchInput component to editor directory

* feat(ZNTA-1737): adding search modal

Rebased with conflicts in ControlsHeader.js

* feat(ZNTA-1737): panel dropdown for editor search

* feat(ZNTA-1737): add advanced search panel to editor

Rebased with conflicts in index.css
May have inadvertantly added a css rule where it was ambiguous.

* feat(ZNTA-1737): add advanced search panel styling to editor

* feat(ZNTA-1737): remove outline from button on focus in editor

Bootstrap override

* feat(ZNTA-1737): remove search modal references

* feat(ZNTA-1737): remove references to redundant container

* feat(ZNTA-1737): set absolute positioning for advanced search panel

* feat(ZNTA-1737): make advanced search appear on top of header menu in mobile view

* feat(ZNTA-1737): rename functions and action types for advanced search

* feat(ZNTA-1737): remove unused props

* feat(ZNTA-1737): fix prop reference in ControlsHeader

The action was nested in this.props.actions but was being used as though
it was on this.props

* feat(ZNTA-1737): fix some React render warnings

* feat(ZNTA-1737): set up storybook for EditorSearchInput component

Includes some initial tweaking of the component to work in the storybook.
Component is probably still broken in the application since this change
does not attempt to fix it there.

* feat(ZNTA-1737): restructure search input component a little

* feat(ZNTA-1737): remove redundant search text field

* feat(ZNTA-1737): remove search box from live application

Temporarily removing this since it needs more complex hooking-up to
work in the app.

* feat(ZNTA-1737): minor css fixes to advanced search

* feat(ZNTA-1737): move css import to appropriate section

* feat(ZNTA-1737): prevent recreating static data each render

* fix: remove unused import

* feat(ZNTA-1737): allow show/hide of advanced search fields

* feat(ZNTA-1737): add clear-all button to EditorSearchInput

* feat(ZNTA-1737): styling of advanced search buttons

* feat(ZNTA-1737): remove unnecessary component state

* fix(css): remove less variable from css file

* test(ZNTA-1737): add test for EditorSearchInput


  Commit: bcd1890d9ef6745f82457dd3266c1f92446c1b8d
      https://github.com/zanata/zanata-platform/commit/bcd1890d9ef6745f82457dd3266c1f92446c1b8d
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/app/components/Alert/story.js
    A server/zanata-frontend/src/frontend/app/components/Badge/story.js
    A server/zanata-frontend/src/frontend/app/components/Breadcrumbs/story.js
    M server/zanata-frontend/src/frontend/app/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/components/Dropdown/story.js
    A server/zanata-frontend/src/frontend/app/components/EditableText/story.js
    A server/zanata-frontend/src/frontend/app/components/Form/story.js
    A server/zanata-frontend/src/frontend/app/components/Foundation/story.js
    A server/zanata-frontend/src/frontend/app/components/Icon/story.js
    A server/zanata-frontend/src/frontend/app/components/Label/story.js
    A server/zanata-frontend/src/frontend/app/components/Link/story.js
    A server/zanata-frontend/src/frontend/app/components/List/story.js
    A server/zanata-frontend/src/frontend/app/components/LoaderText/story.js
    A server/zanata-frontend/src/frontend/app/components/Pagination/story.js
    A server/zanata-frontend/src/frontend/app/components/Panel/story.js
    A server/zanata-frontend/src/frontend/app/components/ProgressBar/story.js
    A server/zanata-frontend/src/frontend/app/components/Table/story.js
    A server/zanata-frontend/src/frontend/app/components/Tabs/story.js
    A server/zanata-frontend/src/frontend/app/components/TextInput/story.js
    A server/zanata-frontend/src/frontend/app/components/Tooltip/story.js
    A server/zanata-frontend/src/frontend/app/components/Well/story.js
    M server/zanata-frontend/src/frontend/app/components/stories.js
    M server/zanata-frontend/src/frontend/app/styles/style.less
    M server/zanata-frontend/src/frontend/app/styles/variables.less

  Log Message:
  -----------
  ZNTA-1837 frontend component stories (#281)

* chore: added components to frontend storybook

* chore: css tweaks for storybook

* revision of Icon story

* imported icon list into Icon story

* ZNTA_1837: added foundation (grid, typography, colours) to frontend-storybook

* ZNTA_1837: added muted and neutral colours to frontend storybook

* ZNTA_1837: added muted and neutral colours to frontend storybook

* feat(ZNTA-1837): code formatting fixes


  Commit: 1c2ec9e08590a007502b5a67c0c6d8e8f605e826
      https://github.com/zanata/zanata-platform/commit/1c2ec9e08590a007502b5a67c0c6d8e8f605e826
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/app/actions/common-actions.js
    R server/zanata-frontend/src/frontend/app/actions/common.js
    A server/zanata-frontend/src/frontend/app/actions/explore-actions.js
    R server/zanata-frontend/src/frontend/app/actions/explore.js
    A server/zanata-frontend/src/frontend/app/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/actions/glossary.js
    A server/zanata-frontend/src/frontend/app/actions/languages-actions.js
    R server/zanata-frontend/src/frontend/app/actions/languages.js
    A server/zanata-frontend/src/frontend/app/actions/profile-actions.js
    R server/zanata-frontend/src/frontend/app/actions/profile.js
    A server/zanata-frontend/src/frontend/app/editor/actions/controls-header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/controlsHeaderActions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/editorShortcuts.js
    A server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/actions/header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/headerActions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrase-navigation-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phraseNavigation.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phrases.js
    A server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/context.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/dropdown.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/headerData.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/ui.js
    A server/zanata-frontend/src/frontend/app/editor/utils/doc-id-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/doc-id.js
    A server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/utils/status-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/status.js
    A server/zanata-frontend/src/frontend/app/reducers/common-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/common.js
    A server/zanata-frontend/src/frontend/app/reducers/explore-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/explore.js
    A server/zanata-frontend/src/frontend/app/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/glossary.js
    A server/zanata-frontend/src/frontend/app/reducers/languages-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/languages.js
    A server/zanata-frontend/src/frontend/app/reducers/profile-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/profile.js

  Log Message:
  -----------
  refactor(frontend): rename action, reducer and util modules


  Commit: 92f104e1e6747652ae45deef8baa0dcc3c130118
      https://github.com/zanata/zanata-platform/commit/92f104e1e6747652ae45deef8baa0dcc3c130118
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/actions/explore-actions.js
    M server/zanata-frontend/src/frontend/app/actions/glossary-actions.js
    M server/zanata-frontend/src/frontend/app/actions/index.js
    M server/zanata-frontend/src/frontend/app/actions/languages-actions.js
    M server/zanata-frontend/src/frontend/app/actions/profile-actions.js
    M server/zanata-frontend/src/frontend/app/components/Notification/index.js
    M server/zanata-frontend/src/frontend/app/containers/Explore/index.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ExportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ImportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/NewEntryModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/index.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/NewLanguageModal.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/index.js
    M server/zanata-frontend/src/frontend/app/containers/UserProfile/index.jsx
    M server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    M server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js
    M server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    M server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js
    M server/zanata-frontend/src/frontend/app/editor/api/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown.js
    M server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourceHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js
    M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutDispatcher.js
    M server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/selected-phrase-searches.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/index.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js
    M server/zanata-frontend/src/frontend/app/editor/utils/status-util.js
    M server/zanata-frontend/src/frontend/app/reducers/index.js

  Log Message:
  -----------
  refactor(frontend): update imports for renamed modules


  Commit: 474e51f9dd5ef0f3f5b34e0bfa455449bf8b126d
      https://github.com/zanata/zanata-platform/commit/474e51f9dd5ef0f3f5b34e0bfa455449bf8b126d
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/__tests__/utils/phraseTest.js

  Log Message:
  -----------
  fix(ZNTA-1912): fix imports in test


  Commit: 56042b3608f3bb1535f9141f735222a54ec0defc
      https://github.com/zanata/zanata-platform/commit/56042b3608f3bb1535f9141f735222a54ec0defc
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M Jenkinsfile
    A server/zanata-frontend/src/frontend/__tests__/editor/components/EditorSearchInputTest.js
    M server/zanata-frontend/src/frontend/__tests__/utils/phraseTest.js
    A server/zanata-frontend/src/frontend/app/actions/common-actions.js
    R server/zanata-frontend/src/frontend/app/actions/common.js
    A server/zanata-frontend/src/frontend/app/actions/explore-actions.js
    R server/zanata-frontend/src/frontend/app/actions/explore.js
    A server/zanata-frontend/src/frontend/app/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/actions/glossary.js
    M server/zanata-frontend/src/frontend/app/actions/index.js
    A server/zanata-frontend/src/frontend/app/actions/languages-actions.js
    R server/zanata-frontend/src/frontend/app/actions/languages.js
    A server/zanata-frontend/src/frontend/app/actions/profile-actions.js
    R server/zanata-frontend/src/frontend/app/actions/profile.js
    A server/zanata-frontend/src/frontend/app/components/Alert/story.js
    A server/zanata-frontend/src/frontend/app/components/Badge/story.js
    A server/zanata-frontend/src/frontend/app/components/Breadcrumbs/story.js
    M server/zanata-frontend/src/frontend/app/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/components/Dropdown/story.js
    A server/zanata-frontend/src/frontend/app/components/EditableText/story.js
    A server/zanata-frontend/src/frontend/app/components/Form/story.js
    A server/zanata-frontend/src/frontend/app/components/Foundation/story.js
    A server/zanata-frontend/src/frontend/app/components/Icon/story.js
    A server/zanata-frontend/src/frontend/app/components/Label/story.js
    A server/zanata-frontend/src/frontend/app/components/Link/story.js
    A server/zanata-frontend/src/frontend/app/components/List/story.js
    A server/zanata-frontend/src/frontend/app/components/LoaderText/story.js
    M server/zanata-frontend/src/frontend/app/components/Notification/index.js
    A server/zanata-frontend/src/frontend/app/components/Pagination/story.js
    A server/zanata-frontend/src/frontend/app/components/Panel/story.js
    A server/zanata-frontend/src/frontend/app/components/ProgressBar/story.js
    A server/zanata-frontend/src/frontend/app/components/Table/story.js
    A server/zanata-frontend/src/frontend/app/components/Tabs/story.js
    A server/zanata-frontend/src/frontend/app/components/TextInput/story.js
    A server/zanata-frontend/src/frontend/app/components/Tooltip/story.js
    A server/zanata-frontend/src/frontend/app/components/Well/story.js
    M server/zanata-frontend/src/frontend/app/components/stories.js
    M server/zanata-frontend/src/frontend/app/containers/Explore/index.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ExportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ImportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/NewEntryModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/index.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/NewLanguageModal.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/index.js
    M server/zanata-frontend/src/frontend/app/containers/UserProfile/index.jsx
    A server/zanata-frontend/src/frontend/app/editor/actions/controls-header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/controlsHeaderActions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/editorShortcuts.js
    A server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/actions/header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/headerActions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrase-navigation-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phraseNavigation.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phrases.js
    A server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/suggestions.js
    M server/zanata-frontend/src/frontend/app/editor/api/index.js
    M server/zanata-frontend/src/frontend/app/editor/app.css
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/story.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown.js
    M server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourceHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js
    M server/zanata-frontend/src/frontend/app/editor/components/stories.js
    M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutDispatcher.js
    M server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/selected-phrase-searches.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/context.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/dropdown.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/headerData.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/index.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/ui.js
    M server/zanata-frontend/src/frontend/app/editor/translations/template.pot
    A server/zanata-frontend/src/frontend/app/editor/utils/doc-id-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/doc-id.js
    A server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/utils/status-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/status.js
    A server/zanata-frontend/src/frontend/app/reducers/common-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/common.js
    A server/zanata-frontend/src/frontend/app/reducers/explore-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/explore.js
    A server/zanata-frontend/src/frontend/app/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/glossary.js
    M server/zanata-frontend/src/frontend/app/reducers/index.js
    A server/zanata-frontend/src/frontend/app/reducers/languages-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/languages.js
    A server/zanata-frontend/src/frontend/app/reducers/profile-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/profile.js
    M server/zanata-frontend/src/frontend/app/styles/style.less
    M server/zanata-frontend/src/frontend/app/styles/variables.less

  Log Message:
  -----------
  Merge branch 'master' into ZNTA-1910-percentage-wrap


Compare: https://github.com/zanata/zanata-platform/compare/b7c67cd708e6...56042b3608f3


More information about the zanata-commits mailing list