Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vue-hackernews-2.0
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bahmutov/vue-hackernews-2.0
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 15 files changed
  • 3 contributors

Commits on Jan 23, 2018

  1. wrote e2e tests

    bahmutov committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    7c0304e View commit details
    Browse the repository at this point in the history
  2. start component unit tests

    bahmutov committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    878c8f5 View commit details
    Browse the repository at this point in the history
  3. setup travis CI

    bahmutov committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    c5f0a52 View commit details
    Browse the repository at this point in the history
  4. use node 8 on Travis

    bahmutov committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    a48e2b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8f6b93 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. more sw

    bahmutov committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    d809f04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9de141 View commit details
    Browse the repository at this point in the history
  3. more try and fail

    bahmutov committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    12c13a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. trying to test router

    bahmutov committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    7d9074a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Configuration menu
    Copy the full SHA
    913e2b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac0bcb2 View commit details
    Browse the repository at this point in the history
  3. Fix RouterLink issue and item-spec test (#1)

    * Add Cypress commands to scripts
    
    * Add Cypress specific webpack config
    
    We need a base config but with an alias for ‘create-api’.
    
    * Set Cypress ’baseUrl’ to local dev server
    
    * Fix Vue Router integeration
    
    - add `VueRouter` to plugins option
    - generate router instance with `createRouter`
    - include router instance in component object
    amirrustam authored and bahmutov committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    7aeac79 View commit details
    Browse the repository at this point in the history
  4. Update dependencies to enable Greenkeeper 🌴 (#2)

    * chore(package): update dependencies
    
    * docs(readme): add Greenkeeper badge
    greenkeeper[bot] authored and bahmutov committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    742b2a3 View commit details
    Browse the repository at this point in the history
  5. add travis ci badge

    bahmutov committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    97aa872 View commit details
    Browse the repository at this point in the history
  6. record on CI

    bahmutov committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    a2aa24f View commit details
    Browse the repository at this point in the history
  7. remove duplicate import

    bahmutov committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    2f6bcee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac129da View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from bahmutov/greenkeeper/initial

    Greenkeeper/initial
    bahmutov authored Feb 16, 2018
    Configuration menu
    Copy the full SHA
    74382bb View commit details
    Browse the repository at this point in the history
Loading