]> git.openstreetmap.org Git - nominatim.git/shortlog
nominatim.git
2026-02-18 Sarah HoffmannMerge pull request #3991 from lonvia/interpolation...
2026-02-18 Sarah Hoffmannadd support for expanding interpolations on housenumbers
2026-02-16 Sarah HoffmannMerge pull request #3923 from kad-link/ci/windows-smoke
2026-02-16 Sarah HoffmannMerge pull request #3989 from lonvia/rework-misc-tests
2026-02-16 Sarah HoffmannMerge pull request #3988 from jayaddison/pr-3957-follow...
2026-02-16 James AddisonIndexing: fixup: add presence check for hstore `name...
2026-02-15 Sarah Hoffmannmake database import unit tests against real SQL
2026-02-15 Sarah Hoffmannuse original tables for database check tests
2026-02-15 Sarah HoffmannMerge pull request #3987 from lonvia/rework-postcode...
2026-02-15 Sarah Hoffmannreplace postcode mock with standard postcode table...
2026-02-13 Sri CHaRanci/windows: install osm2pgsql binary and enable full...
2026-02-13 Sri CHaRanci/windows: enable full python unit test setup for...
2026-02-13 Sri CHaRanci/windows: add Postgresql setup action to tests
2026-02-13 Sri Charan... implement stage 1 : python unit tests
2026-02-13 Sri CHaRanAdd experimental Windows CI workflow
2026-02-13 Sarah HoffmannMerge pull request #3986 from lonvia/rework-tiger-tests
2026-02-13 Sarah HoffmannMerge pull request #3985 from lonvia/rework-indexing...
2026-02-13 Sarah Hoffmannrework tiger unit tests to use production pgsql functions
2026-02-13 Sarah Hoffmannpass reverse-only as a separate parameter
2026-02-13 Sarah Hoffmannrewrite indexing tests to use standard table fixtures
2026-02-13 Sarah Hoffmannadd fixtures for postcode, interpolation table creation...
2026-02-13 Sarah HoffmannMerge pull request #3984 from lonvia/avoid-custom-table...
2026-02-12 Sarah Hoffmannuse load_sql fixture instead of explicit SQLPreprocessor
2026-02-12 Sarah Hoffmannreorganise fixtures for placex table
2026-02-12 Sarah Hoffmannsimplify property test table implementation
2026-02-12 Sarah Hoffmannswitch table definitions in conftest to use production SQL
2026-02-12 Sarah Hoffmannadd fixtures for country table
2026-02-12 Sarah Hoffmannadd function for inserting data to testing cursor
2026-02-12 Sarah Hoffmannuse better SQL quoting in test cursor implementation
2026-02-12 Sarah Hoffmannfix potential cancelling race with full queue
2026-02-12 Sarah HoffmannMerge pull request #3982 from lonvia/split-table-creation
2026-02-12 Sarah Hoffmannsplit up table creation SQL into separate files
2026-02-12 Sarah Hoffmannremove unused indexes and sequences
2026-02-11 Sarah HoffmannMerge pull request #3957 from jayaddison/issue-2714...
2026-02-11 Sarah HoffmannMerge pull request #3979 from jayaddison/issue-2714...
2026-02-10 Sarah HoffmannMerge pull request #3980 from lonvia/security-smells
2026-02-10 James AddisonIndexer: relocate zero-ranked-address indexing
2026-02-10 Sarah Hoffmannignore tables with odd names in SQLPreprocessor
2026-02-10 Sarah Hoffmannavoid f-strings in SQL creation in tests
2026-02-10 Sarah Hoffmannuse psycopg.sql for SQL building in tokenizer
2026-02-10 Sarah Hoffmannonly allow alphanumeric and dash in DATABASE_WEBUSER
2026-02-10 Sarah Hoffmannsanity check class names before inserting into classtyp...
2026-02-10 Sarah HoffmannMerge pull request #3978 from jayaddison/issue-2714...
2026-02-10 Sarah HoffmannMerge pull request #3975 from kad-link/fix/utf8-encodin...
2026-02-09 James AddisonRefactor: add default params to `index_boundaries`
2026-02-09 Sri CHaRanfix: add utf-8 encoding in read-write files
2026-02-09 James AddisonIndexing: invert boolean logic to factor-out empty...
2026-02-05 Sarah HoffmannMerge pull request #3970 from lonvia/improve-dev-docs
2026-02-05 James AddisonIndexing: manage the case where no default-language...
2026-02-05 Sarah HoffmannMerge pull request #3960 from jayaddison/tests/has...
2026-02-05 Sarah Hoffmannpoint to developer docs from CONTRIBUTING.md
2026-02-05 Sarah Hoffmanndocs: fix list of packages for development install
2026-02-05 James AddisonIndexing: add default-language placename from linked...
2026-02-05 James AddisonTests: parameter-agnostic `has_pending` monkeypatching
2026-02-05 Sarah HoffmannMerge pull request #3966 from remo-lab/fix/sql-injectio...
2026-02-05 remo-labFix SQL injection in truncate_data_tables
2026-02-03 Sarah HoffmannMerge pull request #3962 from lonvia/docs-deploy
2026-02-03 Sarah Hoffmanndocs: switch deployment to use gunicorn's asgi/uwsgi...
2026-02-02 Sarah HoffmannMerge pull request #3949 from Itz-Agasta/try
2026-02-02 Sarah HoffmannMerge pull request #3959 from Aditya30ag/fix/readme...
2026-02-02 Aditya30agFix README: update Nominatim API server module path
2026-02-01 Sarah HoffmannMerge pull request #3955 from AmmarYasser455/fix/typos
2026-02-01 Sarah HoffmannMerge pull request #3952 from jayaddison/pr-3687-follow...
2026-01-31 James AddisonTests: set boundary admin level to enable linking
2026-01-31 Itz-AgastaPreserve import error tables during freeze
2026-01-30 Itz-AgastaRestore grants for dynamic tables in tokenizer, migrati...
2026-01-30 AmmarYasser455docs: fix multiple typos in documentation and source...
2026-01-29 Sarah HoffmannMerge pull request #3951 from Itz-Agasta/cli
2026-01-29 Itz-AgastaUpdates layer selection to allow optional default
2026-01-28 Sarah HoffmannMerge pull request #3950 from jayaddison/fixup/sql...
2026-01-28 Itz-AgastaAdds layer filtering option to search command
2026-01-28 James AddisonFixup: add single-quote escaping within debug message
2026-01-27 Itz-AgastaAdds mock grants SQL file for import test
2026-01-27 Itz-AgastaAdds option to grant web user read-only DB access
2026-01-27 Itz-AgastaGrants read-only access after import
2026-01-27 Itz-AgastaMoves db grant statements to dedicated script
2026-01-25 Sarah HoffmannMerge pull request #3943 from Itz-Agasta/test_fix
2026-01-24 Itz-AgastaSwitch to ast.literal_eval for dict parsing
2026-01-24 Itz-AgastaReplaces eval with json.loads for safer dict parsing
2026-01-23 Sarah HoffmannMerge pull request #3946 from lonvia/enable-entrances...
2026-01-23 Sarah HoffmannMerge pull request #3906 from AyushDharDubey/fix/issue_...
2026-01-23 Sarah HoffmannMerge pull request #3945 from lonvia/fix-starlette...
2026-01-23 Sarah Hoffmannenable entrances for reverse and lookup
2026-01-23 Sarah Hoffmannupdate Starlette tests to using their TestClient
2026-01-22 Sri Charan... fix mypy typing for Starlette state object (#3944)
2026-01-14 Sarah HoffmannMerge pull request #3939 from lonvia/more-table-constraints
2026-01-09 Ayush Dhar... update test frozen db: new tiger import mechanism
2026-01-09 Ayush Dhar... permit import of tiger after freeze
2026-01-09 Ayush Dhar... Add fallback search mechanism for dropped databases...
2026-01-07 Sarah Hoffmanndo not attempt to delete old data for newly created...
2026-01-07 Sarah Hoffmannadd NOT NULL and UNIQUE constraints where possible
2026-01-07 Sarah Hoffmannignore countries without geometry or country code for...
2026-01-07 Sarah Hoffmanndo not insert entries with empty name into search name
2026-01-07 Sarah Hoffmannensure correct indexed_status transitions
2026-01-07 Sarah Hoffmannmake sure that importance is always set to a non-null...
2026-01-07 Sarah Hoffmannmake sure array_merge() never returns null
2026-01-07 Sarah Hoffmannimmediately terminate indexing when a task catches...
2026-01-07 Sarah HoffmannBDD: make sure randomly generated names always contain...
2026-01-05 otbutzAdd PR template (#3934)
2026-01-02 Sarah HoffmannMerge pull request #3930 from lonvia/remove-new-query...
next