Skip to content

Instantly share code, notes, and snippets.

View alexleventer's full-sized avatar
💭

Alex Leventer alexleventer

💭
View GitHub Profile
gametime/gametime-ios:
PkgInclude:
-'*'
Build:
- 'trap ''e=$?;[ $e = 0 ] || echo ""FAILED: $BASH_COMMAND"" 1>&2;exit $e'' EXIT'
- sudo ios profiles:download:all --type distribution
var React = require('react');
var MainLayout = require('./layouts/main');
var $ = require('jquery');
var dashboard = React.createClass({
componentWillMount: function(){
$.ajax({
url: 'localhost:3000/ga',
type: 'GET',
dataType: 'json',
@alexleventer
alexleventer / github-integration-marketing-guidelines.md
Last active October 27, 2015 23:27
Distelli GitHub Integration Listing
[beta-prspct.rhcloud.com repo]\> node server.js
ççWarning: require('react/addons') is deprecated. Access using require('react-addons-{addon}') instead.
/var/lib/openshift/562d7e6c0c1e6601c10000d9/app-deployments/2015-10-31_19-09-52.208/repo/public/components/Dropdown.js:28
<div key={"menu-component"} onClick={this.handleClick} className="menu-w
^
SyntaxError: Unexpected token <
at Module._compile (module.js:439:25)
at Object.require.extensions.(anonymous function) [as .js] (/var/lib/openshift/562d7e6c0c1e6601c10000d9/app-deployments/2015-10-31_19-09-52.208/repo/node_modules/node-jsx/index.js:26:12)
at Module.load (module.js:356:32)
remote: npm info prepublish [email protected]
remote: npm WARN unmet dependency /var/lib/openshift/562d7e6c0c1e6601c10000d9/app-root/runtime/repo/node_modules/gulp-browserify requires browserify@'3.x' but will load
remote: npm WARN unmet dependency /var/lib/openshift/562d7e6c0c1e6601c10000d9/app-root/runtime/repo/node_modules/browserify,
remote: npm WARN unmet dependency which is version 4.2.3
remote: npm ERR! peerinvalid The package browserify does not satisfy its siblings' peerDependencies requirements!
remote:
remote: npm ERR! System Linux 2.6.32-504.34.1.el6.x86_64
remote: npm ERR! command "node" "/opt/rh/nodejs010/root/usr/bin/npm" "install" "-d"
remote: npm ERR! cwd /var/lib/openshift/562d7e6c0c1e6601c10000d9/app-root/runtime/repo
remote: npm ERR! node -v v0.10.35
CREATE TABLE companies
(
_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
company VARCHAR(100) NOT NULL,
domain VARCHAR(100) NOT NULL,
city VARCHAR(100),
state VARCHAR(100),
country VARCHAR(100),
industry VARCHAR(100),
CREATE TABLE companies
(
_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
company VARCHAR(100) NOT NULL,
domain VARCHAR(100) NOT NULL,
city VARCHAR(100),
state VARCHAR(100),
country VARCHAR(100),
industry VARCHAR(100),
{
"state": "SUCCESSFUL",
"type": "build",
"key": "BAMBOO-PROJECT-X",
"name": "Build #34",
"url": "https://example.com/path/to/build",
"description": "Changes by John Doe",
"links": {
"self": {
"href": "https://api.bitbucket.org/2.0/repositories/emmap1/MyRepo/commits/61d9e64348f9da407e62f64726337fd3bb24b466/statuses/build/BAMBOO-PROJECT-X"
Build, Dockerize, and deploy from GitHub to any server.
##Docker Support
Build and push Docker images directly to Dockerhub or Amazon EC2 Container Registry whenever you push to GitHub. Images are automatically tagged with your Distelli build number.
RouteMixin, AnalyticsMixin
"jsx!ui/RouteMixin", "jsx!ui/AnalyticsMixin"
this.track("Selected Source Control", this.getUserInfo().email, {
source: 'New App Flow',
repoType: 'GitHub'
});