summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (#1743): store the etags in cache filesLaszlo Toth2018-04-112-15/+38
|
* Merge pull request #1742 from tothlac/masterFred Hebert2018-04-091-1/+2
|\ | | | | (#1741): Fix quotes in etag values
| * (#1741): Fix quotes in etag valuestothlac2018-04-091-1/+2
|/
* Merge pull request #1739 from erlang/bump-cthreadbleTristan Sloughter2018-04-032-3/+3
|\ | | | | Bump cth_readable to 1.3.3
| * Bump cth_readable to 1.3.3Fred Hebert2018-04-032-3/+3
|/ | | | Fixes some lager warnings since config changes
* Merge pull request #1737 from ferd/remove-debug-noiseFred Hebert2018-03-301-2/+0
|\ | | | | Remove noisy debug message
| * Remove noisy debug messageFred Hebert2018-03-301-2/+0
|/ | | | | It makes things worse than if it weren't there. Fixes issue #1726
* Merge pull request #1716 from fenollp/sort-asFred Hebert2018-03-302-1/+4
|\ | | | | sort-as: force an order on multiple profiles
| * sort-as: a more general patternPierre Fenoll2018-03-021-2/+2
| |
| * sort-as: bar profile specializes dep "b" into a version anterior to what ↵Pierre Fenoll2018-03-021-1/+1
| | | | | | | | test profile wants
| * do not append test profile if already there. Note that it comes from the prv ↵Pierre Fenoll2018-03-021-0/+3
| | | | | | | | list passed to providers:create/1
| * Revert "sort-as: found the issue. Will look into tests now"Pierre Fenoll2018-03-021-5/+4
| | | | | | | | This reverts commit 0f7e6c31e97c238649e7ae0a1b7087e342174ecc.
| * Revert "sort-as: show issue more clearly"Pierre Fenoll2018-03-022-20/+3
| | | | | | | | This reverts commit 4ad1db97336a3ac070880876ada07d4c7b769327.
| * sort-as: show issue more clearlyPierre Fenoll2018-03-022-3/+20
| |
| * sort-as: found the issue. Will look into tests nowPierre Fenoll2018-03-021-4/+5
| |
| * Revert "sort-as: force an order on multiple profiles"Pierre Fenoll2018-03-021-1/+1
| | | | | | | | This reverts commit 3f8dd5eacebb913144f3615fdf44658b6223a791.
| * sort-as: force an order on multiple profilesPierre Fenoll2018-03-021-1/+1
| |
* | Merge branch 'hommeabeil-fix_skip_compile_dep'Fred Hebert2018-03-307-5/+59
|\ \ | |/ |/|
| * make systest suite work on linuxFred Hebert2018-03-301-7/+6
| |
| * add test in systesthommeabeil2018-03-246-2/+56
| |
| * remove the .app from app_infoJean Bouchard2018-03-161-3/+4
|/
* Merge pull request #1723 from tsloughter/warn-to-debugFred Hebert2018-03-021-7/+7
|\ | | | | use debug level for logs about bad package versioning
| * use debug level for logs about bad package versioningTristan Sloughter2018-02-271-7/+7
|/
* Merge pull request #1722 from tsloughter/fix-update-loopTristan Sloughter2018-02-272-1/+2
|\ | | | | don't attempt retry of missing packages when updating index
| * don't attempt retry of missing packages when updating indexTristan Sloughter2018-02-272-1/+2
|/
* Merge pull request #1706 from campanja-forks/env-for-providersFred Hebert2018-02-273-75/+91
|\ | | | | Env for providers
| * make it easier to create envCarl-Johan Kjellander2018-02-261-1/+8
| |
| * remove whitespaceCarl-Johan Kjellander2018-02-231-1/+0
| |
| * move and export create_env for use by providersCarl-Johan Kjellander2018-02-232-57/+67
| |
| * export env expansionCarl-Johan Kjellander2018-02-231-18/+18
| |
* | Merge pull request #1721 from tsloughter/no-constraint-matchFred Hebert2018-02-262-6/+19
|\ \ | |/ |/| rebar_package: do not return first package version for constraint with no match
| * rebar_package: do not return first package version for constraint with no matchTristan Sloughter2018-02-262-6/+19
|/
* Merge pull request #1718 from shino/bugfix/io-opts-unicodeFred Hebert2018-02-212-3/+2
|\ | | | | Set unicode option for standard_io at entry point
| * Set unicode option for starndard_io at entry pointShunichi Shinohara2018-02-222-3/+2
| |
* | Merge pull request #1698 from campanja-forks/run-clean-hooksFred Hebert2018-02-213-6/+34
|\ \ | |/ |/| fix hooks and plugins usage when cleaning build artifacts for deps
| * run hooks and plugins during clean for depsCarl-Johan Kjellander2018-01-192-4/+9
| | | | | | | | | | | | find_apps didn't read config files so no hooks were in the app_infos, and now that hooks are being done rebar needs plugins to be able to run clean plugin hooks in deps.
| * add test for provider_hook cleanCarl-Johan Kjellander2018-01-191-2/+25
| |
* | Merge pull request #1714 from tsloughter/up-ec-relxFred Hebert2018-02-042-6/+6
|\ \ | | | | | | upgrade erlware commons and relx
| * | upgrade erlware commons and relxTristan Sloughter2018-02-032-6/+6
|/ /
* | Merge pull request #1707 from schlagert/issue_1704Fred Hebert2018-01-302-24/+72
|\ \ | |/ |/| Issue #1704: Fix alias provider argument passing
| * Issue #1704: Fix alias provider argument passingTobias Schlager2018-01-242-24/+72
|/ | | | | | | | | | | | The way arguments are passed by the alias provider is not compatible with all rebar providers/commands. Especially the release (relx) provider does not like getting its arguments as a plain string. It expects its arguments in a pre-parsed format as returned by getopt:parse/2. Other commands, e.g. eunit, seem to be fine with both ways of argument passing. Therefore, this fix changes the alias provider argument passing to the getopt format in general.
* Back to git-based versioningFred Hebert2017-12-221-1/+1
|
* Bump to 3.5.0Fred Hebert2017-12-222-2/+2
|
* Merge pull request #1696 from ajm113/patch-1Fred Hebert2017-12-161-1/+1
|\ | | | | Corrected Erlang Solutions Download URL [skip ci]
| * Corrected Erlang Solutions Download URLAndrew Mcrobb2017-12-161-1/+1
|/ | | Current URL goes to 404 page, corrected URL to avoid confusion.
* Merge pull request #1692 from ferd/fix-bootstrap-repeatFred Hebert2017-12-151-3/+4
|\ | | | | Fix repeated bootstrap runs
| * Fix repeated bootstrap runsFred Hebert2017-12-131-3/+4
| | | | | | | | | | | | | | | | Updating the bootstrap script in #1689 made it so symlinks that already exist return `exist` rather than ok, in line with the regular code. However the bootstrap module wouldn't handle this case. This fixes the problem by ensuring that `exists` is as valid as `ok`.
* | Merge pull request #1694 from ferd/escript-with-ebin-subdirFred Hebert2017-12-152-3/+27
|\ \ | |/ |/| Fix escriptize failure when ebin/ has subdirs
| * Fix escriptize failure when ebin/ has subdirsFred Hebert2017-12-142-3/+27
|/ | | | | | | | | | | Although fairly irregular, the presence of a subdirectory in ebin/ while running rebar3 escriptize would crash the run and generate a dump. Since ebin subdirectories are generally not supported (adding a path for an application only adds ebin/ and no subdirectories to the VM's path set), we just silently ignore the directory altogether. Fixes #1693
* Merge pull request #1689 from ferd/update-bootstrapFred Hebert2017-12-081-28/+265
|\ | | | | Update bootstrap script // fix windows issues