Ecosyste.ms: OpenCollective

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

github.com/JuliaLang/PkgDev.jl

Tools for Julia package developers
https://github.com/JuliaLang/PkgDev.jl

Update .gitignore

f7f4564c25a03b56e42e770d9b7044ea6f9dc7a2 authored about 5 years ago by David Anthoff <[email protected]>
Bump Registrator min version bound

44cd3eba6dd6c59c326b6b20049aac9d084300b5 authored over 5 years ago by David Anthoff <[email protected]>
Add a comment

2d101cf0ccbede4f6d43da1461d8fea10ebd1978 authored over 5 years ago by David Anthoff <[email protected]>
Clean up resources better

d1cca0461ce8d4cb602f6ea6d78848d5a620d7b5 authored over 5 years ago by David Anthoff <[email protected]>
Fix some bugs

910d34bbc119d6e4f9755dbdd41d27af3ae606a3 authored over 5 years ago by David Anthoff <[email protected]>
Fix some bugs

24228fe25f7c7f6941091a86bc5895960d57e058 authored over 5 years ago by David Anthoff <[email protected]>
Add new tag functionality

ead1b3cf3cd828f1e3554c96f434cce33c5873ce authored over 5 years ago by David Anthoff <[email protected]>
Update main module file to julia 1.0

0f72a20fe32116ed5d612d1862b53ce33fde5554 authored over 5 years ago by David Anthoff <[email protected]>
Update license code

adf683564365ea6f6c91be4d07c181f754b18345 authored over 5 years ago by David Anthoff <[email protected]>
Move old functionality into src/old folder

ffb65e67556d1b743d4f955dfcc692372bd8dd4c authored over 5 years ago by David Anthoff <[email protected]>
Update LICENSE

bc6580c3952539e14612f1fc2b21205d4015680b authored over 5 years ago by David Anthoff <[email protected]>
Update travis and appveyor config

7e7a19b178bfc4a6623cd9478860491449fad602 authored over 5 years ago by David Anthoff <[email protected]>
Move to Project.toml

0e71b7f9ed4b7149d4fd04e4e0f12bfefa7b3aba authored over 5 years ago by David Anthoff <[email protected]>
Merge pull request #142 from JuliaLang/sb/fixcat

Fix #101 again

2082d4386e63e32ffb262f634ec5f0c0c73692f8 authored over 6 years ago by Simon Byrne <[email protected]>
Be more specific on catch

a554ee81da7d7bb8594cfe9aabda32c66f3e758d authored over 6 years ago by Simon Byrne <[email protected]>
Fix #101 again

#141 made some changes, however I forgot that `content` has different error handling behaviour t...

