This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://cdn.rawgit.com/rastikerdar/vazir-font/v20.1.0/dist/font-face.css'); | |
@import url('https://cdn.rawgit.com/rastikerdar/shabnam-font/v4.0.0/dist/font-face.css'); | |
h1, h2, h3, h4, h5, h6, .widget .widget-title, .site-description, .site-title, .entry-title, .entry-title a, .comments-title, .nav-menu a, widget-title { | |
font-family: Shabnam, "Source Sans Pro", Helvetica, sans-serif; | |
} | |
*, .entry-content { | |
font-family: Vazir; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* import this as mozilla format */ | |
@-moz-document domain("<your jira domain>") { | |
.ghx-summary, .user-content-block, .action-body { | |
direction: rtl; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var entities = require('v1/entities'); | |
var http = require('v1/http'); | |
exports.rule = entities.Issue.onChange({ | |
title: 'Notify-slack', | |
action: function(ctx) { | |
var issue = ctx.issue; | |
if (issue.becomesReported || issue.becomesResolved || issue.becomesUnresolved) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# moved to https://github.com/ahmadalli/OneLiners#getting-envs-from-all-over-the-cluster |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create an additional socket in haproxy's chroot in order to allow logging via | |
# /dev/log to chroot'ed HAProxy processes | |
$AddUnixListenSocket /var/lib/haproxy/dev/log | |
# Send HAProxy messages to a dedicated logfile | |
:programname, startswith, "haproxy" | |
:syslogfacility-text, startswith, "local0" { | |
/var/log/haproxy.log | |
@@<graylog host>:<syslog input port>;RSYSLOG_SyslogProtocol23Format | |
stop |
OlderNewer