-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add custom routes to pages router #7231
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
mtrezza
merged 35 commits into
parse-community:master
from
mtrezza:add-custom-routes-to-pages-router
Mar 7, 2021
Merged
Changes from 27 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
dc9f90d
Merge commit 'ccb045b68c5b4d983a90fa125513fc476e4e2387'
mtrezza 4d72525
Merge remote-tracking branch 'upstream/master'
mtrezza 65a6bdb
Merge remote-tracking branch 'upstream/master'
mtrezza 50274b8
Merge remote-tracking branch 'upstream/master'
mtrezza 3b337cd
Merge remote-tracking branch 'upstream/master'
mtrezza 073f0fc
Merge remote-tracking branch 'upstream/master'
mtrezza 2ee5907
Merge remote-tracking branch 'upstream/master'
mtrezza 241a1d8
Merge remote-tracking branch 'upstream/master'
mtrezza 4f097ce
Merge remote-tracking branch 'upstream/master'
mtrezza 8f3ea1c
Merge remote-tracking branch 'upstream/master'
mtrezza 4743cbc
Merge remote-tracking branch 'upstream/master'
mtrezza 59de429
Merge remote-tracking branch 'upstream/master'
mtrezza ed2944f
Merge remote-tracking branch 'upstream/master'
mtrezza 3ff82c8
Merge commit '7f47b0427ea56214d9b0199f0fcfa4af38794e02'
mtrezza 19d7556
Merge remote-tracking branch 'upstream/master'
mtrezza 935b913
Merge remote-tracking branch 'upstream/master'
mtrezza 38f3739
Merge remote-tracking branch 'upstream/master'
mtrezza 098a5c3
Merge remote-tracking branch 'upstream/master'
mtrezza 669766a
Merge remote-tracking branch 'upstream/master'
mtrezza dcb91ee
Merge remote-tracking branch 'upstream/master'
mtrezza 12395b9
added custom routes
mtrezza fd09d0e
fixed docs typos
mtrezza b9115cb
added page.customRoutes config validation
mtrezza 8c7e3d4
added 404 response if missing custom route response
mtrezza 164640e
added docs
mtrezza dc3a0ff
minor README formatting
mtrezza 68dc593
added CHANGELOG entry
mtrezza d5aa98b
fixed bug in definitions builder that did not recognize array of cust…
mtrezza 90a68e4
added missing route handler definition
mtrezza 73290b6
fixed custom routes definition
mtrezza 093af98
Merge remote-tracking branch 'upstream/master'
mtrezza 8fde141
Merge branch 'master' into add-custom-routes-to-pages-router
mtrezza a5b27d0
Merge remote-tracking branch 'upstream/master'
mtrezza 7935fd6
Merge branch 'master' into add-custom-routes-to-pages-router
mtrezza 54ce26d
Merge branch 'master' into add-custom-routes-to-pages-router
mtrezza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE html> | ||
<!-- | ||
This page demonstrates how to use custom pages in custom routes. | ||
--> | ||
<html> | ||
|
||
<head> | ||
<title>{{appName}}</title> | ||
</head> | ||
|
||
<body> | ||
<h1>{{appName}}</h1> | ||
</body> | ||
|
||
</html> |
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
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
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
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
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
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
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 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.
Uh oh!
There was an error while loading. Please reload this page.