Return-Path: X-Original-To: apmail-syncope-commits-archive@www.apache.org Delivered-To: apmail-syncope-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFBEA18FB6 for ; Thu, 17 Dec 2015 12:06:25 +0000 (UTC) Received: (qmail 75584 invoked by uid 500); 17 Dec 2015 12:06:25 -0000 Delivered-To: apmail-syncope-commits-archive@syncope.apache.org Received: (qmail 75553 invoked by uid 500); 17 Dec 2015 12:06:25 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 75544 invoked by uid 99); 17 Dec 2015 12:06:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2015 12:06:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 96632E0092; Thu, 17 Dec 2015 12:06:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: fmartelli@apache.org To: commits@syncope.apache.org Message-Id: <08f4b64cb2754d98abe578dd73b015ce@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: syncope git commit: [SYNCOPE-156] providing temporary pages to notify 'work in progress' - missing files Date: Thu, 17 Dec 2015 12:06:25 +0000 (UTC) Repository: syncope Updated Branches: refs/heads/master 25191f26c -> baab84a86 [SYNCOPE-156] providing temporary pages to notify 'work in progress' - missing files Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/baab84a8 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/baab84a8 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/baab84a8 Branch: refs/heads/master Commit: baab84a86e4f120880ccc7b693ebdb9fcff96058 Parents: 25191f2 Author: fmartelli Authored: Thu Dec 17 13:06:08 2015 +0100 Committer: fmartelli Committed: Thu Dec 17 13:06:08 2015 +0100 ---------------------------------------------------------------------- .../client/console/pages/CamelRoutes.java | 30 +++++++++++++++ .../syncope/client/console/pages/Layouts.java | 30 +++++++++++++++ .../syncope/client/console/pages/Logs.java | 30 +++++++++++++++ .../client/console/pages/Notifications.java | 30 +++++++++++++++ .../syncope/client/console/pages/Policies.java | 30 +++++++++++++++ .../syncope/client/console/pages/Reports.java | 30 +++++++++++++++ .../client/console/pages/SecurityQuestions.java | 30 +++++++++++++++ .../client/console/pages/CamelRoutes.html | 39 ++++++++++++++++++++ .../syncope/client/console/pages/Layouts.html | 39 ++++++++++++++++++++ .../syncope/client/console/pages/Logs.html | 39 ++++++++++++++++++++ .../client/console/pages/Notifications.html | 39 ++++++++++++++++++++ .../syncope/client/console/pages/Policies.html | 39 ++++++++++++++++++++ .../syncope/client/console/pages/Reports.html | 39 ++++++++++++++++++++ .../client/console/pages/SecurityQuestions.html | 39 ++++++++++++++++++++ 14 files changed, 483 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/java/org/apache/syncope/client/console/pages/CamelRoutes.java ---------------------------------------------------------------------- diff --git a/client/console/src/main/java/org/apache/syncope/client/console/pages/CamelRoutes.java b/client/console/src/main/java/org/apache/syncope/client/console/pages/CamelRoutes.java new file mode 100644 index 0000000..cdb6915 --- /dev/null +++ b/client/console/src/main/java/org/apache/syncope/client/console/pages/CamelRoutes.java @@ -0,0 +1,30 @@ +/* + * 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. + */ +package org.apache.syncope.client.console.pages; + +import org.apache.wicket.request.mapper.parameter.PageParameters; + +public class CamelRoutes extends BasePage { + + private static final long serialVersionUID = -1100228004207271271L; + + public CamelRoutes(final PageParameters parameters) { + super(parameters); + } +} http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/java/org/apache/syncope/client/console/pages/Layouts.java ---------------------------------------------------------------------- diff --git a/client/console/src/main/java/org/apache/syncope/client/console/pages/Layouts.java b/client/console/src/main/java/org/apache/syncope/client/console/pages/Layouts.java new file mode 100644 index 0000000..bb661bc --- /dev/null +++ b/client/console/src/main/java/org/apache/syncope/client/console/pages/Layouts.java @@ -0,0 +1,30 @@ +/* + * 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. + */ +package org.apache.syncope.client.console.pages; + +import org.apache.wicket.request.mapper.parameter.PageParameters; + +public class Layouts extends BasePage { + + private static final long serialVersionUID = -1100228004207271271L; + + public Layouts(final PageParameters parameters) { + super(parameters); + } +} http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/java/org/apache/syncope/client/console/pages/Logs.java ---------------------------------------------------------------------- diff --git a/client/console/src/main/java/org/apache/syncope/client/console/pages/Logs.java b/client/console/src/main/java/org/apache/syncope/client/console/pages/Logs.java new file mode 100644 index 0000000..24efe2e --- /dev/null +++ b/client/console/src/main/java/org/apache/syncope/client/console/pages/Logs.java @@ -0,0 +1,30 @@ +/* + * 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. + */ +package org.apache.syncope.client.console.pages; + +import org.apache.wicket.request.mapper.parameter.PageParameters; + +public class Logs extends BasePage { + + private static final long serialVersionUID = -1100228004207271271L; + + public Logs(final PageParameters parameters) { + super(parameters); + } +} http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/java/org/apache/syncope/client/console/pages/Notifications.java ---------------------------------------------------------------------- diff --git a/client/console/src/main/java/org/apache/syncope/client/console/pages/Notifications.java b/client/console/src/main/java/org/apache/syncope/client/console/pages/Notifications.java new file mode 100644 index 0000000..61e48bb --- /dev/null +++ b/client/console/src/main/java/org/apache/syncope/client/console/pages/Notifications.java @@ -0,0 +1,30 @@ +/* + * 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. + */ +package org.apache.syncope.client.console.pages; + +import org.apache.wicket.request.mapper.parameter.PageParameters; + +public class Notifications extends BasePage { + + private static final long serialVersionUID = -1100228004207271271L; + + public Notifications(final PageParameters parameters) { + super(parameters); + } +} http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/java/org/apache/syncope/client/console/pages/Policies.java ---------------------------------------------------------------------- diff --git a/client/console/src/main/java/org/apache/syncope/client/console/pages/Policies.java b/client/console/src/main/java/org/apache/syncope/client/console/pages/Policies.java new file mode 100644 index 0000000..915cbd9 --- /dev/null +++ b/client/console/src/main/java/org/apache/syncope/client/console/pages/Policies.java @@ -0,0 +1,30 @@ +/* + * 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. + */ +package org.apache.syncope.client.console.pages; + +import org.apache.wicket.request.mapper.parameter.PageParameters; + +public class Policies extends BasePage { + + private static final long serialVersionUID = -1100228004207271271L; + + public Policies(final PageParameters parameters) { + super(parameters); + } +} http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/java/org/apache/syncope/client/console/pages/Reports.java ---------------------------------------------------------------------- diff --git a/client/console/src/main/java/org/apache/syncope/client/console/pages/Reports.java b/client/console/src/main/java/org/apache/syncope/client/console/pages/Reports.java new file mode 100644 index 0000000..ca37e5a --- /dev/null +++ b/client/console/src/main/java/org/apache/syncope/client/console/pages/Reports.java @@ -0,0 +1,30 @@ +/* + * 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. + */ +package org.apache.syncope.client.console.pages; + +import org.apache.wicket.request.mapper.parameter.PageParameters; + +public class Reports extends BasePage { + + private static final long serialVersionUID = -1100228004207271271L; + + public Reports(final PageParameters parameters) { + super(parameters); + } +} http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/java/org/apache/syncope/client/console/pages/SecurityQuestions.java ---------------------------------------------------------------------- diff --git a/client/console/src/main/java/org/apache/syncope/client/console/pages/SecurityQuestions.java b/client/console/src/main/java/org/apache/syncope/client/console/pages/SecurityQuestions.java new file mode 100644 index 0000000..0d21824 --- /dev/null +++ b/client/console/src/main/java/org/apache/syncope/client/console/pages/SecurityQuestions.java @@ -0,0 +1,30 @@ +/* + * 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. + */ +package org.apache.syncope.client.console.pages; + +import org.apache.wicket.request.mapper.parameter.PageParameters; + +public class SecurityQuestions extends BasePage { + + private static final long serialVersionUID = -1100228004207271271L; + + public SecurityQuestions(final PageParameters parameters) { + super(parameters); + } +} http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/resources/org/apache/syncope/client/console/pages/CamelRoutes.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/CamelRoutes.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/CamelRoutes.html new file mode 100644 index 0000000..6553da1 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/CamelRoutes.html @@ -0,0 +1,39 @@ + + + + + +
+

