Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Support manual setting of protocol and base_path #215

Merged
merged 2 commits into from
Jun 3, 2015

Commits on Feb 21, 2015

  1. Added the ability to manually set 'protocol' and 'base_path' by addin…

    …g optional settings`
    
    Squashed commit of the following:
    
    commit 401f187
    Author: Josh Glick <[email protected]>
    Date:   Tue Feb 10 16:55:52 2015 -0500
    
        Fixed lint formatting issues
    
    commit 9c70795
    Author: Josh Glick <[email protected]>
    Date:   Tue Feb 10 14:28:17 2015 -0500
    
        Added parens around or if else statement
    
    commit e11ec08
    Author: Josh Glick <[email protected]>
    Date:   Tue Feb 10 12:28:29 2015 -0500
    
        Fixed a bug with default behaviour when default pass wasn't given
    
    commit 3222f25
    Author: Josh Glick <[email protected]>
    Date:   Mon Feb 9 16:20:57 2015 -0500
    
        Update full_base_path method to respect protocol property even when base_path not given
    
    commit 06875a7
    Author: Josh Glick <[email protected]>
    Date:   Mon Feb 9 16:05:11 2015 -0500
    
        Cleaned up scheme / base_path settings to make them cleaner and more distinct
    
    commit 575a9ac
    Author: Josh Glick <[email protected]>
    Date:   Mon Feb 9 15:51:59 2015 -0500
    
        Revert 285a779
    
    commit 285a779
    Author: Josh Glick <[email protected]>
    Date:   Mon Feb 9 15:32:01 2015 -0500
    
        Attempt to remove scheme setting
    
    commit e754b2e
    Author: Josh Glick <[email protected]>
    Date:   Mon Feb 9 15:27:52 2015 -0500
    
        Updated Resource View to support no base_path provided
    
    commit 8bd8e95
    Author: Josh Glick <[email protected]>
    Date:   Mon Feb 9 11:59:03 2015 -0500
    
        Better make use of base_path
    
    commit ee6e4a6
    Author: Josh Glick <[email protected]>
    Date:   Mon Feb 9 11:54:30 2015 -0500
    
        Updated the discovery url to be based of base_path if provided
    
    commit eb37416
    Author: Josh Glick <[email protected]>
    Date:   Mon Feb 9 11:45:02 2015 -0500
    
        Attempting to reproduce suggestion from marcgibbons#77
    
    commit 604959a
    Author: Josh Glick <[email protected]>
    Date:   Mon Feb 9 11:21:36 2015 -0500
    
        Changed how we check for swagger scheme
    
    commit b2ed600
    Author: Josh Glick <[email protected]>
    Date:   Mon Feb 9 11:13:11 2015 -0500
    
        Support manual setting of scheme
    Josh Glick committed Feb 21, 2015
    Configuration menu
    Copy the full SHA
    decec95 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2015

  1. Added protocol and base_path to settings docs

    Josh Glick committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    7c9231d View commit details
    Browse the repository at this point in the history