[
https://issues.apache.org/jira/browse/USERGRID-1200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107234#comment-15107234
]
ASF GitHub Bot commented on USERGRID-1200:
------------------------------------------
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
----
> Org config override for portal and API URLs
> -------------------------------------------
>
> Key: USERGRID-1200
> URL: https://issues.apache.org/jira/browse/USERGRID-1200
> Project: Usergrid
> Issue Type: Story
> Reporter: Mike Dunker
> Assignee: Mike Dunker
> Fix For: 2.1.2
>
>
> 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.
> usergrid.redirect_root changes will happen later -- org not known when
> setting is being used, so no need to add an org config item.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)