8000 Comparing master...ball · mosaicnetworks/disco · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: mosaicnetworks/disco
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mosaicnetworks/disco
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ball
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    bfdd8f5 View commit details
    Browse the repository at this point in the history
  2. Implement Group Ageing

    We add 2 pararmeters to the Group Repository.
    timeout is the TTL for a group entry
    pruneTimeout is the minimum interval for pruning groups.
      i.e. if the prune job had been run more recently than
            pruneTimeout seconds ago, then no pruning is done.
    
    The current implementation is low tech and just attempts to prune on
    getAllGroups calls.
    jonknight73 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    0b4b387 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Amend gitignore

    jonknight73 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    c04fd1a View commit details
    Browse the repository at this point in the history
Loading
0