[zanata/zanata-platform] 2794fb: fix: add antd button information to storybook

GitHub noreply at github.com
Tue May 8 01:48:09 UTC 2018


  Branch: refs/heads/efloden/antd-modal-replace/ZNTA-2494
  Home:   https://github.com/zanata/zanata-platform
  Commit: 2794fbdd5b0e3bc7491f7b16fd949302da25111b
      https://github.com/zanata/zanata-platform/commit/2794fbdd5b0e3bc7491f7b16fd949302da25111b
  Author: kgough <kgough at redhat.com>
  Date:   2018-04-20 (Fri, 20 Apr 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/Button/Button.story.js

  Log Message:
  -----------
  fix: add antd button information to storybook


  Commit: c5321b028d2726c2763b9dc26553dbdf553a4dd4
      https://github.com/zanata/zanata-platform/commit/c5321b028d2726c2763b9dc26553dbdf553a4dd4
  Author: kgough <kgough at redhat.com>
  Date:   2018-04-20 (Fri, 20 Apr 2018)

  Changed paths:
    M server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap

  Log Message:
  -----------
  fix: update failing snapshots


  Commit: 997a86064e847c9ffc6d841e9e42328600b39ba6
      https://github.com/zanata/zanata-platform/commit/997a86064e847c9ffc6d841e9e42328600b39ba6
  Author: kgough <kgough at redhat.com>
  Date:   2018-04-24 (Tue, 24 Apr 2018)

  Changed paths:
    M docs/client/installation/windows-installation.md
    M server/docker/Dockerfile
    R server/docker/conf/zanata-config.cli
    M server/docker/docker-compose.yml
    M server/docker/rundev.sh
    M server/etc/scripts/allocate-jboss-ports
    A server/etc/scripts/configure-app-server.js
    R server/etc/scripts/configureAppServer.js
    A server/etc/scripts/jboss-cli-jjs
    M server/etc/scripts/runJbossCli.groovy
    A server/etc/scripts/tsconfig.json
    A server/etc/scripts/types.d.ts
    M server/functional-test/pom.xml
    M server/pom.xml
    M server/services/src/main/java/org/zanata/ApplicationConfiguration.java
    M server/services/src/main/java/org/zanata/ZanataInit.java
    M server/services/src/main/java/org/zanata/action/LoginAction.java
    M server/zanata-frontend/src/app/containers/App.js
    M server/zanata-frontend/src/app/containers/UserProfile/index.jsx
    M server/zanata-frontend/src/app/editor/containers/Sidebar/index.css
    M server/zanata-frontend/src/app/editor/containers/Sidebar/index.js
    M server/zanata-frontend/src/app/entrypoint/index.js
    M server/zanata-frontend/src/app/styles/ant-theme-vars.less
    A server/zanata-frontend/src/app/styles/frontend-jsf.less
    A server/zanata-frontend/src/app/styles/frontend-nav.less
    M server/zanata-frontend/src/app/styles/legacy.less
    M server/zanata-frontend/src/package.json
    M server/zanata-frontend/src/webpack.config.js
    M server/zanata-frontend/src/yarn.lock

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/zanata/zanata-platform into storybook-btn-update


  Commit: ac887eae1462d2cf92074296efb19400bf1f26fe
      https://github.com/zanata/zanata-platform/commit/ac887eae1462d2cf92074296efb19400bf1f26fe
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2018-05-01 (Tue, 01 May 2018)

  Changed paths:
    M server/services/src/main/java/org/zanata/dao/AccountDAO.java

  Log Message:
  -----------
  fix(ZNTA-2387): Add email and name to user search query (#794)

* fix(ZNTA-2387): Add email and name to user search query
Admin can search for users via display name, email or username.
* fix(ZNTA-2387): use String not builder
* fix(ZNTA-2387): Don't bother handling null on select count


  Commit: ef5501ff501f591fe1d8f7640e506943d648afc5
      https://github.com/zanata/zanata-platform/commit/ef5501ff501f591fe1d8f7640e506943d648afc5
  Author: Alex Eng <aeng at redhat.com>
  Date:   2018-05-01 (Tue, 01 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/UserProfile/index.less

  Log Message:
  -----------
  fix: username height in user profile page (#804)

https://zanata.atlassian.net/browse/ZNTA-2512


  Commit: e46ad3d184f00be48eb269fce3f8285200a49037
      https://github.com/zanata/zanata-platform/commit/e46ad3d184f00be48eb269fce3f8285200a49037
  Author: efloden <efloden at redhat.com>
  Date:   2018-05-02 (Wed, 02 May 2018)

  Changed paths:
    M .mvn/extensions.xml
    M .mvn/maven.config
    M Jenkinsfile
    M docs/client/installation/windows-installation.md
    M docs/release-notes.md
    M parent/pom.xml
    M server/docker/Dockerfile
    R server/docker/conf/zanata-config.cli
    M server/docker/docker-compose.yml
    M server/docker/rundev.sh
    M server/etc/scripts/allocate-jboss-ports
    A server/etc/scripts/configure-app-server.js
    R server/etc/scripts/configureAppServer.js
    A server/etc/scripts/jboss-cli-jjs
    M server/etc/scripts/runJbossCli.groovy
    A server/etc/scripts/tsconfig.json
    A server/etc/scripts/types.d.ts
    M server/functional-test/pom.xml
    M server/pom.xml
    M server/services/src/main/java/org/zanata/ApplicationConfiguration.java
    M server/services/src/main/java/org/zanata/ZanataInit.java
    M server/services/src/main/java/org/zanata/action/LoginAction.java
    M server/services/src/main/java/org/zanata/action/VersionGroupHome.java
    M server/services/src/main/java/org/zanata/dao/AccountDAO.java
    M server/services/src/main/resources/messages.properties
    M server/zanata-frontend/src/app/containers/App.js
    M server/zanata-frontend/src/app/containers/UserProfile/index.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/index.less
    M server/zanata-frontend/src/app/editor/containers/Sidebar/index.css
    M server/zanata-frontend/src/app/editor/containers/Sidebar/index.js
    M server/zanata-frontend/src/app/entrypoint/index.js
    M server/zanata-frontend/src/app/styles/ant-theme-vars.less
    A server/zanata-frontend/src/app/styles/frontend-jsf.less
    A server/zanata-frontend/src/app/styles/frontend-nav.less
    M server/zanata-frontend/src/app/styles/legacy.less
    M server/zanata-frontend/src/package.json
    M server/zanata-frontend/src/webpack.config.js
    M server/zanata-frontend/src/yarn.lock
    A server/zanata-war/src/main/webapp/WEB-INF/layout/version-group/delete_group_confirmation_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/version-group/settings-tab.xhtml

  Log Message:
  -----------
  Merge branch 'master' of github.com:zanata/zanata-platform into storybook-btn-update


  Commit: 89a2be57e713eeb6d95c84e105b7de031fc60c69
      https://github.com/zanata/zanata-platform/commit/89a2be57e713eeb6d95c84e105b7de031fc60c69
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
    M server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    M server/zanata-frontend/src/app/components/Button/Button.story.js

  Log Message:
  -----------
  fix: add 'no test' to antd snapshots as interim solution to broken snapshots


  Commit: ead4b7c3840c2515e0bc57a56d2c4a9d0b3f0006
      https://github.com/zanata/zanata-platform/commit/ead4b7c3840c2515e0bc57a56d2c4a9d0b3f0006
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
    M .mvn/extensions.xml
    M .mvn/maven.config
    M Jenkinsfile
    M docs/release-notes.md
    M parent/pom.xml
    M server/functional-test/pom.xml
    M server/services/src/main/java/org/zanata/action/VersionGroupHome.java
    M server/services/src/main/java/org/zanata/dao/AccountDAO.java
    M server/services/src/main/resources/messages.properties
    M server/zanata-frontend/src/app/containers/UserProfile/index.less
    A server/zanata-war/src/main/webapp/WEB-INF/layout/version-group/delete_group_confirmation_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/version-group/settings-tab.xhtml

  Log Message:
  -----------
  Merge branch 'storybook-btn-update' of https://github.com/zanata/zanata-platform into storybook-btn-update


  Commit: 6eb44e1e277027478431da0418e0a76c9091174b
      https://github.com/zanata/zanata-platform/commit/6eb44e1e277027478431da0418e0a76c9091174b
  Author: Kathryn Gough <kgough at redhat.com>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Languages/index.less
    M server/zanata-frontend/src/app/styles/style.less

  Log Message:
  -----------
  fix(ZNTA-2466) minor tweaks to full-width frontend layout (#786)


  Commit: d1d9e6ca35c5742ebfd01505ca18885a8918cf7e
      https://github.com/zanata/zanata-platform/commit/d1d9e6ca35c5742ebfd01505ca18885a8918cf7e
  Author: Kathryn Gough <kgough at redhat.com>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
    M server/zanata-frontend/src/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap
    M server/zanata-frontend/src/app/editor/components/ActivityFeedItem/index.js

  Log Message:
  -----------
  fix(ZNTA-2501) change copy to text icon in react editor (#795)

* fix(ZNTA-2501) change copy to text icon in react editor

* fix(ZNTA-2501) update failing snapshots


  Commit: 8470fb73ca21a7f0a85055393b426406e644c347
      https://github.com/zanata/zanata-platform/commit/8470fb73ca21a7f0a85055393b426406e644c347
  Author: Kathryn Gough <kgough at redhat.com>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
    M server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    M server/zanata-frontend/src/app/components/Button/Button.story.js

  Log Message:
  -----------
  Merge pull request #790 from zanata/storybook-btn-update

fix: add antd button information to storybook


  Commit: 289fb6b54eb2bd217ca0601ea0e0db1a704cb2aa
      https://github.com/zanata/zanata-platform/commit/289fb6b54eb2bd217ca0601ea0e0db1a704cb2aa
  Author: Earl Floden <efloden at redhat.com>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/editor/actions/header-action-types.js
    M server/zanata-frontend/src/app/editor/actions/header-actions.js
    M server/zanata-frontend/src/app/editor/actions/phrases-actions.js
    M server/zanata-frontend/src/app/editor/components/Pager/Pager.test.tsx
    M server/zanata-frontend/src/app/editor/components/Pager/index.js
    M server/zanata-frontend/src/app/editor/components/TransUnit/index.js
    M server/zanata-frontend/src/app/editor/containers/ActivityTab.tsx
    M server/zanata-frontend/src/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/app/editor/containers/MainContent.js
    M server/zanata-frontend/src/app/editor/containers/Sidebar/index.css
    A server/zanata-frontend/src/app/editor/containers/TranslationInfoPanel/DetailsPane.tsx
    M server/zanata-frontend/src/app/editor/containers/TranslationInfoPanel/index.js
    M server/zanata-frontend/src/app/editor/reducers/index.js
    M server/zanata-frontend/src/app/editor/reducers/ui-reducer.js
    M server/zanata-frontend/src/app/editor/reducers/ui-reducer.test.js
    M server/zanata-frontend/src/app/editor/utils/activity-util.ts
    M server/zanata-frontend/src/app/editor/utils/phrase.ts
    M server/zanata-frontend/src/messages/ja.json

  Log Message:
  -----------
   perf(ZNTA-2459): improve activity panel / translationinfo panel performance (#771)

* perf(ZNTA-2459): improve activity panel / translationinfo panel performance

* fix: required props for activity panel, detailpane

* refactor: move filter logic to activitytab

* refactor: create interfaces, abstract filter functions in activitytab

* feat: track Glossary/Activity panel open state, create selector

* feat: display active panel of both glossary/activity tabs in controls header.
Enable toggling active panel of glossary/activity from controls header.

* perf: skip fetchTransUnitHistory on selecting a phrase if activity panel not visible

* perf: restrict fetchTransUnitHistory calls on selectPhrasePluralIndex if activity panel not visible

* refactor: controlheader activity/glossary button logic:
activity/glossary panel buttons will toggle if information panel is visible.
else if the information panel is not visible, they will toggle the information panel.
refactored controlheader to use react-intl messages, removed gettextCatalog.

* refactor: remove flow from ControlsHeader, define propTypes

* fix: activity/glossary icon display logic

* feat: include ja translations for new react-intl messages

* feat: convert Pager to SFC, paginate Activity items

* refactor: also use SFC Pager component in ControlsHeader

* feat: create react-intl messages for Pager I18n
update Pager test to inject intl

* fix: pagination indexing

* style: reduce margin-top on activity items

* refactor: use more types, enums. remove unused code

* feat: do not render pager if less than two pages


  Commit: 60f8dccd6271a060663ab7de55529ece9bdb2650
      https://github.com/zanata/zanata-platform/commit/60f8dccd6271a060663ab7de55529ece9bdb2650
  Author: Earl Floden <efloden at redhat.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    A server/zanata-frontend/src/app/editor/components/Validation/Validation.story.js
    A server/zanata-frontend/src/app/editor/components/Validation/index.css
    A server/zanata-frontend/src/app/editor/components/Validation/index.tsx
    M server/zanata-frontend/src/app/editor/components/components.story.js

  Log Message:
  -----------
  feat: editor validation component and storybook (#805)

* feat: editor validators component and storybook

* fix: storyshot test, give dynamic validation message keys

* refactor: use interface instead of type literal

* feat: create stories for multiple validation errors/warnings

* feat: if message description exists, display in Tooltip

* chore: use PascalCase for interfaces


  Commit: 8fe613c64bd8c9b551a31b78ca4e69333dcc4a27
      https://github.com/zanata/zanata-platform/commit/8fe613c64bd8c9b551a31b78ca4e69333dcc4a27
  Author: Kathryn Gough <kgough at redhat.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx
    M server/zanata-frontend/src/app/components/Notification/component.js
    M server/zanata-frontend/src/app/containers/Admin/Review.js
    M server/zanata-frontend/src/app/containers/Explore/TeaserListHeader.jsx
    M server/zanata-frontend/src/app/containers/Explore/index.js
    M server/zanata-frontend/src/app/containers/Glossary/index.js
    M server/zanata-frontend/src/app/containers/Languages/index.js
    M server/zanata-frontend/src/app/containers/UserProfile/CalendarMonthMatrix.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/RecentContributions.jsx

  Log Message:
  -----------
  refactor(ZNTA-2508): add aria-label to antd buttons (#803)

* refactor: add aria-label to antd buttons

* refactor(ZNTA-2508) remove duplicate aria labels for button


  Commit: c130bc1b54027063e1cfe6caa03f9a2432641492
      https://github.com/zanata/zanata-platform/commit/c130bc1b54027063e1cfe6caa03f9a2432641492
  Author: efloden <efloden at redhat.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M server/services/src/main/java/org/zanata/dao/AccountDAO.java
    M server/zanata-frontend/src/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap
    M server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    M server/zanata-frontend/src/app/components/Button/Button.story.js
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx
    M server/zanata-frontend/src/app/components/Notification/component.js
    M server/zanata-frontend/src/app/containers/Admin/Review.js
    M server/zanata-frontend/src/app/containers/Explore/TeaserListHeader.jsx
    M server/zanata-frontend/src/app/containers/Explore/index.js
    M server/zanata-frontend/src/app/containers/Glossary/index.js
    M server/zanata-frontend/src/app/containers/Languages/index.js
    M server/zanata-frontend/src/app/containers/Languages/index.less
    M server/zanata-frontend/src/app/containers/UserProfile/CalendarMonthMatrix.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/RecentContributions.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/index.less
    M server/zanata-frontend/src/app/editor/actions/header-action-types.js
    M server/zanata-frontend/src/app/editor/actions/header-actions.js
    M server/zanata-frontend/src/app/editor/actions/phrases-actions.js
    M server/zanata-frontend/src/app/editor/components/ActivityFeedItem/index.js
    M server/zanata-frontend/src/app/editor/components/Pager/Pager.test.tsx
    M server/zanata-frontend/src/app/editor/components/Pager/index.js
    M server/zanata-frontend/src/app/editor/components/TransUnit/index.js
    A server/zanata-frontend/src/app/editor/components/Validation/Validation.story.js
    A server/zanata-frontend/src/app/editor/components/Validation/index.css
    A server/zanata-frontend/src/app/editor/components/Validation/index.tsx
    M server/zanata-frontend/src/app/editor/components/components.story.js
    M server/zanata-frontend/src/app/editor/containers/ActivityTab.tsx
    M server/zanata-frontend/src/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/app/editor/containers/MainContent.js
    M server/zanata-frontend/src/app/editor/containers/Sidebar/index.css
    A server/zanata-frontend/src/app/editor/containers/TranslationInfoPanel/DetailsPane.tsx
    M server/zanata-frontend/src/app/editor/containers/TranslationInfoPanel/index.js
    M server/zanata-frontend/src/app/editor/reducers/index.js
    M server/zanata-frontend/src/app/editor/reducers/ui-reducer.js
    M server/zanata-frontend/src/app/editor/reducers/ui-reducer.test.js
    M server/zanata-frontend/src/app/editor/utils/activity-util.ts
    M server/zanata-frontend/src/app/editor/utils/phrase.ts
    M server/zanata-frontend/src/app/styles/style.less
    M server/zanata-frontend/src/messages/ja.json

  Log Message:
  -----------
  Merge branch 'master' of github.com:zanata/zanata-platform into efloden/antd-modal-replace/ZNTA-2494


Compare: https://github.com/zanata/zanata-platform/compare/6ee9a53cab02...c130bc1b5402
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the zanata-commits mailing list