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

Adding map #15

Merged
merged 36 commits into from
Feb 7, 2017
Merged

Adding map #15

merged 36 commits into from
Feb 7, 2017

Commits on Dec 23, 2016

  1. Added the needed libraries

    ajakubo1 committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    d28cc5c View commit details
    Browse the repository at this point in the history
  2. Created components which will be displayed in the main page (map with…

    … indicators and data panel)
    ajakubo1 committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    d27bb06 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Configuration menu
    Copy the full SHA
    72fc2ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ae58d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8854cd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cba6e99 View commit details
    Browse the repository at this point in the history
  5. Dealing with test error (adding jsdom for window/document references,…

    … removing images references)
    ajakubo1 committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    a900f40 View commit details
    Browse the repository at this point in the history
  6. Moving .nycrc to package (for some reason a couple of settings doesnt…

    … work from .nycrc - like include/exclude ones)
    ajakubo1 committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    61c8d31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afa95bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ca5b9d View commit details
    Browse the repository at this point in the history
  9. removed too much last time

    ajakubo1 committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    03dbb12 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

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

Commits on Jan 1, 2017

  1. Integrating redux to current application + adding initial states and …

    …merging them with SmogMap component
    ajakubo1 committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    2e7f994 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Configuration menu
    Copy the full SHA
    2a3d5f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c57b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79c28d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. Configuration menu
    Copy the full SHA
    04aae90 View commit details
    Browse the repository at this point in the history
  2. Splitting the tests for testing Component itself via mount, as well a…

    …s checking if wrapper with TileLayer has been generated properly
    ajakubo1 committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    bdd38d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd53024 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

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

Commits on Jan 27, 2017

  1. adding tests for actions

    ajakubo1 committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    f126531 View commit details
    Browse the repository at this point in the history
  2. restore fetch mock

    ajakubo1 committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    2cdbcbe View commit details
    Browse the repository at this point in the history
  3. Adding tests for geolocation

    ajakubo1 committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    911a2ff View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. Adding location listeners

    ajakubo1 committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    2dcfa2b View commit details
    Browse the repository at this point in the history
  2. Unfortunatelly, I have to decrese coverage % - nyc is not handling pr…

    …operly some async operations (though I do have them covered)
    ajakubo1 committed Jan 28, 2017
    Configuration menu
    Copy the full SHA
    7b3c507 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2017

  1. Configuration menu
    Copy the full SHA
    4e71a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b375672 View commit details
    Browse the repository at this point in the history
  3. One more refactoring done

    ajakubo1 committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    622a7c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bff80c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f520865 View commit details
    Browse the repository at this point in the history
  6. Changing the url name

    ajakubo1 committed Feb 4, 2017
    Configuration menu
    Copy the full SHA
    3c4d344 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Configuration menu
    Copy the full SHA
    f2cdadf View commit details
    Browse the repository at this point in the history
  2. More cleanup

    ajakubo1 committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    35c028a View commit details
    Browse the repository at this point in the history
  3. Last line spaces :)

    ajakubo1 committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    2a41583 View commit details
    Browse the repository at this point in the history
  4. Adjusted actions to send filter request for location bound box (min l…

    …at, min lng, max lat, max lng)
    ajakubo1 committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    9b0b5f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caf4815 View commit details
    Browse the repository at this point in the history