Ecosyste.ms: OpenCollective

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

github.com/isomorphic-git/isomorphic-git

A pure JavaScript implementation of git for node and browsers!
https://github.com/isomorphic-git/isomorphic-git

Whoops tagline misplaced

781722f3dd3cc4a8178a99cba01ff494957a1c84 authored about 7 years ago by William Hilton <[email protected]>
More README

88becb417c02708966df2b1adde6c0bedac79378 authored about 7 years ago by William Hilton <[email protected]>
0.0.16

252cb320650c604db9e504e0b04dea0e94922802 authored about 7 years ago by William Hilton <[email protected]>
Combine getConfig and setConfig into just "config". close #19

89820096c077b6917c2affb218f87cae0136b382 authored about 7 years ago by William Hilton <[email protected]>
Cleanup

bd51215a01955a75bdb82739fb73a529f3f312c5 authored about 7 years ago by William Hilton <[email protected]>
Aaaand turns out we never really needed flipchain. At all.

f9676f578b279fb0e81b8808d323366d7d7e16c0 authored about 7 years ago by William Hilton <[email protected]>
Try to fix browserify's grumbling.

27650db796caac6f22381fcbfd62494beba90ba1 authored about 7 years ago by William Hilton <[email protected]>
Some better documentation and improved API consistancy

1a192e588f6ae16cd95566ee91649a7594158c86 authored about 7 years ago by William Hilton <[email protected]>
Start documenting index.js

ad7109b9ce995ed63c126aa1e3292210f28a7853 authored about 7 years ago by William Hilton <[email protected]>
More README

98bc24734f3ec2c64522a9aebd6d3255d5b6d587 authored about 7 years ago by William Hilton <[email protected]>
Start fleshing out the README

d93c77abad3975a7161b2854cc90b31df3d5419d authored about 7 years ago by William Hilton <[email protected]>
0.0.15

f531be257f90a5211ed5f63a417b1a3bc27ab2bb authored about 7 years ago by William Hilton <[email protected]>
Add a .listBranches() function, because it seemed like I should.

55cfd3552017997132e6a9bb4e76dc10a1e5a229 authored about 7 years ago by William Hilton <[email protected]>
Checkout deletes tracked files when switching branches now

f1ae914f8e0d378d27a4892cbe1e693347787814 authored about 7 years ago by William Hilton <[email protected]>
Finally made flowtype happy

e75f20b5bc8cf2227d61b04afceec1bb4ef718ab authored about 7 years ago by William Hilton <[email protected]>
Rename CLI to `isogit`

da79f0f351f6d8279fbe89a568b880a3806db40b authored about 7 years ago by William Hilton <[email protected]>
Improve CLI to support multi-arg functions like .auth() and .setConfig()

a035bca82de13369e05e6ea4426db3fa4f306463 authored about 7 years ago by William Hilton <[email protected]>
You can now leave out "refs/heads/" when pushing to remotes (for simplicity and symetry with fetching from remotes).

4d74bf8dd161a95e16cf226dd37a13841e2c06e4 authored about 7 years ago by William Hilton <[email protected]>
Or I may have completely borked the Sauce Labs config for Android.

e5774bfe908ad0c6d1d9b38245fa64acf2d64e15 authored about 7 years ago by Will Hilton <[email protected]>
I might have fixed the Sauce Labs config for Android!

1600446d77a258103b091a1db56046691f692465 authored about 7 years ago by Will Hilton <[email protected]>
0.0.14

71cfcca36f2403662acf3390ae7654a0cb52fbfc authored about 7 years ago by Will Hilton <[email protected]>
Fix more tests

2659c5cd13ab09591271910ac97aa59678bdca9f authored about 7 years ago by Will Hilton <[email protected]>
Fix one of the tests

90328e6b808887850e81df366d9501adc4ed1f2f authored about 7 years ago by Will Hilton <[email protected]>
BREAKING CHANGE we no longer prefix branches with 'refs/heads/' when fetching from remotes b ecause that's ambiguous and potentially misleading.

