Re: [Dev] Dashboard Component - Hierarchical Page Support

2017-08-30 Thread Nipuna Chandradasa
So all the dashboard level metas like updatedTime and all will be available in the DB level. That is good and +1 for this. On Thu, Aug 31, 2017 at 11:05 AM, Nisala Nanayakkara wrote: > Hi Nipuna, > > Yes. We do not support authentication and authorization yet in the >

Re: [Dev] Dashboard Component - Hierarchical Page Support

2017-08-30 Thread Nisala Nanayakkara
Hi Nipuna, Yes. We do not support authentication and authorization yet in the Dashboard Component. Once we do, we are going to maintain a separate table for dashboard permissions. So we do not need this information inside dashboard JSON. As an example, when there is a request to view a dashboard,

Re: [Dev] [IS] Shall We Link Corresponding IS Documentation as Context Sensitive Help Pages in IS Management Console?

2017-08-30 Thread Samuel Gnaniah
Our strategy here is to remove these help links and walk through the UI with the dev team to make the UIs and forms easier to configure without requiring additional documentation. This is the stragety we are following for all products. Thanks, -- *Samuel Gnaniah* Lead Technical Writer WSO2

Re: [Dev] [IS] [SCIM] Why Can't We Enable Both SCIM1 and SCIM2 at the Same Time?

2017-08-30 Thread Ishara Karunarathna
HI, On Thu, Aug 31, 2017 at 7:26 AM, Sagara Gunathunga wrote: > > > On Thu, Aug 31, 2017 at 12:12 AM, Vindula Jayawardana < > vindula...@cse.mrt.ac.lk> wrote: > >> Hi, >> >> IMO, should be able to enable both at the same time. What is the issue >> you faced when enabling both?

[Dev] Bulk user deletion using SCIM in WSO2 Identity server

2017-08-30 Thread Nilasini Thirunavukkarasu
Hi, I have tried to use bulk user deletion according to the blog[1] since we don't have documentation on it yet. I couldn't get the response as we expect. The bulk user deletion request is not working. It seems we didn't implement the bulk user deletion part according to [2]. Is there any way to

Re: [Dev] [IS] Shall We Link Corresponding IS Documentation as Context Sensitive Help Pages in IS Management Console?

2017-08-30 Thread Sherene Mahanama
+documentation, +shiraz, +samuel On Thu, Aug 31, 2017 at 10:50 AM, Sherene Mahanama wrote: > Hi Team, > > We can use [1] as the base URL as it will always point to the latest docs > of IS. If we export an html page though, when we update the doc page with > improvements the

Re: [Dev] [IS] Shall We Link Corresponding IS Documentation as Context Sensitive Help Pages in IS Management Console?

2017-08-30 Thread Sherene Mahanama
Hi Team, We can use [1] as the base URL as it will always point to the latest docs of IS. If we export an html page though, when we update the doc page with improvements the changes won't get reflected in the help page right unless we export again every time we make a change? [1]

Re: [Dev] [IS] Shall We Link Corresponding IS Documentation as Context Sensitive Help Pages in IS Management Console?

2017-08-30 Thread Omindu Rathnaweera
One other option would be to export an html from the doc page and include it in the product. On Thu, Aug 31, 2017 at 10:35 AM, Johann Nallathamby wrote: > Only problem I see is if Internet access is not available from the > client's machine which can access the carbon console,

Re: [Dev] Dashboard Component - Hierarchical Page Support

2017-08-30 Thread Nipuna Chandradasa
+1 for this format. Why are we removing lastUpdatedTime? isn't that important meta for an admin? Are we not yet supporting Autherization for dashboard ( who owns, who can edit or who can view and so on)? I thought those are parts of the dashboard json (not the most secure place but) ... On Wed,

Re: [Dev] [IS] Shall We Link Corresponding IS Documentation as Context Sensitive Help Pages in IS Management Console?

2017-08-30 Thread Johann Nallathamby
Only problem I see is if Internet access is not available from the client's machine which can access the carbon console, which could be the case sometimes. On Thu, Aug 31, 2017 at 10:22 AM, Thilina Madumal wrote: > Hi Devs, > > Currently, in IS Management Console, the

