GitHub user mdunker opened a pull request:

    https://github.com/apache/usergrid/pull/469

    USERGRID-1200: workflow URL refactor

    1. Add usergrid.api.url.base property (defaults to 
http://localhost:8080/ROOT) that can be overridden for an org.
    2. The confirmation and activation properties are hardcoded paths and don't 
need org overrides. Example:
    usergrid.admin.activation.url is built by concatenating 
usergrid.api.url.base and "/management/users/%s/activate"
    3. swagger.basepath removed and replaced by usergrid.api.url.base.
    4. Refactor orgconfig to return system defaults if not configurable by org.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mdunker/usergrid USERGRID-1200

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/usergrid/pull/469.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #469
    
----
commit 90d5d665df0144b9f70098d8bd297d368e41d64f
Author: Mike Dunker <[email protected]>
Date:   2016-01-19T18:04:47Z

    USERGRID-1200: workflow URL refactor
    
    1. Add usergrid.api.url.base property (defaults to 
http://localhost:8080/ROOT) that can be overridden for an org.
    2. The confirmation and activation properties are hardcoded paths and don't 
need org overrides. Example:
    usergrid.admin.activation.url is built by concatenating 
usergrid.api.url.base and "/management/users/%s/activate"
    3. swagger.basepath removed and replaced by usergrid.api.url.base.
    4. Refactor orgconfig to return system defaults if not configurable by org.

commit a33698b166abfc3e96c9f88af5dddb41d7e5fa9e
Author: Mike Dunker <[email protected]>
Date:   2016-01-19T19:14:23Z

    Merge remote-tracking branch 'origin/master' into USERGRID-1200

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to