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

More Mount Conflict Detection #2919

Merged
merged 17 commits into from
Nov 6, 2017
Merged

Commits on Jun 24, 2017

  1. More Mount Conflict Detection

    Ensure that we are not creating a "submount" underneath an already
    existing mountpoint. This (hopefully) fixes hashicorp#2878
    Jonathan Freedman committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    ff650e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2017

  1. Configuration menu
    Copy the full SHA
    af30967 View commit details
    Browse the repository at this point in the history
  2. Incorporate feedback and add a blurb to the docs

    Jonathan Freedman committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    d848929 View commit details
    Browse the repository at this point in the history
  3. Incorporate feedback in proper file tho

    Jonathan Freedman committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    cf07549 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Configuration menu
    Copy the full SHA
    e8f330e View commit details
    Browse the repository at this point in the history
  2. Use a read lock when appropriate

    Jonathan Freedman committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    f3136f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    b0fbfe8 View commit details
    Browse the repository at this point in the history
  2. shuffle around internal router/mount functions

    Jonathan Freedman committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    bf02212 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Configuration menu
    Copy the full SHA
    0f36271 View commit details
    Browse the repository at this point in the history
  2. defer is kinda cool 🕶

    Jonathan Freedman committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    6836698 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Configuration menu
    Copy the full SHA
    314a032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23aa611 View commit details
    Browse the repository at this point in the history
  3. Only block path stomping on new mounts

    Changed the tests around to better capture this now does. Existing paths
    paths are still supported from the perspective of the router, but not
    from the perspective of new mounts.
    otakup0pe committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    c03b662 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Update router.go

    jefferai authored Nov 6, 2017
    Configuration menu
    Copy the full SHA
    e2c0f63 View commit details
    Browse the repository at this point in the history
  2. Update router_test.go

    jefferai authored Nov 6, 2017
    Configuration menu
    Copy the full SHA
    5b60f6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51c948f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d70bcd5 View commit details
    Browse the repository at this point in the history