could someone help me with how to get sonargate status as widget in Azure dashboards?? there is one widget available named quality gate in Azure marketplace but that isn't working.
Is there any possibilities to have this dashboard in Azure dashboards?
In the bottom right of the SQ project overview page is button labeled "Get Project Badges".
From there you can select a number of different badge metric options, including "Quality Gate status". Copy the url and paste to your dashboard.
There is just one reference in the documentation to this ...
"How can I promote the health of my project to peers ?"
The caveat is it seems to require the project be "publicly visible", that is you do not need to explicitly log in to SQ to see the projwct overview page. No word if it works w/tokens, etc. SQ security model is rather "chunky".
Note there may be an issue with the widget
Related
Currently, I have a Sentry.io account and push errors to the dashboard interface.
I was wondering if the following is possible:
Take the pages on the existing Sentry.io dashboard
Embed some of the panels and pages in a page on a custom website
Errors and interface would appear the same way on the custom website
Can interact with the interface and errors in the same way in terms of viewing sub-tabs and sub-pages
I'm primarily interested in the:
Projects tab and navigate to subtabs like Project Details and individual errors
Issues tab and the ability to search and view errors
Thank you.
Just came across Sentry a few weeks ago. According to the API documentation, it states the ability to GET, PUT/POST, and DELETE data even from Projects. So I think your API will allow you to push alerts to your site and if the site is interactive, you should be able to make changes( e.g. resolve issues) and it will also reflect on Sentry.
Keep in mind that the data coming from the API is unstructured, you might need to streamline what you want to show on your site depending on how your site is designed.
I am not sure if I am able to help in some way. I am also open to learning if you are able to discover how to do it or if I am wrong.
I have setup Elasticsearch and Kibana 7.0.1 version. May I know how to hide or remove the Management menu from Kibana UI?
As mentioned in this other thread, you can leverage the dashboard-only mode if you want to hide everything but dashboards.
Otherwise, since Kibana 7.2, you can go to Management > Spaces and decide to hide some Management features, such as:
Advanced settings
Index patterns management
Saved objects management
Also worth noting that there's an open issue to actually hide features based on cluster privileges.
The configuration of Kibana UI is received in the response to the /{SPACE_URI}?api/core/capabilities request. You can manipulate this response by putting Kibana behind a proxy (mitmproxy is a quick/clean choice) and within the response set body['navLinks']['kibana:management'] = False. Then you won't see that management button on the sidebar anymore.
After searching forever in Kibana 7.7.1, finally found that you can define what roles to include in the "Dashboard Only" mode under Advanced Settings. Here you can define a second role to have dashboard only, AND NOT access to all spaces as the kibana_dashboard_only_user does.
Advanced Settings --> Dashboard
You can hide the management menu by clicking the Collapse button at the bottom of the menu.
Collapse UI
I'm not so sure about removing it. Probably there is a more contextually appropriate solution for your concern, such as embedding a dashboard onto your app, or restricting management permissions to a certain group of users.
dashboard-only-mode may be of interest to you, and you can move up to minor version 7.1.0 in order to make this a free feature.
I need to add a custom element/mini-app/extension to CRM Dynamics sales such that it shows globally on all pages that the user navigates to and also can navigate the users urls when certain events happen.
What options exactly do I have to satisfy the above criteria?
The screenshot below shows a sample area that I need to build the app within as an example.
Id imagine there are many use cases where customizing a global element is worthwhile, especially since custom applications may need to be built.
I understand I can use the Resources to create a SPA such as angular which is running so long as the URL stays at the SPA url. But for our use case, we are looking to allow end users to be able to navigate the CRM using the custom controls. but when something happens in a another subsystem, we need end users who are logged into the CRM to instantly view data that is important to them.
Is this technically possible?
Unfortunately this is not feasible. There are some concepts to show learning path like that. It won’t satisfy your need.
I understand what you need, like a news feed or ad rotator for rolling content but context specific flyout area which is always pinned. There is no OOB option or customization/configuration available for achieving this. You can initiate this concept in Dynamics Ideas.
Like you said there can be a HTML web resource developed & embedded in a dashboard, this is very limited for your requirement.
Edit:
I think you are looking for Channel Integration Framework which will help you to configure third party CTI apps.
In CRM V9, they have introduced a new API call for 'Panel'. This panel loads to the side of the screen, and can display content regardless of where the user moves throughout the entire application. I've played around with it a bit for my own person reasons at work, but it looks to be exactly what you're looking for.
The call is 'Xrm.Panel.loadPanel(URL/WebResource)'
https://learn.microsoft.com/en-us/dynamics365/customer-engagement/developer/clientapi/reference/xrm-panel
However, the feature is currently in development, and should only be used in production at your own risk.
I was wondering if something possible as a workflow plugin was available.
When i mean workflow, i mean, a front-end management user would edit an article, and this would trigger an approval request, and the edit wouldn't go live until the approval was accepted. Something such as a backoffice would be available on maybe only an email or something that an administrator would need to accept before the change go live.
I have seen countless plugins for Prearticle management where before publishing it there is a workflow. But this is not what i am looking, i am looking for the same process but for when the article is already published, when a change is done to that article.
Is there such a thing for Joomla 3.x available i have searched alot and came to nothing, so i am asking help from the community.
Thanks in advance !
Things like this can help?
http://extensions.joomla.org/profile/extension/extension-specific/extensions-specific-non-sorted/workflow-for-simple-content-versioning
Features of the tool in the above link include:
Revise, edit and approve article changes before going live with those changes.
Send article changes for approval via email
Edit and save changes to published articles without affecting the live site
Save notes regarding article versions
Optionally stage all content changes automatically
Automatically stage content from specific user groups
Optional administrator email notifications of staged content that is ready for review
Complete revision history with access to all staged and prior versions of article content
Optionally disable on the front-end
The following is yet another tool, but too powerful a tool for your requirement, still you may want to have a look at it.
http://extensions.joomla.org/extensions/extension/clients-a-communities/communities/community-builder
I have designed a small (403 pixels wide) informational dashboard (jQuery, HTML) and subscription app. I wish to be able for the user to install the app and place it onto their TimeLine, however I am clueless as to how to do that.
Can someone explain to me how that is achieved? I see how users can put fluffy stuff on the TimeLine (pics, links, etc.) but how to you get an actual app in there?
My app is no wider than the pics that my (potential) customers display on their Timeline.
Any help would be appreciated.
I'm afraid that your approach is wrong and you can't display an application on Facebook's Timeline per se.
Your App can post content (text, images, etc) to a user's timeline and it can also have a dedicated section (collection) on Timeline (you need to explicitly ask the user to add it after they activate your application, it's not automatic).
A prerequisite to having sections is that your App has custom actions and a custom collection (see detailed description in the later link), which can be displayed in one of the three custom collection types supported by Facebook - List, Gallery or Map.
Note that your custom collection will require a review.
Unfortunately it seems you will have to rework your application to fit the Facebook framework.