1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Commit Graph

27 Commits

Author SHA1 Message Date
Mike Surowiec
70c1f1ffb9 fix: remove trailing comma 2021-04-13 08:25:43 -07:00
Mike Surowiec
4b7a12f23b reduce some repitition in prerendering graphql 2021-04-13 08:22:41 -07:00
Mike Surowiec
9185eb3c2a pre-render graphql input-objects
resolves #18269
2021-04-09 08:32:42 -07:00
Jason Etcovitch
8d4f3e65fe Move test & script utils out of /lib (#17517)
* Remove an unused file

* Move authenticate-to-aws to scripts/utils

* Move crowdin-config to tests/utils

* Remove add-frontmatter-to-file

* Move find-unused-assets

* Move git-utils to script/utils

* Move lib/github to script/utils

* Revert "Remove an unused file"

This reverts commit cd93ad846a0354e957359f23124eb0724c9147cf.

* Move find-extraneous-translation-files to script/utils

* We already have tests/helpers

* Rename script/utils => helpers for consistency

* Forgot a path

* Fix path to crowdin-config

Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
2021-01-29 10:30:51 -05:00
Kevin Heis
d7eb248a10 Fix a bunch of random typos (#17129)
Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
2021-01-05 16:07:27 +00:00
Kevin Heis
11d8e415da Check repository references (#16680)
* Check repository references

* Remove "foundRepoNames" that I used to find all the unique names

* A little speed up with Set

* Ignore a few files

* Remove remaining references

* Update README.md
2020-12-03 16:41:03 +00:00
Robert Mosolgo
69bd6f2dbd Remove build-changelog-from-markdown.js 2020-12-01 15:17:29 -05:00
Sarah Schneider
da1427f812 Merge branch 'main' of github.com:github/docs-internal into build-changelog 2020-12-01 09:40:04 -05:00
Sarah Schneider
21f0de573e use xmlMode when loading cheerio 2020-11-30 11:49:28 -05:00
Sarah Schneider
a9b1b4f9e5 add rewrite-local-links to prerendered GraphQL objects HTML 2020-11-25 19:22:26 -05:00
Robert Mosolgo
84153b4d03 Add a description to CHANGES_TO_REPORT 2020-11-25 11:01:15 -05:00
Robert Mosolgo
15dbbeeb7c Apply suggestions from code review
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
2020-11-25 10:48:21 -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
Rachael Sewell
4de2712df8 run prettier on yaml files (#16510) 2020-11-19 10:52:01 -08:00
Robert Mosolgo
7e07c1c831 Add build-changelog script, load schemas and create a diff 2020-11-18 17:08:56 -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
26e00904ea add some error handling around common issues (#16387) 2020-11-06 13:51:25 -05:00
Laura Coursen
a3e1733aa1 GitHub AE (GHAE) (#16090) 2020-11-02 15:12:44 -06:00
Sarah Schneider
aa5a62d49d Remove versions feature flag code (#15793)
* remove FEATURE_NEW_VERSIONS from feature-flags.json

* remove process.env.FEATURE_NEW_VERSIONS from include files

* remove process.env.FEATURE_NEW_VERSIONS from lib files

* remove process.env.FEATURE_NEW_VERSIONS from middleware files

* remove process.env.FEATURE_NEW_VERSIONS from script files

* remove process.env.FEATURE_NEW_VERSIONS from test files

* update test fixtures to use new versions as canonical fixtures
2020-09-29 13:36:07 -04:00
Vanessa Yuen
3df90fc9b8 Hello git history spelunker!
Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
2020-09-27 14:10:11 +02:00