Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Darcs Support: Parses logs of newer version of darcs. Use hashes as tokens instead of patch names. #23

Open
wants to merge 38 commits into
base: darcs_support
Choose a base branch
from

Commits on Oct 16, 2014

  1. Configuration menu
    Copy the full SHA
    b4043f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request blackducksoftware#22 from notalex/OTWO-3248

    Rename Scm modules to OhlohScm
    Peter Degen-Portnoy committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    05e3e17 View commit details
    Browse the repository at this point in the history
  3. Update to version 2.0.1

    Peter Degen-Portnoy committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    7da779e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2016

  1. Configuration menu
    Copy the full SHA
    30641e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Configuration menu
    Copy the full SHA
    86eb16d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfda2ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8732a56 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Configuration menu
    Copy the full SHA
    26e57ff View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Merge pull request blackducksoftware#24 from santhanakarthikeyan/repl…

    …ace_open3_with_posix_spawn
    
    Replaced Open3 with Posix-spawn to reduce process memory leak
    santhanakarthikeyan committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    2cd5061 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Configuration menu
    Copy the full SHA
    581e6f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Merge pull request blackducksoftware#25 from blackducksoftware/fix_fi…

    …le_descriptor_leak
    
    Fix for file descriptor leaks
    aruncsengr committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    d3fbd81 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2016

  1. Version bump

    notalex committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    1af22dc View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2016

  1. Configuration menu
    Copy the full SHA
    6699a6d View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    2ea0d4f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. Add Travis CI badge

    Peter Degen-Portnoy committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    83fe15a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2016

  1. Configuration menu
    Copy the full SHA
    5a66f7d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

  1. OTWO-4267 Avoid changing encoding for processed data

    If ohloh_scm changes the encoding, original characters might be lost.
    Users might be aware of the correct encoding and may wish to handle it
    accordingly.
    notalex committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    535d2d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

  1. OTWO-4267 Use a bare git repo for git push test

    Undid previous lib changes made just to make test pass on travis.
    notalex committed Jun 22, 2016
    Configuration menu
    Copy the full SHA
    91181b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request blackducksoftware#26 from blackducksoftware/OTWO-4267

    OTWO-4267 Configured installation of multiple SCMs in travis builds
    aruncsengr authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    f70ddd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8346b29 View commit details
    Browse the repository at this point in the history
  4. Merge pull request blackducksoftware#27 from blackducksoftware/OTWO-4281

    OTWO-4281 Configured travis ssh setup and its dependencies
    aruncsengr authored Jun 22, 2016
    Configuration menu
    Copy the full SHA
    38c984f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2016

  1. Configuration menu
    Copy the full SHA
    41d2d1f View commit details
    Browse the repository at this point in the history
  2. ignore emacs TAGS files

    simonmichael authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    7828a98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7cd724 View commit details
    Browse the repository at this point in the history
  4. make head tests pass

    simonmichael authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    d1d0a38 View commit details
    Browse the repository at this point in the history
  5. make cat_file tests pass

    simonmichael authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    7aef1a8 View commit details
    Browse the repository at this point in the history
  6. make commits tests pass

    simonmichael authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    4d8094d View commit details
    Browse the repository at this point in the history
  7. make misc tests pass

    simonmichael authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    88dccb4 View commit details
    Browse the repository at this point in the history
  8. make patch tests pass

    simonmichael authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    f546e42 View commit details
    Browse the repository at this point in the history
  9. make pull test pass

    simonmichael authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    997cdc1 View commit details
    Browse the repository at this point in the history
  10. make push tests pass

    simonmichael authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    978ae91 View commit details
    Browse the repository at this point in the history
  11. make rev_list tests pass

    simonmichael authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    c73741b View commit details
    Browse the repository at this point in the history
  12. fix a breakage

    simonmichael authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    1e969d2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe7c8ca View commit details
    Browse the repository at this point in the history
  14. Merge simonmichael-topic/darcs

    Peter Degen-Portnoy authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    39728ef View commit details
    Browse the repository at this point in the history
  15. Resolved namespacing issues

    Peter Degen-Portnoy authored and lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    06318c4 View commit details
    Browse the repository at this point in the history
  16. Darcs Support: Parses logs of newer version of darcs. Use hashes as t…

    …okens instead of patch names.
    lowfatcomputing committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    96de1cb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0700f92 View commit details
    Browse the repository at this point in the history