-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add roles and versions as new dimensions (in addition to language) #13679
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
Draft
bep
wants to merge
8
commits into
gohugoio:master
Choose a base branch
from
bep:feat/roles-versions-5139
base: master
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.
+13,758
−5,866
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
864cfcd to
779649e
Compare
e914f3f to
6f88a60
Compare
01f9c33 to
cf40195
Compare
958d82b to
f131d38
Compare
9a2ad51 to
35d3765
Compare
3228817 to
99dda69
Compare
c9c7e81 to
c89ca86
Compare
e4fb147 to
920bdd7
Compare
Fixes gohugoio#519 Fixes gohugoio#13680 Fixes gohugoio#13663 Fixes gohugoio#13776 Fixes gohugoio#13855 Fixes gohugoio#13648 Fixes gohugoio#13996 Fixes gohugoio#14001 Fixes gohugoio#14031 Fixes gohugoio#13818
202ea2c to
5302ff7
Compare
5302ff7 to
2169f8a
Compare
This commit adjusts the code to match the comment 'make these foreach terminate with the same semantics' by modifying the toForEachIdentityProvider function. The function now correctly handles the different termination semantics between forEeachContentNode and ForEeachIdentity, ensuring that the iteration termination status is propagated correctly.
This commit refactors the createAllPages function to reduce code duplication. A local 'handle' function has been introduced to encapsulate the common logic for processing 'contentNodeSeq' and 'contentNodes', simplifying the switch statement and improving readability.
2169f8a to
7e88f1f
Compare
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.
See #13776.