Commit graph

13309 commits

Author SHA1 Message Date
Anton Khorev
a4182f4a0a Update station mapnik map key
47a96cb609/style/stations.mss (L21)
2023-12-11 12:02:33 +03:00
Anton Khorev
d5039b285b Update major building mapnik map key
47a96cb609/style/buildings.mss (L23)
2023-12-11 11:50:35 +03:00
Anton Khorev
327ceda912 Update societal amenities mapnik map key
47a96cb609/style/landcover.mss (L596)
2023-12-11 11:33:43 +03:00
Tom Hughes
e272cda348 Merge remote-tracking branch 'upstream/pull/4395' 2023-12-10 18:50:00 +00:00
Tom Hughes
59e1bd38b6 Merge remote-tracking branch 'upstream/pull/4394' 2023-12-10 18:49:20 +00:00
Anton Khorev
e108a13843 Update bounded landuses 2023-12-08 23:52:04 +03:00
Anton Khorev
92ab24baa0 Update landuse features 2023-12-08 23:05:03 +03:00
Anton Khorev
1dcf2fb9f4 Add glacier images with borders 2023-12-08 21:42:33 +03:00
Anton Khorev
fcf980615d Update landcover features visible on z5 2023-12-08 21:30:26 +03:00
Anton Khorev
ddbf69dcee Update admin boundary color 2023-12-08 20:51:30 +03:00
Anton Khorev
60c3deaa16 Sort lowest zoom level features 2023-12-08 20:48:21 +03:00
Anton Khorev
96a7e3b06c Add opnvkarte map key line widths on high zoom levels 2023-12-08 13:48:31 +03:00
Anton Khorev
d9b9e13be1 Allow to omit max_zoom if next map key entry has min_zoom 2023-12-08 13:21:57 +03:00
Anton Khorev
9ac70151a8 Load map key data in controller 2023-12-08 12:55:18 +03:00
Tom Hughes
e78aee9585 Merge remote-tracking branch 'upstream/pull/4371' 2023-12-07 16:19:23 +00:00
Tom Hughes
38bcc001e3 Merge remote-tracking branch 'upstream/pull/4392' 2023-12-07 16:06:22 +00:00
Anton Khorev
58eccb6eb4 Add stop markers for opnvkarte map key 2023-12-07 13:19:38 +03:00
Anton Khorev
8d72cd2e60 Add high-zoom rail shape for opnvkarte map key 2023-12-07 13:11:27 +03:00
Anton Khorev
10f75b9342 Add rail dash pattern for opnvkarte map key on zoom 11+ 2023-12-07 13:08:17 +03:00
Anton Khorev
68fbe6182b Update opnvkarte map key line widths up to 4px for different zooms 2023-12-07 13:00:48 +03:00
Anton Khorev
01b9f2b965 Add transportation map key for opnvkarte 2023-12-07 12:49:38 +03:00
Anton Khorev
800106c72b Allow to omit zoom levels for map key entries 2023-12-07 12:38:24 +03:00
Andy Allan
4bca24a7be Resourceful routing for passwords
This also matches the routes used by devise
2023-12-06 18:41:00 +00:00
Andy Allan
1d0f588d62 Use path and url helpers for password links 2023-12-06 18:39:25 +00:00
Tom Hughes
d303b4f6e9 Merge remote-tracking branch 'upstream/pull/4391' 2023-12-06 17:54:47 +00:00
Tom Hughes
3c3a499e93 Merge remote-tracking branch 'upstream/pull/4390' 2023-12-06 17:53:15 +00:00
Tom Hughes
ddf6689e9e Merge remote-tracking branch 'upstream/pull/4389' 2023-12-06 17:50:42 +00:00
Tom Hughes
77797b21b0 Merge remote-tracking branch 'upstream/pull/4388' 2023-12-06 17:47:14 +00:00
Andy Allan
367fa44a74 Migrate some sequences to use bigints
These primary keys were converted to bigints in migrations, but the
sequences were left unmentioned. If the original migrations are run on
postgresql 10.0+, then this leads to a mismatch in column types vs sequence
types. This migration fixes these mismatches.

If the original migrations were run on postgresql < 10, all sequences were
bigints anyway, and this migration is a no-op.

If the sequence is a bigint, then postgresql doesn't output that fact in the
statement dump.

Refs #4298
2023-12-06 14:54:12 +00:00
Andy Allan
c44e936bfb Remove normalisation of immutable keyword
This was no longer required after removing the database functions.
2023-12-06 13:59:58 +00:00
Andy Allan
791db6e892 Remove the references to plpgsql extension
This has been built-in since postgresql 9.0
2023-12-06 13:50:02 +00:00
Andy Allan
36045859af Remove the sequence type normalisation
This can mask important matters with the definition of sequences
2023-12-06 13:36:52 +00:00
Andy Allan
16d3c77427 Remove the timestamp normalisation
The precision of the timestamps is controlled in our migrations,
and so any mismatch should be marked as an error.

The ar_internal_metadata is not controlled, but is timestamp(6) for
rails 6.0+ installations, and so this won't fail in CI.
2023-12-06 13:36:52 +00:00
Andy Allan
4c77f9d780 Add comment for btree_gist to structure.sql
Refs #4298
2023-12-06 13:36:52 +00:00
Tom Hughes
0c2e471708 Fix new rubocop warnings 2023-12-05 18:13:13 +00:00
Tom Hughes
fe16876beb Update bundle 2023-12-05 18:11:14 +00:00
Tom Hughes
12b4d11d44 Use SecureRandom to generate user tokens 2023-12-04 17:25:57 +00:00
translatewiki.net
5bd9a2faef Localisation updates from https://translatewiki.net. 2023-12-04 13:24:02 +01:00
Anton Khorev
e4cce5d539 Remove unused .current from primary nav 2023-12-04 05:10:41 +03:00
Anton Khorev
6950f44a71 Update color of mapnik map key for lakes 2023-12-04 02:15:41 +03:00
Tom Hughes
88f0d73230 Merge remote-tracking branch 'upstream/pull/4384' 2023-12-03 18:33:18 +00:00
Tom Hughes
eabd56605b Merge remote-tracking branch 'upstream/pull/4383' 2023-12-03 18:32:54 +00:00
Tom Hughes
6876a520ac Merge remote-tracking branch 'upstream/pull/4385' 2023-12-03 18:32:34 +00:00
dependabot[bot]
be99cdea91
Bump eslint from 8.54.0 to 8.55.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.54.0...v8.55.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 23:08:06 +00:00
Anton Khorev
d024ce8946 Fix min zoom levels for some landcover mapnik map key features 2023-12-01 02:39:14 +03:00
Anton Khorev
019f21c42f Make mapnik map key for lakes visible on all zoom levels 2023-12-01 02:10:14 +03:00
Tom Hughes
763c37bde4 Merge remote-tracking branch 'upstream/pull/4381' 2023-11-30 17:56:24 +00:00
Anton Khorev
8eaa44cda8 Fix mapnik map key for roads
The main changes are:
- no roads on zooms < 6
- no yellow-colored secondary highways without casing
2023-11-30 19:12:34 +03:00
translatewiki.net
9046f9d61a Localisation updates from https://translatewiki.net. 2023-11-30 13:18:45 +01:00
Tom Hughes
c1ff2b035e Merge remote-tracking branch 'upstream/pull/4378' 2023-11-29 12:49:32 +00:00