topk(20, count by (__name__, job)({__name__=~".+"}))
openssl x509 -in certificate.crt -text -noout| #!/bin/sh | |
| # Copyright 2015 Christian Galsterer | |
| # | |
| # Licensed 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 | |
| # |
| #!/bin/sh | |
| # https://gist.github.com/christiangalsterer/5f55389b9c50c74c31b9 | |
| # Copyright 2015 Christian Galsterer | |
| # | |
| # Licensed 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 | |
| # |
A Dashing widget to display the number of issues returned by a Jira Query Language (JQL) search. The number of issues will be displayed using the Numbers widget. This widget is a generalized version of the Atlassian Jira: Number of issues in a Jira filter query widget, which shows the number of issues for saved Jira filter.
The following dependencies are required. Please add them to your dashing gemfile.
gem 'jira-ruby', :require => 'jira'
A Dashing widget to display the number of issues returned by a Jira filter search. The number of issues will be displayed using the Numbers widget. See also the Atlassian Jira: Number of issues in a Jira filter query for a more generalised version which allows to run any JQL query directly from the widget.
The following dependencies are required. Please add them to your dashing gemfile.
gem 'jira-ruby', :require => 'jira'