You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/12/18 23:47:41 UTC

[07/10] 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/39bf435d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/39bf435d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/39bf435d

Branch: refs/heads/db/6388
Commit: 39bf435dac357cf0421869952824c21d7aab2c1a
Parents: 719bf2b
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Tue Dec 17 18:47:15 2013 +0000
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Dec 18 14:58:28 2013 -0500

----------------------------------------------------------------------
 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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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/39bf435d/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