]> git.openstreetmap.org Git - nominatim.git/history - nominatim/cli.py
Merge pull request #2204 from darkshredder/tiger-data
[nominatim.git] / nominatim / cli.py
2021-03-11 Sarah HoffmannMerge pull request #2204 from darkshredder/tiger-data
2021-03-10 DarkshredderAdded test and removed runlegacyscript
2021-03-08 DarkshredderTest fixes
2021-03-08 DarkshredderLinting fixes
2021-03-08 DarkshredderLinting fixes
2021-03-08 DarkshredderPorted tiger-data-import to python and Added Tarball...
2021-02-27 Sarah HoffmannMerge pull request #2186 from lonvia/port-import-to...
2021-02-26 Sarah Hoffmannbdd: use python library where possible
2021-02-26 Sarah Hoffmannmove setup function to python
2021-02-25 Sarah Hoffmannadd a function for the intial indexing run
2021-02-25 Sarah Hoffmannintroduce custom object for cmdline arguments
2021-02-25 Sarah Hoffmannport database setup function to python
2021-02-22 Sarah HoffmannMerge pull request #2181 from lonvia/port-more-tool...
2021-02-17 Sarah Hoffmannport freeze function to python
2021-02-12 Sarah HoffmannMerge pull request #2164 from lonvia/add-make-install
2021-02-09 Sarah Hoffmannintroduce constant for configuration directory
2021-02-09 Sarah Hoffmannrename sql directory to lib-sql
2021-02-08 Sarah Hoffmannconsolidate warm and db-check into single admin command
2021-02-08 Sarah Hoffmannsplit cli.py by subcommands
2021-02-04 Sarah Hoffmannfix off-by-one error in replication download
2021-02-04 Sarah HoffmannMerge pull request #2161 from lonvia/timeout-for-replic...
2021-02-04 Sarah Hoffmannreintroduce timeout for replication file download
2021-02-04 Sarah HoffmannMerge pull request #2160 from lonvia/introduce-project-dir
2021-02-03 Sarah Hoffmannreplace make serve with nominatim serve command
2021-02-02 Sarah Hoffmanndo not overwrite custom set module paths
2021-02-02 Sarah Hoffmannprint project directory before running any command
2021-02-01 Sarah HoffmannMerge pull request #2155 from lonvia/port-regresh-to...
2021-02-01 Sarah Hoffmannprint nice summary after updates
2021-01-30 Sarah Hoffmannfix linting issues
2021-01-30 Sarah Hoffmanndisable warning about non-toplevel import
2021-01-30 Sarah Hoffmannintroduce custom UsageError
2021-01-30 Sarah Hoffmannport replication update function to python
2021-01-28 Sarah Hoffmannport check-for-update function to python
2021-01-26 Sarah Hoffmannport replication initialisation to Python
2021-01-26 Sarah Hoffmannconvert functon creation to python
2021-01-26 Sarah Hoffmannport address level computation to Python
2021-01-26 Sarah Hoffmannmove update code for postcode and word count to Python
2021-01-26 Sarah Hoffmanncli: import python modules for commands on demand
2021-01-21 Sarah HoffmannMerge pull request #2147 from lonvia/tests-for-python...
2021-01-20 Sarah Hoffmannadd more tests for CLI parameter parser
2021-01-20 Sarah Hoffmannadd simple tests for CLI parsing
2021-01-20 Sarah Hoffmannoptionally hand in command line arguments to CLI functions
2021-01-20 Sarah HoffmannMerge pull request #2146 from mtmail/two-typos
2021-01-20 marc tobiascorrect parameter name in query CLI
2021-01-20 Sarah HoffmannMerge pull request #2145 from lonvia/cli-query-functions
2021-01-19 Sarah Hoffmannadd API functions to nominatim tool
2021-01-19 Sarah Hoffmannrename nominatim.admin to nominatim.tools
2021-01-19 Sarah Hoffmannprobe for php_cgi in cmake to be used for querying
2021-01-19 Sarah HoffmannMerge pull request #2143 from lonvia/integrate-indexer...
2021-01-18 Sarah Hoffmannremove old nominatim.py in favour of 'nominatim index'
2021-01-18 Sarah Hoffmannimplementaion of 'nominatim index'
2021-01-15 Sarah HoffmannMerge pull request #2135 from lonvia/python-frontend
2021-01-14 Sarah Hoffmannfix typo
2021-01-14 Sarah Hoffmannmaller command execution fixes
2021-01-14 Sarah Hoffmannliniting of new python code
2021-01-14 Sarah Hoffmannadd wrapper calls for all nominatim tool functions
2021-01-13 Sarah Hoffmannimplement warming in new cli tool
2021-01-13 Sarah Hoffmannconsolidate cli interface to single tool