Nick Sweeting
|
8b4f84959a
new setup flag on init command to autosetup on init
|
4 年之前 |
Nick Sweeting
|
211bf86f4a
fix bug checking value in subcommand_args when None
|
4 年之前 |
Nick Sweeting
|
ef76f7c490
require running setup in existing data dir
|
4 年之前 |
Nick Sweeting
|
3449bac5bc
add new setup command to autoinstall dependencies
|
4 年之前 |
Nick Sweeting
|
0e39a2098d
split migrations and data dir check
|
4 年之前 |
Nick Sweeting
|
6aef1dd98d
dont check db if init is pending
|
4 年之前 |
Cristian
|
a57a5b6b83
refactor: call setup_django with the `check_db` attribute for the commands that actually need the database
|
5 年之前 |
Cristian
|
275ad22db7
refactor: Remove `skip_index` from archive related functions
|
5 年之前 |
Cristian
|
9aac09a5e1
feat: Patch setup_django so we can use an inmemory db in specific commands
|
5 年之前 |
Cristian
|
35a5700c73
fix: Move the setup_django command to a place where we already know what the actual subcommand is
|
5 年之前 |
Nick Sweeting
|
1b22f8eeef
Merge pull request #515 from cdvv7788/POC-setup-django-on-init
|
5 年之前 |
Nick Sweeting
|
cac3912439
small type fixes
|
5 年之前 |
Cristian
|
a6bee5f111
feat: Move setup_django to an inner module
|
5 年之前 |
Angel Rey
|
fa364ed728
Replaced od.path in init cli
|
5 年之前 |
Nick Sweeting
|
73408fb035
fix version parsing and attempt to npm install during pip post_install
|
5 年之前 |
Cristian
|
a5550b2105
fix: Rename logging folder to avoid naming conflicts (and circular import issues)
|
5 年之前 |
Cristian
|
f4d1b5121e
refactor: Move logging.py to main module to avoid circular import issues
|
5 年之前 |
Nick Sweeting
|
d3bfa98a91
fix depth flag and tweak logging
|
5 年之前 |
Nick Sweeting
|
7c428f40c8
fix stdin link importing
|
5 年之前 |
Nick Sweeting
|
0c48449aa6
fix subcommand and args not being passed
|
5 年之前 |
Nick Sweeting
|
322be6b292
move main into cli init and remove circular import layer
|
5 年之前 |
Nick Sweeting
|
158f145d9a
move docstrings to main.py out of cli files
|
6 年之前 |
Nick Sweeting
|
1b8abc0961
move everything out of legacy folder
|
6 年之前 |
Nick Sweeting
|
d248684839
add index-only option to archivebox add and update
|
6 年之前 |
Nick Sweeting
|
2f0dbeebc1
update docstrings and comments
|
6 年之前 |
Nick Sweeting
|
39a0ab3013
add pipenv, schedule cmd, logs dir, and lots more
|
6 年之前 |
Nick Sweeting
|
4ca9a0beac
colorized and better command sorting in help msg
|
6 年之前 |
Nick Sweeting
|
51ae634ec9
working argparse based CLI with most commands implemented
|
6 年之前 |