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:debug-js/debug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:wision/debug
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.
  • 11 commits
  • 11 files changed
  • 2 contributors

Commits on Nov 12, 2014

  1. Adding "dynamic mode", splitting out enabled/disable logic into it's …

    …own file This adds the ability for namespaces to be enabled or disabled on the fly (aka: dynamic mode) Rather than simply returning an enabled/disabled function, when dynamic mode is engaged, it will instead return a thin wrapper that checks the enabled status before each and every call. To accomodate this, the enable/disable lists needed to be upgraded. The new file (able.js) is a singleton that facilitates this feature. Before, the list was really only capable of being modified during init, but afterwards fell flat. This brings more capability there, and also makes that specific feature more testable.
    Dominic Barnes committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    b7cb2ccView commit details
    Browse the repository at this point in the history
  2. adding an example server to demonstrate dynamic mode

    Dominic Barnes committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    111b74dView commit details
    Browse the repository at this point in the history
  3. adding tests for able.js

    Dominic Barnes committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    d5e68c0View commit details
    Browse the repository at this point in the history
  4. fixing bugs found after trying out many examples

    Dominic Barnes committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    9ea71b6View commit details
    Browse the repository at this point in the history
  5. adding special case for '*' wildcard to enable/disable

    Dominic Barnes committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    55d9af5View commit details
    Browse the repository at this point in the history
  6. making changes to ensure we don't break the API

    Dominic Barnes committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    6aba343View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. adding ability to retrieve dynamic flag externally

    Dominic Barnes committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    61092e9View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2015

  1. Configuration menu
    Copy the full SHA
    d5a6eb7View commit details
    Browse the repository at this point in the history
  2. Return back gray color!

    Martin Cizek committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    4b173a6View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. util.log like timestamp

    Martin Cizek committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    06de32fView commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. Rename for local npm

    Martin Cizek committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    ff287faView commit details
    Browse the repository at this point in the history
Loading