1
0
mirror of synced 2025-12-26 14:02:45 -05:00
Commit Graph

22 Commits

Author SHA1 Message Date
Lucas Costi
ba3ce5cbfb Update the enterprise release issue template (#20828) 2021-08-12 23:33:11 +00:00
Sarah Edwards
841b05b504 Add PRs that are labeled with ready-for-doc-review to review board (#20770) 2021-08-12 18:45:20 +00:00
Rachael Sewell
72f0606377 split query into separate repos (#20816) 2021-08-11 16:35:07 -04:00
Rachael Sewell
47a8f1614a update repos for deprecation and release issues (#20464) 2021-08-11 16:03:08 -04:00
Kevin Heis
1ed18e1448 Clear out some non-fn references to Algolia (#20592)
* Clear out some non-fn references to Algolia

* Update .github/workflows/dry-run-sync-search-indices.yml

Co-authored-by: James M. Greene <JamesMGreene@github.com>

* Update contributing/search.md

Co-authored-by: James M. Greene <JamesMGreene@github.com>

Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-07-29 20:20:55 +00:00
Sarah Edwards
5d576fcd28 fix date error (#20597) 2021-07-29 19:28:32 +00:00
Kevin Heis
0b1ff73a46 Update some readFileSync to await readFile with top level await (#20525)
* Update some readFileSync to await readFile with top level await

* More updates

* Update all-products.js

* Use 'lib/readfile-async.js' in runtime files for better performance

* Remove unnecessary use of 'for await...of' loops

* Revert to importing 'fs/promises'

Co-authored-by: James M. Greene <jamesmgreene@github.com>
2021-07-29 16:45:46 +00:00
Sarah Edwards
1e0f6f473f update import to be ESM compatible (#20523) 2021-07-26 14:51:26 -07:00
Sarah Edwards
f7af358edc Update workflow to add docs-reviewers review requests to docs-content review board (#20388) 2021-07-26 21:05:36 +00:00
Rachael Sewell
d9b75d1e58 Deprecate 2.21 script updates (#20454) 2021-07-21 21:22:38 +00:00
Kevin Heis
8a56437c93 Pretty format (#20352)
* Update prettier flow to include JS

* Run prettier

* ...run prettier
2021-07-14 14:35:01 -07:00
Kevin Heis
42e785b0a8 Migrate CommonJS to ESM (#20301)
* First run of script

* Get the app running --- ish

* Get NextJS working

* Remove `node:`

* Get more tests passing in unit directory

* Update FailBot test to use nock

* Update test.yml

* Update Dockerfile

* tests/content fixes

* Update page.js

* Update build-changelog.js

* updating tests/routing

* Update orphan-tests.js

* updating tests/rendering

* Update .eslintrc.js

* Update .eslintrc.js

* Install jest/globals

* "linting" tests

* staging update to server.mjs

* Change '.github/allowed-actions.js' to a ESM export

* Lint

* Fixes for the main package.json

* Move Jest to be last in the npm test command so we can pass args

* Just use 'npm run lint' in the npm test command

* update algolia label script

* update openapi script

* update require on openapi

* Update enterprise-algolia-label.js

* forgot JSON.parse

* Update lunr-search-index.js

* Always explicitly include process.cwd() for JSON file reads pathed from project root

* update graphql/update-files.js script

* Update other npm scripts using jest to pass ESM NODE_OPTIONS

* Update check-for-enterprise-issues-by-label.js for ESM

* Update create-enterprise-issue.js for ESM

* Import jest global for browser tests

* Convert 'script/deploy' to ESM

Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: James M. Greene <jamesmgreene@github.com>
2021-07-14 13:49:18 -07:00
Rachael Sewell
988881fc67 Update create-enterprise-issue.js (#20203)
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-06-29 20:37:10 +00:00
Rachael Sewell
bdf724c922 Update a few enterprise release steps (#19072) 2021-06-15 15:07:15 -07:00
Sarah Edwards
6a1ec6db99 Add script and workflow to add docs-reviewer reqests to the FR board (#19226) 2021-05-10 23:31:23 +00:00
Sarah Edwards
61a3d38584 update ghes template with api changes (#18689) 2021-04-12 16:23:51 +00:00
Sarah Schneider
107b8e5bc0 Move scheduled tasks code into docs repo (#17926)
Co-authored-by: Rachael Sewell <rachmari@github.com> - https://github.com/github/docs-internal/pull/18453
2021-04-02 12:42:41 -07:00
Sarah Schneider
8f0093c63a OpenAPI tooling updates (#16320) 2020-11-24 12:20:10 -08:00
Sarah Schneider
62bfc32ace label array items are objects 2020-11-24 12:38:45 -05:00
Sarah Schneider
0476553fb8 exit early if no labels are found 2020-11-24 12:35:20 -05:00
Sarah Schneider
8c3be7d8c4 run the script to check labels at the start of the workflow; exit if none is found 2020-11-24 11:49:20 -05:00
Sarah Schneider
f0303416f5 use js to find the version substring from the label string 2020-11-23 17:03:02 -05:00