c1627eb0d56dfdfc167a9b3bed1f12f63c00a670 authored about 7 years ago by Will Hilton <[email protected]>
Identify the "default" branch for cloning on remotes

6ecfe9dabf8f520622d65b1c25517a3a274f07fa authored about 7 years ago by Will Hilton <[email protected]>
0.0.13

af70a57e828aa1f7de829b1987915abe3aeeab85 authored about 7 years ago by Will Hilton <[email protected]>
Remove some extra console.logs

4c66b14665d75eebcfb73bf2da23841650ef556c authored about 7 years ago by Will Hilton <[email protected]>
More sourcemaps and minification

cf6479cfc66fe6367b66b9d846a148b9553d313d authored about 7 years ago by Will Hilton <[email protected]>
0.0.12

8d74454009b9bf7bf1df39ad31c8191bd9ac591b authored about 7 years ago by Will Hilton <[email protected]>
Add git().findRoot(dir)

fd265b313dd3bbe80d607b41a07d3337b292a802 authored about 7 years ago by Will Hilton <[email protected]>
Replace .githubToken with .auth and .oauth2

af92e2ec877ab6c1bf6a7bba6708594b178778b3 authored about 7 years ago by Will Hilton <[email protected]>
0.0.11

8388a3d4197bf9e02bb97dfdc920fe6b6353453d authored about 7 years ago by Will Hilton <[email protected]>
Update CORS proxy in Karma test

3a336bf25a331b35dbb3b5850d0d1b229dbfa957 authored about 7 years ago by Will Hilton <[email protected]>
Add git status (for individual file)

8da34376824d39f75f903e7973657279819c7dd7 authored about 7 years ago by Will Hilton <[email protected]>
Use jest-fixtures

dc1d8277150fab4bc0ab75829618fb240a1ccd52 authored about 7 years ago by Will Hilton <[email protected]>
Made jest run faster in Node environment instead of jsdom

1be7cb1df41aa463fe63338f8d68b5b31e61ed91 authored about 7 years ago by Will Hilton <[email protected]>
Modified nps watch to use jest

95ae5035daac0a71bb0e2d684eb8cb4ce1b4eb4b authored about 7 years ago by Will Hilton <[email protected]>
Rewrite tests in Jest

73926dbf205dbe1947adeca04ab9a30280825dd3 authored about 7 years ago by Will Hilton <[email protected]>
Install jest

2dbe9e495af69d056358a3cb587ab77870a6912d authored about 7 years ago by Will Hilton <[email protected]>
Migrate scripts to package-scripts.js

aeee507e0254376fb288c8af8d449174e099cd36 authored about 7 years ago by Will Hilton <[email protected]>
Fix fixture for remove test (missing SHA at end of index)

83e9ce49e3531d5ebd3ac15de8f9fd7b9f9c10d3 authored about 7 years ago by Will Hilton <[email protected]>
Fix index file format so git can read it

fcec444ab2f60233e01b9206a9d1bf2629ba66c6 authored about 7 years ago by Will Hilton <[email protected]>
Update README with new cors-buster

a87e741469c2d94048a121108005cdb9c56a71ae authored about 7 years ago by Will Hilton <[email protected]>
0.0.10

ce03143bd6567fc7063549c204e877834cda5645 authored about 7 years ago by Will Hilton <[email protected]>
Browserify-path doesn't have path.posix :(

846871f72df602889144872ccfb5ac0c00579262 authored about 7 years ago by Will Hilton <[email protected]>
0.0.9

af4d84a6a9fa7a74acdad07fddf9f17ff3a974ae authored about 7 years ago by Will Hilton <[email protected]>
Fix test-checkout with deterministic sort

4df30fc1977e2863f211937b5f3267f4a4557f78 authored about 7 years ago by Will Hilton <[email protected]>
Remove more .serial tests

fc6f3394cd8645531afe96caa25570da36db2119 authored about 7 years ago by Will Hilton <[email protected]>
Add test for checkout

d383b1c021378b5cdbbe2391210d3ed677fe0b40 authored about 7 years ago by Will Hilton <[email protected]>
Fix file names in index after checkout