f9a4c940b62832265160a6e303068c85e487f277 authored over 6 years ago by Simon Byrne <[email protected]>
Fixes for Julia 0.6 and 0.7 (#141)

c648209a8b01a73a2f1cd8d632b8f436f2cb0858 authored over 6 years ago by Alex Arslan <[email protected]>
Merge pull request #131 from HarrisonGrodin/patch-1

Remove unnecessary import

1d694018324fc7f9bb01b423a663bb54e689cb2d authored almost 7 years ago by Elliot Saba <[email protected]>
Remove unnecessary import

700ca9771ef3bce51849e1c8c79b9c761ca556a6 authored almost 7 years ago by Harrison Grodin <[email protected]>
Add CC0 (#127)

cf855d420a4a1cf9c97d270dbf5da4f63d0a8519 authored about 7 years ago by Lyndon White <[email protected]>
Add Internet Systems Consortium License (ISC) (#122)

62b1beb4fb246fdcba8a000f270f555297551600 authored over 7 years ago by Júlio Hoffimann <[email protected]>
Avoid trailing space when generating license (#116)

* Avoid trailing space when generating license

* Update generate.jl

d0d281b7f0347d629b06cd81faf9e346c7bf3833 authored over 7 years ago by lizz <[email protected]>
Merge pull request #120 from JuliaLang/teh/freeable

freeable: wrap revcount in try/catch

1b384b7e726b67baea0beb0d558646076dae54dc authored over 7 years ago by Tim Holy <[email protected]>
freeable: skip dirty repos

f92a31dd7224bbc99cdbeb67107140d59aadce63 authored over 7 years ago by Tim Holy <[email protected]>
freeable: wrap revcount in try/catch

If it can't identify the sha, better to skip the package than to fail.

dc4bd5674a47b449d6d8ca8582f07d3bb467574f authored over 7 years ago by Tim Holy <[email protected]>
Update CI URLs to point to new caching infrastructure (#114)

c72852ae9a1288f7c408ababa75d8a537da8d269 authored over 7 years ago by Elliot Saba <[email protected]>
use withenv in temp_pkg_dir test function (#112)

ref https://github.com/JuliaLang/julia/commit/a17b8212942d08f23bc14c5b404f4d31f4514374

8303eb8d5cd7b7e0bbe673d9758f8db613b6b7f3 authored over 7 years ago by Tony Kelman <[email protected]>
Add more features to the default travis and appveyor templates (#113)

git depth specification, allowed failure and package manager examples

d93dbb4555b495ca1b2e93b30045fdfb410261ca authored over 7 years ago by Tony Kelman <[email protected]>
Update generated AppVeyor download URLs (#110)

Also include the AV fast-fail snippet

fce31107520b69687ae89f9329e8677e5eae7030 authored over 7 years ago by Alex Arslan <[email protected]>
Merge pull request #109 from JuliaLang/sf/updated_ci_url

Update appveyor for new CI URLs

004042607ba1fe4c9f308264364e076c8b65f6a5 authored over 7 years ago by Elliot Saba <[email protected]>
Update appveyor for new CI URLs

6467bceff5a013694f47e196be7a15a375bdee5c authored over 7 years ago by Elliot Saba <[email protected]>
Merge pull request #108 from tkelman/travis-versions

Use versionfloor function instead of release for .travis.yml template

06412a8d9a7d63f9fc4a35ebae7d483be01a9eda authored over 7 years ago by Tony Kelman <[email protected]>
Just use LibGit2.tag_list, rather than Pkg.LibGit2.tag_list

6e49b67a02e79d80d12a2de2c9348570dd64aa03 authored over 7 years ago by Tony Kelman <[email protected]>
Add diff comparison link to github package tag commit messages

e05c522b92064b6f33f06c40f9cc706161da575d authored over 7 years ago by Tony Kelman <[email protected]>
Skip coverage testing on windows

d2ee25c2fddc4d918870f9b251dd7b59be07f85b authored over 7 years ago by Tony Kelman <[email protected]>
Set minimum Julia version to 0.5.0 release instead of prereleases

add 0.6 to CI

54ecfe4e1df27dc0934f2ee0fa9ee8bfe68a52eb authored over 7 years ago by Tony Kelman <[email protected]>
Use versionfloor function instead of 'release' for .travis.yml template

as on appveyor - explicit version numbers are better here, and
this will match the supported ver...

b16647270f78fdb5bfda00fc0c040d5491aca196 authored over 7 years ago by Tony Kelman <[email protected]>
Remove .jl extension (#100)

* strip .jl from package names

* remove takebuf_string and raise Compat version

* skip col...

0f8f2b4c3a68572e178c5e479a0d43b826b2d5e6 authored almost 8 years ago by Fredrik Ekre <[email protected]>
Add Julia 0.5 to the AppVeyor setup (#102)

Also add the fastfail snippet

b4faf2040550800befd3687ba5ab8787a5ebfe08 authored almost 8 years ago by Alex Arslan <[email protected]>
Enable codecov coverage tracking (#93)

* Enable codecov coverage tracking

* Fix my incredible stupidity

Bad dumb typo is bad

100bade84b3ad80216b5520062c0d6c9ab35f4f1 authored almost 8 years ago by Katharine Hyatt <[email protected]>
Fixed reaction to temporary redirects in github API (#83)

* Fixed reaction to temporary redirects in github API

* Update github.jl

Ok, | -> || and s...

707a172605667c46896cfee2291568976c0042ca authored about 8 years ago by Fedor Bezrukov <[email protected]>
REQUIRE: Compat minimum version 0.7.9

for readstring on early 0.5-dev

ff9b5382d13fa2fdff7e2ffe68e10618ead1a6b3 authored about 8 years ago by Tony Kelman <[email protected]>
change git paths to always be / separated (#80)

* change git paths to always be / separated
fixes #28.

* fix tests?

21e3020bab13376fda111059963e3f12d95735e9 authored about 8 years ago by Sebastian Pfitzner <[email protected]>
Set permissions on the generated GitHub token (#79)

a2a1a32ed3b0cb6f183cc50230e3efdda6b76503 authored over 8 years ago by Alex Arslan <[email protected]>
Add a Codecov config file if coverage is requested (#77)

4fcf2f5f45364f5bbfd9b3dd644f17f405aa259d authored over 8 years ago by Alex Arslan <[email protected]>
Merge pull request #75 from Keno/pull-request/23d532c5

Prompt for credentials rather than erroring when token not setup

9af2f444d65b248235741ade526e3c8e2d918222 authored over 8 years ago by Keno Fischer <[email protected]>
Prompt for credentials rather than erroring when token not setup

23d532c588ec39315e38d1aa5035aa5fdd26b09e authored over 8 years ago by Keno Fischer <[email protected]>
Merge pull request #64 from Keno/pull-request/1a52cf8a

When pushing to a GitHub repository, use HTTPS

a851618407ab213ab6685eeeeadd14bc531c8ccd authored over 8 years ago by Keno Fischer <[email protected]>
add testing against 0.5 to Travis

and set `git: depth` to avoid shallow clone bug

and use default script

2092fd5dba0e7b890d9d5a88d7f7608b93a55d13 authored over 8 years ago by Tony Kelman <[email protected]>
When pushing to a GitHub repository, use HTTPS

Since we can use the token we already have for API.
Also clean a couple deprecations.

3086c4205d8a9bf571bd2fb4aafb90bf200595e9 authored over 8 years ago by Keno Fischer <[email protected]>
Merge pull request #60 from JuliaLang/stevengj-patch-1

encourage people to tag version number in accordance with semver

5c5084c39ae9eea24c5254024854ea4c47199a1f authored over 8 years ago by Tony Kelman <[email protected]>
note dropping support for a Julia version requires at least a minor version bump

fa6e1dad4a43d832129d3843cf0ba163f9a9071e authored over 8 years ago by Steven G. Johnson <[email protected]>
encourage people to tag version number in accordance with semver

ce9eac31272fb2cb2a49aea4cde8c0695084faea authored over 8 years ago by Steven G. Johnson <[email protected]>
fix cd path when registering a new package (fix #43) (#58)

* fix cd path when registering a new package

* add tests

* fixup! add tests

* fixup! fi...

ee3de6505e24123eeab61a3e85c0cac0d59f8c13 authored over 8 years ago by Kenta Sato (佐藤 建太) <[email protected]>
Call the package by its name instead of "PDK" acronym (#55)

e242d96556a9a9bd714b4a603f0715c5ae78eb21 authored over 8 years ago by Tony Kelman <[email protected]>
Merge pull request #54 from JuliaLang/teh/tests

Fix deprecations

dc5919eccb9d517633ecb59f2e4d30a5fb647fe5 authored over 8 years ago by Tim Holy <[email protected]>
Get rid of deprecated syntax warning

a7eee9c5dee79ba6aa6d8c7ce8e81fc88224de48 authored over 8 years ago by Tim Holy <[email protected]>
remove a bytestring call

ca9fdc8583f931b06d5c2ff7eded46c2b258bdfa authored over 8 years ago by Kenta Sato <[email protected]>
Make the default mock test fail (#45)

e2b8f75d5621cba6f7eeaf60bb8ead4a5690e806 authored over 8 years ago by Iain Dunning <[email protected]>
Add GPL family of Licenses (#47)

* Add GPL family of Licenses

Pull request to resolve #46

* Properly format the license fil...

e16710de8dbabbf3a327b09687e5912c56157e93 authored over 8 years ago by Gabriel Gellner <[email protected]>
Merge pull request #42 from JuliaLang/teh/freeable

Add `freeable`, to identify packages that may be freed without downgrading

5c3b7833ec9e6466f6312837f4f116d536454d7b authored over 8 years ago by Art <[email protected]>
Turn on precompilation

bd6f1ddb17725d0e518a6f5d1a40f8cb71a74602 authored over 8 years ago by Tim Holy <[email protected]>
Fix docs

b700a2713ed209b87b119b4fac46ab99d4a6215a authored over 8 years ago by Tim Holy <[email protected]>
Fix String deprecations

ce67b9ac5df948948706d52b64ad7b80e78af886 authored over 8 years ago by Tim Holy <[email protected]>
Add `freeable`, to identify packages that may be freed without downgrading

06fa6d2cf6eea8c04b5a143ab00622bb420247c1 authored over 8 years ago by Tim Holy <[email protected]>
`find_in_path` does not work if called with a substring

Fixes the following error:
```
ERROR: MethodError: no method matching find_in_path(::SubString...

8321886ec4251a47abe84aa9af01aefe95bf0eab authored over 8 years ago by Keno Fischer <[email protected]>
Fix getrepohttpurl not defined error

3dc3c131b6c8b58abd0e2a6aa86282641716814e authored almost 9 years ago by Keno Fischer <[email protected]>
Merge pull request #32 from JuliaLang/art/github

GitHub module updates

c8e6fc558b16dc2b73315b182e59b4eaf76a1daa authored almost 9 years ago by Art <[email protected]>
Merge pull request #29 from zhmz90/readall

Fix warning: replace readall with readstring

d2d5d662952eb13ae386dc5a242471547d37ed3e authored almost 9 years ago by Tony Kelman <[email protected]>
fixed #33, fixed warnings with Compat

23025dbf0f3d8e435baaa9548d847f84393e64bc authored almost 9 years ago by wildart <[email protected]>
fixed #15

448c23c29bbb96c3cabb2d1db336285528d33e1a authored almost 9 years ago by wildart <[email protected]>
Merge pull request #31 from JuliaLang/art/fix-url

Fixed tag url & deprecations

b6b8ce795c4faccd2c279e089f568488a8a2d591 authored almost 9 years ago by Art <[email protected]>
added Compat support

5c3737183c534de0e7163909c2e8106fdc6bdfe7 authored almost 9 years ago by wildart <[email protected]>
fixed #17

fixed: use `readstring` instead deprecated `readall`

2fd42ea6f2c89e300839ed77dcdfa93a20eb0af7 authored almost 9 years ago by wildart <[email protected]>
Fix warning: replace readall with readstring

493c160713f297974ac12aea71faca58436ef972 authored almost 9 years ago by zhmz90 <[email protected]>
Merge pull request #22 from JuliaLang/omm/ref

Fix normalize_url reference

e7e0e5aeda9310317a161d9755d86f919e990485 authored almost 9 years ago by Tony Kelman <[email protected]>
Merge pull request #24 from peter1000/patch-1

Fixed multiple Copyright

0f987b4d448f37999b2d94599b6b07de355b391f authored about 9 years ago by Keno Fischer <[email protected]>
Fixed multiple Copyright

66d028cbf5a3e1921258a309e0871c3fbc3e07d9 authored about 9 years ago by peter1000 <[email protected]>
use Pkg.Cache.normalize_url

eeacc1dba8045a4f6db4424a427b413be9046793 authored about 9 years ago by Tony Kelman <[email protected]>
Fix normalize_url reference

This must have slipped through the cracks somehow.

f1e5085e71973e48c2851fbe1f2872dda6bb46bf authored about 9 years ago by Mike Innes <[email protected]>
Merge pull request #19 from JuliaLang/yyc/0.5-in

Fix breakage due to parser change

556d713f7a5e7b021afe694a6e7a9882358aa824 authored about 9 years ago by Yichao Yu <[email protected]>
Fix breakage due to parser change. Ref JuliaLang/julia#13078

a4aecf7e3aae7db8e99979966abf2fa814f4ff0d authored about 9 years ago by Yichao Yu <[email protected]>
Update README.md

d1929780011d78d68034beac3ed49f0de39c3f4d authored about 9 years ago by Jake Bolewski <[email protected]>
remove --check-bounds=yes from appveyor

ebb50751de5d8b9a148bc7be06f7f98ab5100ee4 authored about 9 years ago by Tony Kelman <[email protected]>
updated documentation

7211332106618ffd9380b56c15b69f4511ce4388 authored about 9 years ago by wildart <[email protected]>
fixed typo

9cde3650c545b96df1b886add915f3b9ab079553 authored about 9 years ago by Art Wild <[email protected]>
fix apache2 license lable, show licenses in label alphabetical order

5056d841c64b5467ea5528ad63f72da2d7c90a5d authored about 9 years ago by Art Wild <[email protected]>
Merge pull request #5 from dpo/coverage

generate: boilerplate for coverage stats.

b7841164f3c8995b24a5df147d748142884e5b9b authored about 9 years ago by Art <[email protected]>
document travis, appveyor, coverage arguments to generate().

0f986065266c637f48dbbc8b0360cbb878148cb6 authored about 9 years ago by Dominique Orban <[email protected]>
conditionally generate travis, appveyor, coverage.

a71f080f549486c56dfce0063d498498bc61de5d authored about 9 years ago by Dominique Orban <[email protected]>
fixed default path to resources

c21bca24e48cb0307287e961e6802ecccb0deabd authored about 9 years ago by wildart <[email protected]>
fixed and refactored `generate`:

- correct package name in generated files
- licenses removed from code into separate files
...

5c1464279711b2bd1b64d01c4cd188f257e19d8e authored about 9 years ago by wildart <[email protected]>
Merge pull request #3 from invenia/mpl

Add Mozilla Public License 2.0

679bb9bb90025b7af75df0f420c17636456dd092 authored about 9 years ago by Art <[email protected]>
Add Mozilla Public License 2.0

0e635a54b0950c8e2c94074d882e5504bf53c3ae authored about 9 years ago by Curtis Vogt <[email protected]>
add JSON package to requirements

c59755d542f44d47132d528c3eef3e53f7daffa7 authored about 9 years ago by wildart <[email protected]>
updated tests

b57d1692271ea04b3948fd584955825ad3cb3404 authored about 9 years ago by wildart <[email protected]>
moved in GitHub module, provided GitHub credentials for `push` ops

abeef7a43fa7bbf45a96fc494f3534bb5a2a508f authored about 9 years ago by wildart <[email protected]>
force push when branch exists

5c7a9d5cf0aaf368fd7a2a11863e3929e1534ecf authored over 9 years ago by wildart <[email protected]>
added PDK configuration

4d9ae175cc6e80acf62dbdb2780c5a939cc7f735 authored over 9 years ago by wildart <[email protected]>
provide pr branch name for `publish`

f73a20f648c7b9aaf9197719947db93a4f821113 authored over 9 years ago by wildart <[email protected]>