Conversation
Generated by 🚫 Danger |
Coverage Report for CI Build 35295283987Coverage decreased (-0.4%) to 96.661%Details
Uncovered Changes
Coverage Regressions11 previously-covered lines in 3 files lost coverage.
Coverage Stats
💛 - Coveralls |
1ec5
left a comment
There was a problem hiding this comment.
This is looking pretty good. I only inspected the code but haven’t tried running it. I haven’t gone through our issues to see if any features dropped out. It’ll be easier to detect them in testing anyways.
I included some nitpick comments, in case it’s easy enough to remove those from the diffs.1 The cleaner the diff, the less likely we are to have merge conflicts in the future. Some of the whitespace changes are probably remnants from code that we added and removed at some point.
Footnotes
-
You can do an interactive rebase to rewrite this history. Change
picktoedit, edit the file, then continue the rebase. ↩
2ab234f to
7abe6a7
Compare
ac99a3c to
ee9fb22
Compare
|
Tests are passing now, the map load timing was breaking some tests, so I bumped Capybara's default_max_wait_time so it waits for the page to finish loading. |
|
Sounds good, it was failing intermittently on other branches for the same reason. |
fc9eeba to
3a65d5f
Compare
|
I rebased this branch on the latest upstream master and pulled in the recent changes from staging (map-styles 0.9.19 and the locale key rename), same 12 logical commits, just on a newer base. |
1ec5
left a comment
There was a problem hiding this comment.
We’re almost there! I looked over everything except test/. I specifically looked for any sign of a bad merge, other than some problems we already have tail work ticketed out about.
Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net>
Co-authored-by: Sajjad Anwar <sajjadkm@gmail.com> Co-authored-by: Eric Theise <erictheise@gmail.com>
Co-authored-by: Jim McAndrew <jim@loc8.us> Co-authored-by: Greg Allensworth <gregory@greeninfo.org> Co-authored-by: Minh Nguyễn <mxn@1ec5.org>
Co-authored-by: Jim McAndrew <jim@loc8.us> Co-authored-by: Seth Fitzsimmons <seth@mojodna.net> Co-authored-by: Sanjay Bhangar <sanjay@developmentseed.org> Co-authored-by: Sajjad Anwar <sajjadkm@gmail.com> Co-authored-by: Eric Theise <erictheise@gmail.com>
Co-authored-by: Jim McAndrew <jim@loc8.us> Co-authored-by: Seth Fitzsimmons <seth@mojodna.net> Co-authored-by: Sanjay Bhangar <sanjay@developmentseed.org> Co-authored-by: Sajjad Anwar <sajjadkm@gmail.com> Co-authored-by: Eric Theise <erictheise@gmail.com> Co-authored-by: Dan Rademacher <dan@greeninfo.org> Co-authored-by: Greg Allensworth <gregory@greeninfo.org>
Co-authored-by: Jeff Meyer <jeff@gwhat.org> Co-authored-by: Dan Rademacher <dan@greeninfo.org> Co-authored-by: Minh Nguyễn <mxn@1ec5.org> Co-authored-by: Eric Theise <erictheise@gmail.com>
Co-authored-by: Minh Nguyễn <mxn@1ec5.org> Co-authored-by: Eric Theise <erictheise@gmail.com>
3a65d5f to
57fe187
Compare
Co-authored-by: Dan Rademacher <dan@greeninfo.org> Co-authored-by: mmd-osm <mmd.osm@gmail.com>
Co-authored-by: Jeff Meyer <jeff@gwhat.org> Co-authored-by: Dan Rademacher <dan@greeninfo.org> Co-authored-by: Minh Nguyễn <mxn@1ec5.org> Co-authored-by: Eric Theise <erictheise@gmail.com>
57fe187 to
5af4932
Compare
Co-authored-by: Jim McAndrew <jim@loc8.us> Co-authored-by: Seth Fitzsimmons <seth@mojodna.net> Co-authored-by: Eric Theise <erictheise@gmail.com>
Co-authored-by: Eric Theise <erictheise@gmail.com>
Co-authored-by: translatewiki.net <l10n-bot@translatewiki.net>
5af4932 to
aec2a70
Compare
|
I went through
Only |
* Remove dead entries from locale overrides * Check for locale overrides that repeat upstream or look unused
This PR replaces the old patch-accumulated history with 12 logical commits that contain all OHM customizations, rebuilt on top of the latest upstream master openstreetmap-website-5a02636.
This is the approach agreed in the ticket OpenHistoricalMap/issues#735 as a cleaner baseline for future development and upstream merges.
cc. @1ec5