[GitHub] incubator-trafficcontrol issue #814: [BACKPORT] [TC-519] - adds back missing...

2017-08-18 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/814 manually closing --- 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

[GitHub] incubator-trafficcontrol pull request #814: [BACKPORT] [TC-519] - adds back ...

2017-08-18 Thread mitchell852
Github user mitchell852 closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/814 --- 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

[GitHub] incubator-trafficcontrol issue #833: [TC-541] - TPv2 - turning on saveState ...

2017-08-18 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/833 @dneuman64 will be looking at this one --- 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

[GitHub] incubator-trafficcontrol issue #818: [TC-515] - TPv2 - adds human readable d...

2017-08-16 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/818 @dneuman64 will be looking at this one --- 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

[GitHub] incubator-trafficcontrol pull request #822: [TC-82] - removes dead API route...

2017-08-16 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/822 [TC-82] - removes dead API routes that must have resurfaced due to a bad conflict r… …esolution You can merge this pull request into a Git repository by running

[GitHub] incubator-trafficcontrol pull request #824: [TC-491] [TC-492] - deletes appl...

2017-08-16 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/824 [TC-491] [TC-492] - deletes applicable staticdnsentries and jobs when a ds is deleted You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-trafficcontrol pull request #825: [TC-441] - hooks up password res...

2017-08-16 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/825 [TC-441] - hooks up password reset to TP You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852/incubator

[GitHub] incubator-trafficcontrol pull request #818: [TC-515] - TPv2 - adds human rea...

2017-08-16 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/818#discussion_r133571450 --- Diff: traffic_portal/app/src/common/modules/header/header.tpl.html --- @@ -61,11 +61,11

[GitHub] incubator-trafficcontrol pull request #831: [TC-535] url sig - tenancy check...

2017-08-22 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/831#discussion_r134509030 --- Diff: traffic_ops/app/lib/API/DeliveryService/KeysUrlSig.pm --- @@ -69,14 +86,17 @@ sub copy_url_sig_keys { else

[GitHub] incubator-trafficcontrol pull request #821: [BACKPORT] [TC-521] TPv2 - accou...

2017-08-17 Thread mitchell852
Github user mitchell852 closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/821 --- 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

[GitHub] incubator-trafficcontrol issue #783: [TC-437] - adds the ability to generate...

2017-08-17 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/783 The ISO created was verified in this manner: sudo mkdir /mnt/iso sudo mount -t iso9660 -o loop this-is-the-iso-created.iso /mnt/iso/ df -h cd /mnt/iso

[GitHub] incubator-trafficcontrol issue #821: [BACKPORT] [TC-521] TPv2 - accounts for...

2017-08-17 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/821 manually closing this --- 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

[GitHub] incubator-trafficcontrol pull request #833: [TC-541] - TPv2 - turning on sav...

2017-08-18 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/833 [TC-541] - TPv2 - turning on saveState for all tables You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852

[GitHub] incubator-trafficcontrol pull request #435: Authorization model

