This file contains 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
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
This file contains 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
<Directory /> | |
AllowOverride none | |
Require all granted | |
</Directory> |
This file contains 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
➜ twitter-clone git:(class-3) meteor | |
[[[[[ ~/Projects/Community/twitter-clone ]]]]] | |
=> Started proxy. | |
=> Started MongoDB. | |
I20141107-11:42:46.793(-5)? Kadira: completed instrumenting the app | |
=> Started your app. | |
=> App running at: http://localhost:3000/ | |
I20141107-11:42:47.721(-5)? Kadira: successfully authenticated |
This file contains 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
<!-- THEME DEBUG --> | |
<!-- CALL: theme('html') --> | |
<!-- FILE NAME SUGGESTIONS: | |
* html--front.tpl.php | |
* html--node.tpl.php | |
x html.tpl.php | |
--> |
This file contains 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
[alias] | |
# Checkout Stash pull requests. | |
spr = !sh -c \"git fetch origin pull-requests/${1}/from:pr/${1}/from && git fetch origin pull-requests/${1}/merge:pr/${1}/merge && git checkout pr/${1}/from\" - | |
# Checkout Github pull requests. | |
gpr = !sh -c \"git fetch origin pull/${1}/head:pr/${1} && git checkout pr/${1}\" - |
This file contains 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
<template name="journal"> | |
<div class="nav-block"></div> | |
<nav class="journal-nav"> | |
<ul> | |
<li> | |
<a href="#" data-type="Design">Design</a> | |
</li> | |
<li> | |
<a href="#" data-type="Development">Development</a> | |
</li> |
This file contains 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
Exception in template helper: editUserProfile@http://localhost:3000/client/views/profile/_userProfile.js?7eeb64c14a8e8bf602d599e52bfc2cd7a3b58d16:10:42 | |
http://localhost:3000/packages/blaze.js?efa68f65e67544b5a05509804bf97e2c91ce75eb:2727:21 | |
http://localhost:3000/packages/blaze.js?efa68f65e67544b5a05509804bf97e2c91ce75eb:1606:21 | |
call@http://localhost:3000/packages/spacebars.js?7f53771c84a2eafac2b561c9796dda0d8af8e7f5:171:23 | |
http://localhost:3000/client/views/profile/template._userProfile.js?891cf501a5ebff6ed0a47465462c90c364ad31c1:12:26 | |
http://localhost:3000/packages/blaze.js?efa68f65e67544b5a05509804bf97e2c91ce75eb:2472:57 | |
http://localhost:3000/packages/blaze.js?efa68f65e67544b5a05509804bf97e2c91ce75eb:1808:20 | |
_withCurrentView@http://localhost:3000/packages/blaze.js?efa68f65e67544b5a05509804bf97e2c91ce75eb:2043:16 | |
viewAutorun@http://localhost:3000/packages/blaze.js?efa68f65e67544b5a05509804bf97e2c91ce75eb:1807:34 | |
_compute@http://localhost:3000/packages/tracker.js?517c8fe8ed6408951a30941e64a5383a7174bcfa:296:3 |
This file contains 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
Template.recentNotifications.helpers({ | |
// Check the current notification type for template usage. | |
notificationType: function (type) { | |
return this.type === type; | |
}, | |
// Return set of notifcation cursors. | |
notifications: function () { | |
return Notifications.find( {}, { sort: { createdAt: -1 } } ); | |
}, | |
// Helper for comment related notification data. |
This file contains 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
I20150418-10:58:48.236(-4)? jasmine-server-integration: 0 tests passed [33/3474] | |
W20150418-10:58:48.236(-4)? (STDERR) jasmine-server-integration: 1 tests failed | |
W20150418-10:58:48.236(-4)? (STDERR) newNotification server method does not generate a new notification for a logged out user | |
W20150418-10:58:48.236(-4)? (STDERR) Error: [not-authorized] | |
W20150418-10:58:48.236(-4)? (STDERR) Error: [not-authorized] | |
W20150418-10:58:48.236(-4)? (STDERR) at [object Object].Meteor.methods.newNotification (app/server/server.js:27:13) | |
W20150418-10:58:48.237(-4)? (STDERR) at [object Object].methodMap.(anonymous function) (/private/var/folders/jh/fn5ydp4s2z189rgjm3kq84h00000gp/T/meteor-test-run14icpzr/.meteor/local/build/programs/serve | |
r/packages/meteorhacks_kadira.js:2495:30) | |
W20150418-10:58:48.237(-4)? (STDERR) at maybeAuditArgumentChecks (/private/var/folders/jh/fn5ydp4s2z189rgjm3kq84h00000gp/T/m |
This file contains 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
GitHub pull request #1 of commit c777da4ad9b015e776336635b18a55485a29c900, no merge conflicts. | |
Setting status of c777da4ad9b015e776336635b18a55485a29c900 to PENDING with url http://jenkins.blackboot.biz:8080/job/ci-test/18/ and message: Build started, sha1 is merged | |
Building in workspace /var/lib/jenkins/jobs/ci-test/workspace | |
> git rev-parse --is-inside-work-tree # timeout=10 | |
Fetching changes from the remote Git repository | |
> git config remote.origin.url https://github.com/hb5co/ci-test.git # timeout=10 | |
Fetching upstream changes from https://github.com/hb5co/ci-test.git | |
> git --version # timeout=10 | |
using .gitcredentials to set credentials | |
> git config --local credential.helper store --file=/tmp/git4317210699226004625.credentials # timeout=10 |