1
0
mirror of synced 2026-01-07 00:01:39 -05:00
Commit Graph

634 Commits

Author SHA1 Message Date
Sarah Schneider
04235256af add script 2020-11-24 09:10:34 -05:00
Sarah Schneider
cae5d8b58b fix fragment bug 2020-11-23 12:00:03 -05:00
Sarah Schneider
e00500cf72 fix replace() bug 2020-11-23 11:57:52 -05:00
Robert Mosolgo
b87ca3b3e3 Fix lint errors 2020-11-23 08:55:05 -05:00
Robert Mosolgo
2400be9528 Merge branch 'main' into build-changelog 2020-11-23 08:44:32 -05:00
Robert Mosolgo
ab06aadf82 Add changelog creation to update-files.js 2020-11-23 08:42:12 -05:00
Robert Mosolgo
f2119bc619 Add a test for updating the changelog file on disk 2020-11-23 08:17:57 -05:00
Robert Mosolgo
360c517a7d Add upcoming changes to build-changelog 2020-11-23 08:08:00 -05:00
Robert Mosolgo
7b7ae0b5e4 Add docs 2020-11-23 07:26:20 -05:00
Robert Mosolgo
9d5af1f98d Create preview changes entries 2020-11-23 07:15:22 -05:00
Robert Mosolgo
96e4ea9499 Set up tests, start formatting messages 2020-11-20 17:02:21 -05:00
Sarah Schneider
642e669dec Merge branch 'main' of github.com:github/docs-internal into build-indices-for-given-version 2020-11-20 16:02:49 -05:00
Sarah Schneider
7a922471d6 ran script/update-readme.js 2020-11-20 11:18:57 -05:00
Sarah Schneider
4ebb52e94d update -> create for consistency 2020-11-20 11:08:53 -05:00
Sarah Schneider
b6deeffbe7 Merge branch 'main' of github.com:github/docs-internal into create-graphql-files-for-new-version 2020-11-20 11:08:00 -05:00
Sarah Schneider
a1621ffabb support LANGUAGE and VERSION env vars as options 2020-11-20 10:41:51 -05:00
Sarah Schneider
838f770cf0 consistency 2020-11-19 16:36:43 -05:00
Sarah Schneider
51e20e65ba new graphql script 2020-11-19 16:36:17 -05:00
Sarah Schneider
cae6b3439e Merge branch 'main' into format-broken-links-report 2020-11-19 15:47:58 -05:00
Sarah Schneider
2187e98929 move some things around 2020-11-19 14:16:34 -05:00
Sarah Schneider
8815d15550 Merge branch 'main' into format-broken-links-report 2020-11-19 14:04:00 -05:00
Sarah Schneider
c0cc813353 Merge branch 'main' into enterprise-server-scripts 2020-11-19 14:00:16 -05:00
Rachael Sewell
4de2712df8 run prettier on yaml files (#16510) 2020-11-19 10:52:01 -08:00
Sarah Schneider
0a2fb5c6ac Update script/check-english-links.js
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
2020-11-19 13:34:20 -05:00
Sarah Schneider
53d1c1d65c a bit more cleanup 2020-11-19 12:03:17 -05:00
Sarah Schneider
1b5153cda1 add retrying step and add better formatting 2020-11-19 11:35:16 -05:00
Sarah Schneider
dfda276317 update formatting 2020-11-18 22:07:14 -05:00
Sarah Schneider
ac3d2bab56 update relative paths 2020-11-18 19:52:34 -05:00
Sarah Schneider
84fa4ed512 rename 2020-11-18 19:52:25 -05:00
Robert Mosolgo
7e07c1c831 Add build-changelog script, load schemas and create a diff 2020-11-18 17:08:56 -05:00
Sarah Schneider
8e1fc5415c ran script/update-readme.js 2020-11-18 17:08:07 -05:00
Sarah Schneider
32873110f8 delete old scripts and reorg GHES scripts into subdirs 2020-11-18 16:57:58 -05:00
Sarah Schneider
23e614f3cc Merge branch 'main' into few-more-archival-script-tweaks 2020-11-18 11:12:07 -05:00
James M. Greene
d402a60833 Merge branch 'main' into hidden-docs-alt 2020-11-17 17:56:25 -06:00
Jason Etcovitch
8f2b4eb450 Merge branch 'main' into repo-sync 2020-11-17 18:02:58 -05:00
Nick Schonning
b6de7c6887 chore: Convert Standard to eslint-config-standard (#1328)
* chore: Move standard to ESLint config

* fix: auto-fix ESLint indent issues

* fix: ESLint prefer-regex-literals

* fix: ESLint array-callback-return

- .filter must return a boolean value
- .map replaced with forEach when the value isn't used

* fix: ESLint no-extra-semi
2020-11-17 16:18:18 -05:00
Sarah Schneider
0762631e27 include redirects from old version paths 2020-11-17 15:18:08 -05:00
James M. Greene
909db6fcf4 Update EA cloning script to rely on the current git branch 2020-11-17 14:13:14 -06:00
Sarah Schneider
fdc6ffc574 change paths to use new version format 2020-11-17 13:12:44 -05:00
Kevin Heis
890e86cc46 Merge branch 'main' into hidden-docs-alt 2020-11-17 09:58:45 -08:00
Sarah Schneider
48413d961c fix encoding bug 2020-11-17 11:58:48 -05:00
James M. Greene
367685b166 Update symlinking script to support unlinking 2020-11-16 19:59:15 -06:00
Kevin Heis
dd02bfa007 Merge main 2020-11-16 10:07:53 -08:00
Melanie Yarbrough
971d9313a4 Add release banner script to readme (#16461)
* Add release banner script to readme

* Update script/README.md
2020-11-13 13:51:39 -05:00
Sarah Schneider
712003941f Release candidate banner script (#16427)
* remove middleware that sets notification flags

* move all notification handling into includes/header-notification.html

* update tests

* add release candidate header notification

* add release candidate banner text

* new script to add or remove a release candidate banner

* Update script/release-banner.js

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>

* clarify error message

* empty commit to rerun CI

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2020-11-13 12:12:53 -05:00
James M. Greene
af3a7f37bf Remove unused require in script 2020-11-13 10:30:43 -06:00
Sarah Schneider
39bad0ec87 Script to update v3 and v4 links (#16434)
* add script

* add README to content-migrations subdir
2020-11-12 13:48:17 -05:00
James M. Greene
fc917569b4 Add script to symlink to local early-access repo 2020-11-11 00:58:16 -06:00
James M. Greene
050ff6dcbc Update for early-access under assets/images/ 2020-11-10 16:46:10 -06:00
James M. Greene
5b6d704db7 Rename clone-early-access script 2020-11-10 16:01:35 -06:00