-
-
Notifications
You must be signed in to change notification settings - Fork 79
Sync Dev to Main #523
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
Merged
Merged
Sync Dev to Main #523
Conversation
This file contains hidden or 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
Add Support for Google Analytics 4
eMbArrAssiNg
- Filter quests by their conditions now if a reward has multiple conditions - Rework available, returns an object instead now for future expandability - questConditions gql api update - version bump - Make better use of promise.all in getAvailable pokestops method to reduce query times
- Remove now unnecessary locale fixing - Better merging for multi db setups
Filter by Quest Conditions
- Updates SQL query to use a dynamic column name based on a startup check - Maintains backwards compatibility for older RDM clients that are still using availble_slots
Available Slots Compatibility
Co-Authored-By: Petap0w <47784174+Petap0w@users.noreply.github.com>
Only actual changes were in: - eslintrc - prettierignore - prettierrc - package.json The rest of the changes are purely linting
- Perform basic lint and build actions
Consistent Linting
Log user perms in Discord for additional troubleshooting/viewing Cleanup some scanner related perms
Log User Perms in Discord
- Normalize manual areas - Add parents property support - Fix instanceof error
- Client side option to always have labels displayed or not
Files changed:\nM server/src/configs/custom-environment-variables.json
Optional show labels
- Weather now respects area restrictions / userArea selections with checking if the polygons overlap or are contained within each other - getPolyVector now returns a reverse for geojson format as well - Added scanAreasObj to config for easy ref - Fix a couple of gql endpoints
Weather Area Restrictions
- Wasn't updating cache for gql frontend to grab when queryOnSessionInit was enabled - Lower default values for when it queries - Enable raids by default now to query on session init since it's low cost - Add optional logging to getAvailable method
Fix Available Cache Issue
- Create AreaTile.jsx to cleanup some code - Add a reset button - Add select all/none for parents - Refine the add/remove state setter and cleanup any dead areas
More Scan Area Refinement
- Add multiDomain and hidden support to manual areas - Maintain hidden areas for areaRestriction purposes but still hide them from the map and sidebar menu - Add a check in weather model to fix an edgecase - *Allow* manualAreas and an areas.json to be used together - Fix reset button - Fix sidebar menu grid items when the name is too long, assuming it's a multi-word place - Less hacky ScanArea tile stuff
Scan Area Filtering Refinements
- Maintain all extra properties
Add missing locales
- Minor version bump - Sentry cli for releases
Automated Releases
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.
No description provided.