Re: [Dev] [IS] Shall We Link Corresponding IS Documentation as Context Sensitive Help Pages in IS Management Console?

2017-08-30 Thread Harsha Thirimanna
On Thu, Aug 31, 2017 at 10:22 AM, Thilina Madumal wrote: > Hi Devs, > > Currently, in IS Management Console, the context sensitive help pages are > outdated. See [1]. > Even though the content is up to date, the content is not informative > enough IMO. > > If we are to

[Dev] [IS] Shall We Link Corresponding IS Documentation as Context Sensitive Help Pages in IS Management Console?

2017-08-30 Thread Thilina Madumal
Hi Devs, Currently, in IS Management Console, the context sensitive help pages are outdated. See [1]. Even though the content is up to date, the content is not informative enough IMO. If we are to update the help-pages, we need to make them up to date and informative enough. The concern is if we

Re: [Dev] [IS] [SCIM] Why Can't We Enable Both SCIM1 and SCIM2 at the Same Time?

2017-08-30 Thread Sagara Gunathunga
On Thu, Aug 31, 2017 at 12:12 AM, Vindula Jayawardana < vindula...@cse.mrt.ac.lk> wrote: > Hi, > > IMO, should be able to enable both at the same time. What is the issue you > faced when enabling both? > > Achieving interoperability between 1.1 consumers and 2.0 providers can > have two practical

[Dev] About the Siddhi expression

2017-08-30 Thread 정형근
I have a question about siddhi query. Is there a way to sort the Top-k elements with a Siddhi query? I know about the sort window. I also know that this window only holds elements as large as the window size. That is, once the window size is exceeded, the elements are deleted. I think this is

Re: [Dev] [IS] [SCIM] Why Can't We Enable Both SCIM1 and SCIM2 at the Same Time?

2017-08-30 Thread Vindula Jayawardana
Hi, IMO, should be able to enable both at the same time. What is the issue you faced when enabling both? Achieving interoperability between 1.1 consumers and 2.0 providers can have two practical approaches. One approach is to have a multi-protocol ability in the SCIM service provider’s end. This

[Dev] [IDENTITY-6313] Typo in Add user store

2017-08-30 Thread Piraveena Paralogarajah
Hi, I fixed the issue IDENTITY-6313 . Please review and merge the PR [1]. [1]- https://github.com/wso2/carbon-kernel/pull/1507 Thanks, Piraveena *Piraveena Paralogarajah* Intern- Software Engineering | WSO2 *Email *: pirave...@wso2.com *Mobile* :

Re: [Dev] [IS] [SCIM] Why Can't We Enable Both SCIM1 and SCIM2 at the Same Time?

2017-08-30 Thread Sathya Bandara
Hi Thilina, If we enable both SCIM1 and SCIM2 listeners at the same time two different SCIM IDs will be generated for the same user when adding a new user through SCIM. Also both SCIM1 and SCIM2 claims are mapped to the same LDAP user attributes. Even though both listeners get triggered only the

Re: [Dev] [IS] [SCIM] Why Can't We Enable Both SCIM1 and SCIM2 at the Same Time?

2017-08-30 Thread Chamila Wijayarathna
It should be possible to enable both at same time IMO On Wed, Aug 30, 2017 at 11:00 PM, Farasath Ahamed wrote: > > > On Wednesday, August 30, 2017, Thilina Madumal > wrote: > >> >> Hi all, >> >> While I was trying to fix IDENTITY-6315 >>

Re: [Dev] [IS] [SCIM] Why Can't We Enable Both SCIM1 and SCIM2 at the Same Time?

2017-08-30 Thread Farasath Ahamed
On Wednesday, August 30, 2017, Thilina Madumal wrote: > > Hi all, > > While I was trying to fix IDENTITY-6315 > I got to know that we can't > enable both SCIM1 and SCIM2 at the same time in WSO2 Identity Server. > Is it because of

[Dev] [IS] [SCIM] Why Can't We Enable Both SCIM1 and SCIM2 at the Same Time?