9de94bb20e16f0612343d8be6b264a207273d474 authored about 7 years ago by Will Hilton <[email protected]>
Remove another test.serial

bc45d41fc7640ea924ceacad268ca192870f4070 authored about 7 years ago by Will Hilton <[email protected]>
0.0.8

025860fcfb6af84739a924ff49bcbda036855b1a authored about 7 years ago by Will Hilton <[email protected]>
Fix link to repo in package.json

a373b7d7aa1d75b9eef6cc942412dfeeb20c0542 authored about 7 years ago by Will Hilton <[email protected]>
Proper cloning support

341e0caa3def200f34809dc8bd907e820f57df4e authored about 7 years ago by Will Hilton <[email protected]>
0.0.7

6dedfbd21a0633055a93c05cc8b4b5cd89f2b708 authored about 7 years ago by Will Hilton <[email protected]>
Move shit around

c30f99bce07f3326e2be93dd42b090188803982a authored about 7 years ago by Will Hilton <[email protected]>
checkout now updates the index

318556e5ae149768e233054a5c09c71b1f786461 authored about 7 years ago by Will Hilton <[email protected]>
Clean up dot notation in GitConfig

601e3a5ce81431c746dabb0d7d7c920e7971f119 authored about 7 years ago by Will Hilton <[email protected]>
0.0.6

641859e5e6bad88afab83a4a3e94903ed1d8e10b authored about 7 years ago by Will Hilton <[email protected]>
Change documentation to recommend cors-anywhere instead of github-cors (which appears to be down for good)

d7a5e133de2d71b88b704376da9302eb29c3b8c2 authored about 7 years ago by Will Hilton <[email protected]>
Fix shallow commit tests to not reference master

afeeeaa7a2c12ae296dd10373c90d99c0f6bdae9 authored about 7 years ago by Will Hilton <[email protected]>
Fix Uint8Array -> Buffer issue

3eb61613147f1c41539ee737161a68f813222f0f authored about 7 years ago by Will Hilton <[email protected]>
Shallow commits and bugfixes

1bfef646e67cf3352c6070e6ab9d419ea33ee6c8 authored about 7 years ago by Will Hilton <[email protected]>
Replaced process.nextTick with a tail call (and fetched a large repo)

92e7b4123fbf135f5ffa9b6fe2ec78d07bbc353e authored about 7 years ago by Will Hilton <[email protected]>
Aaaand fetch works. I think.

86ec153c7b48e02f92930d07542680f60d104d31 authored about 7 years ago by Will Hilton <[email protected]>
Separate packfile from side-band-64k response

315c3051ab1817a8f891a9d14ed1133aec18c640 authored about 7 years ago by Will Hilton <[email protected]>
Another folder refactoring

36d201c8fea9d87128e7fccd32c21643f355540d authored about 7 years ago by Will Hilton <[email protected]>
unpack-objects

cd7b4b40d5101e2899f15332deff378989835a0b authored about 7 years ago by Will Hilton <[email protected]>
Fixed fetch-pack

5741bed81a5e38744ec8ca88b5aa4f058467d4bf authored about 7 years ago by Will Hilton <[email protected]>
Not sure why doesn't work.

0b6dfec21eb5cca8ee6d58f01dd4586e7a62742e authored about 7 years ago by Will Hilton <[email protected]>
Update 'push' tests to use the high-level api

0094dadf9804971c851e99b13845d10c8849db12 authored about 7 years ago by Will Hilton <[email protected]>
0.0.5

ff03e74259efab829557d0b3c15d6c76b9458262 authored about 7 years ago by Will Hilton <[email protected]>
Update travis URL

d62629c4e50b22785909dc5cd81982f6f579437c authored about 7 years ago by Will Hilton <[email protected]>
Let the tests pass

e92e119dbd545bbd1ced7add6764c845dfa029fe authored about 7 years ago by Will Hilton <[email protected]>
I forgot 'uglify-es'

