Skip to content
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

RES-1858 Switch to use mapbox for geocoding #644

Open
wants to merge 171 commits into
base: develop
Choose a base branch
from

Conversation

ngm
Copy link
Contributor

@ngm ngm commented May 3, 2023

  1. Add configuration for Mapbox token. The Google API key is still used for the maps (which haven't yet been replaced) so that stays.
  2. Switch to use the standard PHP geocoder and add a basic test..
  3. For both group and event add/edit, remove use of vue-google-autocomplete and instead use the Mapbox one.

(new PR after cherry picking some files for #640 )

edwh and others added 22 commits August 1, 2022 14:03
# Conflicts:
#	resources/js/components/DeviceType.vue
#	resources/js/components/EventDevice.vue
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.75.0...v5.76.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nyholm/psr7](https://github.com/Nyholm/psr7) from 1.5.1 to 1.8.0.
- [Release notes](https://github.com/Nyholm/psr7/releases)
- [Changelog](https://github.com/Nyholm/psr7/blob/master/CHANGELOG.md)
- [Commits](Nyholm/psr7@1.5.1...1.8.0)

---
updated-dependencies:
- dependency-name: nyholm/psr7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/2.5/CHANGELOG.md)
- [Commits](guzzle/psr7@2.4.3...2.5.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 3, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 2 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.6% 0.6% Duplication

ngm and others added 7 commits May 3, 2023 17:59
Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.

Updates `engine.io` from 6.2.1 to 6.4.2
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](socketio/engine.io@6.2.1...6.4.2)

Updates `socket.io` from 4.5.4 to 4.6.1
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io@4.5.4...4.6.1)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: socket.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
edwh and others added 29 commits June 27, 2023 13:03
…olunteered

RES-1912 Remove time volunteered / volunteer hours page
# Conflicts:
#	app/Http/Controllers/ExportController.php
…s_not_working

RES-1913 Group table filter bugs.
# Conflicts:
#	resources/js/constants.js
RES-1902 Change placeholder for brand/model for when it's not known
…ate_edit

RES-1885 Rework event add/edit page to use API
…S-1858_mapbox_geocode

# Conflicts:
#	app/Helpers/Geocoder.php
#	package-lock.json
#	resources/js/components/VenueAddress.vue
#	tests/Unit/GeocoderTest.php
@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 7, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 2 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.6% 0.6% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants