Tristan Sloughter
df203da7f3
Merge pull request #811 from fauxsoup/improved-git-versioning
Improved git versioning
9 年前
Tristan Sloughter
1d842d5018
Merge pull request #813 from jbalint/master
Fix parsing of version #'s of dependencies
9 年前
Jess Balint
731916870d
Fix parsing of version #'s of dependencies
Version #'s with patch info like "1.1.1-x" would cause an error. Now
tokenize the version string with "." AND "-".
9 年前
Zachary Hueras
1469e59c3a
Improve semantic versioning from git between tags
In the scenario we that we have selected a commit
that is between two tags, we should base the
version on the most recent tag we can see in the
revision history, but we should not treat this as
the tag version.
`git describe --tags` finds the most recent tag
visible in the revision history from the current
HEAD. Return this as the version string and
undefined as the tag to trigger ref counting.
9 年前
Zachary Hueras
82faab2fe7
Only match current HEAD tag in git semver
In the scenario that someone had cloned an entire
repository and then checked out an older version
tag, the semantic versioning would detect the
newest tag, not the checked out tag. Look for
the HEAD string prior to tag: to indicate the
currently selected tag.
9 年前
Zachary Hueras
979610b44c
Make the v-prefix optional in git semver
Not all repositories use a v-prefix for version
tags. All tags should be considered valid
versions.
9 年前
Tristan Sloughter
19fbaa0a61
Merge pull request #810 from tsloughter/traivs_s3
update travis for s3
9 年前
Tristan Sloughter
d53fb3b3b6
update travis for s3
9 年前
Tristan Sloughter
81ce66600a
Merge pull request #809 from processone/fix_plugins_typo
Fix typo in plugins command help
9 年前
Mickael Remond
16757c0c54
Fix typo in plugins command help
9 年前
Fred Hebert
493d290a3f
Merge pull request #783 from sile/dialyzer_include_all_deps_option
Add plt_include_all_deps dialyzer option
9 年前
Tristan Sloughter
7ad9f7ea75
append ebin dirs to path in local start script
9 年前
Tristan Sloughter
665bdf6bdb
add --paths option to bare compile provider
9 年前
Tristan Sloughter
9dfec19c67
escript should append the ebin dirs to the code path not prepend
9 年前
Tristan Sloughter
16ea08b9c3
add rebar3 paths to the end of the code path in start script
9 年前
Tristan Sloughter
4c29a771c1
add bare compile provider, for starters for use by mix
9 年前
alisdair sullivan
ae275c6396
function name changes:
`reduce_path/1` -> `canonical_path/1`
`relative_path/2` -> `path_from_ancestor/2`
9 年前
Tristan Sloughter
49670721e1
Merge pull request #798 from garret-smith/fix_app_src_script
Terms is already a list
9 年前
alisdair sullivan
ef2b2e2668
add comment for `data_dir' test in `rebar_ct_SUITE'
9 年前
alisdair sullivan
359efed75d
test for ensuring `data_dir` is set correctly in ct configs
this test almost certainly only fails under very limited circumstances
limiting it's utility. it is known to fail with some versions of rebar3
when this test is run via `rebar3 ct --cover`
9 年前
Fred Hebert
e718af2af4
Merge pull request #802 from tsloughter/master
replace noinput with noshell so providers that ask for input work
9 年前
Tristan Sloughter
168f423baa
replace noinput with noshell so providers that ask for input work
9 年前
alisdair sullivan
6a89485448
extract `retarget_path/2', `relative_path/2' and `reduce_path/1' and
add tests
9 年前
Fred Hebert
0dc23254a7
Merge pull request #799 from tsloughter/tree_output
parse versions in deps tree output and support checkouts
9 年前
Tristan Sloughter
ef8fc6ab61
parse versions in deps tree output and support checkouts
9 年前
Takeru Ohta
db2a53b3d9
Fix for R15B03
9 年前
Takeru Ohta
f5d413e90f
Change option name from "plt_include_all_deps" to "plt_apps"
9 年前
Takeru Ohta
4891912790
Fix error handlings for unknown applications
9 年前
Fred Hebert
adb2550b3a
Merge pull request #796 from tsloughter/priv_escript
use full path of apps for priv files included in escript
9 年前
Garret Smith
ce19c2e16d
Terms is already a list
Fixes compiling yaws, which has an .app.src.script file
9 年前
Tristan Sloughter
e773f2948c
use full path of apps for priv files included in escript
9 年前
Tristan Sloughter
0d3dc5f39a
Merge pull request #795 from talentdeficit/rebar_ct_cover_fix
cover compile beams compiled for ct/eunit seperately from beams compi…
9 年前
alisdair sullivan
34816ad8dc
cover compile beams compiled for ct/eunit seperately from beams compiled otherwise
fixes #788
9 年前
Fred Hebert
b034a7c3a7
Merge pull request #792 from tsloughter/checksum_rebar3
check checksum of rebar3 download in local_upgrade provider
9 年前
Tristan Sloughter
242d12b234
check checksum of rebar3 download in local_upgrade provider
9 年前
Tristan Sloughter
a3a590947a
fix rebar3 url for upgrade
9 年前
Fred Hebert
e5b8a97c5f
Merge pull request #784 from tsloughter/extract
add 'local install' and 'local upgrade'
9 年前
Tristan Sloughter
9fb8198926
update completions and docs for command unstable install and upgrade
9 年前
Tristan Sloughter
286e832a29
move local install/upgrade to 'unstable install/upgrade' and print error if windows
9 年前
Fred Hebert
ebb919f228
Merge pull request #787 from tsloughter/dialyzer_cleanup
fix dialyzer warnings
9 年前
Tristan Sloughter
14ab5f562e
fix dialyzer warnings
9 年前
Fred Hebert
6eb28a94ca
Merge pull request #785 from tsloughter/fix_ct_hooks
fix run_all_hooks call for ct provider, no need to pass appinfo
9 年前
Tristan Sloughter
d19320b17c
fix run_all_hooks call for ct provider, no need to pass appinfo
9 年前
Tristan Sloughter
da3d8a69cc
add providers 'local upgrade' and 'local install' for installing/upgrading
9 年前
Takeru Ohta
902dd59d23
Add a testcase for 'plt_include_all_deps' dialyzer option
9 年前
Takeru Ohta
4ff78b4d77
Add rebar_localfs_resource module for testing purposes
9 年前
Takeru Ohta
fa462e9dba
Add `plt_include_all_deps` dialyzer config option
9 年前
Takeru Ohta
b72c19c12c
Add rebar_set/0 type
9 年前
Tristan Sloughter
d7f2226d31
Merge pull request #761 from talentdeficit/rebar_path
`rebar3 path' provider
9 年前
alisdair sullivan
04da2ffd5e
shell completions for `rebar3 path'
9 年前