d06d1db36edf160389847069c643007b1225a87b authored about 7 years ago by Will Hilton <[email protected]>
Add Codecov

01d7bd2a8fc8d12bfbe3b0e47f8dd62689bfca21 authored about 7 years ago by Will Hilton <[email protected]>
Toss IE support. Not worth the effort.

0c36d392e29c94f648f379b51086b6cc34a0688c authored about 7 years ago by Will Hilton <[email protected]>
Add more browsers to test

e213ea2cef22bb1623230d6502c003077657805d authored about 7 years ago by Will Hilton <[email protected]>
Always dynamically acquire 'fs'

8767374c4ada5b64217bf282a2f0bb37cdaa6142 authored about 7 years ago by Will Hilton <[email protected]>
Try to fix 'Disconnected, because no message in 10000 ms.' error in SauceLabs

55704711338097b74def8579882a4f018ec1079f authored about 7 years ago by Will Hilton <[email protected]>
Add SauceLabs testing

4a46fbb79ce92f0ab0b2ba865199a66bdac15b01 authored about 7 years ago by Will Hilton <[email protected]>
Fix bug causing early binding to 'fs'.

8457e4e1776f38f6ceeb745129b72db232e6389c authored about 7 years ago by Will Hilton <[email protected]>
0.0.4

3eb8f48d22cac58d8ba42237cb2227ef90bfce08 authored about 7 years ago by Will Hilton <[email protected]>
Why didn't it include "dist"?

433abd6f16b5b02266ebb4002d968834bc15d831 authored about 7 years ago by Will Hilton <[email protected]>
0.0.3

b3ed1e3f15c9bcab23833dbb5ef6a8e2198ec4e2 authored about 7 years ago by Will Hilton <[email protected]>
Update README

da9f1399d7f14d8ed1f204c37c306b1a4190d9dd authored about 7 years ago by Will Hilton <[email protected]>
Use rollup to bundle library

10cfdd46f72b0b40373320336192e716f3350f9d authored about 7 years ago by William Hilton <[email protected]>
0.0.2

9e3ee22249ed50acccfd3996dadb5d27019a7dad authored about 7 years ago by Will Hilton <[email protected]>
0.0.1

1a2149e96a9767b281a8f10fd014835322da2d14 authored about 7 years ago by Will Hilton <[email protected]>
Get ready to publish

12387dbe4db056fd4dc0c228e6c2f9435fa85b85 authored about 7 years ago by Will Hilton <[email protected]>
Update README

8a76c055debee4261065336f872339fad990c696 authored about 7 years ago by Will Hilton <[email protected]>
Don't forget to import Buffer (for browsers!)

a267d3e752f8580ebaf20af72613543fac771ba8 authored about 7 years ago by Will Hilton <[email protected]>
delete unnecessary hooks directory

abe1615cfee7e7b6ce3d812f58f00c24f2a66ddf authored about 7 years ago by Will Hilton <[email protected]>
Fix race condition in test-commit.js

260c7f43da78495d8647a1c8c84b3d1bed6ea24b authored about 7 years ago by Will Hilton <[email protected]>
Pushing to Github and git-http-backend works!

fd926580d02e1789158f8f6f3753a0138a423b7a authored about 7 years ago by Will Hilton <[email protected]>
Switch from 'request' to 'simple-get'

fb86801a904bbf5487fff787238278c3f9ae3ed7 authored about 7 years ago by Will Hilton <[email protected]>
Save point

7f2148d905f0833e1856b91b367f1a86eecbbd7c authored about 7 years ago by Will Hilton <[email protected]>
Add git().setConfig(path, value)

9f94465f7dfe2694999a05f049d19388af589518 authored about 7 years ago by Will Hilton <[email protected]>
Skip the real git-http-backend tests

855c9699e7e8e332834276191b85f90e519e67cf authored about 7 years ago by Will Hilton <[email protected]>
Add mock that pipes response from spawned git-http-backend process

424e3b3ad59ccdde9a5e8bf735dfbaa71f2f64e0 authored about 7 years ago by Will Hilton <[email protected]>