Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rebranding: update links rebar/rebar3 -> erlang/rebar3 | Pierre Fenoll | 2016-03-19 | 1 | -5/+5 |
| | |||||
* | Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-state | Fred Hebert | 2016-03-01 | 1 | -0/+1 |
|\ | |||||
| * | Mention in README that state provider is for debugging | Serge Aleynikov | 2016-02-08 | 1 | -1/+1 |
| | | |||||
| * | Add a state display provider | Serge Aleynikov | 2016-02-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | The provider is used for debugging to help displaying current rebar's state. Usage: rebar3 state | ||||
* | | move unstable install and upgrade to local namespace | Tristan Sloughter | 2016-01-22 | 1 | -2/+2 |
| | | |||||
* | | add unstable install/upgrade instructions to readme | Tristan Sloughter | 2016-01-17 | 1 | -0/+12 |
| | | |||||
* | | Rework README and CONTRIBUTING documents | Fred Hebert | 2016-01-17 | 1 | -150/+127 |
|/ | | | | | | | | | | | | - The README is better targetted to newcomers and explains the basics of the project: what it is, why use it, how to get started, where to find more information. It looks less like a reference and more like a brief overview of rebar3. - Whatever looks like a list or reference manual material is expected to be moved to the website - Be clearer about the rebar3 project structure in CONTRIBUTING.md; explain how to write tests, how to structure code, and so on. - Added contributing section on bug reports, feature requests, etc. | ||||
* | Bump to beta-4 | Fred Hebert | 2015-11-14 | 1 | -1/+1 |
| | |||||
* | Bump to beta-3 | Fred Hebert | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | update completions and docs for command unstable install and upgrade | Tristan Sloughter | 2015-09-10 | 1 | -0/+1 |
| | |||||
* | shell completions for `rebar3 path' | alisdair sullivan | 2015-09-07 | 1 | -0/+1 |
| | |||||
* | Bump to beta-2 | Fred Hebert | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | track parent app of deps and add tree provider to display the relations | Tristan Sloughter | 2015-08-15 | 1 | -0/+1 |
| | |||||
* | Fixed erln8 link | Kirill Zaborsky | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | Fix links in README | Fred Hebert | 2015-07-09 | 1 | -4/+3 |
| | |||||
* | more contributing edits | Fred Hebert | 2015-06-29 | 1 | -2/+15 |
| | |||||
* | update contributing, readme and app.src for beta-1 | Tristan Sloughter | 2015-06-28 | 1 | -11/+2 |
| | |||||
* | add relup to readme and shell completitions | Tristan Sloughter | 2015-06-26 | 1 | -0/+1 |
| | |||||
* | update readme and completions for new commands | Tristan Sloughter | 2015-06-20 | 1 | -1/+3 |
| | |||||
* | Bump to alpha-6 | Fred Hebert | 2015-05-31 | 1 | -1/+1 |
| | |||||
* | add Windows build badge | Tristan Sloughter | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | update readme building instructions to prefer source | Tristan Sloughter | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Bump to alpha-5 | Fred Hebert | 2015-05-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog since alpha-4: - rebar3 now bootstraps itself - app compile fixes on app info contents and config inheritance - dropping ErlyDTL and going to Mustache for smaller executable sizes and faster load time on small CPUs - dropping `erlydtl compile` command, ErlyDTL task moved to a plugin - default dependencies are always fetched in the right place and don't need to be copied across profile runs - escriptize fixes - `unlock` command added - resolving/avoiding clashes when a rebar3 dep and an application dependency conflict together - profile deduplication (`rebar3 as test,test,prod,test eunit` returns the profile/directories for `prod+test`) - `upgrade` command bugfixes to recognize promotion of transient deps to top-level deps - support template when rebar3 is run as an embedded library - some optimizations - parse transform support is better in erl_opts - fixes to package handling - fixes to `rebar3 deps` | ||||
* | update readme instructions | Tristan Sloughter | 2015-04-22 | 1 | -1/+10 |
| | |||||
* | update readme provider | Tristan Sloughter | 2015-04-22 | 1 | -1/+6 |
| | |||||
* | update readme bootstrap instructions | Tristan Sloughter | 2015-04-22 | 1 | -5/+1 |
| | |||||
* | Bump to alpha-4 | Fred Hebert | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | fix build instruction | Isaiah Peng | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | Bump to alpha-3 | Fred Hebert | 2015-04-05 | 1 | -1/+1 |
| | |||||
* | fix congratulation message in README.md | derwinlu | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | Bump to alpha-2 | Fred Hebert | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | Bump to alpha-1 | Fred Hebert | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Bump to alpha | Fred Hebert | 2015-03-08 | 1 | -4/+5 |
| | |||||
* | Add escriptize provider and a minimal test | Pierre Fenoll | 2015-03-06 | 1 | -7/+1 |
| | |||||
* | add `cover` task to README | alisdair sullivan | 2015-03-03 | 1 | -0/+1 |
| | |||||
* | Documentation is maintained on www.rebar3.org | Fred Hebert | 2015-02-27 | 1 | -0/+2 |
| | |||||
* | add edoc provider | Tristan Sloughter | 2015-02-25 | 1 | -0/+1 |
| | |||||
* | Add xref provider for cross reference analysis | Kelly McLaughlin | 2015-02-05 | 1 | -0/+1 |
| | | | | | | | | | | | * Add a provider for the xref tool for running cross reference analysis on a project. Most of the code has been ported directly from the rebar2 rebar_xref module with some modification and cleanup to support testing. * Port over the eunit test suite from rebar2, but convert it to common_test. The testing is the same, but now the erlang term output is examined to determine if the test run is successful instead of scanning the console output for the expected strings. | ||||
* | Update README.md | Linus.yuan | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | update readme for 'as' | Tristan Sloughter | 2014-12-16 | 1 | -0/+1 |
| | |||||
* | update README about escriptize command is still to do | Tristan Sloughter | 2014-11-20 | 1 | -2/+8 |
| | |||||
* | link to mailing-list pre-alpha announcement in README | Fred Hebert | 2014-11-16 | 1 | -2/+3 |
| | |||||
* | Add warnings to README for pre-alpha quality | Fred Hebert | 2014-11-14 | 1 | -2/+6 |
| | |||||
* | fix badge to be on master | Tristan Sloughter | 2014-11-13 | 1 | -1/+1 |
| | |||||
* | update travis settings for rebar/rebar3 repo | Tristan Sloughter | 2014-11-13 | 1 | -1/+1 |
| | |||||
* | add dialyzer to readme | Tristan Sloughter | 2014-11-08 | 1 | -0/+1 |
| | |||||
* | fix typo in README | Tristan Sloughter | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | update README | Tristan Sloughter | 2014-11-05 | 1 | -18/+8 |
| | |||||
* | update readme list of commands | Tristan Sloughter | 2014-11-03 | 1 | -6/+1 |
| | |||||
* | change travis status image to rebar3 | Tristan Sloughter | 2014-10-18 | 1 | -1/+1 |
| |