Jordi Boggiano
|
94e99b9c8b
Update docs, config command and schema with all the config values
|
12 years ago |
Jordi Boggiano
|
5165008be7
Merge remote-tracking branch 'pierredup/master'
|
12 years ago |
Jordi Boggiano
|
a7c950cddd
Add support for github-oauth in config command
|
13 years ago |
Pierre du Plessis
|
91ca7d7493
Make use-include-path default to false
|
13 years ago |
Pierre du Plessis
|
84b34b70e0
Add config option to set if the PHP include path should automatically be used when generating the autoloader
|
13 years ago |
Jordi Boggiano
|
111c42b8fb
Make config command list all values in the config (aggregated defaults + global [+ local])
|
13 years ago |
Jordi Boggiano
|
0d506228d6
Allow the config command to read out values if no new value is provided
|
13 years ago |
Jordi Boggiano
|
ef68125b3b
Fix config listing
|
13 years ago |
Jordi Boggiano
|
b05a554883
Add cache-files-ttl setting, and docs for the cache
|
13 years ago |
Jordi Boggiano
|
c53729793b
Make sure the global config file is only readable by the owner
|
13 years ago |
Jordi Boggiano
|
fa89ef75e4
Remove unused use statements
|
13 years ago |
Jordi Boggiano
|
503234451b
Simplify ConfigCommand to use the JsonConfigSource
|
13 years ago |
Christophe Coevoet
|
c322476343
Fixed the help of the config command
|
13 years ago |
Jordi Boggiano
|
4e3f4f24fc
Try to figure out which editor is available on *nix
|
13 years ago |
Jordi Boggiano
|
a4e5f000d5
Only create the root file empty and error out on missing local files
|
13 years ago |
Jordi Boggiano
|
5cb9a6ead7
Write in the json directly without reformatting the whole file - skip validation since that is not really the job of the config command
|
13 years ago |
Jordi Boggiano
|
8403178ddb
config --list should only list relevant sections
|
13 years ago |
Jordi Boggiano
|
4086c24778
Do or do not, there is no try
|
13 years ago |
Jordi Boggiano
|
17d8dfba1d
Allow editing all config values
|
13 years ago |
Jordi Boggiano
|
1b7906e82d
Add --unset flag
|
13 years ago |
Jordi Boggiano
|
d00d7eef7f
Use default editors if EDITOR is not set, improve windows compatibility
|
13 years ago |
Jordi Boggiano
|
0615455087
Clean up syntax/docs & simplify some bits of code
|
13 years ago |
Joshua Estes
|
74c344ffe4
bug fix
|
13 years ago |
Joshua Estes
|
41bc8fd1b6
updated the help for the command
|
13 years ago |
Joshua Estes
|
ebc67f3191
added the ablity to allow users the option of telling where the file they want to edit/update is
|
13 years ago |
Joshua Estes
|
2e34ada3f0
updated some of the core functionality, only supports process timeout and repositories
|
13 years ago |
Joshua Estes
|
cec8debcdc
added a validate schema function to make sure the user does not enter vomit into the config files
|
13 years ago |
Joshua Estes
|
7b00dfab4c
updated value argument to be array
|
13 years ago |
Joshua Estes
|
3c5500aa95
updated a few things, works a little nicer, but still not yet to the point where it should be
|
13 years ago |
Joshua Estes
|
6386921f99
deleted the repository, added a config command that current will just list the config for either file and open vim to edit the file
|
13 years ago |