2017-08-30 Thread Thilina Madumal
Hi all, While I was trying to fix IDENTITY-6315 I got to know that we can't enable both SCIM1 and SCIM2 at the same time in WSO2 Identity Server. Is it because of this specific issue or is there any other reasons? Thanks & Regards, Thilina. --

Re: [Dev] Did we thought about APIM 3.0.0 Audit log?

2017-08-30 Thread Harsha Kumara
We definitely need to add the audit logs to the AM 3.0.0. We have somewhat amount of audit logs in C4. But it needs to improve. [1] https://docs.wso2.com/display/AM210/Working+with+Audit+Logs On Wed, Aug 30, 2017 at 5:59 PM, Uvindra Dias Jayasinha wrote: > There is a JIRA[1]

Re: [Dev] Did we thought about APIM 3.0.0 Audit log?

2017-08-30 Thread Uvindra Dias Jayasinha
There is a JIRA[1] for this that I moved to github [1] https://wso2.org/jira/browse/APIMANAGER-5802 On 30 August 2017 at 11:07, Rukshan Premathunga wrote: > Hi all, > > In c4 we had separate log file to audit API and application related stuff. > Is this already done in AM 3?

Re: [Dev] Dashboard Component - Hierarchical Page Support

2017-08-30 Thread Nisala Nanayakkara
Hi all, We had an off-line discussion regarding this with Suho,Tanya, SajithR,Lasantha, SajithAR and came up with following structure for dashboard JSON, > { > "id": "2", > "url": "sampledashboard", > "name": "Sample Dashboard", > "description": "Lorem ipsum dolor sit amet DAS",

Re: [Dev] Request to install mkdocs and mkdocs-material in jenkins.

2017-08-30 Thread Chathurika Amarathunga
Hi Maheshika, I have checked it and the installation is correct. Could you please install it in the Jenkins work. Regards Chathurika Amarathunga. On Wed, Aug 30, 2017 at 12:05 PM, Maheshika Goonetilleke wrote: > Hi Chathurika > > I installed mkdocs on Jenkins staging as

Re: [Dev] UNSUBSCRIBE FROM DEV MAIL THREAD

2017-08-30 Thread Manorama Perera
Hi Mohamad, To unsubscribe from WSO2 Dev, please send an email to *dev-requ...@wso2.org * with the subject *unsubscribe*. Thanks, Manorama On Wed, Aug 30, 2017 at 3:57 PM, Mohamad Naseer wrote: > I WOULD LIKE TO UNSUBSCRIBE FROM THIS MAILING

[Dev] UNSUBSCRIBE FROM DEV MAIL THREAD

2017-08-30 Thread Mohamad Naseer
I WOULD LIKE TO UNSUBSCRIBE FROM THIS MAILING THREAD. ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Multiple receiver urls not supported in EI-6.1.1 Event Sink configuration

2017-08-30 Thread Nuwan Wimalasekara
Hi Nirodha, If this is an urgent, can you please create a Internal ticket. Anyway is there any possibility to migrate to 6.2.0 M3 or wait for GA Thanks, Nuwanw On Wed, Aug 30, 2017 at 1:06 AM, Nirodha Gallage wrote: > Any chance of getting it backported to 6.1.1? > > On Wed,

Re: [Dev] Request to install mkdocs and mkdocs-material in jenkins.

2017-08-30 Thread Maheshika Goonetilleke
Hi Chathurika I installed mkdocs on Jenkins staging as per the docs provided. Please check build: https://jenkins-staging.private.wso2.com/jenkins/view/extensions/job/siddhi-execution-unique/1/console On Wed, Aug 23, 2017 at 3:48 PM, Sriskandarajah Suhothayan wrote: > Thanks

Re: [Dev] Multiple receiver urls not supported in EI-6.1.1 Event Sink configuration

2017-08-30 Thread Nirodha Gallage
Any chance of getting it backported to 6.1.1? On Wed, Aug 30, 2017 at 11:27 AM, Manorama Perera wrote: > Hi Nirodha, > > This bug is already reported at [1], and fixed[2] in EI 6.2.0 M3. > > [1] https://github.com/wso2/product-ei/issues/835 > [2]