http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/models/blur_query_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/models/blur_query_spec.rb b/contrib/blur-console/blur-admin/spec/models/blur_query_spec.rb index 9b92128..60d6879 100644 --- a/contrib/blur-console/blur-admin/spec/models/blur_query_spec.rb +++ b/contrib/blur-console/blur-admin/spec/models/blur_query_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe BlurQuery do
http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/models/blur_shard_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/models/blur_shard_spec.rb b/contrib/blur-console/blur-admin/spec/models/blur_shard_spec.rb index 59970f4..2d520f7 100644 --- a/contrib/blur-console/blur-admin/spec/models/blur_shard_spec.rb +++ b/contrib/blur-console/blur-admin/spec/models/blur_shard_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe BlurShard do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/models/blur_table_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/models/blur_table_spec.rb b/contrib/blur-console/blur-admin/spec/models/blur_table_spec.rb index a8f26aa..ca65e75 100644 --- a/contrib/blur-console/blur-admin/spec/models/blur_table_spec.rb +++ b/contrib/blur-console/blur-admin/spec/models/blur_table_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe BlurTable do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/models/cluster_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/models/cluster_spec.rb b/contrib/blur-console/blur-admin/spec/models/cluster_spec.rb index 6af30a3..7c59426 100644 --- a/contrib/blur-console/blur-admin/spec/models/cluster_spec.rb +++ b/contrib/blur-console/blur-admin/spec/models/cluster_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe Cluster do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/models/hdfs_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/models/hdfs_spec.rb b/contrib/blur-console/blur-admin/spec/models/hdfs_spec.rb index 83ce152..1165515 100644 --- a/contrib/blur-console/blur-admin/spec/models/hdfs_spec.rb +++ b/contrib/blur-console/blur-admin/spec/models/hdfs_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe Hdfs do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/models/hdfs_stat_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/models/hdfs_stat_spec.rb b/contrib/blur-console/blur-admin/spec/models/hdfs_stat_spec.rb index 87f07be..bec3c1a 100644 --- a/contrib/blur-console/blur-admin/spec/models/hdfs_stat_spec.rb +++ b/contrib/blur-console/blur-admin/spec/models/hdfs_stat_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe HdfsStat do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/models/search_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/models/search_spec.rb b/contrib/blur-console/blur-admin/spec/models/search_spec.rb index 6ebe1d7..9e50b45 100644 --- a/contrib/blur-console/blur-admin/spec/models/search_spec.rb +++ b/contrib/blur-console/blur-admin/spec/models/search_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe Search do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/models/user_session_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/models/user_session_spec.rb b/contrib/blur-console/blur-admin/spec/models/user_session_spec.rb index 8fec316..b0c9c9c 100644 --- a/contrib/blur-console/blur-admin/spec/models/user_session_spec.rb +++ b/contrib/blur-console/blur-admin/spec/models/user_session_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe UserSession do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/models/user_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/models/user_spec.rb b/contrib/blur-console/blur-admin/spec/models/user_spec.rb index 7b88ee1..168a654 100644 --- a/contrib/blur-console/blur-admin/spec/models/user_spec.rb +++ b/contrib/blur-console/blur-admin/spec/models/user_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe 'User Model' do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/models/zookeeper_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/models/zookeeper_spec.rb b/contrib/blur-console/blur-admin/spec/models/zookeeper_spec.rb index 75f889b..b13d339 100644 --- a/contrib/blur-console/blur-admin/spec/models/zookeeper_spec.rb +++ b/contrib/blur-console/blur-admin/spec/models/zookeeper_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe Zookeeper do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/requests/admin_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/requests/admin_spec.rb b/contrib/blur-console/blur-admin/spec/requests/admin_spec.rb index 01d06bd..5d665d5 100644 --- a/contrib/blur-console/blur-admin/spec/requests/admin_spec.rb +++ b/contrib/blur-console/blur-admin/spec/requests/admin_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe "Admin" do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/requests/audits_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/requests/audits_spec.rb b/contrib/blur-console/blur-admin/spec/requests/audits_spec.rb index 6e1cd11..3af861d 100644 --- a/contrib/blur-console/blur-admin/spec/requests/audits_spec.rb +++ b/contrib/blur-console/blur-admin/spec/requests/audits_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe "Audits" do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/requests/blur_queries_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/requests/blur_queries_spec.rb b/contrib/blur-console/blur-admin/spec/requests/blur_queries_spec.rb index 072f8d0..c1418e4 100644 --- a/contrib/blur-console/blur-admin/spec/requests/blur_queries_spec.rb +++ b/contrib/blur-console/blur-admin/spec/requests/blur_queries_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe "Blur Queries" do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/requests/login_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/requests/login_spec.rb b/contrib/blur-console/blur-admin/spec/requests/login_spec.rb index 84728fb..1813934 100644 --- a/contrib/blur-console/blur-admin/spec/requests/login_spec.rb +++ b/contrib/blur-console/blur-admin/spec/requests/login_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe "login" do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/requests/navigation_bar_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/requests/navigation_bar_spec.rb b/contrib/blur-console/blur-admin/spec/requests/navigation_bar_spec.rb index 91cbd53..0815d38 100644 --- a/contrib/blur-console/blur-admin/spec/requests/navigation_bar_spec.rb +++ b/contrib/blur-console/blur-admin/spec/requests/navigation_bar_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe "Navigation Bar" do before(:each) do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/requests/register_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/requests/register_spec.rb b/contrib/blur-console/blur-admin/spec/requests/register_spec.rb index 137171f..21776ff 100644 --- a/contrib/blur-console/blur-admin/spec/requests/register_spec.rb +++ b/contrib/blur-console/blur-admin/spec/requests/register_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe "register" do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/requests/search_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/requests/search_spec.rb b/contrib/blur-console/blur-admin/spec/requests/search_spec.rb index 8a59fea..0d4d2f7 100644 --- a/contrib/blur-console/blur-admin/spec/requests/search_spec.rb +++ b/contrib/blur-console/blur-admin/spec/requests/search_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe "Search" do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/requests/user_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/requests/user_spec.rb b/contrib/blur-console/blur-admin/spec/requests/user_spec.rb index 7dc0394..76ae3af 100644 --- a/contrib/blur-console/blur-admin/spec/requests/user_spec.rb +++ b/contrib/blur-console/blur-admin/spec/requests/user_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require 'spec_helper' describe "Account Page" do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/routing/audits_routing_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/routing/audits_routing_spec.rb b/contrib/blur-console/blur-admin/spec/routing/audits_routing_spec.rb index 44f0224..fe42874 100644 --- a/contrib/blur-console/blur-admin/spec/routing/audits_routing_spec.rb +++ b/contrib/blur-console/blur-admin/spec/routing/audits_routing_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require "spec_helper" describe AuditsController do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/routing/blur_controllers_routing_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/routing/blur_controllers_routing_spec.rb b/contrib/blur-console/blur-admin/spec/routing/blur_controllers_routing_spec.rb index 1a8a5ac..afa7eec 100644 --- a/contrib/blur-console/blur-admin/spec/routing/blur_controllers_routing_spec.rb +++ b/contrib/blur-console/blur-admin/spec/routing/blur_controllers_routing_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require "spec_helper" describe BlurControllersController do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/routing/blur_queries_routing_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/routing/blur_queries_routing_spec.rb b/contrib/blur-console/blur-admin/spec/routing/blur_queries_routing_spec.rb index f8795df..11e9aff 100644 --- a/contrib/blur-console/blur-admin/spec/routing/blur_queries_routing_spec.rb +++ b/contrib/blur-console/blur-admin/spec/routing/blur_queries_routing_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require "spec_helper" describe BlurQueriesController do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/routing/blur_tables_routing_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/routing/blur_tables_routing_spec.rb b/contrib/blur-console/blur-admin/spec/routing/blur_tables_routing_spec.rb index fd42a9d..0427f01 100644 --- a/contrib/blur-console/blur-admin/spec/routing/blur_tables_routing_spec.rb +++ b/contrib/blur-console/blur-admin/spec/routing/blur_tables_routing_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require "spec_helper" describe BlurTablesController do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/routing/clusters_routing_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/routing/clusters_routing_spec.rb b/contrib/blur-console/blur-admin/spec/routing/clusters_routing_spec.rb index abd551f..fe0c8bb 100644 --- a/contrib/blur-console/blur-admin/spec/routing/clusters_routing_spec.rb +++ b/contrib/blur-console/blur-admin/spec/routing/clusters_routing_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require "spec_helper" describe ClustersController do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/routing/hdfs_metrics_routing_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/routing/hdfs_metrics_routing_spec.rb b/contrib/blur-console/blur-admin/spec/routing/hdfs_metrics_routing_spec.rb index ade562c..ffcc6a8 100644 --- a/contrib/blur-console/blur-admin/spec/routing/hdfs_metrics_routing_spec.rb +++ b/contrib/blur-console/blur-admin/spec/routing/hdfs_metrics_routing_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require "spec_helper" describe HdfsMetricsController do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/routing/hdfs_routing_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/routing/hdfs_routing_spec.rb b/contrib/blur-console/blur-admin/spec/routing/hdfs_routing_spec.rb index 9a71079..bd690e6 100644 --- a/contrib/blur-console/blur-admin/spec/routing/hdfs_routing_spec.rb +++ b/contrib/blur-console/blur-admin/spec/routing/hdfs_routing_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require "spec_helper" describe HdfsController do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/routing/preferences_routing_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/routing/preferences_routing_spec.rb b/contrib/blur-console/blur-admin/spec/routing/preferences_routing_spec.rb index 8ba8443..46d8620 100644 --- a/contrib/blur-console/blur-admin/spec/routing/preferences_routing_spec.rb +++ b/contrib/blur-console/blur-admin/spec/routing/preferences_routing_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require "spec_helper" describe PreferencesController do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/routing/user_sessions_routing_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/routing/user_sessions_routing_spec.rb b/contrib/blur-console/blur-admin/spec/routing/user_sessions_routing_spec.rb index acfe936..d457451 100644 --- a/contrib/blur-console/blur-admin/spec/routing/user_sessions_routing_spec.rb +++ b/contrib/blur-console/blur-admin/spec/routing/user_sessions_routing_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require "spec_helper" describe UserSessionsController do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/routing/users_routing_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/routing/users_routing_spec.rb b/contrib/blur-console/blur-admin/spec/routing/users_routing_spec.rb index 0cee913..f153377 100644 --- a/contrib/blur-console/blur-admin/spec/routing/users_routing_spec.rb +++ b/contrib/blur-console/blur-admin/spec/routing/users_routing_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require "spec_helper" describe UsersController do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/routing/zookeepers_routing_spec.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/routing/zookeepers_routing_spec.rb b/contrib/blur-console/blur-admin/spec/routing/zookeepers_routing_spec.rb index 58a8d2a..cbf3eba 100644 --- a/contrib/blur-console/blur-admin/spec/routing/zookeepers_routing_spec.rb +++ b/contrib/blur-console/blur-admin/spec/routing/zookeepers_routing_spec.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + require "spec_helper" describe ZookeepersController do http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/spec_helper.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/spec_helper.rb b/contrib/blur-console/blur-admin/spec/spec_helper.rb index 62dfdff..8c0e8a1 100644 --- a/contrib/blur-console/blur-admin/spec/spec_helper.rb +++ b/contrib/blur-console/blur-admin/spec/spec_helper.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + # This file is copied to spec/ when you run 'rails generate rspec:install' if ENV["COVERAGE"] require 'simplecov' http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/support/capybara_helpers.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/support/capybara_helpers.rb b/contrib/blur-console/blur-admin/spec/support/capybara_helpers.rb index b028393..72093f2 100644 --- a/contrib/blur-console/blur-admin/spec/support/capybara_helpers.rb +++ b/contrib/blur-console/blur-admin/spec/support/capybara_helpers.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + module RequestHelpers def setup_variables @user = FactoryGirl.create :user_with_preferences http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/afa0b388/contrib/blur-console/blur-admin/spec/support/controller_helpers.rb ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-admin/spec/support/controller_helpers.rb b/contrib/blur-console/blur-admin/spec/support/controller_helpers.rb index fbc4b00..d5649d2 100644 --- a/contrib/blur-console/blur-admin/spec/support/controller_helpers.rb +++ b/contrib/blur-console/blur-admin/spec/support/controller_helpers.rb @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. + # Setup method for the controllers module ControllerHelpers # Setup the universal variables and stubs
