Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.
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: wavii/darner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alanw/darner
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.
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Nov 16, 2014

  1. Fix compatibility with Yosemite.

    Alan Wright committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    9c531ee View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2014

  1. Add build directory to .gitignore.

    Alan Wright committed Dec 21, 2014
    Configuration menu
    Copy the full SHA
    da40cf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Add support for limiting queue size.

    Queue size limit may be specified by supplying a suffix to the queue name (separated by a colon).
    
    For example, "myqueue:1000" will create/push to a queue called myqueue however it will first check whether the size <= 1000 before pushing.
    Alan Wright committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    3ebccc3 View commit details
    Browse the repository at this point in the history
Loading