Skip to content

Instantly share code, notes, and snippets.

View Vlatombe's full-sized avatar

Vincent Latombe Vlatombe

  • CloudBees, Inc.
  • France
  • 06:49 (UTC +02:00)
View GitHub Profile
@Vlatombe
Vlatombe / script.js
Created June 16, 2020 15:05
Linkify jira issues in Github
// ==UserScript==
// @name GitHub/Jira Links
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Link to Jira from Github
// @author Vincent Latombe
// @match https://github.com/**
// @require https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// run-at document-end
@Vlatombe
Vlatombe / gist:3b598bb466fe3fc3954c281678c4b71b
Created September 22, 2016 18:55
Widen Github commit status
// ==UserScript==
// @name Wide commit status
// @namespace http://latombe.net
// @version 0.1
// @description Useful if you have commit status that are longer than what GH expects and are ellipsed
// @author Vincent Latombe <vincent@latombe.net>
// @match https://github.com/*/commits/*
// @grant none
// ==/UserScript==

Keybase proof

I hereby claim:

  • I am Vlatombe on github.
  • I am vlatombe (https://keybase.io/vlatombe) on keybase.
  • I have a public key whose fingerprint is 82E5 A3BC 936A CB53 02B2 1783 B530 C205 4A24 D927

To claim this, I am signing this object:

2015/11/24 09:26:03 [INFO] Terraform version: 0.6.7 b7c41aed92c2d6ea841f618b54e400fcbf824845+CHANGES
2015/11/24 09:26:03 [DEBUG] Detected home directory from env var: /root
2015/11/24 09:26:03 [DEBUG] Discovered plugin: aws = /usr/local/bin/terraform-provider-aws
2015/11/24 09:26:03 [DEBUG] Discovered plugin: openstack = /usr/local/bin/terraform-provider-openstack
2015/11/24 09:26:03 [DEBUG] Detected home directory from env var: /root
2015/11/24 09:26:03 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2015/11/24 09:26:03 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2015/11/24 09:26:03 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_elb.controller
#-*-sh-*-
resource "aws_elb" "controller" {
name = "foo-controller"
subnets = ["None"]
security_groups = ["None"]