go-spatial / tegola

Tegola is a Mapbox Vector Tile server written in Go
http://tegola.io/
MIT License
1.25k stars 192 forks source link

provider/postgis: Clean out deprecated connection params #979

Closed ARolek closed 3 months ago

ARolek commented 4 months ago

In v0.15.0 support for a connection string uri was added to provider/postgis. When this change was made, we marked the old connection params as deprecated. These params now need to be removed. This issue is for tracking this removal from the following places:

iwpnd commented 4 months ago

I can take it. Do you think it makes sense to create Github project to collect open work like this? Have to admit I completely forgot about it - and actually volunteered for it back then. :disappointed:

ARolek commented 4 months ago

I can take it.

That would be awesome! Your recent PR made me realize this hasn't been done but should absolutely be cleaned up. I'm on a "purge all the unnecessary things" kick right now πŸ˜‰

Do you think it makes sense to create Github project to collect open work like this

I would absolutely be in favor of this. We could then organize issues based on priority if contributors are looking to pick up an issue. I can spin up a project called "Roadmap" and we can start adding issues to it. How does that sound?

iwpnd commented 4 months ago

Great πŸ‘ŒπŸ» let’s do that

ARolek commented 4 months ago

@iwpnd done. I also invited you to it so you can help groom the backlog ;-)

ARolek commented 3 months ago

@iwpnd have you had a chance to look at this issue? I'm hoping to include these changes in the upcoming release. The upcoming release has a lot of vuln squashing in it, so I would like to get a version cut in the not too distant future. LMK if you want to tag team this one.

iwpnd commented 3 months ago

Gosh 19d ago already. I'm swamped at work right now and happy to not touch the keyboard in the evening. But I do have a three hour train ride on Wednesday reserved for it. ☝🏻🀞🏻

ARolek commented 3 months ago

@iwpnd No worries!!

I'm swamped at work right now and happy to not touch the keyboard in the evening.

I can relate. A lot to juggle right now. No pressure.

But I do have a three hour train ride on Wednesday reserved for it.

Excellent. Feel free to push up a branch if you need some help along the way. Thanks for tackling this one!