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: DiscoverMeteor/Microscope
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DiscoverMeteor/Microscope
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: extra
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 29 files changed
  • 2 contributors

Commits on May 23, 2016

  1. Hello world for server-side routing.

    chapter15-1
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    868ea07 View commit details
    Browse the repository at this point in the history
  2. Created RSS package, use it to create a rudimentary feed.

    chapter15-2
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    a952d0c View commit details
    Browse the repository at this point in the history
  3. List each post in the feed.

    chapter15-3
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    f102cad View commit details
    Browse the repository at this point in the history
  4. Added an RSS link to the site header.

    chapter15-4
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    bacd88a View commit details
    Browse the repository at this point in the history
  5. Built a simple /api/posts route

    chapter15-5
    tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    3a91e62 View commit details
    Browse the repository at this point in the history
  6. Limiting the /api/posts route.

    chapter15-6
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    05965d5 View commit details
    Browse the repository at this point in the history
  7. Basic route for showing a post.

    chapter15-7
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    df5b73f View commit details
    Browse the repository at this point in the history
  8. Added http package and created Bitly package.

    chapter16-1
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    a98f8e1 View commit details
    Browse the repository at this point in the history
  9. Shortening URLs on post submit.

    chapter16-2
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    a87b047 View commit details
    Browse the repository at this point in the history
  10. Displaying shortened links.

    chapter16-3
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    d9a514b View commit details
    Browse the repository at this point in the history
  11. Added getClicks method.

    chapter16-4
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    a261e91 View commit details
    Browse the repository at this point in the history
  12. Distributing Bitly API calls.

    chapter16-5
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    4022e73 View commit details
    Browse the repository at this point in the history
  13. Adding Most Clicked view.

    chapter16-6
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    4df4677 View commit details
    Browse the repository at this point in the history
  14. Added Intercom code snippet

    chapter17-1
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    cfeb935 View commit details
    Browse the repository at this point in the history
  15. Sending custom user data.

    chapter17-2
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    283e396 View commit details
    Browse the repository at this point in the history
  16. Enabling secure mode.

    chapter17-3
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    d727dde View commit details
    Browse the repository at this point in the history
  17. Displaying the inbox link.

    chapter17-4
    SachaG authored and tmeasday committed May 23, 2016
    Configuration menu
    Copy the full SHA
    c35d935 View commit details
    Browse the repository at this point in the history
Loading