]> git.openstreetmap.org Git - nominatim.git/shortlog
nominatim.git
2021-07-12 Sarah Hoffmannmore formatting fixes
2021-07-12 Sarah HoffmannMerge pull request #2391 from lonvia/fix-sonar-issues
2021-07-12 Sarah Hoffmannfactor out connection reset code
2021-07-12 Sarah Hoffmannsimplify analyse function
2021-07-12 Sarah Hoffmannsplit up variant computation for better readability
2021-07-12 Sarah Hoffmannreorganise process_place function
2021-07-12 Sarah Hoffmannsimplify website setup code
2021-07-12 Sarah Hoffmannavoid repeated patterns for table name
2021-07-12 Sarah Hoffmannsimplify if statements
2021-07-12 Sarah Hoffmannconvert single case switch to if statement
2021-07-11 Sarah Hoffmannavoid local variable assignment
2021-07-11 Sarah Hoffmannfix more missing braces on one-liners
2021-07-11 Sarah Hoffmannremove dead code
2021-07-11 Sarah Hoffmanndo not intermix params with and without default
2021-07-11 Sarah Hoffmanndirectly return data in function
2021-07-11 Sarah Hoffmannremove unnecessayly nested ifs
2021-07-11 Sarah Hoffmannremove unused functions
2021-07-11 Sarah Hoffmannavoid multiple returns of same value
2021-07-10 Sarah Hoffmannalways use brackets on if statements
2021-07-09 Sarah Hoffmannremove unused variables
2021-07-09 Sarah Hoffmannfix bad use of echo in PHP output
2021-07-09 Sarah HoffmannMerge pull request #2390 from lonvia/responsible-disclosure
2021-07-09 Sarah Hoffmannadd security issue disclosure policy
2021-07-07 Sarah HoffmannMerge pull request #2384 from lonvia/actions-add-icu...
2021-07-07 Sarah Hoffmannadd missing pyyaml requirement
2021-07-07 Sarah Hoffmannenable PHP 7.2 for Ubuntu 18 CI
2021-07-06 Sarah Hoffmanncannot use capture_output in subprocess.run
2021-07-06 Sarah Hoffmannremove default parameter for namedtuple
2021-07-06 Sarah HoffmannCI: run tests on older Ubuntu version as well
2021-07-05 Sarah HoffmannMerge pull request #2382 from lonvia/remove-json-config
2021-07-05 Sarah HoffmannMerge pull request #2383 from lonvia/remove-more-names
2021-07-05 Sarah Hoffmannexclude name:etymology and name:signed
2021-07-05 Sarah Hoffmannremove outdated ICU tokenizer JSON config
2021-07-05 Sarah HoffmannMerge pull request #2371 from lonvia/increase-python...
2021-07-05 Sarah HoffmannMerge pull request #2381 from lonvia/reorganise-abbrevi...
2021-07-04 Sarah Hoffmannadd warning about experimental nature of ICU tokenizer
2021-07-04 Sarah Hoffmannlimit the number of variants that can be produced
2021-07-04 Sarah Hoffmannrestrict partial word counting to names of reasoanble...
2021-07-04 Sarah Hoffmannfix subsequent replacements
2021-07-04 Sarah Hoffmannleave ICU variant properties empty for now
2021-07-04 Sarah Hoffmannimport abbreviations from OSM Wiki
2021-07-04 Sarah Hoffmannimprove normalization
2021-07-04 Sarah Hoffmannonly consider partials in multi-words for initial count
2021-07-04 Sarah Hoffmannadd documentation for ICU tokenizer configuration
2021-07-04 Sarah Hoffmannswitch to a more flexible variant description format
2021-07-04 Sarah Hoffmannuse yaml tag syntax to mark include files
2021-07-04 Sarah Hoffmannadd dependency on datrie
2021-07-04 Sarah Hoffmanntests for composing decomposed suffixes
2021-07-04 Sarah Hoffmannmake compund decomposition pure import feature
2021-07-04 Sarah Hoffmanncomplete tests for icu tokenizer
2021-07-04 Sarah Hoffmannfix full term token in special phrases
2021-07-04 Sarah Hoffmanncomplete tests for rule loader
2021-07-04 Sarah Hoffmanncorrectly quote strings when copying in data
2021-07-04 Sarah Hoffmannupdate unit tests for adapted abbreviation code
2021-07-04 Sarah Hoffmannadd abbreviations from legacy tokenizer
2021-07-04 Sarah Hoffmannadapt tests for ICU tokenizer
2021-07-04 Sarah Hoffmannmove abbreviation computation into import phase
2021-07-04 Sarah Hoffmannicu tokenizer: move transliteration rules in separate...
2021-07-03 Sarah Hoffmanndocs: nominatim-ui should be installed from the release
2021-06-26 Sarah HoffmannMerge pull request #2373 from lonvia/tweak-search-cost
2021-06-26 Sarah Hoffmannremove penalty for full words in address
2021-06-26 Sarah Hoffmannadjust penalty for housenumber-in-name searches
2021-06-21 Sarah Hoffmannincrease minimum Python to 3.6
2021-06-18 Sarah Hoffmannmake sure old data gets deleted on place type change
2021-06-17 Sarah Hoffmannupdate postcode in place if it already exists
2021-06-17 Sarah HoffmannMerge pull request #2369 from lonvia/exclude-poi-from...
2021-06-17 Sarah Hoffmanndo not return POIs when dropping house number in query
2021-06-16 Sarah HoffmannMerge pull request #2360 from AntoJvlt/postcodes-place...
2021-06-12 AntoJvltImproved performance of the postcodes query and some...
2021-06-12 AntoJvltAlways delete old placex entry for type=postcode when...
2021-06-09 AntoJvltHandle postcode type change in place insert trigger
2021-06-09 AntoJvltClean and update tests for postcodes
2021-06-09 AntoJvltUse place_exists() into can_compute() for postcodes
2021-06-09 AntoJvltUpdate tests for postcodes
2021-06-09 AntoJvltUse place instead of placex to compute postcodes
2021-06-08 Sarah Hoffmanndo not fail CI on codecov errors
2021-06-06 Sarah HoffmannMerge pull request #2359 from lonvia/switch-bdd-tests...
2021-06-06 Sarah Hoffmannremove deprecated query interface
2021-06-06 Sarah Hoffmannswitch BDD tests to always use search API
2021-06-04 Sarah HoffmannMerge pull request #2358 from AntoJvlt/documentation...
2021-06-03 AntoJvltUpdate documentation
2021-06-02 Sarah HoffmannMerge pull request #2357 from lonvia/legacy-tokenizer...
2021-06-02 Sarah Hoffmannfix insertion of special terms and countries into word...
2021-06-02 Sarah HoffmannMerge pull request #2356 from lonvia/freeze-after-import
2021-06-02 Sarah Hoffmanndocs: reload SQL when migrating to 3.6
2021-06-02 Sarah Hoffmanncall freeze after running and non-updateable import
2021-05-26 Sarah Hoffmanncommit changes to replication log table
2021-05-26 Sarah Hoffmannalways compute guessed postcode for POIs from centroid
2021-05-25 Sarah HoffmannMerge pull request #2349 from lonvia/fix-website-refresh
2021-05-25 Sarah Hoffmannonly initialise tokenizer for refresh functions where...
2021-05-24 Sarah HoffmannMerge pull request #2346 from lonvia/words-vs-tokens
2021-05-24 Sarah Hoffmannadd tests for new full name computation with ICU
2021-05-24 Sarah Hoffmannreorganize keyword creation for legacy tokenizer
2021-05-23 Sarah Hoffmannuse make_keywords for place search terms also
2021-05-23 Sarah Hoffmannalways ignore multi term partials in search
2021-05-22 Sarah HoffmannMerge pull request #2342 from lonvia/icu-tokenizer-ci
2021-05-21 Sarah HoffmannCI: run BDD tests with legacy_icu tokenizer
2021-05-21 Sarah Hoffmannenable Tiger BDD API test for legacy_icu
2021-05-20 Sarah HoffmannMerge pull request #2341 from lonvia/cleanup-python...
2021-05-20 Sarah HoffmannMerge pull request #2337 from mogita/fix/invalid-query...
next