Fred Hebert
|
d6dc56da03
|
Fix lock merging for nonexistant lock files.
|
il y a 10 ans |
Fred Hebert
|
90bf65ed95
|
Merge pull request #174 from tsloughter/profile_tests
basic profile deps tests
|
il y a 10 ans |
Fred Hebert
|
f726800a05
|
Merge pull request #177 from tsloughter/hook_output
output hook stdout and don't add extra newline
|
il y a 10 ans |
Tristan Sloughter
|
0c402a8293
|
output hook stdout and don't add extra newline
|
il y a 10 ans |
Tristan Sloughter
|
4153b3c7e5
|
Merge pull request #176 from talentdeficit/no_unescessary_yrl_xrl_recompile
don't unescessarily recompile yrl/xrl files
|
il y a 10 ans |
alisdair sullivan
|
521a49dd26
|
don't unescessarily recompile yrl/xrl files
fixes #175
|
il y a 10 ans |
Tristan Sloughter
|
4b9adefcb8
|
Merge pull request #173 from talentdeficit/empty_locks_fix
don't attempt to merge locks when there are no dependencies
|
il y a 10 ans |
Tristan Sloughter
|
96f1b21ef8
|
basic profile deps tests
|
il y a 10 ans |
alisdair sullivan
|
04235f1a63
|
don't attempt to merge locks when there are no dependencies
fixes #172
|
il y a 10 ans |
Fred Hebert
|
558646adbc
|
Merge pull request #167 from tsloughter/release_tests
release and tar tests
|
il y a 10 ans |
Fred Hebert
|
280b8af78c
|
Merge pull request #169 from tsloughter/app_info_cleanup
consolidate app validation and exist checks
|
il y a 10 ans |
Tristan Sloughter
|
bf70733981
|
fix test, remove use of filelib:wildcard for R15 support
|
il y a 10 ans |
Tristan Sloughter
|
c3e2ab1c1e
|
remove unneeded get_modules_list function
|
il y a 10 ans |
Tristan Sloughter
|
8f03afded4
|
consolidate app validation and exist checks
|
il y a 10 ans |
Tristan Sloughter
|
633dafafc3
|
release and tar tests
|
il y a 10 ans |
Tristan Sloughter
|
48278658bb
|
Merge pull request #171 from ferd/deps-refactoring
Refactor install deps
|
il y a 10 ans |
Fred Hebert
|
81f47c44ec
|
Reindent multiline assignment
|
il y a 10 ans |
Fred Hebert
|
d4d4e27693
|
Pass in newer state reference
Old one might have been a mistake; this one works fine.
|
il y a 10 ans |
Fred Hebert
|
1c638b05fa
|
Refactor install deps
- Make functions shorter
- Unnest some functions
- Split up and give names to major conditional branches
|
il y a 10 ans |
Tristan Sloughter
|
410b98e0d4
|
makefile template fix
|
il y a 10 ans |
Fred Hebert
|
8988c9ff6c
|
Merge pull request #166 from tsloughter/xdg
follow xdg standard. fixes #122
|
il y a 10 ans |
Fred Hebert
|
df30a93891
|
Merge pull request #168 from tsloughter/cmake
cmake template
|
il y a 10 ans |
Tristan Sloughter
|
313c75a46f
|
cmake template
|
il y a 10 ans |
Fred Hebert
|
be6cacfe59
|
Merge pull request #155 from tsloughter/new_deps
check for newly added deps in the config file that aren't level 0 in lock
|
il y a 10 ans |
Fred Hebert
|
f93a70905f
|
Merge pull request #165 from tsloughter/project_app_info
update project app list with new appinfo records after build
|
il y a 10 ans |
Tristan Sloughter
|
24383e2283
|
fix order of top_level_deps function in ugprade_SUITE
|
il y a 10 ans |
Tristan Sloughter
|
62ff6718fd
|
update project app list with new appinfo records after build
|
il y a 10 ans |
Tristan Sloughter
|
595b4eb2e8
|
update templates doc for xdg config dir changes
|
il y a 10 ans |
Tristan Sloughter
|
e73ed97cfd
|
follow xdg standard. fixes #122
|
il y a 10 ans |
Tristan Sloughter
|
02e33a265b
|
check for newly added deps in config file that aren't level 0 in the lock
|
il y a 10 ans |
Fred Hebert
|
c3cdecf125
|
Merge pull request #160 from tsloughter/sub_deps
use project sub-apps with deps in their rebar.config
|
il y a 10 ans |
Tristan Sloughter
|
8874e414a8
|
sort project apps before merging deps
|
il y a 10 ans |
Fred Hebert
|
f203bc3c4f
|
Merge pull request #163 from talentdeficit/monitor_ct
fix error where an exception in ct could hang rebar by monitoring
|
il y a 10 ans |
alisdair sullivan
|
a14f750131
|
fix error where an exception in ct could hang rebar by monitoring
the process where ct is performed
|
il y a 10 ans |
Tristan Sloughter
|
c64c74e254
|
Merge pull request #159 from talentdeficit/quiet_ct
suppress common_test output unless `rebar3 ct` is run with verbose switch
|
il y a 10 ans |
Tristan Sloughter
|
be49c5cd44
|
use project sub-apps with deps in their rebar.config
|
il y a 10 ans |
Tristan Sloughter
|
09a51a10ec
|
Merge pull request #161 from talentdeficit/recompile_purge
purge mods loaded during check to see if they need to be recompiled
|
il y a 10 ans |
alisdair sullivan
|
ffbb31e660
|
purge mods loaded during check to see if they need to be recompiled
during compile task before running subsequent tasks
|
il y a 10 ans |
alisdair sullivan
|
e6be44667d
|
suppress common_test output unless `rebar3 ct` is run with verbose switch
|
il y a 10 ans |
Tristan Sloughter
|
c5a655da14
|
Merge pull request #157 from talentdeficit/real_needs_recompile
check already compiled modules compile arguments against current compile arguments
|
il y a 10 ans |
Tristan Sloughter
|
43a18bf4fa
|
Merge pull request #145 from tsloughter/hex
Replace package management with hex.pm
|
il y a 10 ans |
Tristan Sloughter
|
501b9b42df
|
print error message suggesting to run rebar3 update if missing package index
|
il y a 10 ans |
Tristan Sloughter
|
9fbfeaa74d
|
parse version constraints in hex registry for digraph
|
il y a 10 ans |
Tristan Sloughter
|
410e2bcdec
|
replace package management with hex.pm
|
il y a 10 ans |
Tristan Sloughter
|
b654272063
|
remove unused functions from app utils
|
il y a 10 ans |
alisdair sullivan
|
7fa628d615
|
check already compiled modules compile arguments against current compile
arguments to ensure compile results as as intended
|
il y a 10 ans |
Fred Hebert
|
d65e6da7da
|
Merge pull request #156 from ferd/deps
Initial `deps` command
|
il y a 10 ans |
Fred Hebert
|
53a05890ab
|
Initial `deps` command
|
il y a 10 ans |
Fred Hebert
|
f6cdf56347
|
Merge pull request #154 from tsloughter/git_ref_needs_update
needs_update: on ref defined deps only have to match prefix if 7+ chars
|
il y a 10 ans |
Tristan Sloughter
|
9665eb8e72
|
Merge pull request #153 from fishcakez/dialyzer_no_defaults
Dialyzer: Remove extra default warnings
|
il y a 10 ans |