Skip to content
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

repo sync #7645

Merged
merged 47 commits into from
Jun 23, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
3a75d49
add middleware to enable feature-based versioning
sarahs May 28, 2021
6baeaff
add dummy files (do not merge)
sarahs May 28, 2021
02915d5
add comments
sarahs May 28, 2021
c8e0418
Update middleware/contextualizers/features.js
sarahs May 29, 2021
3cc18b0
restore original conditionals
sarahs May 29, 2021
1f9858c
Merge branch 'feature-versioning' of github.com:github/docs-internal …
sarahs May 29, 2021
a1c1a81
Merge branch 'main' of github.com:github/docs-internal into feature-v…
sarahs Jun 15, 2021
737b18b
Merge branch 'main' of github.com:github/docs-internal into feature-v…
sarahs Jun 16, 2021
ba105bf
move dummy pages into test fixtures
sarahs Jun 17, 2021
7b6611a
test feature versioning in frontmatter
sarahs Jun 17, 2021
0049c78
test feature versioning in liquid conditionals
sarahs Jun 17, 2021
3ad7f24
allow feature versioning in frontmatter schema
sarahs Jun 17, 2021
0947adb
support feature versions in frontmatter
sarahs Jun 17, 2021
139f9e0
name the boolean for clarity
sarahs Jun 17, 2021
7f0737b
add feature versions schema and tests
sarahs Jun 17, 2021
f74f531
add README
sarahs Jun 17, 2021
53291a9
Merge branch 'main' of github.com:github/docs-internal into feature-v…
sarahs Jun 17, 2021
62ba27c
Merge branch 'main' of github.com:github/docs-internal into feature-v…
sarahs Jun 17, 2021
3f87580
use __dirname instead of process cwd
sarahs Jun 17, 2021
04b6c07
Merge branch 'main' of github.com:github/docs-internal into feature-v…
sarahs Jun 22, 2021
c4d6ae7
fix versions schema
sarahs Jun 22, 2021
512d29b
support ghae = next in frontmatter
sarahs Jun 22, 2021
d639b74
check if feature dir is present
sarahs Jun 22, 2021
4c0e21e
lint
sarahs Jun 22, 2021
1188fa5
Merge branch 'main' into feature-versioning
sarahs Jun 22, 2021
7ee7a1a
Merge branch 'main' into feature-versioning
JamesMGreene Jun 22, 2021
b702b00
use short versions in feature placeholder and add comment that it sho…
sarahs Jun 23, 2021
2427f92
write tests to ensure that ghes versioning in a feature gets combined…
sarahs Jun 23, 2021
92dc4e2
ensure that ghes versioning in a feature gets combined with ghes vers…
sarahs Jun 23, 2021
96e6c90
feedback from @heiskr
sarahs Jun 23, 2021
a8709c4
lint
sarahs Jun 23, 2021
d454e40
Merge branch 'main' of github.com:github/docs-internal into feature-v…
sarahs Jun 23, 2021
494e3f5
move cp data step earlier so the build succeeds
sarahs Jun 23, 2021
7e3e756
Merge branch 'main' of github.com:github/docs-internal into feature-v…
sarahs Jun 23, 2021
9115cb5
remove visualization beta (#18750)
skedwards88 Jun 23, 2021
e4c36f6
Branch was updated using the 'autoupdate branch' Actions workflow.
Octomerger Jun 23, 2021
fb3d0f1
Merge pull request #20106 from github/repo-sync
Octomerger Jun 23, 2021
68d48f3
Merge branch 'main' into feature-versioning
sarahs Jun 23, 2021
72dea68
Merge branch 'main' into repo-sync
Octomerger Jun 23, 2021
31188d9
Merge pull request #19636 from github/feature-versioning
sarahs Jun 23, 2021
a1e1815
Branch was updated using the 'autoupdate branch' Actions workflow.
Octomerger Jun 23, 2021
7e692e4
Merge pull request #20107 from github/repo-sync
Octomerger Jun 23, 2021
8b01c89
switch <code> for <em> in the code block (#20082)
joshuawalker Jun 23, 2021
6f4439a
Fix code snippet in the Installing Apple Certificate article (#20091)
AlenaSviridenko Jun 23, 2021
a92d820
Remove remaining JSON requires (#20110)
heiskr Jun 23, 2021
3052acb
Merge branch 'main' into repo-sync
Octomerger Jun 23, 2021
e4e09d7
Merge pull request #20109 from github/repo-sync
Octomerger Jun 23, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ versions:
---

{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.visualization-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.actions.ae-beta %}

Expand Down
7 changes: 0 additions & 7 deletions data/reusables/actions/visualization-beta.md

This file was deleted.