]> git.openstreetmap.org Git - nominatim.git/shortlog
nominatim.git
2022-08-05 Sarah Hoffmanndocs: fix dangling links v4.1.0
2022-08-05 Sarah Hoffmanndocs: update links to vagrant instructions
2022-08-05 Sarah Hoffmannprepare release 4.1.0
2022-08-01 Sarah HoffmannMerge pull request #2786 from lonvia/export-centroid...
2022-07-31 Sarah Hoffmannexport centroid to tokenizer
2022-07-31 Sarah HoffmannMerge pull request #2784 from lonvia/doscs-customizing...
2022-07-31 Sarah Hoffmannfix various typos
2022-07-29 Sarah Hoffmannadd simple examples of sanitizers and token analysis
2022-07-29 Sarah Hoffmannoverhaul the token analysis interface
2022-07-29 Sarah Hoffmannmove PlaceName into the generic data module
2022-07-29 Sarah Hoffmannharmonize spelling
2022-07-29 Sarah Hoffmannharmonize interface of token analysis module
2022-07-29 Sarah Hoffmannadd documentation for custom token analysis
2022-07-28 Sarah Hoffmannadd documentation for sanitizer interface
2022-07-28 Sarah HoffmannMerge pull request #2780 from lonvia/python-modules...
2022-07-25 Sarah Hoffmannadd support for external token analysis modules
2022-07-25 Sarah Hoffmannadd support for external sanitizer modules
2022-07-25 Sarah Hoffmannadd function for loading plugin modules
2022-07-25 Sarah HoffmannMerge pull request #2775 from lonvia/remove-centos...
2022-07-24 Sarah Hoffmannvagrant: remove proj dependency and only require php-cli
2022-07-24 Sarah Hoffmannremove CentOS installation instructions
2022-07-23 Sarah HoffmannMerge pull request #2774 from lonvia/parameter-arrays
2022-07-23 Sarah Hoffmannignore API parameters in array notation
2022-07-20 Sarah HoffmannMerge pull request #2772 from kianmeng/fix-typos
2022-07-20 Kian-Meng Angdocs: fix typos
2022-07-20 Sarah Hoffmanndocs: slightly increase recommended hardware requirements
2022-07-19 Sarah HoffmannMerge pull request #2770 from lonvia/typed-python
2022-07-18 Sarah HoffmannCI: remove installation of pip on Ubuntu 20
2022-07-18 Sarah Hoffmannadd explicit cast for fetchone
2022-07-18 Sarah HoffmannCIL use psutil type stubs
2022-07-18 Sarah Hoffmannremove typing_extensions requirement
2022-07-18 Sarah HoffmannCI: make type checking strict
2022-07-18 Sarah Hoffmannadd type annotations for command line functions
2022-07-18 Sarah Hoffmannadd type annotations for Tiger import function
2022-07-18 Sarah Hoffmannadd type annotations to special phrase importer
2022-07-18 Sarah Hoffmannadd type annotations to database check functions
2022-07-18 Sarah Hoffmannadd type annotations for database import functions
2022-07-18 Sarah Hoffmannadd type annotations for migrations
2022-07-18 Sarah Hoffmannadd type annotations to tool functions
2022-07-18 Sarah Hoffmannadd type annotations for ICU tokenizer
2022-07-18 Sarah Hoffmannadd type annotations for legacy tokenizer
2022-07-18 Sarah Hoffmannadd type annotations to ICU tokenizer helper modules
2022-07-18 Sarah Hoffmannadd typing extensions for Ubuntu22.04
2022-07-18 Sarah Hoffmannadd type annotations for token analysis
2022-07-18 Sarah Hoffmannadd type hints for sanitizers
2022-07-18 Sarah Hoffmannadd type annotations for indexer
2022-07-18 Sarah Hoffmannadd typing information for postcode formatter
2022-07-18 Sarah Hoffmannadd typing information for place_info and country_info
2022-07-18 Sarah Hoffmannadd typing information for utils submodule
2022-07-18 Sarah Hoffmanntype annotations for non-blocking DB connection
2022-07-18 Sarah Hoffmannadd type annotations for SQL preprocessor
2022-07-18 Sarah Hoffmannadd type annotation to DB utils
2022-07-18 Sarah Hoffmannadd typing information to DB properties
2022-07-18 Sarah Hoffmannadd typing annotations for DB status module
2022-07-18 Sarah Hoffmannadapt use of Connection in bdd tests to name change
2022-07-18 Sarah Hoffmannadd type annotations to freeze functions
2022-07-18 Sarah Hoffmannfix uses of config.get_path() to expect None
2022-07-18 Sarah Hoffmanndefine type for enivronment dictionaries
2022-07-18 Sarah Hoffmannrestrict return type more
2022-07-18 Sarah Hoffmannadd type annotations to exec_utils
2022-07-18 Sarah HoffmannCI: install type info for psycopg2
2022-07-18 Sarah Hoffmannavoid issues with Python < 3.9 and linting
2022-07-18 Sarah Hoffmannmove complex typing annotations to extra file
2022-07-18 Sarah Hoffmanntype annotations for DB utils
2022-07-18 Sarah Hoffmanntype annotations for DB connection
2022-07-18 Sarah Hoffmannmypy: add psycopg2 typing info from typeshed
2022-07-18 Sarah Hoffmannadd type annotations to config module
2022-07-18 Sarah Hoffmannadd type annotations for version.py
2022-07-18 Sarah Hoffmannmypy: ignore dotenv library
2022-07-18 Sarah Hoffmanndocument use of mypy
2022-07-18 Sarah HoffmannCI: add mypy to tests
2022-07-18 Sarah Hoffmannmypy: minimal annotations to enable a clean run
2022-07-18 Sarah HoffmannMerge pull request #2761 from lonvia/repair-index-analysis
2022-07-13 Sarah HoffmannMerge pull request #2764 from otbutz/patch-4
2022-07-12 otbutzRemove legacy Postgres options
2022-07-11 Sarah HoffmannMerge pull request #2691 from mtmail/ubuntu-22
2022-07-09 marc tobiasIn tests for PHP 8 disable Just-in-time, it conflicts...
2022-07-09 Marc TobiasVagrant and CI tests for Ubuntu 22.04
2022-07-09 Sarah Hoffmanndecode_json() always create arrays instead of objects
2022-07-07 Sarah Hoffmannconvert admin --analyse-indexing to new indexing method
2022-07-07 Sarah HoffmannMerge pull request #2760 from lonvia/reorganize-data...
2022-07-07 Sarah Hoffmannremove analyze() from PlaceInfo class
2022-07-06 Sarah Hoffmannmove country_info into data submodule
2022-07-06 Sarah Hoffmannmove PlaceInfo into data submodule
2022-07-05 Sarah Hoffmanntest: avoid column names with upper-case letters
2022-07-03 Sarah HoffmannCI: remove unneed stuff to make space for DB
2022-07-03 Sarah HoffmannMerge pull request #2706 from mtmail/php-fixes-php7...
2022-07-03 Marc TobiasPHP 8 behaves slightly different with in_array and...
2022-06-30 Sarah Hoffmannfix syntax error with tablespaces
2022-06-29 Sarah Hoffmanndocs: replace deprecated pages option
2022-06-29 Sarah Hoffmannfix handling of zero importance
2022-06-24 Sarah HoffmannMerge pull request #2757 from lonvia/filter-postcodes
2022-06-24 Sarah Hoffmannignore 5+ postcodes in the US for now
2022-06-23 Sarah Hoffmannbdd: correctly skip postcode tests for legacy
2022-06-23 Sarah Hoffmannbdd: do not expect legacy word table to be without...
2022-06-23 Sarah Hoffmannadapt search algorithm to new postcode format in word
2022-06-23 Sarah Hoffmannhandle postcodes properly on word table updates
2022-06-23 Sarah Hoffmannadd documentation for postcode customization
2022-06-23 Sarah Hoffmannfix linting issue
2022-06-23 Sarah Hoffmannfix up BDD tests for postcode changes
next