Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-server
  Commit: 085fb804098503874bb10f6b09888929d3a2c757
      
https://github.com/zanata/zanata-server/commit/085fb804098503874bb10f6b09888929d3a2c757
  Author: Alex Eng <a...@redhat.com>
  Date:   2016-07-18 (Mon, 18 Jul 2016)

  Changed paths:
    M frontend/README.md
    A frontend/docs/actions.md
    A frontend/docs/build.md
    A frontend/docs/components.md
    A frontend/docs/constants.md
    A frontend/docs/containers.md
    A frontend/docs/esnext.md
    A frontend/docs/index.md
    A frontend/docs/legacy.md
    A frontend/docs/linting.md
    A frontend/docs/middleware.md
    A frontend/docs/readme.md
    A frontend/docs/reducers.md
    A frontend/docs/schemas.md
    A frontend/docs/scripts.md
    A frontend/docs/styleguide.md
    A frontend/docs/styles.md
    A frontend/docs/technology.md
    A frontend/docs/testing.md
    M frontend/pom.xml
    A frontend/src/.eslintignore
    A frontend/src/.eslintrc
    A frontend/src/.gitignore
    A frontend/src/atomicCssConfig.js
    A frontend/src/index.html
    A frontend/src/main/actions/common.js
    A frontend/src/main/actions/explore.js
    A frontend/src/main/actions/glossary.js
    A frontend/src/main/actions/index.js
    A frontend/src/main/actions/profile.js
    A frontend/src/main/components/Nav/NavIcon.jsx
    A frontend/src/main/components/Nav/NavItem.jsx
    A frontend/src/main/components/Nav/index.jsx
    A frontend/src/main/components/Notification/index.js
    A frontend/src/main/components/index.js
    A frontend/src/main/constants/Messages.js
    A frontend/src/main/constants/Options.js
    A frontend/src/main/containers/App.js
    A frontend/src/main/containers/Explore/GroupTeaser.jsx
    A frontend/src/main/containers/Explore/LanguageTeamTeaser.jsx
    A frontend/src/main/containers/Explore/ProjectTeaser.jsx
    A frontend/src/main/containers/Explore/TeaserList.jsx
    A frontend/src/main/containers/Explore/TeaserListHeader.jsx
    A frontend/src/main/containers/Explore/UserTeaser.jsx
    A frontend/src/main/containers/Explore/index.js
    A frontend/src/main/containers/Glossary/DeleteAllEntriesModal.jsx
    A frontend/src/main/containers/Glossary/DeleteEntryModal.jsx
    A frontend/src/main/containers/Glossary/Entry.js
    A frontend/src/main/containers/Glossary/EntryModal.js
    A frontend/src/main/containers/Glossary/ExportModal.js
    A frontend/src/main/containers/Glossary/Header.jsx
    A frontend/src/main/containers/Glossary/ImportModal.js
    A frontend/src/main/containers/Glossary/NewEntryModal.js
    A frontend/src/main/containers/Glossary/ViewHeader.js
    A frontend/src/main/containers/Glossary/index.js
    A frontend/src/main/containers/Root.js
    A frontend/src/main/containers/UserProfile/CalendarMonthMatrix.jsx
    A frontend/src/main/containers/UserProfile/CalendarPeriodHeading.jsx
    A frontend/src/main/containers/UserProfile/CategoryItemMatrix.jsx
    A frontend/src/main/containers/UserProfile/CategoryMatrixTable.jsx
    A frontend/src/main/containers/UserProfile/ContentStateFilter.jsx
    A frontend/src/main/containers/UserProfile/ContributionChart.jsx
    A frontend/src/main/containers/UserProfile/DayMatrix.jsx
    A frontend/src/main/containers/UserProfile/FilterableMatrixTable.jsx
    A frontend/src/main/containers/UserProfile/RecentContributions.jsx
    A frontend/src/main/containers/UserProfile/index.jsx
    A frontend/src/main/index.js
    A frontend/src/main/legacy.js
    A frontend/src/main/reducers/common.js
    A frontend/src/main/reducers/explore.js
    A frontend/src/main/reducers/glossary.js
    A frontend/src/main/reducers/index.js
    A frontend/src/main/reducers/profile.js
    A frontend/src/main/schemas.js
    A frontend/src/main/utils/DateHelper.js
    A frontend/src/main/utils/GlossaryHelper.js
    A frontend/src/main/utils/RoutingHelpers.js
    A frontend/src/main/utils/StringUtils.js
    A frontend/src/main/utils/__tests__/GlossaryHelperTest.js
    A frontend/src/main/utils/__tests__/StringUtilsTest.js
    A frontend/src/main/utils/callWithSameArgs.js
    R frontend/src/main/web/.eslintignore
    R frontend/src/main/web/.eslintrc
    R frontend/src/main/web/.gitignore
    R frontend/src/main/web/atomicCssConfig.js
    R frontend/src/main/web/copy.sh
    R frontend/src/main/web/docs/actions.md
    R frontend/src/main/web/docs/build.md
    R frontend/src/main/web/docs/components.md
    R frontend/src/main/web/docs/constants.md
    R frontend/src/main/web/docs/containers.md
    R frontend/src/main/web/docs/esnext.md
    R frontend/src/main/web/docs/index.md
    R frontend/src/main/web/docs/legacy.md
    R frontend/src/main/web/docs/linting.md
    R frontend/src/main/web/docs/middleware.md
    R frontend/src/main/web/docs/readme.md
    R frontend/src/main/web/docs/reducers.md
    R frontend/src/main/web/docs/schemas.md
    R frontend/src/main/web/docs/scripts.md
    R frontend/src/main/web/docs/styleguide.md
    R frontend/src/main/web/docs/styles.md
    R frontend/src/main/web/docs/technology.md
    R frontend/src/main/web/docs/testing.md
    R frontend/src/main/web/index.html
    R frontend/src/main/web/npm-shrinkwrap.json
    R frontend/src/main/web/package.json
    R frontend/src/main/web/scripts/createIconsComponent.js
    R frontend/src/main/web/scripts/generateIconList.js
    R frontend/src/main/web/scripts/writeVariablesJson.js
    R frontend/src/main/web/src/actions/common.js
    R frontend/src/main/web/src/actions/explore.js
    R frontend/src/main/web/src/actions/glossary.js
    R frontend/src/main/web/src/actions/index.js
    R frontend/src/main/web/src/actions/profile.js
    R frontend/src/main/web/src/components/Base/index.jsx
    R frontend/src/main/web/src/components/Base/readme.md
    R frontend/src/main/web/src/components/Button/index.jsx
    R frontend/src/main/web/src/components/Button/readme.md
    R frontend/src/main/web/src/components/ButtonLink/index.jsx
    R frontend/src/main/web/src/components/ButtonLink/readme.md
    R frontend/src/main/web/src/components/ButtonRound/index.jsx
    R frontend/src/main/web/src/components/ButtonRound/readme.md
    R frontend/src/main/web/src/components/EditableText.js
    R frontend/src/main/web/src/components/Flex/index.jsx
    R frontend/src/main/web/src/components/Flex/readme.md
    R frontend/src/main/web/src/components/Header.jsx
    R frontend/src/main/web/src/components/Heading.jsx
    R frontend/src/main/web/src/components/Icon/index.jsx
    R frontend/src/main/web/src/components/Icon/readme.md
    R frontend/src/main/web/src/components/Icons/icons.svg
    R frontend/src/main/web/src/components/Icons/index.jsx
    R frontend/src/main/web/src/components/Icons/index.jsx.src
    R frontend/src/main/web/src/components/Icons/readme.md
    R frontend/src/main/web/src/components/Icons/svgs/Icon-admin.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-all.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-attach.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-block.svg
    R 
frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-down-double.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-down.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-left.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-right.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-up-double.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-up.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-circle.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-clock.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-code.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-comment.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-copy.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-cross-circle.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-cross.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-dashboard.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-document.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-dot.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-download.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-edit.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-ellipsis.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-export.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-external-link.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-filter.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-folder.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-glossary.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-help.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-history.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-import.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-inbox.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-info.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-keyboard.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-language.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-link.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-location.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-locked.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-logout.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-mail.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-maintain.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-menu.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-minus.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-next.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-notification.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-plus.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-previous.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-project.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-refresh.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-review.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-search.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-settings.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-star-outline.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-star.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-statistics.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-suggestions.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-tick-circle.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-tick.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-translate.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-trash.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-undo.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-unlocked.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-upload.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-user.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-users.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-version.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-warning.svg
    R frontend/src/main/web/src/components/Icons/svgs/Icon-zanata.svg
    R frontend/src/main/web/src/components/Link.jsx
    R frontend/src/main/web/src/components/Loader/index.jsx
    R frontend/src/main/web/src/components/Loader/readme.md
    R frontend/src/main/web/src/components/LoaderText/index.jsx
    R frontend/src/main/web/src/components/LoaderText/readme.md
    R frontend/src/main/web/src/components/LogoLoader/index.css
    R frontend/src/main/web/src/components/LogoLoader/index.js
    R frontend/src/main/web/src/components/LogoLoader/logo.svg
    R frontend/src/main/web/src/components/Modal/ModalBody.jsx
    R frontend/src/main/web/src/components/Modal/ModalFooter.jsx
    R frontend/src/main/web/src/components/Modal/ModalHeader.jsx
    R frontend/src/main/web/src/components/Modal/ModalTitle.jsx
    R frontend/src/main/web/src/components/Modal/index.jsx
    R frontend/src/main/web/src/components/Modal/readme.md
    R frontend/src/main/web/src/components/Nav.jsx
    R frontend/src/main/web/src/components/NavIcon.jsx
    R frontend/src/main/web/src/components/NavItem.jsx
    R frontend/src/main/web/src/components/Notification.js
    R frontend/src/main/web/src/components/Overlay/index.jsx
    R frontend/src/main/web/src/components/Overlay/readme.md
    R frontend/src/main/web/src/components/OverlayTrigger/index.jsx
    R frontend/src/main/web/src/components/OverlayTrigger/readme.md
    R frontend/src/main/web/src/components/Page.jsx
    R frontend/src/main/web/src/components/Row.js
    R frontend/src/main/web/src/components/ScrollView.jsx
    R frontend/src/main/web/src/components/Select/index.jsx
    R frontend/src/main/web/src/components/Select/index.scss
    R frontend/src/main/web/src/components/Select/readme.md
    R frontend/src/main/web/src/components/TableCell.js
    R frontend/src/main/web/src/components/TableRow.js
    R frontend/src/main/web/src/components/TextInput.jsx
    R frontend/src/main/web/src/components/Tooltip/index.jsx
    R frontend/src/main/web/src/components/Tooltip/readme.md
    R frontend/src/main/web/src/components/View.jsx
    R frontend/src/main/web/src/components/index.js
    R frontend/src/main/web/src/constants/Messages.js
    R frontend/src/main/web/src/constants/Options.js
    R frontend/src/main/web/src/constants/styles.js
    R frontend/src/main/web/src/containers/App.js
    R frontend/src/main/web/src/containers/Explore/GroupTeaser.jsx
    R frontend/src/main/web/src/containers/Explore/LanguageTeamTeaser.jsx
    R frontend/src/main/web/src/containers/Explore/ProjectTeaser.jsx
    R frontend/src/main/web/src/containers/Explore/TeaserList.jsx
    R frontend/src/main/web/src/containers/Explore/TeaserListHeader.jsx
    R frontend/src/main/web/src/containers/Explore/UserTeaser.jsx
    R frontend/src/main/web/src/containers/Explore/index.js
    R frontend/src/main/web/src/containers/Glossary/DeleteAllEntriesModal.jsx
    R frontend/src/main/web/src/containers/Glossary/DeleteEntryModal.jsx
    R frontend/src/main/web/src/containers/Glossary/Entry.js
    R frontend/src/main/web/src/containers/Glossary/EntryModal.js
    R frontend/src/main/web/src/containers/Glossary/ExportModal.js
    R frontend/src/main/web/src/containers/Glossary/ImportModal.js
    R frontend/src/main/web/src/containers/Glossary/NewEntryModal.js
    R frontend/src/main/web/src/containers/Glossary/ViewHeader.js
    R frontend/src/main/web/src/containers/Glossary/index.js
    R frontend/src/main/web/src/containers/Root.js
    R frontend/src/main/web/src/containers/UserProfile/CalendarMonthMatrix.jsx
    R frontend/src/main/web/src/containers/UserProfile/CalendarPeriodHeading.jsx
    R frontend/src/main/web/src/containers/UserProfile/CategoryItemMatrix.jsx
    R frontend/src/main/web/src/containers/UserProfile/CategoryMatrixTable.jsx
    R frontend/src/main/web/src/containers/UserProfile/ContentStateFilter.jsx
    R frontend/src/main/web/src/containers/UserProfile/ContributionChart.jsx
    R frontend/src/main/web/src/containers/UserProfile/DayMatrix.jsx
    R frontend/src/main/web/src/containers/UserProfile/FilterableMatrixTable.jsx
    R frontend/src/main/web/src/containers/UserProfile/RecentContributions.jsx
    R frontend/src/main/web/src/containers/UserProfile/index.jsx
    R frontend/src/main/web/src/index.js
    R frontend/src/main/web/src/legacy.js
    R frontend/src/main/web/src/reducers/common.js
    R frontend/src/main/web/src/reducers/explore.js
    R frontend/src/main/web/src/reducers/glossary.js
    R frontend/src/main/web/src/reducers/index.js
    R frontend/src/main/web/src/reducers/profile.js
    R frontend/src/main/web/src/schemas.js
    R frontend/src/main/web/src/styles/animations.css
    R frontend/src/main/web/src/styles/base.css
    R frontend/src/main/web/src/styles/extras.css
    R frontend/src/main/web/src/styles/styleguide.css
    R frontend/src/main/web/src/utils/DateHelper.js
    R frontend/src/main/web/src/utils/GlossaryHelper.js
    R frontend/src/main/web/src/utils/RoutingHelpers.js
    R frontend/src/main/web/src/utils/StringUtils.js
    R frontend/src/main/web/src/utils/__tests__/GlossaryHelperTest.js
    R frontend/src/main/web/src/utils/__tests__/StringUtilsTest.js
    R frontend/src/main/web/src/utils/callWithSameArgs.js
    R frontend/src/main/web/src/utils/styleUtils.js
    R frontend/src/main/web/styleguide.config.js
    R frontend/src/main/web/styleguide.html
    R frontend/src/main/web/webpack.config.js
    R frontend/src/main/web/webpack.dev.config.js
    R frontend/src/main/web/webpack.legacy.config.js
    R frontend/src/main/web/webpack.prod.config.js
    A frontend/src/npm-shrinkwrap.json
    A frontend/src/package.json
    A frontend/src/styleguide.config.js
    A frontend/src/styleguide.html
    A frontend/src/webpack.config.js
    A frontend/src/webpack.dev.config.js
    A frontend/src/webpack.legacy.config.js
    A frontend/src/webpack.prod.config.js

  Log Message:
  -----------
  Extract general components from frontend to zanata-ui (#1238)

* refactor(frontend): Extract common components

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

* chore(frontend): fix frontend build


_______________________________________________
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

Reply via email to