You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2014/01/02 17:16:52 UTC

[02/17] git commit: [#6388] remove unused main_without_authn (was part of TG quickstart)

[#6388] remove unused main_without_authn (was part of TG quickstart)


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/aa723802
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/aa723802
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/aa723802

Branch: refs/heads/master
Commit: aa7238028f1046ef0be24e98052e1d291c3f4569
Parents: 676e09e
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Tue Dec 17 18:47:15 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Thu Jan 2 16:16:19 2014 +0000

----------------------------------------------------------------------
 Allura/allura/tests/__init__.py     | 2 --
 Allura/test.ini                     | 4 ----
 AlluraTest/alluratest/controller.py | 2 +-
 ForgeActivity/test.ini              | 3 ---
 ForgeBlog/test.ini                  | 3 ---
 ForgeChat/test.ini                  | 3 ---
 ForgeDiscussion/test.ini            | 3 ---
 ForgeGit/test.ini                   | 3 ---
 ForgeImporters/test.ini             | 3 ---
 ForgeLink/test.ini                  | 3 ---
 ForgeSVN/test.ini                   | 3 ---
 ForgeShortUrl/test.ini              | 3 ---
 ForgeTracker/test.ini               | 3 ---
 ForgeUserStats/test.ini             | 3 ---
 ForgeWiki/test.ini                  | 3 ---
 15 files changed, 1 insertion(+), 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/Allura/allura/tests/__init__.py
----------------------------------------------------------------------
diff --git a/Allura/allura/tests/__init__.py b/Allura/allura/tests/__init__.py
index d96e4ad..3fb7e93 100644
--- a/Allura/allura/tests/__init__.py
+++ b/Allura/allura/tests/__init__.py
@@ -27,5 +27,3 @@ class TestController(alluratest.controller.TestController):
     Base functional test case for the controllers.
 
     """
-
-    application_under_test = 'main_without_authn'

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/Allura/test.ini
----------------------------------------------------------------------
diff --git a/Allura/test.ini b/Allura/test.ini
index 5df127f..5ae2aef 100644
--- a/Allura/test.ini
+++ b/Allura/test.ini
@@ -123,10 +123,6 @@ markdown_render_max_length = 40000
 user_message.time_interval = 3600
 user_message.max_messages = 200
 
-[app:main_without_authn]
-use = main
-skip_authentication = True
-
 [app:main_with_amqp]
 use = main
 # Use test RabbitMQ vhost

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/AlluraTest/alluratest/controller.py
----------------------------------------------------------------------
diff --git a/AlluraTest/alluratest/controller.py b/AlluraTest/alluratest/controller.py
index e382a64..4c3c4e5 100644
--- a/AlluraTest/alluratest/controller.py
+++ b/AlluraTest/alluratest/controller.py
@@ -42,7 +42,7 @@ from allura.websetup.schema import REGISTRY
 #from allura.lib.custom_middleware import environ as ENV, MagicalC
 from .validation import ValidatingTestApp
 
-DFL_APP_NAME = 'main_without_authn'
+DFL_APP_NAME = 'main'
 
 # these are all helpers & base classes, and should never
 # be considered test cases when imported into some test module

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeActivity/test.ini
----------------------------------------------------------------------
diff --git a/ForgeActivity/test.ini b/ForgeActivity/test.ini
index 1cbd5c6..b522f20 100644
--- a/ForgeActivity/test.ini
+++ b/ForgeActivity/test.ini
@@ -32,9 +32,6 @@ use = config:../Allura/test.ini
 
 activitystream.recording.enabled = true
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeBlog/test.ini
----------------------------------------------------------------------
diff --git a/ForgeBlog/test.ini b/ForgeBlog/test.ini
index c8907df..e29c4a3 100644
--- a/ForgeBlog/test.ini
+++ b/ForgeBlog/test.ini
@@ -30,9 +30,6 @@ port = 5000
 [app:main]
 use = config:../Allura/test.ini
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeChat/test.ini
----------------------------------------------------------------------
diff --git a/ForgeChat/test.ini b/ForgeChat/test.ini
index 6477871..55b5d76 100644
--- a/ForgeChat/test.ini
+++ b/ForgeChat/test.ini
@@ -30,9 +30,6 @@ port = 5000
 [app:main]
 use = config:../Allura/test.ini
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeDiscussion/test.ini
----------------------------------------------------------------------
diff --git a/ForgeDiscussion/test.ini b/ForgeDiscussion/test.ini
index 95748cc..1d2afd7 100644
--- a/ForgeDiscussion/test.ini
+++ b/ForgeDiscussion/test.ini
@@ -30,9 +30,6 @@ port = 5000
 [app:main]
 use = config:../Allura/test.ini
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeGit/test.ini
----------------------------------------------------------------------
diff --git a/ForgeGit/test.ini b/ForgeGit/test.ini
index 58374c9..fa59b5b 100644
--- a/ForgeGit/test.ini
+++ b/ForgeGit/test.ini
@@ -30,9 +30,6 @@ port = 5000
 [app:main]
 use = config:../Allura/test.ini
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeImporters/test.ini
----------------------------------------------------------------------
diff --git a/ForgeImporters/test.ini b/ForgeImporters/test.ini
index 019c262..0d39a4e 100644
--- a/ForgeImporters/test.ini
+++ b/ForgeImporters/test.ini
@@ -30,9 +30,6 @@ port = 5000
 [app:main]
 use = config:../Allura/test.ini
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeLink/test.ini
----------------------------------------------------------------------
diff --git a/ForgeLink/test.ini b/ForgeLink/test.ini
index b3279c7..5b959b0 100644
--- a/ForgeLink/test.ini
+++ b/ForgeLink/test.ini
@@ -30,9 +30,6 @@ port = 5000
 [app:main]
 use = config:../Allura/test.ini
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeSVN/test.ini
----------------------------------------------------------------------
diff --git a/ForgeSVN/test.ini b/ForgeSVN/test.ini
index 4c2e596..426aec5 100644
--- a/ForgeSVN/test.ini
+++ b/ForgeSVN/test.ini
@@ -30,9 +30,6 @@ port = 5000
 [app:main]
 use = config:../Allura/test.ini
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeShortUrl/test.ini
----------------------------------------------------------------------
diff --git a/ForgeShortUrl/test.ini b/ForgeShortUrl/test.ini
index 019c262..0d39a4e 100644
--- a/ForgeShortUrl/test.ini
+++ b/ForgeShortUrl/test.ini
@@ -30,9 +30,6 @@ port = 5000
 [app:main]
 use = config:../Allura/test.ini
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeTracker/test.ini
----------------------------------------------------------------------
diff --git a/ForgeTracker/test.ini b/ForgeTracker/test.ini
index 23d52ed..0202bfd 100644
--- a/ForgeTracker/test.ini
+++ b/ForgeTracker/test.ini
@@ -30,9 +30,6 @@ port = 5000
 [app:main]
 use = config:../Allura/test.ini
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeUserStats/test.ini
----------------------------------------------------------------------
diff --git a/ForgeUserStats/test.ini b/ForgeUserStats/test.ini
index 51160bb..669f24a 100644
--- a/ForgeUserStats/test.ini
+++ b/ForgeUserStats/test.ini
@@ -30,9 +30,6 @@ port = 5000
 [app:main]
 use = config:../Allura/test.ini
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp
 

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/aa723802/ForgeWiki/test.ini
----------------------------------------------------------------------
diff --git a/ForgeWiki/test.ini b/ForgeWiki/test.ini
index 841b55e..5ee4f32 100644
--- a/ForgeWiki/test.ini
+++ b/ForgeWiki/test.ini
@@ -30,9 +30,6 @@ port = 5000
 [app:main]
 use = config:../Allura/test.ini
 
-[app:main_without_authn]
-use = config:../Allura/test.ini#main_without_authn
-
 [app:main_with_amqp]
 use = config:../Allura/test.ini#main_with_amqp