Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRACKING: feature/redux → feature/react-intl #1135

Closed
wants to merge 206 commits into from

Commits on Apr 22, 2016

  1. React Intl

    langpavel committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    86eadfd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #609 from langpavel/feature/react-intl

    react-intl
    koistya committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    1ab3873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4819cf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

  1. Merge pull request #616 from langpavel/feature/react-intl

    [feature/react-intl] Upgrade accidentaly downgraded history dependency
    koistya committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    4a49f36 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/react-intl

    Conflicts:
    	tools/copy.js
    langpavel committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    fd79c1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faeaabb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2016

  1. Merge pull request #617 from langpavel/feature/react-intl

    Sync master and feature/redux into feature/react-intl
    koistya committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    91b0982 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Configuration menu
    Copy the full SHA
    9cf76bb View commit details
    Browse the repository at this point in the history
  2. Add newline before EOF

    langpavel committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    bd587c3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #620 from langpavel/feature/react-intl

    [feature/react-intl] Write newlines on message files EOF
    koistya committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    03bcce4 View commit details
    Browse the repository at this point in the history
  4. Fix linting errors (#622)

    langpavel authored and koistya committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    925806e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. [feature/react-intl] Fix ProvideIntl PropTypes validation (#625)

    * Fix ProvideIntl PropTypes validation
    
    * Remove unnecessary line
    langpavel authored and koistya committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    86e2d4b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. Configuration menu
    Copy the full SHA
    e0dd538 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Configuration menu
    Copy the full SHA
    68e31a6 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. [react-intl] Store current language in cookie (#638)

    Store currently selected locale in cookie after successfull
    language change by redux action. This makes selection persistent.
    langpavel authored and koistya committed May 4, 2016
    Configuration menu
    Copy the full SHA
    a8fb68a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. [feature/react-intl] Extract description into messages files (#653)

    * Extract `description` to messages file as well
    
    * Better error reporting when extracting messages
    
    * Localization messages updated [generated by tooling]
    langpavel authored and koistya committed May 17, 2016
    Configuration menu
    Copy the full SHA
    47d5bbb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Configuration menu
    Copy the full SHA
    21c77a8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2016

  1. Configuration menu
    Copy the full SHA
    f649f0d View commit details
    Browse the repository at this point in the history
  2. Fix lint

    langpavel committed May 26, 2016
    Configuration menu
    Copy the full SHA
    a265a08 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2016

  1. Merge branch 'feature/redux' into feature/react-intl

    Conflicts:
    	package.json
    	src/client.js
    	src/server.js
    	src/views/index.jade
    langpavel committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    24204ce View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/react-intl' of github.com:langpavel/react-start…

    …er-kit into feature/react-intl
    
    Conflicts:
    	src/client.js
    	src/store/configureStore.js
    langpavel committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    0d1a01c View commit details
    Browse the repository at this point in the history
  3. [feature/react-intl] merge feature/redux (#734)

    * Add support for helpers in redux-thunk actions (#650)
    
    Support for isomorphic `fetch` and `graphqlRequest`
    helpers in redux-thunk action creators
    
    * [feature/redux] Fix: Redux helpers client configuration (#663)
    
    * Update npm modules; tweak Stylelint settings
    
    * Change db string length (#691)
    
    * Update history module to v3 (#692)
    
    - Update `history` dependency to v3.0.0 ([changelog](https://github.com/ReactJSTraining/history/blob/master/CHANGES.md))
    - Add `windowScrollX` and `windowScrollY` helpers to `core/DOMUtils`
    - Rename `match()` to `UniversalRouter.resolve()`
    - Fix scroll issues ([see article](https://developers.google.com/web/updates/2015/09/history-api-scroll-restoration))
    
    * fix(Isomorphic Style Loader): Add support to load multiple styles (#678)
    
    * fix(Isomorphic Style Loader): Add support to load multiple styles
    
    * fix(Isomorphic Style Loader): Add remove feature back
    
    * Adds testing section (#687)
    
    Integrates comments by @langpavel
    
    * Fix npm warnings about graphql dependencies (#693)
    
    fixes #661
    
    * Fix OccurrenceOrderPlugin spelling (#683)
    
    * fixed typo in passport.js (#696)
    
    * Docs: use more expressive language (#701)
    
    * Add eslint global-require exception (#703)
    
    Add eslint global-require exception, based in 'src/server.js' file.
    
    The 'feature/react-intl' branch also has this problem.
    
    * Update stylelint-config-standard (#707)
    
    * Update stylelint-config-standard
    
    When I run 'npm run lint', this warning show up:
    
    Deprecation Warning: 'number-zero-length-no-unit' has been deprecated, and will be removed in '7.0'. Use 'length-zero-no-unit' instead. See: http://stylelint.io/user-guide/rules/length-zero-no-unit/
    
    update package to remove it.
    
    * Update stylelint
    
    to use length-zero-no-unit instead number-zero-length-no-unit.
    
    * Fix spelling of "vice versa" (#710)
    
    * Remove jade dependency
    
    * Update react-style-guide.md (#718)
    
    replace ../Nav with ../Navigation
    
    * Update CHANGELOG.md
    langpavel authored and koistya committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    eb7a934 View commit details
    Browse the repository at this point in the history
  4. Revert "[feature/react-intl] merge feature/redux (#734)"

    This reverts commit eb7a934.
    langpavel committed Jul 10, 2016
    Configuration menu
    Copy the full SHA
    c971b78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa8a911 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3e845c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #672 from langpavel/feature/react-intl

    [feature/react-intl] Intl polyfill for Safari
    
    This introduces code splitting. Polyfill is only loaded if needed.
    langpavel authored Jul 10, 2016
    Configuration menu
    Copy the full SHA
    6067241 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    421970b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #735 from langpavel/feature-react-intl-merge-featu…

    …re-redux
    
    [feature/react-intl] merge better logger from feature/redux
    langpavel authored Jul 10, 2016
    Configuration menu
    Copy the full SHA
    c8b5047 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. Configuration menu
    Copy the full SHA
    4f66eec View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

  1. Configuration menu
    Copy the full SHA
    a504763 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. 1 Configuration menu
    Copy the full SHA
    60bc2c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Configuration menu
    Copy the full SHA
    031c510 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Merge branch 'feature/redux' into react-intl-merge-redux

    Conflicts:
    	src/client.js
    	src/components/App/App.js
    	src/server.js
    langpavel committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    1dd8893 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #787 from langpavel/react-intl-merge-redux

    [feature/react-intl] merge feature/redux
    langpavel authored Aug 2, 2016
    Configuration menu
    Copy the full SHA
    bbc2f08 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    3c0cdd5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #792 from langpavel/intl-better-action

    [feature/react-intl] Better code in setLocale action
    langpavel authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    ee5d7e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d24baa8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/redux' into feature/react-intl

    Conflicts:
    	src/server.js
    langpavel committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    79304bd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2016

  1. Configuration menu
    Copy the full SHA
    b72965b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Configuration menu
    Copy the full SHA
    e63fa3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #798 from langpavel/react-intl-fix-win-paths

    [feature/react-intl] Convert backslashes in messages files to slashes
    langpavel authored Aug 10, 2016
    Configuration menu
    Copy the full SHA
    5746145 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Merge branch 'feature/redux' into feature/react-intl

    Conflicts:
    	package.json
    	src/client.js
    	src/components/Html.js
    langpavel committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    1cae602 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2016

  1. Configuration menu
    Copy the full SHA
    04df6cf View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Configuration menu
    Copy the full SHA
    14c616c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #836 from langpavel/react-intl-sort-file-names

    [feature/react-intl] Sort paths in messages
    langpavel authored Sep 6, 2016
    Configuration menu
    Copy the full SHA
    d808316 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c9e069 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Merge branch 'feature/redux' into feature/react-intl

    Conflicts:
    	package.json
    	src/client.js
    	tools/copy.js
    langpavel committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    2fa2f8f View commit details
    Browse the repository at this point in the history
  2. eslint

    langpavel committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    f6b8c59 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Configuration menu
    Copy the full SHA
    b211835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36efa57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b136da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5d62a0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #895 from langpavel/new-react-intl

    [feature/react-intl] Merged master and redux, refactored
    langpavel authored Oct 3, 2016
    Configuration menu
    Copy the full SHA
    0903b13 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. [feature/react-intl] Better Language Switcher

    * Human friendly language names
    * Improved readability of connect HoC
    langpavel committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    11beb27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #897 from langpavel/better-language-switcher

    [feature/react-intl] Better Language Switcher
    langpavel authored Oct 4, 2016
    Configuration menu
    Copy the full SHA
    30e2b32 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2016

  1. Fix: Error page rendering

    langpavel committed Oct 5, 2016
    Configuration menu
    Copy the full SHA
    2d39a31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c9a0e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2016

  1. Configuration menu
    Copy the full SHA
    bcf1d6e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Configuration menu
    Copy the full SHA
    d1e2b33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    600ce7a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. Configuration menu
    Copy the full SHA
    2517a86 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Configuration menu
    Copy the full SHA
    deb0e72 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2016

  1. Configuration menu
    Copy the full SHA
    222ef57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c9b1e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Content refactoring

    langpavel committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    1c5210e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3252aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd48dc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Configuration menu
    Copy the full SHA
    e6c7df7 View commit details
    Browse the repository at this point in the history
  2. Fix test

    langpavel committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    79feb17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad990f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2016

  1. Configuration menu
    Copy the full SHA
    8a1ca98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a93f56 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Configuration menu
    Copy the full SHA
    549dda0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Configuration menu
    Copy the full SHA
    c8a2003 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Configuration menu
    Copy the full SHA
    beb4290 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2016

  1. Configuration menu
    Copy the full SHA
    ebed51b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. Merge feature/redux into feature/react-intl

    * Update how-to-use-sass.md
    langpavel authored Dec 10, 2016
    Configuration menu
    Copy the full SHA
    23fa725 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Configuration menu
    Copy the full SHA
    8e4bd64 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    94b00cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1034 from piteer1/feature/react-intl

    Removal of gaze in extractMessages
    langpavel authored Dec 16, 2016
    Configuration menu
    Copy the full SHA
    93a0bd6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Configuration menu
    Copy the full SHA
    7f1d692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2db319 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Configuration menu
    Copy the full SHA
    e44f751 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Merge pull request #1078 from awesomejerry/feature/react-intl

    Feature/react intl
    langpavel authored Jan 12, 2017
    Configuration menu
    Copy the full SHA
    f5f829e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2017

  1. Configuration menu
    Copy the full SHA
    0aa8848 View commit details
    Browse the repository at this point in the history
  2. updated date field name.

    smshuja authored Jan 29, 2017
    Configuration menu
    Copy the full SHA
    caead88 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Merge pull request #1103 from smshuja/news-feed-query-fix

    fixed news feed query (#1045)
    langpavel authored Feb 1, 2017
    Configuration menu
    Copy the full SHA
    448bc52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    667a387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a6f74e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Configuration menu
    Copy the full SHA
    f61b39b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    930f53d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Configuration menu
    Copy the full SHA
    dba0dd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    9514ff8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Configuration menu
    Copy the full SHA
    011337e View commit details
    Browse the repository at this point in the history
  2. Initial Apollo integration

    langpavel committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    22dc950 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03791e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3782d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4df966 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    558eb4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    623f3a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. Configuration menu
    Copy the full SHA
    48231cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0895c21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6ecb1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc8c5f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Skip cache for intl action

    langpavel committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    e968732 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Configuration menu
    Copy the full SHA
    cf42f90 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    e48fec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c3189e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Configuration menu
    Copy the full SHA
    1a7e45b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b3367 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. 1 Configuration menu
    Copy the full SHA
    08be6ff View commit details
    Browse the repository at this point in the history
  2. Upgrade Apollo

    langpavel committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    734919a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37f1b80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42a8ff0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. Configuration menu
    Copy the full SHA
    963ae2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77acb76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a38aa6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c856ef View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Configuration menu
    Copy the full SHA
    86132ac View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Configuration menu
    Copy the full SHA
    5a19805 View commit details
    Browse the repository at this point in the history
  2. Upgrade packages

    langpavel committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    f48ceff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    707dc0b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Configuration menu
    Copy the full SHA
    0a2782a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Configuration menu
    Copy the full SHA
    9770f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588b42a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2156f8d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Configuration menu
    Copy the full SHA
    b62314c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db6abb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2017

  1. Configuration menu
    Copy the full SHA
    705a39e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1faa972 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    54efedc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Configuration menu
    Copy the full SHA
    e393804 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Configuration menu
    Copy the full SHA
    8182af7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba4894a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2de349 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Configuration menu
    Copy the full SHA
    1f4f7ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da4f71f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Configuration menu
    Copy the full SHA
    8e93b63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    101e158 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36dce68 View commit details
    Browse the repository at this point in the history
  4. Update yarn.lock

    langpavel committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    eace0e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. Configuration menu
    Copy the full SHA
    6fa569e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    645b7a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cb5ca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e21de3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4a9583 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    58a9aa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1affa66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    136a3b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    988bbd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39d30b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28b41d4 View commit details
    Browse the repository at this point in the history
  7. test: update snapshot

    langpavel committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    38b9f67 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    2bcb7e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f86d69b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Configuration menu
    Copy the full SHA
    b429d3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9335da View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Configuration menu
    Copy the full SHA
    4f7a1f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61bdcae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d3c105 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Fix Layout test

    Krzysztof Karol authored and Krzysztof Karol committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    73e7705 View commit details
    Browse the repository at this point in the history
  2. Use news.graphql content as fetch body query in home route

    Krzysztof Karol authored and Krzysztof Karol committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    f5c85f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Configuration menu
    Copy the full SHA
    1a66055 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. [feature/Apollo] Upgrade to Apollo Client 2.0 (#1492)

    * ⬆️ Upgrade to Apollo Client 2.0
    * Tweak HttpLink Credentials
    * Fix Layout test
    tim-soft authored and langpavel committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a65988a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ce25fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcb056b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. Configuration menu
    Copy the full SHA
    73e1b1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeac362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abe3ed2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37ea09b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f63ce9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. typos

    langpavel committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    4d351f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8effc49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0aa0a82 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Configuration menu
    Copy the full SHA
    c956344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc81b65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cb1b30 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature-apollo-single-source-of-graphql-query' of git:/…

    …/github.com/KrzysztofKarol/react-starter-kit
    langpavel committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    712b80a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea5111e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'KrzysztofKarol-feature-apollo-single-source-of-graphql-…

    …query' into feature/apollo
    langpavel committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    c8f7165 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8764b24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c8bb28 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Configuration menu
    Copy the full SHA
    9382aa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Configuration menu
    Copy the full SHA
    d7d4187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1d5f69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c893015 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7373ec4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b672957 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    4fb56bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca3e9ac View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    80cac88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a8ce6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. fix: Hot module reloading

    langpavel committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    6910350 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. fix babel core usage

    babel core supports a transformFileSync method which this process would highly benefit from
    dreisel authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    cd6d4bb View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Configuration menu
    Copy the full SHA
    3042323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4c8bf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c851d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    699f84d View commit details
    Browse the repository at this point in the history
  5. chore: update messages

    langpavel committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    71b4412 View commit details
    Browse the repository at this point in the history
  6. test: fix rootReducer test

    langpavel committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    6dedc85 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Configuration menu
    Copy the full SHA
    d5cf707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    890839c View commit details
    Browse the repository at this point in the history
  3. chore: yarn upgrade

    langpavel committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    f54d6f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aff38b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f0fdc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Configuration menu
    Copy the full SHA
    fc3bc29 View commit details
    Browse the repository at this point in the history