]> git.openstreetmap.org Git - nominatim.git/shortlog
nominatim.git
2021-01-15 Sarah HoffmannMerge pull request #2135 from lonvia/python-frontend
2021-01-14 Sarah Hoffmannfix typo
2021-01-14 Sarah Hoffmannreplace Symfony dotenv dependency with Python dotenv
2021-01-14 Sarah Hoffmannbdd: directly call utility scripts in lib
2021-01-14 Sarah Hoffmannmove dotenv parsing to installed PHP scripts
2021-01-14 Sarah Hoffmannuse cli tool for github CI
2021-01-14 Sarah Hoffmannforward cli tool return value as exit code
2021-01-14 Sarah Hoffmannadapt documentation to new nominatim cli tool
2021-01-14 Sarah Hoffmannmaller command execution fixes
2021-01-14 Sarah Hoffmannmake sure that environment variables have highest prio
2021-01-14 Sarah Hoffmannliniting of new python code
2021-01-14 Sarah Hoffmannadd wrapper calls for all nominatim tool functions
2021-01-14 Sarah Hoffmannavoid accessing constants when getting data from env
2021-01-14 Sarah Hoffmannfix access to environment variable
2021-01-13 Sarah Hoffmannimplement warming in new cli tool
2021-01-13 Sarah Hoffmannwarm.php needs constant setup for queries
2021-01-13 Sarah Hoffmannset CONST_LibDir directly from the source scripts
2021-01-13 Sarah Hoffmannmove PHP utilities into the lib directory
2021-01-13 Sarah Hoffmannconsolidate cli interface to single tool
2021-01-12 Sarah Hoffmanncreate skeleton for new CLI tools
2021-01-12 Sarah Hoffmannadd skeleton for new Nominatim executables
2021-01-11 Sarah HoffmannMerge pull request #2132 from lonvia/reduce-api-testdb
2021-01-09 Sarah Hoffmannalso run BDD API tests in CI
2021-01-09 Sarah Hoffmanntest can be run all in one go with make
2021-01-09 Sarah Hoffmannupdate documentation for new BDD API tests
2021-01-09 Sarah Hoffmannbdd: add new API test data
2021-01-09 Sarah Hoffmannbdd: convert API tests to smaller test db
2021-01-09 Sarah Hoffmannbdd: improve assert output for API query checks
2021-01-07 Sarah Hoffmannbdd: import API test DB as part of step setup
2021-01-07 Sarah HoffmannMerge pull request #2129 from lonvia/cleanup-bdd-tests
2021-01-07 Sarah Hoffmannadd symphony dotenv to prerequisites list
2021-01-07 Sarah Hoffmannuse relative dir for sources for phpunit
2021-01-06 Sarah Hoffmannbdd: clean up DB ops steps
2021-01-06 Sarah Hoffmannbdd: move column comparison in separate file
2021-01-05 Sarah Hoffmannbdd: move nominitim id reader to separate file
2021-01-05 Sarah Hoffmannbdd: factor out reindexing on updates
2021-01-05 Sarah Hoffmannbdd: move place table inserter into separate file
2021-01-05 Sarah Hoffmannbdd: move scene setup to OSM data steps
2021-01-05 Sarah Hoffmannbdd: switch to auto commit mode
2021-01-05 Sarah Hoffmannbdd: remove class for lazy formatting
2021-01-05 Sarah Hoffmannbdd: rename db_ops steps
2021-01-05 Sarah Hoffmannbdd: move output format computation into response
2021-01-05 Sarah Hoffmannbdd: move Response classes in own file and simplify
2021-01-04 Sarah Hoffmannbdd: rename and clean up osm_data steps
2021-01-04 Sarah Hoffmannbdd: move external process execution in separate func
2021-01-04 Sarah Hoffmannbdd: move NominatimEnvironment into separate file
2021-01-04 Sarah Hoffmannbdd: move grid generation code into geometry factory
2021-01-04 Sarah Hoffmannbdd: move geoemtry creation into separate file
2021-01-04 Sarah Hoffmannremove stale code for python2
2021-01-04 Sarah HoffmannMerge pull request #2125 from lonvia/independent-projec...
2021-01-04 Sarah Hoffmanncreate a temporary project dir for tests
2021-01-04 Sarah Hoffmannconfigure osm2pgsql and module location via cmake
2021-01-03 Sarah HoffmannMerge pull request #2124 from lonvia/remove-nose
2021-01-03 Sarah Hoffmannremove nose requirement from documentation
2021-01-03 Sarah Hoffmannreplace nose assertions with simple asserts
2020-12-22 Sarah HoffmannMerge pull request #2119 from mtmail/check-import-finis...
2020-12-22 Sarah HoffmannMerge pull request #2118 from mtmail/vagrant-ubuntu...
2020-12-21 marc tobiasutils/check_import_finished: skip some checks when...
2020-12-21 marc tobiasVagrant ubuntu: install dotenv package
2020-12-21 Sarah HoffmannMerge pull request #2115 from lonvia/use-dotenv
2020-12-20 Sarah Hoffmannswitch documentation to describing dotenv
2020-12-20 Sarah Hoffmannadapt instructions for creating the test db to dotenv
2020-12-20 Sarah Hoffmannmark CentOS installation instructions as broken
2020-12-19 Sarah Hoffmanntests: always create the config file
2020-12-19 Sarah Hoffmannadapt php tests to new directory constants
2020-12-19 Sarah Hoffmannmake phpcs happy
2020-12-19 Sarah Hoffmanngithub actions: need dotenv
2020-12-19 Sarah Hoffmannmove creation of website scripts to setup script
2020-12-19 Sarah Hoffmannadapt tests to new dotenv environment
2020-12-19 Sarah Hoffmannfix various typos
2020-12-19 Sarah Hoffmannremove old default settings
2020-12-19 Sarah Hoffmannswitch all utils to initialising dotenv
2020-12-19 Sarah Hoffmannswitch remaining settings to dotenv format
2020-12-19 Sarah Hoffmannuse explicit DSN for website scripts
2020-12-19 Sarah Hoffmannreplace database settings with dotenv variant
2020-12-19 Sarah Hoffmannintroduce dotenv parsing for setup.php
2020-12-19 Sarah Hoffmannmake HTTP proxy setup explicit
2020-12-19 Sarah Hoffmannreorganise path settings in config
2020-12-19 Sarah Hoffmannuse /usr/bin/env for python script
2020-12-18 Sarah HoffmannMerge pull request #2112 from lonvia/fix-tests-for...
2020-12-18 Sarah Hoffmannwork around failing CI tests
2020-12-18 Sarah HoffmannIssue templates: require postgres config modifications
2020-12-16 Sarah HoffmannIssue templates: more commenting of instructions
2020-12-16 Sarah HoffmannIssue templates: put instructions into comments
2020-12-13 Sarah Hoffmannprepare 3.6.0 release v3.6.0
2020-12-13 Sarah HoffmannMerge pull request #2105 from lonvia/fix-use-of-records
2020-12-12 Sarah Hoffmannactions: run tests also on postgresql 9.5
2020-12-12 Sarah Hoffmannuse a typed record for place info in get_addressdata
2020-12-12 Sarah HoffmannMerge pull request #2102 from mtmail/typo-in-reverse-md
2020-12-11 marc tobiasReverse.md: fix two typos
2020-12-11 Sarah HoffmannMerge pull request #2101 from lonvia/update-documentation
2020-12-11 Sarah Hoffmannfix typos
2020-12-11 Sarah Hoffmannupdate import times
2020-12-10 Sarah HoffmannMerge pull request #2099 from lonvia/update-country...
2020-12-09 Sarah Hoffmannupdate country names
2020-12-09 Sarah Hoffmannupdate country_names from OSM data
2020-12-09 Sarah HoffmannMerge pull request #2096 from otbutz/patch-1
2020-12-09 otbutzAdd link to discussions when creating new issue
2020-12-08 Sarah Hoffmannremove bug reporting hints in favour of issue templates
2020-12-08 Sarah Hoffmannupdates to admin and develop documentation
next