Ecosyste.ms: OpenCollective

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

github.com/JuliaLang/juliaup

Julia installer and version multiplexer
https://github.com/JuliaLang/juliaup

Merge pull request #206 from JuliaLang/add-path-as-config

Modify path as part of config

d977783c8b5387b4b2bd0e2622bf491b708b08af authored about 3 years ago
Fix newline handling in PATH modifications

de9f89f5583b3b359960b4e7c9d48d831bf5bcc4 authored about 3 years ago
Handle line endings better

892b6be6b7e54f6da0e37b172799ff243c30ee54 authored about 3 years ago
Fix some warnings

4cacba3b4c3a2475d4ad9e5b2a9a366cdf340eb6 authored about 3 years ago
Modify path as part of config

8ee314403ca696b59dd08710673bf9855f9ff615 authored about 3 years ago
Merge pull request #205 from JuliaLang/fix-self-update

Fix output and logic for self-update

602ad0c394447effc63e2bebc565325b535bdc59 authored about 3 years ago
Merge pull request #204 from JuliaLang/use-console-for-title

Use console create for title setting

529f06061bdb00de60c78148eddf088775700283 authored about 3 years ago
Fix output and logic for self-update

bc621b4c79b5553c5cbee98c1d9e5724c5a1717c authored about 3 years ago
Use console create for title setting

9d59a5fdf49756be50be1dcb55250f5ef10d1c91 authored about 3 years ago
Merge pull request #203 from JuliaLang/restructure-conditional

Restructure conditional compiles

90ae2e008f21dd64ecb38c67e20cc12af6567d0b authored about 3 years ago
Fix some conditional compile errors

73ba0c50e0c5dfe7e97c595abd1673cdecf2cbf3 authored about 3 years ago
Restructure conditional compiles

5d6fb249ecafae9e026dd8a7f6cc4601ad9c6ad1 authored about 3 years ago
Merge pull request #202 from JuliaLang:startupselfupdate

Startup self update

9e85b079ffb9dc6be1fb35f8503eeec62ee8dd7a authored about 3 years ago
Fix conditional compiles

543b5d6e349a729a68ee7b8c91539390fde1756d authored about 3 years ago
Fix conditional compile warnings

13850455d878442158a14776bcdc40ccfa936a1a authored about 3 years ago
Add startup selfupdate interval

1b1e5d3becf5d823e405cbdc527452bebe711365 authored about 3 years ago
Change ownership of mut cofig

90fe1d9eac97217b1396956cbc1e8ddd857812c4 authored about 3 years ago
Merge pull request #201 from JuliaLang/backgroundupdate-as-config

Make background self update a config

d627e1063173bda29ca919cfd44b919f24031458 authored about 3 years ago
Fix conditional compiles

447a9f03c251a578d3648e1b2408519da9f88233 authored about 3 years ago
Fix conditional compile error

551db92ab395d30f486ca63c6024ac749f2db1a3 authored about 3 years ago
Fix some conditional compile errors

6d1cea822eb88a662e474b4f0f2fd5c43942f971 authored about 3 years ago
Clarify help text

43476c3d25184e4e553282d4995559699357fa88 authored about 3 years ago
Make background self update a config

f8f7b09fcd5704d2c731bcee3d53f3cf132d8279 authored about 3 years ago
Merge pull request #200 from JuliaLang:channelsymlinks

Name setting channelsymlinks & nest in config file

a57cddee588448213f37bec72c66831dd4581fc7 authored about 3 years ago
Name setting channelsymlinks & nest in config file

ac2394dc5b22624ffd3eee9169856015737037ea authored about 3 years ago
Merge pull request #198 from JuliaLang:use-clap-for-config

Use clap for configuration

c1d16b6a9d5b9b39491187f0409b4b23b182c304 authored about 3 years ago
Merge branch 'master' into use-clap-for-config

9eaef872c2ab35ed8fa8df6bcff9086c443e52e8 authored about 3 years ago
Merge pull request #199 from JuliaLang/fix-conditional-compile

Fix conditional compile and warnings

978dcf7e24f755815fc6a1e9e8472d80aa5f51ef authored about 3 years ago
Fix another conditional compile warning

a190c329e8fb2e04392b8244dd358f0989ac55fe authored about 3 years ago
Fix conditional compile and warnings

def00b7aa43c3f401e6a3e8c31e3e3ea076e22bc authored about 3 years ago
Use clap for configuration

0ea6500d345e1f3b197ec121f84d14ef76ba389c authored about 3 years ago
Merge pull request #193 from JuliaLang/cron

Add support for cron auto update job

