Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-12 | Fix typos | Kian-Meng Ang | |
2023-05-10 | Remove packages that look unmaintained and fail to compile | Loïc Hoguin | |
These are all fairly low risk because they haven't compiled for a while. A small number seem maintained in a fork and have a hex.pm entry that is maintained. The others are likely not used by anyone or only by users stuck on very old Erlang versions. | |||
2023-05-10 | Remove packages that use the apps/ structure | Loïc Hoguin | |
They cannot be used as dependencies directly. | |||
2023-05-04 | Add package re2 to the index | Loïc Hoguin | |
2023-05-04 | Remove rabbit/amqp_client packages and patches | Loïc Hoguin | |
We expect users to fetch these projects from hex.pm now and the packages no longer worked. | |||
2023-05-04 | Remove more obsolete/unmaintained packages | Loïc Hoguin | |
These packages were noted as being obsolete in the description on GitHub. | |||
2023-05-04 | Update package branches and in some cases URLs | Loïc Hoguin | |
Most of them went master->main. Some went master->develop. | |||
2023-05-04 | Remove packages explicitly unmaintained or deleted | Loïc Hoguin | |
The packages either no longer have a project page on GitHub (in some cases the users were deleted) or the users have archived the projects and they no longer compile. The packages from jj1bdx removed in this commit were integrated in the 'rand' module found in the OTP distribution. | |||
2022-05-31 | Point Relx back to upstream | Loïc Hoguin | |
All PRs have been merged. | |||
2022-04-28 | Fix core-autopatch-two-rebar test | Loïc Hoguin | |
Mochiweb has moved from master to main branch. | |||
2022-04-27 | Upgrade to Relx 4 which is now used as a library | Loïc Hoguin | |
2020-12-04 | Update canonical cuttlefish package location | Luke Bakken | |
https://github.com/Kyorai/cuttlefish | |||
2020-11-30 | Update mysql-otp version to 1.7.0 | juhlig | |
2020-08-18 | Update jsx master -> main branch repository | Jean Chassoul | |
2020-04-13 | Add plugin esh.mk to the index/documentation | crownedgrouse | |
2020-02-11 | Add package partisan to the index | Loïc Hoguin | |
2020-02-08 | Add package prometheus to the index | Loïc Hoguin | |
2020-01-03 | Add mysql-otp to the index | juhlig | |
2020-01-03 | Remove package mysql | juhlig | |
2019-09-26 | updated repo and homepage for elli | Martin Björklund | |
2019-03-02 | Add package gen_leader to the index | Stephane Bourque | |
2019-03-02 | Add package gen_rpc to the index | Stephane Bourque | |
2018-12-29 | Add package PGO to index | Thomas Elsgaard | |
2018-11-30 | Support Elixir as a dependency via ELIXIR_PATCH=1 | Loïc Hoguin | |
For example: DEPS = elixir ELIXIR_PATCH = 1 include erlang.mk A language test suite will soon be added with a test for this. | |||
2018-06-21 | Update bcrypt repository2018.06.21 | Benjamin Bergia | |
2018-06-04 | Update triq urls | Tuncer Ayaz | |
2018-04-25 | Add package otpbp to the index | Loïc Hoguin | |
2018-03-28 | Add package observer_cli to the index | Loïc Hoguin | |
2017-12-16 | Add package grpc_client to the index | willemdj | |
2017-12-16 | Add package grpc to the index | willemdj | |
2017-12-16 | Remove classifier, dtl and gossiperl | Loïc Hoguin | |
The first two are gone, the latter depends on a dependency that's gone and the project hasn't been maintained for 3 years. | |||
2017-10-06 | Add package escalus to the index | Olivier Girondel | |
2017-10-04 | Add package subproc to the index | Stanislaw Klekot | |
2017-08-23 | Make Triq plugin pick tests from $(TEST_DIR) | Krzysztof Jurewicz | |
This commit also changes Triq repository in package index to point to the leading fork. The original repository doesn’t work in Erlang 20. | |||
2017-06-08 | Update lager repository org. | Daniil Fedotov | |
basho/lager is unmaintained. A while ago, erlang-lager/lager project was started to continue progress on lager, including support for recent OTP versions and rebar3. | |||
2017-05-22 | Add package idna to the index | Loïc Hoguin | |
2017-05-10 | Add package toml to the index | Stanislaw Klekot | |
2016-10-31 | Add package asciideck to the index | Loïc Hoguin | |
2016-10-18 | Fix erlexec application name | Adam Cammack | |
erlexec now requires that particular name in order to successfully boot. | |||
2016-10-04 | add snappyer to index | Zaiming Shi | |
2016-09-04 | Fix chumak version | Loïc Hoguin | |
1.1.1 didn't exist, so I put master for now. | |||
2016-09-03 | Delete erlangzmq.mk | Andriy Drozdyuk | |
2016-09-03 | Add package chumak to the index | Andriy Drozdyuk | |
2016-07-30 | Add package erlangzmq to the index | Andriy Drozdyuk | |
2016-06-08 | Fix rust.mk package info. | Daniel Goertzen | |
2016-06-06 | Add Rust plugin and helper library to index | Daniel Goertzen | |
2016-05-03 | Update syn.mk | Roberto Ostinelli | |
2016-04-22 | Add package zabbix_sender to the index | antik486 | |
2016-04-03 | Use branches for all packages | Loïc Hoguin | |
This is a first step toward semi-automated version management. Cowboy, Cowlib and Ranch still use tags for the time being. We can make a better update to those when there's a lock feature added. | |||
2016-03-18 | Use the develop branch | Aleksandar Radulovic | |
Basho uses the develop branch (not master) and that one is most up-to-date |