2017-05-03 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/435#discussion_r114584874 --- Diff: traffic_ops/app/db/seeds.sql --- @@ -22,6 +22,257 @@ insert into role (id, name, description, priv_level) values (5

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115898210 --- Diff: traffic_ops/app/db/seeds.sql --- @@ -81,10 +81,260 @@ insert into role (name, description, priv_level) values ('steering

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115862965 --- Diff: traffic_ops/app/lib/API/Capability.pm --- @@ -0,0 +1,184 @@ +package API::Capability; +# +# +# Licensed

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115857172 --- Diff: traffic_ops/app/db/migrations/2017040601_create_capabilities_and_roles.sql --- @@ -0,0 +1,91

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115855843 --- Diff: docs/source/development/traffic_ops_api/v12/api_capability.rst --- @@ -0,0 +1,367 @@ +.. +.. +.. Licensed under

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115854793 --- Diff: docs/source/development/traffic_ops_api/v12/api_capability.rst --- @@ -0,0 +1,367 @@ +.. +.. +.. Licensed under

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115856064 --- Diff: docs/source/development/traffic_ops_api/v12/api_capability.rst --- @@ -0,0 +1,367 @@ +.. +.. +.. Licensed under

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115894997 --- Diff: traffic_ops/app/t/api/1.2/api_capabilities.t --- @@ -0,0 +1,232 @@ +package main; +# +# +# Licensed under

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115861924 --- Diff: traffic_ops/app/lib/API/ApiCapability.pm --- @@ -0,0 +1,256 @@ +package API::ApiCapability

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115859517 --- Diff: traffic_ops/app/db/migrations/2017040601_create_capabilities_and_roles.sql --- @@ -0,0 +1,91

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115894801 --- Diff: traffic_ops/app/lib/TrafficOpsRoutes.pm --- @@ -669,6 +669,22 @@ sub api_routes { # Supports ?orderby=key $r

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115895225 --- Diff: traffic_ops/app/t/api/1.2/capabilities.t --- @@ -0,0 +1,183 @@ +package main; +# +# +# Licensed under

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115858507 --- Diff: traffic_ops/app/db/migrations/2017040601_create_capabilities_and_roles.sql --- @@ -0,0 +1,91

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115863296 --- Diff: traffic_ops/app/lib/API/Capability.pm --- @@ -0,0 +1,184 @@ +package API::Capability; +# +# +# Licensed

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115859251 --- Diff: traffic_ops/app/db/migrations/2017040601_create_capabilities_and_roles.sql --- @@ -0,0 +1,91

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115856573 --- Diff: docs/source/development/traffic_ops_api/v12/capability.rst --- @@ -0,0 +1,271 @@ +.. +.. +.. Licensed under

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115855505 --- Diff: docs/source/development/traffic_ops_api/v12/api_capability.rst --- @@ -0,0 +1,367 @@ +.. +.. +.. Licensed under

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115896943 --- Diff: traffic_ops/app/db/seeds.sql --- @@ -81,10 +81,260 @@ insert into role (name, description, priv_level) values ('steering

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115896312 --- Diff: traffic_ops/app/db/seeds.sql --- @@ -81,10 +81,260 @@ insert into role (name, description, priv_level) values ('steering

[GitHub] incubator-trafficcontrol pull request #544: Authorization model

2017-05-10 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/544#discussion_r115896288 --- Diff: traffic_ops/app/db/seeds.sql --- @@ -81,10 +81,260 @@ insert into role (name, description, priv_level) values ('steering

[GitHub] incubator-trafficcontrol pull request #570: [TC-280] - adds api/*/servers/st...

2017-05-11 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/570 [TC-280] - adds api/*/servers/status api endpoint to show a count of servers in … …each status. also fixed broken asn tests. You can merge this pull request into a Git

[GitHub] incubator-trafficcontrol issue #561: Adds documentation for configfiles API ...

2017-05-17 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/561 last i checked, these docs now build properly via sphinx...so i'm fine with the PR once the @dangogh comment is addressed. I'll kick this over to @dangogh --- If your

[GitHub] incubator-trafficcontrol pull request #572: contributing.md - adds details r...

2017-05-12 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/572 contributing.md - adds details regarding writing documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol pull request #558: [TC-64] - to exp ui - hooks up r...

2017-05-09 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/558 [TC-64] - to exp ui - hooks up routing methods component You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852

[GitHub] incubator-trafficcontrol pull request #559: [TC-64] - to exp - changes mount...

2017-05-09 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/559 [TC-64] - to exp - changes mount point for ssl certs You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852

[GitHub] incubator-trafficcontrol pull request #700: fixes problematic character

2017-06-26 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/700 fixes problematic character You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852/incubator-trafficcontrol fixes

[GitHub] incubator-trafficcontrol pull request #698: TPv2 - adds the ability to defin...

2017-06-26 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/698 TPv2 - adds the ability to define a custom menu via a json file You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol pull request #701: TPv2 - adds back missing css cha...

2017-06-26 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/701 TPv2 - adds back missing css changes when file was deleted You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852

[GitHub] incubator-trafficcontrol pull request #586: [TC-64] - TO experimental - adds...

2017-05-18 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/586 [TC-64] - TO experimental - adds different views for each ds type You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol pull request #604: [TC-64] - TO exp - adds ability ...

2017-05-23 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/604 [TC-64] - TO exp - adds ability to assign servers to ds You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852

[GitHub] incubator-trafficcontrol issue #605: Add CDN match checks when assigning or ...

2017-05-23 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/605 In the API, I see where you are checking this: - when updating/creating a server, check that server.profile.cdn == server.cdn but i don't see where you

[GitHub] incubator-trafficcontrol pull request #606: [TC-354] - adds api, docs and te...

2017-05-23 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/606 [TC-354] - adds api, docs and tests to assign servers to a ds as well as fetch unassigned server… …s for a ds You can merge this pull request into a Git repository

[GitHub] incubator-trafficcontrol pull request #589: [TC-64] - To experimental - allo...

2017-05-19 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/589 [TC-64] - To experimental - allows user to assign/unassign params from profile or cachegroup You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-trafficcontrol pull request #550: adds timezone to last_seen_log b...

2017-05-19 Thread mitchell852
Github user mitchell852 closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/550 --- 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

[GitHub] incubator-trafficcontrol issue #544: Authorization model

2017-05-22 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/544 I'm ready to merge this PR however it says "This branch cannot be rebased safely". To be honest I'm not really sure what that means but it doesn't sound great. So h

[GitHub] incubator-trafficcontrol pull request #624: [TC-359] - fixes bug where updat...

2017-05-30 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/624 [TC-359] - fixes bug where updating a user always returned "email taken" or "use… …rname taken". well of course it's taken...it's taken by the u

[GitHub] incubator-trafficcontrol issue #627: Change Traffic Ops to hide sensitive da...

2017-05-30 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/627 I'll try to check this out tomorrow. thanks @rob05c --- 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

[GitHub] incubator-trafficcontrol issue #602: Change Traffic Ops password hashing to ...

2017-05-30 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/602 I'll try to look at this tomorrow. thanks @rob05c --- 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

[GitHub] incubator-trafficcontrol issue #370: Adding a "create user" to the api

2017-05-30 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/370 @nir-sopher - can you fix this PR? "This branch cannot be rebased safely" - i'd like to get it merged if possible --- If your project is set up for it, you

[GitHub] incubator-trafficcontrol pull request #605: [TC-355] Add CDN match checks wh...

2017-05-31 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/605#discussion_r119394809 --- Diff: traffic_ops/app/lib/API/Server.pm --- @@ -911,6 +911,21 @@ sub is_server_valid { return ( 0, "Invalid s

[GitHub] incubator-trafficcontrol pull request #370: Adding a "create user" to the ap...

2017-05-31 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/370#discussion_r119400623 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -229,6 +229,112 @@ sub update { } +# Create +sub create

[GitHub] incubator-trafficcontrol pull request #370: Adding a "create user" to the ap...

2017-05-31 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/370#discussion_r119400399 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -226,6 +226,120 @@ sub update { } +# Create +sub create

[GitHub] incubator-trafficcontrol pull request #624: [TC-359] - fixes bug where updat...

2017-05-31 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/624#discussion_r119386426 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -579,7 +573,7 @@ sub is_good_password { return "Your password c

[GitHub] incubator-trafficcontrol pull request #641: changelog fix - current_user() d...

2017-06-02 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/641 changelog fix - current_user() does not have a userid. also making sure count is nume… …ric. You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-trafficcontrol pull request #640: fixes broken user test

2017-06-01 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/640 fixes broken user test You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852/incubator-trafficcontrol fixes-broken

[GitHub] incubator-trafficcontrol issue #370: Adding a "create user" to the api

2017-06-05 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/370 yes, there is a UT failure: t/user.t (Wstat: 256 Tests: 21 Failed: 1) Failed test: 5 Non-zero exit status: 1

[GitHub] incubator-trafficcontrol issue #602: Change Traffic Ops password hashing to ...

2017-06-05 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/602 sorry, i merged another PR that created a conflict for you... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] incubator-trafficcontrol issue #567: API GW phase 0 (replaces #551, depends ...

2017-06-07 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/567 @amiryesh - can you rebase this? --- 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

[GitHub] incubator-trafficcontrol issue #602: Change Traffic Ops password hashing to ...

2017-06-07 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/602 i'm seeing this when i try to login [2017-06-07 10:59:36,931] [DEBUG] POST "/api/1.2/user/login". [2017-06-07 10:59:37,072] [DEBUG] Routing to controller

[GitHub] incubator-trafficcontrol pull request #652: TO API - updates access_control_...

2017-06-07 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/652 TO API - updates access_control_allow_origin to allow multiple api consumers You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-trafficcontrol pull request #653: stop tp before clean. also, reme...

2017-06-07 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/653 stop tp before clean. also, remember to remove container first. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol pull request #655: [TC-64] to exp - allows for bulk...

2017-06-07 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/655 [TC-64] to exp - allows for bulk assignment of servers to a ds You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol pull request #638: [TC-64] - to exp - ui tweaks

2017-06-01 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/638 [TC-64] - to exp - ui tweaks You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852/incubator-trafficcontrol tc-64

[GitHub] incubator-trafficcontrol pull request #639: [TC-362] - adds api for updating...

2017-06-01 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/639 [TC-362] - adds api for updating server status and ties it into new UI You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol pull request #656: [TC-371] - TO API - optimizes se...

2017-06-08 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/656 [TC-371] - TO API - optimizes server to ds assignment endpoint You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol issue #627: Change Traffic Ops to hide sensitive da...

2017-06-08 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/627 This PR should be merged first - https://github.com/apache/incubator-trafficcontrol/pull/642 Once that PR is merged, username will be added to access logs and that data

[GitHub] incubator-trafficcontrol pull request #657: [TC-372] - optimizes user/ds ass...

2017-06-08 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/657 [TC-372] - optimizes user/ds assignment endpoint and allows for bulk assignment thru ui You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-trafficcontrol pull request #658: [TC-64] - failed to account for ...

2017-06-08 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/658 [TC-64] - failed to account for traffic monitors in snapshot diff You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol pull request #646: [TC-364] - adds the ability to a...

2017-06-05 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/646 [TC-364] - adds the ability to assign/unassign ds's to user thru the api You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol pull request #664: [TC-64] - TP v2 - minor changes ...

2017-06-09 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/664 [TC-64] - TP v2 - minor changes based on feedback You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852/incubator

[GitHub] incubator-trafficcontrol pull request #548: adds back GET api/1.1/asns. the ...

2017-05-05 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/548 adds back GET api/1.1/asns. the only truly 1.1 api :) You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852

[GitHub] incubator-trafficcontrol pull request #550: adds timezone to last_seen_log b...

2017-05-05 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/550 adds timezone to last_seen_log because log.last_updated column is now of type timestamptz You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-trafficcontrol pull request #549: [TC-64] to ui exp dashboard

2017-05-05 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/549 [TC-64] to ui exp dashboard You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852/incubator-trafficcontrol tc-64

[GitHub] incubator-trafficcontrol pull request #545: [TC-270] - cache_stats - query f...

2017-05-04 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/545 [TC-270] - cache_stats - query from summarized data (continuous queries) instead of raw data You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-trafficcontrol pull request #546: fixes exampleurls on a collectio...

2017-05-04 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/546 fixes exampleurls on a collection and an individual ds You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852

[GitHub] incubator-trafficcontrol pull request #536: [TC-64] - TO UI exp - places cac...

2017-05-02 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/536 [TC-64] - TO UI exp - places cachegroup markers on google map You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852

[GitHub] incubator-trafficcontrol pull request #615: [TC-64] - TO exp - hooks up cdn ...

2017-05-25 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/615 [TC-64] - TO exp - hooks up cdn config diff / snapshot You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852

[GitHub] incubator-trafficcontrol issue #627: Change Traffic Ops to hide sensitive da...

2017-05-31 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/627 I can't get TO to build/start Couldn't load application from file "bin/../local/../script/cdn": Not a CODE reference at /src/github.com/apache/incubator-traf

[GitHub] incubator-trafficcontrol pull request #622: [TC-358] - adds apis to fetch cu...

2017-05-30 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/622 [TC-358] - adds apis to fetch current and pending cdn snapshots You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol pull request #623: [TC-356] - adds missing license ...

2017-05-30 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/623 [TC-356] - adds missing license header You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852/incubator

[GitHub] incubator-trafficcontrol issue #645: Change Traffic Ops `/update` to `priv >...

2017-06-06 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/645 do you want to create a role for this? maybe call it 'ort' with a priv level of 11? this role would be added to the seeds.sql file. i'm guessing everyone could benefit from

[GitHub] incubator-trafficcontrol issue #642: Add Traffic Ops username to access log

2017-06-05 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/642 Tested locally, here were my results: 127.0.0.1 - localUsername [05/Jun/2017:13:38:48 -0600] "GET /api/1.2/logs/newcount HTTP/1.1" 200 51 7370 "Mozilla

[GitHub] incubator-trafficcontrol issue #642: Add Traffic Ops username to access log

2017-06-06 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/642 this is what the log line looks like now: 127.0.0.1 - - [05/Jun/2017:13:54:34 -0600] "GET /api/1.2/logs/newcount HTTP/1.1" 200 51 25823 "Mozilla/5.0 (M

[GitHub] incubator-trafficcontrol pull request #860: [TC-535] - 2.1.x url sig tenancy...

2017-08-23 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/860 [TC-535] - 2.1.x url sig tenancy checks You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852/incubator

[GitHub] incubator-trafficcontrol pull request #857: [TC-441] - refactored how tokin ...

2017-08-23 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/857 [TC-441] - refactored how tokin login works to ensure tokin login is complete be… …fore attempting to resolve other dependencies that need the authentication cookie

[GitHub] incubator-trafficcontrol pull request #858: [BACKPORT] [TC-441] - refactored...

2017-08-23 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/858 [BACKPORT] [TC-441] - refactored how tokin login works to ensure tokin login is complete be… …fore attempting to resolve other dependencies that need the authentication

[GitHub] incubator-trafficcontrol pull request #863: [TC-551] - adds the ability to f...

2017-08-23 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/863 [TC-551] - adds the ability to filter parameters by name or config_file You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-trafficcontrol pull request #790: [TC-336] build ui for managing u...

2017-08-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/790#discussion_r134332821 --- Diff: traffic_ops/app/lib/TrafficOpsRoutes.pm --- @@ -571,6 +571,11 @@ sub api_routes { ->to( 'KeysUrl

[GitHub] incubator-trafficcontrol pull request #790: [TC-336] build ui for managing u...

2017-08-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/790#discussion_r134331397 --- Diff: traffic_portal/app/src/modules/private/configure/deliveryServices/urlSigKeys/deliveryServiceUrlSigKeys.tpl.html

[GitHub] incubator-trafficcontrol pull request #790: [TC-336] build ui for managing u...

2017-08-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/790#discussion_r134323600 --- Diff: traffic_portal/app/src/common/api/DeliveryServiceUrlSigKeysService.js --- @@ -0,0 +1,70 @@ +/* + * Licensed

[GitHub] incubator-trafficcontrol pull request #790: [TC-336] build ui for managing u...

2017-08-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/790#discussion_r134324897 --- Diff: traffic_portal/app/src/modules/private/configure/deliveryServices/urlSigKeys/DeliveryServiceUrlSigKeysController.js

[GitHub] incubator-trafficcontrol pull request #790: [TC-336] build ui for managing u...

2017-08-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/790#discussion_r134324139 --- Diff: traffic_portal/app/src/modules/private/configure/deliveryServices/urlSigKeys/DeliveryServiceUrlSigKeysController.js

[GitHub] incubator-trafficcontrol pull request #790: [TC-336] build ui for managing u...

2017-08-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/790#discussion_r134324451 --- Diff: traffic_portal/app/src/modules/private/configure/deliveryServices/urlSigKeys/DeliveryServiceUrlSigKeysController.js

[GitHub] incubator-trafficcontrol pull request #790: [TC-336] build ui for managing u...

2017-08-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/790#discussion_r134323487 --- Diff: traffic_portal/app/src/common/api/DeliveryServiceUrlSigKeysService.js --- @@ -0,0 +1,70 @@ +/* + * Licensed

[GitHub] incubator-trafficcontrol pull request #790: [TC-336] build ui for managing u...

2017-08-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/790#discussion_r134322763 --- Diff: traffic_ops/app/lib/API/DeliveryService/KeysUrlSig.pm --- @@ -26,6 +26,32 @@ use constant URL_SIG_KEYS_BUCKET

[GitHub] incubator-trafficcontrol pull request #790: [TC-336] build ui for managing u...

2017-08-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/790#discussion_r134324745 --- Diff: traffic_portal/app/src/modules/private/configure/deliveryServices/urlSigKeys/DeliveryServiceUrlSigKeysController.js

[GitHub] incubator-trafficcontrol pull request #790: [TC-336] build ui for managing u...

2017-08-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/790#discussion_r134324990 --- Diff: traffic_portal/app/src/modules/private/configure/deliveryServices/urlSigKeys/index.js --- @@ -0,0 +1,43

<    1   2   3   4   5   >