Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

source_manager.go handle locking better #853

Merged
merged 6 commits into from
Jul 21, 2017
Merged

Commits on Jul 19, 2017

  1. Fix for golang#820 locking issues.

    Nathan Ollerenshaw committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    37f5988 View commit details
    Browse the repository at this point in the history
  2. Fix for golang#820

    Fix nit around capital letter in error message.
    Nathan Ollerenshaw committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    ca542d2 View commit details
    Browse the repository at this point in the history
  3. Fixed lockfile case where it was created already by the current proce…

    …ss. We should not allow NewSourceManager to be called twice at the same time.
    Nathan Ollerenshaw committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    ea4aab1 View commit details
    Browse the repository at this point in the history
  4. Added Gopkg.lock file ..

    Nathan Ollerenshaw committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    37e60a0 View commit details
    Browse the repository at this point in the history
  5. removed test for lock file which is no longer needed.

    Nathan Ollerenshaw committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    2888ce9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Fixing comment nits for PR golang#853.

    Nathan Ollerenshaw committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    6bb33ee View commit details
    Browse the repository at this point in the history