You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OSM API recently changed the changeset endpoint to also return the comment id for changeset discussion comments in the api response. The changeset replication should probably be updated to also include this. openstreetmap/openstreetmap-website#4245
res=@conn.exec("select cc.author_id, u.display_name as author, cc.body, cc.created_at from changeset_comments cc join users u on cc.author_id=u.id where cc.changeset_id=#{cs.id} and cc.visible order by cc.created_at asc")
Looking at the history here I don't think I was aware that other repo existed - it looks like I found the script running unmanaged on the server and added it here to get it managed without realising there was already a repo for it.
Opening an issue here since the replicate-changesets script is seemingly maintained in here instead of in https://github.com/zerebubuth/openstreetmap-changeset-replication
(upstream issue: zerebubuth/openstreetmap-changeset-replication#9)
The OSM API recently changed the changeset endpoint to also return the comment id for changeset discussion comments in the api response. The changeset replication should probably be updated to also include this.
openstreetmap/openstreetmap-website#4245
chef/cookbooks/planet/files/default/replication-bin/replicate-changesets
Lines 97 to 118 in 26b959e
The text was updated successfully, but these errors were encountered: