Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/open-on-github

:lock: Pulsar package for opening files on GitHub.com
https://github.com/pulsar-edit/open-on-github

Add specs for GitHubFile#open

- Add fixture repositories for the various scenarios that we need to test
- Add a test for each ...

c6ddcb4a8714c8a753228f7435a45aa020223bca authored about 11 years ago by Jason Rudolph <[email protected]>
Add TODO item re: atom/atom#780

9c526e521a1ec42326b768f9da989149dc8887c4 authored about 11 years ago by Jason Rudolph <[email protected]>
Don't rely on global access to #git

Atom no longer provides a #git global. Instead, it's available via
project.getRepo().

c70eb0fd92e680f5e9ea9f3cec984a3c099c1740 authored about 11 years ago by Jason Rudolph <[email protected]>
Use cross-platform function to open URL in browser

6728b6a8ad48bf4234a1f872ccf766588ff094ca authored about 11 years ago by Jason Rudolph <[email protected]>
Declare intended visibility of methods

5990da8b7e470929e85520e5dd290d5a929495e4 authored about 11 years ago by Jason Rudolph <[email protected]>
Extract method: #openUrlInBrowser

2c8b12cbf4ffccc5e56e422432c5429d09415546 authored about 11 years ago by Jason Rudolph <[email protected]>
Rename spec file

This spec tests the code in github-file.coffee, so its name should reflect that
fact.

0ca7d01680d3ae55bb76a23fa9f22e65c681222f authored about 11 years ago by Jason Rudolph <[email protected]>
Tweak whitespace in tests

9f62829837d4e6c14dbe0fff865c905c395dbe33 authored about 11 years ago by Jason Rudolph <[email protected]>
Fix typo in test name

b1b5fae7e29090a3e26676351c7f30771e61ef76 authored about 11 years ago by Jason Rudolph <[email protected]>
Update tests to reflect that #githubRepoUrl is an instance method

2f24caa403a002324305e53e0c344970517357b4 authored about 11 years ago by Jason Rudolph <[email protected]>
Teach #githubRepoUrl to OO

65a9601b8557da8d9960588c344da8d5aeae0983 authored about 11 years ago by Jason Rudolph <[email protected]>
Extract method: #blobUrl

14fd39dfd0e29344f9c2324aa02bd41a3cf1da8b authored about 11 years ago by Jason Rudolph <[email protected]>
Log warning when unable to open file

cff9702fdb0e02c5932010eea92fd3ef56316cb2 authored about 11 years ago by Jason Rudolph <[email protected]>
Extract method: #gitUrl

00c947b51bde72284914d7195dfaec66d0cb91cc authored about 11 years ago by Jason Rudolph <[email protected]>
Move class into to its own file

5a003de44266c5249e566c998cfc6d3db334cbfd authored about 11 years ago by Jason Rudolph <[email protected]>
Extract class: GitHubFile

1be0344898e555939b7d3a6abb0d9178a98457c4 authored about 11 years ago by Jason Rudolph <[email protected]>
Move require statement to the top of the file

c90d78f29f219f7793e8c747c7bef04e0c268bd7 authored about 11 years ago by Jason Rudolph <[email protected]>
Add rough cut of command to open current file on github.com

10e052d1f8cd19d95a15b46b08728ed2f2278ff6 authored about 11 years ago by Jason Rudolph <[email protected]>
Initial commit: README Driven Development

4cd183f904076a176e51be5597121a0b7186ca41 authored about 11 years ago by Jason Rudolph <[email protected]>