-
-
Notifications
You must be signed in to change notification settings - Fork 102
V1.6.0 nextcloud 31 #1431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V1.6.0 nextcloud 31 #1431
Conversation
6f6dc8b to
9268101
Compare
9268101 to
620e3ac
Compare
|
@tacruc, FYI: 'was following your conversations with Mr. Copilot with great interest. A fix for the problematic assignment-operator in FavoritesController is part of this PR. Can you give me a hint how to fix CI
I'm able to build the project locally Concerning PR #1223 / your branch (HEIC-support): |
|
Hi @umgfoin, did you check if the map was loading and working after:
Are you reachable on talk.nextcloud.com or some other IM? |
574719f to
976b19c
Compare
|
Hi,
Yes, seems to load and work correctly (subjectively with slightly slower tile loading than 1.9.6) except of the watercolor map.
I'll send you my contact to your github-mail. |
fdac1c2 to
c598813
Compare
|
@raruto/leaflet-elevation: 1.9.6 -> 2.5.1 |
5983bb2 to
aba8120
Compare
|
npm ci still faiiing with: module child_process is installed in dev-section |
|
Hi @umgfoin, maps/.github/workflows/test.yml Line 66 in afbb0d8
|
@nextcloud/auth: 2.40 -> 2.5.1 @nextcloud/dialogs: 5.3.1 -> 6.3.1 @nextcloud/moment: 1.3.2 -> 1.3.4 @nextcloud/sharing: 0.2.4 -> 0.2.5 @nextcloud/vue: 8.26.0 -> 8.27.0 @maplibre/maplibre-gl-leaflet: 0.0.22 -> 0.1.1 @raruto/leaflet-elevation: 1.7.0 -> 1.9.6 axios: 1.8.4 -> 1.10.0 leaflet.locatecontrol: 0.83.0 -> 0.84.2 mapbox-gl: 3.4.0 -> 3.13.0 maplibre-gl: 3.6.2 -> 5.6.1 opening_hours: 3.8.0 -> 3.9.0 ua-parser-js: 2.0.0 -> 2.0.4 vue-loader: 15.11.1 (new) vue-material-design-icons: 5.3.0 -> 5.3.1, dev: @nextcloud/babel-config: 1.1.1 -> 1.2.0 @babel/plugin-proposal-object-rest-spread: 7.20.7 (new) @nextcloud/stylelint-config: 3.0.1 -> 3.1.0 @nextcloud/webpack-vue-config: 6.0.1 -> 6.3.0 @types/leaflet: 1.9.15 -> 1.9.20 Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
Several dynamic imports (as of @raruto/leaflet-elevation >=2.0.0) conflict with webpack: map.vue: Monkey-patch leaflet-elevation's import-method to exclude dynamic-imports from webpack-handling: Dynamically loaded imports are either served from external-repos (e.g. d3) or locally served at <maps-root>/src/components/leaflet-elevation/src. Keep in mind to update components there with every future update of @raruto/leaflet-elevation and update the monkey-patching according to the original implementation: @<maps_src_root>node_modules/@raruto/leaflet-elevation/dist/leaflet-elevation.js Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
ref: https://github.com/nextcloud/maps/compare/copilot/fix-1288 Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
…essbook entries. Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
Extend list of evaluated address-categories to 'building', 'place', 'amenity': In the long run, a migration to geocodejson-format should be evaluated, as the currently returned tags for categories are given according to OSM tagging which is not very consistent. Quoting from https://nominatim.org/release-docs/latest/api/Search/: "If you are interested in a stable classification of address categories (suburb, city, state, etc), have a look at the geocodejson format. All other formats return classifications according to OSM tagging. There is a much larger set of categories and they are not always consistent, which makes them very hard to work with." Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
Todo: Implement API-key-settings and -authorization. Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
aba8120 to
eff3a1e
Compare
Signed-off-by: umgfoin <umgfoin@users.noreply.github.com>
eff3a1e to
57b2666
Compare
Many thanks, @flabbamann: This was the culprit! "ALL checks have passed" |
tacruc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks alot
Prepare release 1.6.0