+ Camel Routes + Work in progress +

+
+ +
+
+
+ 20% Complete +
+
+
+ +
+ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/resources/org/apache/syncope/client/console/pages/Layouts.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Layouts.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Layouts.html new file mode 100644 index 0000000..a513ab3 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Layouts.html @@ -0,0 +1,39 @@ + + + + + +
+

+ Layouts + Work in progress +

+
+ +
+
+
+ 20% Complete +
+
+
+ +
+ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/resources/org/apache/syncope/client/console/pages/Logs.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Logs.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Logs.html new file mode 100644 index 0000000..1ddd8e3 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Logs.html @@ -0,0 +1,39 @@ + + + + + +
+

+ Log Levels + Work in progress +

+
+ +
+
+
+ 20% Complete +
+
+
+ +
+ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/resources/org/apache/syncope/client/console/pages/Notifications.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Notifications.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Notifications.html new file mode 100644 index 0000000..3305367 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Notifications.html @@ -0,0 +1,39 @@ + + + + + +
+

+ Notifications + Work in progress +

+
+ +
+
+
+ 20% Complete +
+
+
+ +
+ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/resources/org/apache/syncope/client/console/pages/Policies.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Policies.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Policies.html new file mode 100644 index 0000000..0e0e177 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Policies.html @@ -0,0 +1,39 @@ + + + + + +
+

+ Policies + Work in progress +

+
+ +
+
+
+ 20% Complete +
+
+
+ +
+ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/resources/org/apache/syncope/client/console/pages/Reports.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/Reports.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Reports.html new file mode 100644 index 0000000..3505a22 --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/Reports.html @@ -0,0 +1,39 @@ + + + + + +
+

+ Reports + Work in progress +

+
+ +
+
+
+ 20% Complete +
+
+
+ +
+ \ No newline at end of file http://git-wip-us.apache.org/repos/asf/syncope/blob/baab84a8/client/console/src/main/resources/org/apache/syncope/client/console/pages/SecurityQuestions.html ---------------------------------------------------------------------- diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/pages/SecurityQuestions.html b/client/console/src/main/resources/org/apache/syncope/client/console/pages/SecurityQuestions.html new file mode 100644 index 0000000..c1550ee --- /dev/null +++ b/client/console/src/main/resources/org/apache/syncope/client/console/pages/SecurityQuestions.html @@ -0,0 +1,39 @@ + + + + + +
+

+ Security Questions + Work in progress +

+
+ +
+
+
+ 20% Complete +
+
+
+ +
+ \ No newline at end of file