[zanata/zanata-platform] 228fb6: refactor(editor): move middleware config to separa...

GitHub noreply at github.com
Sun Jul 23 04:51:03 UTC 2017


  Branch: refs/heads/damason/advanced-search/ZNTA-975
  Home:   https://github.com/zanata/zanata-platform
  Commit: 228fb66bfea8f76fb84289ce9a2f1ef23f57e6f1
      https://github.com/zanata/zanata-platform/commit/228fb66bfea8f76fb84289ce9a2f1ef23f57e6f1
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-07-15 (Sat, 15 Jul 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/index.js
    A server/zanata-frontend/src/frontend/app/editor/setup-middlewares.js

  Log Message:
  -----------
  refactor(editor): move middleware config to separate module


  Commit: 8334057b9f8fc54264839799ddfb1e1cccecc78c
      https://github.com/zanata/zanata-platform/commit/8334057b9f8fc54264839799ddfb1e1cccecc78c
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/app/editor/selectors/index.js
    M server/zanata-frontend/src/frontend/package.json
    M server/zanata-frontend/src/frontend/yarn.lock

  Log Message:
  -----------
  feat(ZNTA-975): add selectors for current page of phrases

These are not used yet, but selectors should replace most places that we
are manually pulling out or calculating pieces of state from the store.
They will allow changing in one place if we move some state, and will
be more efficient for calculated state since they memoize the input selectors.


  Commit: 37d7e53e524159cd99e8d7a489bad7a4da072a83
      https://github.com/zanata/zanata-platform/commit/37d7e53e524159cd99e8d7a489bad7a4da072a83
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/api/index.js

  Log Message:
  -----------
  feat(ZNTA-975): allow filter parameters in phrase fetch request


  Commit: de3b3c0e5a5e570d41c25046648aeeefc5f8495e
      https://github.com/zanata/zanata-platform/commit/de3b3c0e5a5e570d41c25046648aeeefc5f8495e
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-07-20 (Thu, 20 Jul 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    M server/zanata-frontend/src/frontend/app/editor/api/index.js
    M server/zanata-frontend/src/frontend/app/editor/index.js
    M server/zanata-frontend/src/frontend/app/editor/selectors/index.js
    A server/zanata-frontend/src/frontend/app/editor/watchers/filtered-phrases.js
    A server/zanata-frontend/src/frontend/app/editor/watchers/index.js
    A server/zanata-frontend/src/frontend/app/editor/watchers/visible-phrases.js

  Log Message:
  -----------
  WIP: fetch filter phrases from server (NOT USED YET)


  Commit: 8ba664fe7ba979a8b53cf65418c1b8601015fdee
      https://github.com/zanata/zanata-platform/commit/8ba664fe7ba979a8b53cf65418c1b8601015fdee
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-07-20 (Thu, 20 Jul 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/actions/phrases-action-types.js
    M server/zanata-frontend/src/frontend/app/editor/watchers/filtered-phrases.js
    A server/zanata-frontend/src/frontend/app/editor/watchers/watch.js

  Log Message:
  -----------
  WIP: add logging wrapper around redux-watch


  Commit: ab6b34a4b4121b9500a54fe3487e850897910160
      https://github.com/zanata/zanata-platform/commit/ab6b34a4b4121b9500a54fe3487e850897910160
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-07-23 (Sun, 23 Jul 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/actions/phrases-action-types.js
    M server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/index.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/phrase-reducer.test.js
    M server/zanata-frontend/src/frontend/app/editor/selectors/index.js
    A server/zanata-frontend/src/frontend/app/editor/utils/log-todo.js
    M server/zanata-frontend/src/frontend/app/editor/utils/status-util.js
    R server/zanata-frontend/src/frontend/app/editor/watchers/filtered-phrases.js
    M server/zanata-frontend/src/frontend/app/editor/watchers/index.js
    A server/zanata-frontend/src/frontend/app/editor/watchers/page-number.js
    A server/zanata-frontend/src/frontend/app/editor/watchers/phrase-detail.js
    A server/zanata-frontend/src/frontend/app/editor/watchers/phrase-list.js
    R server/zanata-frontend/src/frontend/app/editor/watchers/visible-phrases.js

  Log Message:
  -----------
  feat(ZNTA-975): fetch and store server-filtered phrase list

Does not yet display the fetched list.


  Commit: 4ba46be19a6fa250d0d7e4e5535da6a020275015
      https://github.com/zanata/zanata-platform/commit/4ba46be19a6fa250d0d7e4e5535da6a020275015
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-07-23 (Sun, 23 Jul 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/selectors/index.js

  Log Message:
  -----------
  feat(ZNTA-975): add selector for hasAdvancedFilter


Compare: https://github.com/zanata/zanata-platform/compare/c6da06528ca9...4ba46be19a6f


More information about the zanata-commits mailing list