79c8bed45432d13a787dcf994b820cab6ecb89e9 authored about 3 years ago
Merge pull request #165 from JuliaLang/sds/symlinks

automatically create symlinks for channels

eeba964d03643a846f527efb0c1d2cf39e62762e authored about 3 years ago
Merge pull request #195 from JuliaLang/fix-shell-script

Update shell script to latest API

16c3e49fa6a4f68aa0a7b7c8037dd7521d21f088 authored about 3 years ago
Update shell script to latest API

9b143293120aede6af3ae81017958ae2633c1523 authored about 3 years ago
fix errors

b60ed7226b813f87f0082d3e2934a84944500fe7 authored about 3 years ago
tweak the AUR bot (#194)

I want to make some changes to the base recipe, so we need to make sure
we always set `pkgrel` ...

fad20881eeceb854ad06389df14a79e51b979062 authored about 3 years ago
RFC: automatically create symlinks for channels

With this PR, Juliaup automatically creates symlinks in `~/.local/bin`
for each new channel and ...

288c0a3428cf8473db76a70453ea167b605194d4 authored about 3 years ago
Update src/command_selfuninstall.rs

Co-authored-by: deoradh <[email protected]>

c74b03570389714d04aa94615a7fa0df66003d6c authored about 3 years ago
Fix typo

bf656559b98e439ab3e669c59d494dee2e5368b0 authored about 3 years ago
Small cleanups for self install

078a611c16cce2a846e8edd5dbbca37a894bd855 authored about 3 years ago
Merge branch 'master' into cron

1e92676ea7fbeaa4524724835476ce6953b99831 authored about 3 years ago
Merge pull request #190 from JuliaLang/locking

Locking

966690f3792b69d54f52939157f36e369fc377c9 authored about 3 years ago
Add support for cron auto update job

9cc385b0ade4317800317a97179e1fa67ebaa306 authored about 3 years ago
(cargo-release) version 1.5.3

aadcaacccc22d030f45a580c20d2c0092cad6cbe authored about 3 years ago
(cargo-release) start next development iteration 1.5.4-alpha.0

ca9d4da1a79794bd2fdcaeb3588a8c1cbd9d314b authored about 3 years ago
Merge branch 'master' into locking

d90e8132d5b1ff423e20dcb4806bdbd804e65296 authored about 3 years ago
Merge pull request #192 from JuliaLang/macos-aarch64

Add support for native M Mac builds

4f4ff761e6f7350c928660f62ce9db607b5026ce authored about 3 years ago
Add support for native M Mac builds

5b0883076f8eec1f0e7fe7ffe886b8c6b5c62ab1 authored about 3 years ago
Fix a bug related to the home dir

2f8c196231657a28010380c7afd211fe6537e253 authored about 3 years ago
Improve error messages

a4e899db55ad5095e3fef3503b132414ebab80ec authored about 3 years ago
Use separate lock file

3b9ee766ca05000f9fb68183d8cb40deab67ed4c authored about 3 years ago
Add more error output

f4f32df05981c250d29e0f4b3d2506df94cf548c authored about 3 years ago
Finish first version of locking

3dd20b314d44bd4206c95250dc31a410c9a0c872 authored about 3 years ago
Start work on locking

45c51d5b5463aed1c9b834efed3fc0493e022704 authored about 3 years ago
(cargo-release) start next development iteration 1.5.3-alpha.0

3dc2306447077450c00095667945b759795c7563 authored about 3 years ago
(cargo-release) version 1.5.2

9d9305fbe7fd65f822112c838cc7160a252fbce1 authored about 3 years ago
Update to Julia 1.7.1

95e060faac3d571c411782725021e5632a0fc34c authored about 3 years ago
(cargo-release) start next development iteration 1.5.2-alpha.0

58beb96c5b4b772ef7a4407d022d0f241b55e35b authored about 3 years ago
(cargo-release) version 1.5.1

7163fa5149848a58249c5694d6c1177a6f0d2bb3 authored about 3 years ago
Add version 1.6.5

02de5b781807db953adaa17254578005a780d812 authored about 3 years ago
(cargo-release) version 1.5.0

35a2119399b921aabe5c00b2092de13860495dde authored about 3 years ago
(cargo-release) start next development iteration 1.5.1-alpha.0

bea54dbcacfe0c358198f699ee9d65ebd8010159 authored about 3 years ago
Fix self update

3fe841638b8595fc099070eb40813678206aee1f authored about 3 years ago
Update a comment

0c716b2d12f0fabeffb3b4d833412731b60519fb authored about 3 years ago
Fix output for selfupdate on windows

404c3f0f3116bb40b89713700581fc4863f3b38b authored about 3 years ago
(cargo-release) version 1.4.8

feac41cc11bcd4aec5694fa3bac15346e6c91093 authored about 3 years ago
(cargo-release) start next development iteration 1.4.9-alpha.0

82ba6b6b4007fa28091417b9f1503fa7e71f5306 authored about 3 years ago
Merge pull request #187 from KronosTheLate/channel_help_info

Added how to launch a channel

1bdf9981970f082759410ae1f193526a9cef3ceb authored about 3 years ago
(cargo-release) start next development iteration 1.4.8-alpha.0

82144a5ed1488e26f29270239512c9b4d284863b authored about 3 years ago
(cargo-release) version 1.4.7

e96d69f8c5bef492efe9092c3cf53a6c35aa5204 authored about 3 years ago
Fix bug

c43c357755ee410f1e98c1113d1bb78f9fc2e09c authored about 3 years ago
(cargo-release) version 1.4.6

c02e94ec056dcf3aa970a8461a36bbaede80eaac authored about 3 years ago
(cargo-release) start next development iteration 1.4.7-alpha.0

2c16369497122e546975c47eb8d594d258047764 authored about 3 years ago
Fix error

3f4a817259dbe1dd039af8dc869fddeb7af370c1 authored about 3 years ago
(cargo-release) version 1.4.5

731f9b11005edb770a5cb5632787889c984c5dc5 authored about 3 years ago
(cargo-release) start next development iteration 1.4.6-alpha.0

83c1b1a56065923a4264cbae792d4a16e51c9318 authored about 3 years ago
Update .gitignore

a1126e471ef405e963a773c05d8ac613b0a06f48 authored about 3 years ago
Delete old settings file

0ecb3d5cf04ccdc690a22c37f7fe1278442d0707 authored about 3 years ago
Update .gitignore

2090c28e6e4a90296fc004dd3da26dbed7f6ed74 authored about 3 years ago
Fix store self-update

775fdf0236943da640bc21835c9e3d86f6012edc authored about 3 years ago
(cargo-release) start next development iteration 1.4.5-alpha.0

e48715376e795c955070f90b4f7c996aac597b39 authored about 3 years ago
(cargo-release) version 1.4.4

844ec39e56290f03fe0dc83e96b608cf61091f91 authored about 3 years ago
(cargo-release) version 1.4.3

4654b27276671b82ff2f30500c7803cc01d9a27f authored about 3 years ago
(cargo-release) start next development iteration 1.4.4-alpha.0

dc6984947b4a2bb3acced3748674e96dd7b02c10 authored about 3 years ago
Fix a bug

9ac2796ab36f3ebfbeded990cf6b95fa5980c7b0 authored about 3 years ago
(cargo-release) start next development iteration 1.4.3-alpha.0

30ecad639ceffaf5ecffad19eb37b6d9485c4edf authored about 3 years ago
(cargo-release) version 1.4.2

d76c90a72af36c93a2ac56e444068325f4ec9c6c authored about 3 years ago
Test self-update of store app

24968732ca0d0486ac45124dd2dd4280d5fbaea6 authored about 3 years ago
Added how to launch a channel

92b9ce3368f26a11b9142987634f1a5c33a3f9e6 authored about 3 years ago
(cargo-release) start next development iteration 1.4.2-alpha.0

a3e5fa99e2587e0ac30edc476366fe8701a431f7 authored about 3 years ago
(cargo-release) version 1.4.1

9935448f83a0f82d39544b681e4550d565bbd550 authored about 3 years ago
Update to Julia 1.7.0 and new LTS

e3fb4fd00575cb8fd37123f7bdcf5d1eabab087a authored about 3 years ago
Fix a small typo

e73d357c48c7be8962d64255740c3dcc9451a937 authored about 3 years ago
Remove some outdated config data

850b04e79a08d2a0862e26e03aee8986597d61cc authored about 3 years ago
Remove upload step from test job

85b3543c012166a886b2e8c296e787c4ce29bd27 authored about 3 years ago
(cargo-release) start next development iteration 1.4.1-alpha.0

ab5e882d5e1be67a8c7ff98405ed7d9f38bf7cec authored about 3 years ago
(cargo-release) version 1.4.0

c6c08ffb0092264cd07f5c1c0773a97face3d0f5 authored about 3 years ago
Merge pull request #178 from JuliaLang/status-table

Format output from juliaup st as table

9665a7487acef8086b92e48d10512251152ccfd5 authored about 3 years ago
Format output from juliaup st as table

e020b55e1eb726de2f4dd8fddfe3496639237e27 authored about 3 years ago