]> git.openstreetmap.org Git - nominatim.git/shortlog
nominatim.git
2024-11-19 Sarah HoffmannMerge pull request #3593 from lonvia/order-by-bbox
2024-11-19 Sarah Hoffmannuse bbox size for secondary order of results
2024-11-19 Sarah HoffmannMerge pull request #3592 from lonvia/remove-cmake
2024-11-19 Sarah Hoffmannupdate instructions for Vagrant
2024-11-19 Sarah Hoffmannupdate release instructions
2024-11-18 Sarah Hoffmannswitch actions to pip-based install
2024-11-18 Sarah Hoffmannupdate Ubuntu22 install script for pip install
2024-11-18 Sarah Hoffmannremove cmake and related installation instructions
2024-11-18 Sarah Hoffmannremove vendored osm2pgsql
2024-11-18 Sarah HoffmannMerge pull request #3591 from lonvia/increase-required...
2024-11-18 Sarah Hoffmannadapt BDD tests to changed simplification
2024-11-18 Sarah Hoffmannactions: update to latest supported versions
2024-11-18 Sarah Hoffmannremove code only needed for older PostgreSQL/PostGIS...
2024-11-18 Sarah Hoffmannincrease minimum versions for PostgreSQL and PostGIS
2024-11-15 Sarah HoffmannMerge pull request #3590 from lonvia/lookup-per-osm...
2024-11-14 Sarah HoffmannMerge pull request #3588 from lonvia/optional-reverse-api
2024-11-14 Sarah Hoffmannlook up different OSM types in placex separately
2024-11-14 Sarah Hoffmannfix grammar in issue template
2024-11-14 Sarah HoffmannMerge pull request #3587 from danieldegroot2/lookup...
2024-11-14 Sarah Hoffmannenable search endpoint only when search table is available
2024-11-13 Sarah Hoffmannmove server route creation into async function
2024-11-13 danieldegroot2Update lookup.py - Correct spelling for "simultaneously"
2024-11-13 Sarah HoffmannMerge pull request #3586 from lonvia/reduce-lookup...
2024-11-13 Sarah Hoffmannlook up all places at once
2024-11-11 Sarah HoffmannMerge pull request #3582 from lonvia/switch-to-flake
2024-11-11 Sarah HoffmannMerge pull request #3580 from lonvia/about-ai-prs
2024-11-10 Sarah Hoffmannreplace pylint with flake8 everywhere
2024-11-10 Sarah Hoffmannremove remaining pylint hints
2024-11-10 Sarah Hoffmannfix style issue found by flake8
2024-11-10 Sarah Hoffmanncontributions: some additional rules for AI use
2024-11-04 Sarah HoffmannMerge pull request #3576 from lonvia/test-updating
2024-11-04 Sarah Hoffmannactions: add test for database migration
2024-11-04 Sarah Hoffmanndo not rename parameters in existing SQL function
2024-11-04 Sarah HoffmannMerge pull request #3575 from lonvia/improve-centroid
2024-11-03 Sarah Hoffmannavoid multiple centroid computations
2024-11-03 Sarah Hoffmannuse line interpolation to create centroid for lines
2024-10-25 Sarah Hoffmannfix backward compatibility issues with Python 3.7
2024-10-25 Sarah Hoffmannremove now unnecessary type-ignores
2024-10-25 Sarah HoffmannMerge pull request #3558 from otbutz/patch-1
2024-10-09 otbutzFix gunicorn invocation
2024-09-30 Sarah HoffmannMerge pull request #3554 from lonvia/postcode-bbox
2024-09-30 Sarah Hoffmannget bbox of postcode areas into results
2024-09-30 Sarah Hoffmannderive bbox size for postcode nodes from rank_search
2024-09-30 Sarah Hoffmannadd new format 'raw' for CLI commands
2024-09-27 Sarah HoffmannRevert "work round typing bug in pyosmium 4.0"
2024-09-27 Sarah HoffmannMerge pull request #3552 from lonvia/drop-some-migrations
2024-09-27 Sarah Hoffmanndrop automatic migration from versions <4.3
2024-09-24 Sarah HoffmannMerge pull request #3542 from lonvia/remove-legacy...
2024-09-24 Sarah Hoffmannwork round typing bug in pyosmium 4.0
2024-09-22 Sarah Hoffmannsupress new pylint errors
2024-09-22 Sarah Hoffmannremove support for unindexed tokens
2024-09-21 Sarah Hoffmannremove PHPCS configuration
2024-09-21 Sarah Hoffmannremove documentation around legacy tokenizer
2024-09-21 Sarah Hoffmannremove all references to a module path
2024-09-21 Sarah Hoffmannremove warning about now removed legacy tokenizer
2024-09-21 Sarah Hoffmannremove special casing for legacy tokenizer from BDD...
2024-09-21 Sarah Hoffmannremove PostgreSQL legacy module
2024-09-21 Sarah Hoffmannremove legacy tokenizer and direct tests
2024-09-16 Sarah HoffmannMerge pull request #3536 from lonvia/remove-php
2024-09-16 Sarah Hoffmannadd migration warning for PHP frontend removal
2024-09-15 Sarah Hoffmanndocs: remove all references to PHP
2024-09-15 Sarah Hoffmannremove remaining references to php code
2024-09-15 Sarah Hoffmannremove PHP frontend support from BDD tests
2024-09-15 Sarah Hoffmannremove website setup
2024-09-15 Sarah Hoffmannremove PHP tests
2024-09-15 Sarah Hoffmannremove PHP frontend
2024-09-11 Sarah Hoffmannprepare 4.5.0 release
2024-09-11 Sarah HoffmannMerge pull request #3532 from lonvia/refresh-docs
2024-09-10 Sarah Hoffmanndocs: improve contents listing
2024-09-10 Sarah Hoffmanndocs: rework library getting started
2024-09-10 Sarah Hoffmanndocs: avoid loading external fonts
2024-09-10 Sarah Hoffmannfix permalink character
2024-09-02 Sarah HoffmannMerge pull request #3530 from lonvia/clean-use-of-os...
2024-09-01 Sarah Hoffmannrestrict use of os.environ in Configuration
2024-08-26 Sarah HoffmannMerge pull request #3523 from mtmail/import-styles...
2024-08-26 Sarah HoffmannMerge pull request #3525 from lonvia/project-dir-less...
2024-08-23 marc tobiasImport-Styles.md - clarify country_code key
2024-08-22 mtmailfix typo in Import-Styles.md
2024-08-22 Sarah Hoffmannallow None and str for project_dir in NominatimAPI...
2024-08-20 Sarah HoffmannMerge pull request #3520 from lonvia/restrict-interpola...
2024-08-20 Sarah HoffmannMerge pull request #3521 from lonvia/make-requests...
2024-08-19 Sarah Hoffmannrestrict interpolation housenumbers to 0-999999
2024-08-19 Sarah Hoffmannimport requests library later than osmium
2024-08-19 Sarah HoffmannMerge pull request #3519 from lonvia/api-error-handling
2024-08-19 Sarah Hoffmanntranslate UsageError in CLI API commands
2024-08-19 Sarah Hoffmannuse NominatimAPI in with context in CLI tool
2024-08-19 Sarah Hoffmannmake NominatimAPI[Async] a context manager
2024-08-18 Sarah HoffmannMerge pull request #3517 from lonvia/improve-custom...
2024-08-17 Sarah Hoffmannimprove error message on missing modules from nominatim_api
2024-08-16 Sarah Hoffmannimprove docs on custom result formatters
2024-08-16 Sarah HoffmannCLI: more useful error messages on JSON formatting...
2024-08-16 Sarah Hoffmannuse custom result formatters in CLI commands
2024-08-16 Sarah Hoffmannadd missing includes in result fomatting example
2024-08-15 Sarah HoffmannMerge pull request #3516 from lonvia/fixed-country...
2024-08-15 Sarah Hoffmannensure consistent country assignments
2024-08-15 Sarah HoffmannMerge pull request #3515 from lonvia/custom-result...
2024-08-14 Sarah Hoffmannadd documentation for custom formatters
2024-08-14 Sarah Hoffmannconfigurable error formatting and content type in resul...
2024-08-13 Sarah Hoffmannmake API formatter loadable from project directory
2024-08-13 Sarah Hoffmannmake formatting module non-static
next