]> git.openstreetmap.org Git - nominatim.git/shortlog
nominatim.git
2023-12-07 Sarah Hoffmanncorrectly close API objects during testing
2023-12-07 Sarah Hoffmannclean up ST_DWithin and intersects() functions
2023-12-07 Sarah Hoffmannsimplify weigh_search() function
2023-12-07 Sarah Hoffmannfix parameter formatting in sqlite debug output
2023-12-07 Sarah Hoffmannenable connection pools for sqlite
2023-12-07 Sarah Hoffmannhide type differences between Postgres and Sqlite in...
2023-12-07 Sarah HoffmannMerge pull request #3108 from mtmail/remove-legacy...
2023-12-07 Sarah HoffmannMerge pull request #3268 from mtmail/wikipedia-file...
2023-12-07 Robbe HaesendonckRemoved unnecessary check for --prepare-database flag
2023-12-07 Robbe HaesendonckConnect using localhost instead of socket
2023-12-07 Robbe HaesendonckAdded changing permissions of nominatim-project dir
2023-12-07 Robbe HaesendonckAdded osm-import to sudoers file for tokenizer setup
2023-12-07 Robbe HaesendonckFixing CI tests for install-no-superuser
2023-12-07 Robbe HaesendonckFixed typechecking error
2023-12-07 Robbe HaesendonckAdded missing return types to functions
2023-12-07 Robbe Haesendonck CI tests: Removed creation of user www-data.
2023-12-07 Robbe HaesendonckFixed legacy import command
2023-12-07 Robbe HaesendonckDisabled pylint too-many-branches
2023-12-07 Robbe HaesendonckFixed setting tokenizer property
2023-12-07 Robbe HaesendonckUpdated no-superuser install ci test
2023-12-07 Robbe HaesendonckUpdated check to see if osm_file is set
2023-12-07 Robbe HaesendonckFixed formatting
2023-12-07 Robbe HaesendonckUpdated ci tests to reflect changes in Nominatim CLI
2023-12-07 Robbe HaesendonckMade sure legacy import command still works
2023-12-07 Robbe HaesendonckRemoved unused variable, fixed connection
2023-12-07 Robbe HaesendonckRemoved _is_complete_import check
2023-12-07 Robbe HaesendonckImproved logic.
2023-12-07 Robbe HaesendonckAdded new psql user for importing the data
2023-12-07 Robbe HaesendonckChanged naming of flags.
2023-12-07 Robbe HaesendonckAdded check to see if hstore is loaded
2023-12-07 Robbe HaesendonckFixed ci-tests, osm-file flag
2023-12-07 Robbe HaesendonckRenamed flags
2023-12-07 Robbe HaesendonckFixed pylint warnings
2023-12-07 Robbe HaesendonckAdded check for hstore extension
2023-12-07 Robbe HaesendonckFixed typo
2023-12-07 Robbe HaesendonckFixed linting errors
2023-12-07 Robbe HaesendonckAdded version check for PostGis and Postgres
2023-12-07 Robbe HaesendonckUpdated CI tests to check new import flags
2023-12-07 Robbe HaesendonckAdded --prepare-database flag
2023-12-07 Robbe HaesendonckAdded --no-superuser flag
2023-12-06 marc tobiasImprove error message when Wikipedia importance file...
2023-12-04 Sarah Hoffmannactions: pin pytest-asyncio version for Ubuntu 20
2023-12-01 Sarah Hoffmannskip lookup with full names when there are none
2023-11-29 Sarah HoffmannMerge pull request #3263 from lonvia/near-search-penalt...
2023-11-29 Sarah Hoffmannfurther restrict stop search criterion
2023-11-29 Sarah Hoffmannuse restrict for housenumber lookups with few numbers
2023-11-29 Sarah HoffmannNearSearch needs to inherit penalty from inner search
2023-11-28 Sarah HoffmannMerge pull request #3262 from lonvia/fix-category-search
2023-11-28 Sarah Hoffmanncorrectly exclude streets with housenumber searches
2023-11-28 Sarah Hoffmannadd tests for interaction of category parameter with...
2023-11-28 Sarah Hoffmannrename use of category as POI search to near_item
2023-11-28 Sarah Hoffmannthe category parameter in search should result in a...
2023-11-27 Sarah HoffmannMerge pull request #3260 from lonvia/improve-catgeory...
2023-11-26 Sarah Hoffmanndrop category tokens when they make up a full phrase
2023-11-26 Sarah Hoffmannrestrict base results in near search by rank
2023-11-26 Sarah Hoffmanndeduplicate categories/qualifiers
2023-11-26 Sarah Hoffmannorder near searches by distance instead of importance
2023-11-26 Sarah Hoffmannavoid duplicate lines during category search
2023-11-25 Sarah Hoffmannfix polygon selection for classtable lookups
2023-11-23 Sarah HoffmannMerge pull request #3257 from lonvia/slow-queries
2023-11-23 Sarah Hoffmannincrease penalty for one-letter words
2023-11-22 Sarah Hoffmannmore preference for name-only queries in search
2023-11-22 Sarah Hoffmannavoid index use when filtering by layer
2023-11-22 Sarah Hoffmannadd timestamps to text logging
2023-11-22 Sarah Hoffmannavoid index on rank_address in near search
2023-11-22 Sarah Hoffmannexclude country-level searches with non-address layers
2023-11-22 Sarah HoffmannMerge pull request #3252 from kumarUjjawal/patch-1
2023-11-20 Kumar Ujjawalminor typo fix
2023-11-20 Sarah Hoffmannadd report on newest vulnerability
2023-11-16 Sarah Hoffmannimprove code to collect the PostGIS version
2023-11-15 Sarah HoffmannMerge pull request #3248 from lonvia/fix-postcode-area...
2023-11-15 Sarah Hoffmannadapt typing to newest version of SQLAlchemy
2023-11-15 Sarah Hoffmannphp frontend: fix on-the-fly lookup of postcode areas
2023-11-01 Sarah Hoffmannremove now unnecessary type igonre comment
2023-10-31 Sarah Hoffmannfix assertion on address list, it may be empty
2023-10-25 Sarah HoffmannMerge pull request #3235 from lonvia/fix-python-deploy
2023-10-25 Sarah Hoffmannpython deployment: add systemd service for the socket
2023-10-25 Sarah HoffmannMerge pull request #3234 from lonvia/reduce-admin-style
2023-10-24 Sarah HoffmannMerge pull request #3233 from lonvia/support-for-sqlite
2023-10-24 Sarah Hoffmannfurther reduce admin style import to admin-only objects
2023-10-23 Sarah Hoffmannrestrict geometry size for SQLite
2023-10-23 Sarah Hoffmannconvert sqlite: add index on parent_place_id
2023-10-23 Sarah Hoffmannremove type info from SQLALchemy condition functions
2023-10-23 Sarah Hoffmannmake code work with Spatialite 4.3
2023-10-23 Sarah Hoffmannenable BDD tests for sqlite databases
2023-10-23 Sarah Hoffmanntrim all coordinate output to 7 digits
2023-10-23 Sarah Hoffmannadd indexing support for DWithin and intersects for...
2023-10-23 Sarah Hoffmannmake reverse API work with sqlite
2023-10-23 Sarah Hoffmannactions: enable sqlite testing
2023-10-23 Sarah Hoffmanntry future annotations to resolve Generics compatibility
2023-10-23 Sarah Hoffmannmake status API work with sqlite incl. unit tests
2023-10-23 Sarah Hoffmannmake details API work with sqlite incl. unit tests
2023-10-23 Sarah Hoffmannmake lookup call work with sqlite
2023-10-23 Sarah Hoffmannadd exporting of SQLite table
2023-10-23 Sarah Hoffmannadd skeleton code for convert function
2023-10-23 Sarah Hoffmannstreamline SQLAlchemy DB schema
2023-10-23 Sarah Hoffmannremove unused code
2023-10-23 Sarah HoffmannMerge branch 'clean-deleted-relations' of https://githu...
2023-10-23 Sarah HoffmannMerge pull request #3228 from pawel-wroniszewski/fix...
2023-10-20 lujohmade age a required argument for the -clean-deleted...
next