-
Notifications
You must be signed in to change notification settings - Fork 4
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
ngm
wants to merge
171
commits into
develop
Choose a base branch
from
RES-1858_mapbox_geocode
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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>
…to RES-1787_category_suggestion
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>
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
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>
…olunteered RES-1912 Remove time volunteered / volunteer hours page
# Conflicts: # app/Http/Controllers/ExportController.php
RES-1900 weight text
…s_not_working RES-1913 Group table filter bugs.
RES-1908 country codes
# Conflicts: # resources/js/app.js
# 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
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
(new PR after cherry picking some files for #640 )