[GitHub] incubator-trafficcontrol pull request #737: removed a test that didn't have ...

2017-07-18 Thread dneuman64
GitHub user dneuman64 opened a pull request:

https://github.com/apache/incubator-trafficcontrol/pull/737

removed a test that didn't have any code to support it, fixed another…

… test

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

$ git pull https://github.com/dneuman64/incubator-trafficcontrol 
to-fix-sslkeys-test

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

https://github.com/apache/incubator-trafficcontrol/pull/737.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 #737


commit ebd02ffdffd5149a056b84bb0ac306ac8ef56b77
Author: David Neuman 
Date:   2017-07-19T03:52:36Z

removed a test that didn't have any code to support it, fixed another test




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafficcontrol pull request #736: [WIP] Anonymous IP TR Implementa...

2017-07-18 Thread PeterRyder
GitHub user PeterRyder opened a pull request:

https://github.com/apache/incubator-trafficcontrol/pull/736

[WIP] Anonymous IP TR Implementation

- Initial review of anonymous blocking in the TR
- Unit tests require the maxmind anonymous ip database which will not be 
committed to this repo - tests which require the database will be ignored if 
the file doesn't exist in the resources folder

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

$ git pull https://github.com/PeterRyder/incubator-trafficcontrol 
anonymousipTR

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

https://github.com/apache/incubator-trafficcontrol/pull/736.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 #736


commit 262ca1e7ea343ae8c9edfc05f7f881c8a733f119
Author: PeterRyder 
Date:   2017-07-18T17:24:04Z

Initial commit of open source anonymous ip blocking

commit a19957f1ea9568d74fdd7e2938ffce3b43c7c595
Author: PeterRyder 
Date:   2017-07-18T17:42:59Z

Added suppress warnings to http route




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafficcontrol pull request #735: User tenancy validation

2017-07-18 Thread nir-sopher
GitHub user nir-sopher opened a pull request:

https://github.com/apache/incubator-trafficcontrol/pull/735

User tenancy validation

Updating the user API to enforce user tenancy access control.

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

$ git pull https://github.com/nir-sopher/incubator-trafficcontrol 
user-tenancy-validation

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

https://github.com/apache/incubator-trafficcontrol/pull/735.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 #735


commit 0d2194eac7023361b348f7ab02c81caa3c5bcd1e
Author: nir sopher 
Date:   2017-06-14T12:54:49Z

users tenancy checks - API

commit 6a122c087c3f2e6eb110a79aa19ba03fb84cf39a
Author: nir-sopher 
Date:   2017-06-14T15:11:15Z

User tenancy verification - UI entry point

commit 936768da5a49e2885fc0ed03bfab1934e3684ef2
Author: nir-sopher 
Date:   2017-06-20T02:33:51Z

Current user update - cannot change tenancy

commit 49eba241748d132164ebba66377da5dd05604a24
Author: nir-sopher 
Date:   2017-06-25T14:50:26Z

User tenancy verification - index test

commit aa3bb8a41bb640e6b513f1b13c455b37770d8b2d
Author: nir-sopher 
Date:   2017-06-25T15:38:06Z

Tenancy tests - unifications

commit 52c5ed42cef22f67fe33ee50811446db3fdeffcb
Author: nir-sopher 
Date:   2017-06-26T13:22:11Z

User tenancy cannot be changed

commit 78c4b17984a66c04b76e8b2496b5868936df40dc
Author: nir-sopher 
Date:   2017-06-27T05:39:11Z

Revert "User tenancy cannot be changed"

This reverts commit f67b3e60a7f56aa92c40d4dfda195d9a6db3f328.

commit 473b62d40e110521a151d8b319b2f28f1c7bcb62
Author: nir-sopher 
Date:   2017-06-27T06:57:18Z

User tenancy - fixing API return codes in some cases 403->400




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (TC-64) Experimental SPA application

2017-07-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TC-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16091659#comment-16091659
 ] 

ASF GitHub Bot commented on TC-64:
--

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafficcontrol/pull/734


> Experimental SPA application
> 
>
> Key: TC-64
> URL: https://issues.apache.org/jira/browse/TC-64
> Project: Traffic Control
>  Issue Type: Improvement
>  Components: Traffic Ops, Traffic Ops API, Traffic Portal
>Reporter: Jeremy Mitchell
>Assignee: Jeremy Mitchell
>Priority: Minor
>  Labels: spa
>
> At the 2016 Traffic Control summit, a prototype of a SPA application 
> developed by [~mitchell...@apache.org] using AngularJS was demo'd that works 
> entirely on top of the TO API.
> This issue is a placeholder for any work done to this prototype / 
> experimental UI. The goal is to replicate the functionality of the current 
> MVC TO UI. nothing more, nothing less.
> This will require some additions to the TO API. look for issues regarding 
> each API addition.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] incubator-trafficcontrol pull request #734: [TC-64] - tp v2 ui tweaks rangin...

2017-07-18 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafficcontrol/pull/734


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---