-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* EventDetail page, replace azuremap with googlemap * combine EventInfoWindowContent component, set locationpreference map center on load user data * remove console * replace azuremap with googlemap * Updating Privacy Policy (#1697) * Updating Privacy Policy * Added more lingo --------- Co-authored-by: Joe Beernink <[email protected]> * Move to new mobile create event flow (#1699) * Updating Privacy Policy * Added more lingo * Move to new create event flow --------- Co-authored-by: Joe Beernink <[email protected]> * Enable route tracking (#1702) Co-authored-by: Joe Beernink <[email protected]> * add click on map * remove deprecated MapControllerSinglePoint * replace MyDashboard's azuremap with GoogleMap * fix minor lint * minor lint * Update PList Descriptions (#1706) Co-authored-by: Joe Beernink <[email protected]> * replace azuremap with googlemap * move waiver query, addAttendee mutation to RegisterBtn & add click on map to close infowindow * Updating GitVersion (#1717) * Updating GitVersion * Remove label * Remove flag --------- Co-authored-by: Joe Beernink <[email protected]> * Remove tag (#1718) * Updating GitVersion * Remove label * Remove flag * Remove tag field --------- Co-authored-by: Joe Beernink <[email protected]> * Switch to ContinuousDelivery (#1719) * Updating GitVersion * Remove label * Remove flag * Remove tag field * Switch to ContinuousDelivery --------- Co-authored-by: Joe Beernink <[email protected]> * Remove fallback tag (#1720) * Updating GitVersion * Remove label * Remove flag * Remove tag field * Switch to ContinuousDelivery * Remove fallback tag --------- Co-authored-by: Joe Beernink <[email protected]> * Added tagged commit (#1721) * Updating GitVersion * Remove label * Remove flag * Remove tag field * Switch to ContinuousDelivery * Remove fallback tag * Set to tagged commit --------- Co-authored-by: Joe Beernink <[email protected]> * Remove Strategy (#1722) * Updating GitVersion * Remove label * Remove flag * Remove tag field * Switch to ContinuousDelivery * Remove fallback tag * Set to tagged commit * Remove strategy --------- Co-authored-by: Joe Beernink <[email protected]> * Update build gitversion version (#1723) * Updating GitVersion * Remove label * Remove flag * Remove tag field * Switch to ContinuousDelivery * Remove fallback tag * Set to tagged commit * Remove strategy * Update build gitversion version --------- Co-authored-by: Joe Beernink <[email protected]> * close infowindow when click on map * revise Map with multiple markers * minor lint * Fix merge issue (#1727) Co-authored-by: Joe Beernink <[email protected]> * Stnadardize GitVersions in all files (#1728) Co-authored-by: Joe Beernink <[email protected]> * Fix VS Config for typescript (#1732) * Add label setting to gitversion file (#1734) Co-authored-by: Joe Beernink <[email protected]> * Switching back to Mainline mode (#1735) Co-authored-by: Joe Beernink <[email protected]> * Fix GitVersion (#1736) * Switching back to Mainline mode * One more time --------- Co-authored-by: Joe Beernink <[email protected]> * Move back to version space 5.x (#1737) Co-authored-by: Joe Beernink <[email protected]> * Update PreRelease Build number (#1738) Co-authored-by: Joe Beernink <[email protected]> * Fix typo (#1739) * Update PreRelease Build number * Fix typo --------- Co-authored-by: Joe Beernink <[email protected]> --------- Co-authored-by: Dopp <[email protected]> Co-authored-by: Joe Beernink <[email protected]> Co-authored-by: Pitipat Srichairat <[email protected]> Co-authored-by: Dany Pellerin <[email protected]>
- Loading branch information
1 parent
c481359
commit d6e8d59
Showing
14 changed files
with
47 additions
and
42 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
assembly-versioning-scheme: MajorMinorPatch | ||
mode: ContinuousDelivery | ||
tag-pre-release-weight: 1590664954 | ||
mode: Mainline | ||
tag-pre-release-weight: 1590665287 | ||
branches: | ||
main: | ||
regex: ^main$ | ||
increment: Patch | ||
is-release-branch: true | ||
pre-release-weight: 1590664955 | ||
pre-release-weight: 1590665287 | ||
source-branches: ['main'] | ||
tracks-release-branches: false | ||
release: | ||
regex: ^release$ | ||
increment: Patch | ||
is-release-branch: true | ||
pre-release-weight: 1590664954 | ||
pre-release-weight: 1590665287 | ||
source-branches: ['main', 'release'] | ||
tracks-release-branches: false | ||
ignore: | ||
sha: [] | ||
merge-message-formats: {} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": "./client-app/tsconfig" | ||
} |
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