Commit graph

56 commits

Author SHA1 Message Date
JJ Kasper
7d6fbe7fd6
Add Node.js version to Bug template (#11781) 2020-04-10 12:30:44 +02:00
JJ Kasper
84b89c8b24
Pre-ncc compiled packages to prevent re-nccing unnecessarily (#11569)
* Pre-ncc compiled packages to prevent re-nccing unnecessarily

* Add compiled files

* Re-run pre-ncc step

* Add check to workflow to ensure pre-compiled doesnt need updating

* Update check-pre-compiled script

* Add handling for lower case license while nccing

* bump

Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
2020-04-07 09:42:16 -04:00
JJ Kasper
da329ce44b
Update release stats with different name from pr stats (#10827) 2020-03-04 11:28:10 -06:00
JJ Kasper
8390a474fe
Update to output jest data for posting failed tests comment (#10814)
* Update to output jest data for posting failed tests comment

* Add failing test

* Reset retries

* Revert change for testing
2020-03-04 09:54:49 +01:00
JJ Kasper
ad1a061f88
Remove old env from workflow since it is replaced with WebHook (#10798)
* Remove old env from workflow since it is replaced with WebHook

* bump

* bump
2020-03-02 17:48:06 -06:00
Tim Neutkens
3b28702983
Update config.yml 2020-02-25 13:24:06 +01:00
Tim Neutkens
fc9f18d784
Update 1.Bug_report.md 2020-02-25 13:22:48 +01:00
Tim Neutkens
297c23d9cf
Delete 3.Example_Bug_report.md 2020-02-25 13:22:28 +01:00
Tim Neutkens
06afa0a09c
Delete 8.Question_about_next.md 2020-02-25 13:21:42 +01:00
Tim Neutkens
cedd6faba6
Create config.yml 2020-02-25 13:20:49 +01:00
Tim Neutkens
b331338891 Update link to GitHub Discussions beta 2020-02-22 14:00:37 +01:00
JJ Kasper
00855de60a
Add navigation test specific for Safari 10 (#10616)
* Add testing in Safari 10.1 on merge

* Add nav test specific for Safari 10
2020-02-20 13:35:28 -05:00
JJ Kasper
73972577e1
Increase watch limit for GitHub actions testing (#10367) 2020-01-31 19:57:58 -05:00
JJ Kasper
e6f401cadf
Disable caching for react@next workflow as its not supported (#10331)
* Disable caching for react@next workflow as its not support

* Disable needs build

* Also add checkout step

* Remove running on pull_request from testing
2020-01-30 00:14:50 -05:00
JJ Kasper
7e2170b03e
Update workflow for testing against react@next (#10323) 2020-01-29 10:39:15 -06:00
JJ Kasper
8581172654 Allowing skipping local selenium server when not needed (#10312)
* Disable local selenium server when not needed

* Disable skipping for firefox as it appears to be needed still
2020-01-28 14:04:00 -05:00
JJ Kasper
c0eaf98d17 Update actions config for canary jobs (#10299)
* Update actions config for canary jobs

* Update exiting for mising value and size limit test

* Update config

* Update check

* Update check

* Remove extra check
2020-01-27 23:48:52 -05:00
JJ Kasper
ac6a7f9650
Update test pass job name 2020-01-27 14:19:44 -06:00
JJ Kasper
cf5fbb313d
Update pass job name 2020-01-27 14:15:42 -06:00
JJ Kasper
9145d9ea63
Migrate CircleCi config to GitHub actions (#10274)
* Add initial config

* Comment out other action

* Update config

* Update config

* Update configs

* rename requires -> needs

* Update configs

* Update configs

* Enable headless mode

* Disable circleci while testing

* Disable build-test-deploy in circle

* Update build step

* Disable fail fast

* Update configs

* Add runs-on to publish steps

* bump

* Update config

* Update group count

* Update checkout path

* Update test all concurrency

* Handle EPIPE errors

* Revert "Handle EPIPE errors"

This reverts commit a993565bbdd77df136e07d54eb83ed32b18e5963.

* Update test to handle EPIPE in test

* Remove CircleCi config

* Revert "Update test to handle EPIPE in test"

This reverts commit c8cb72d5303b5fd165016f9eba6c8c888d8a1907.

* Update to use node 10 and see if EPIPE error is still present

* Revert "Revert "Update test to handle EPIPE in test""

This reverts commit efd2abe7c35c12bf78530064796d853c171efcf1.

* Revert "Update to use node 10 and see if EPIPE error is still present"

This reverts commit 893da4f31279228ebec6fa208c34ef179a6ebaf4.

* Add todo for node issue

* undo lint change as it should be correct

* Add dummy step to require

* Add runs-on for dummy job
2020-01-27 14:07:31 -06:00
Lukáš Huvar
7863b60ef6 Prettier fix (#8754) 2019-09-16 15:24:42 +02:00
JJ Kasper
5c83684b89
Update pull_request workflow 2019-09-13 12:03:36 -05:00
JJ Kasper
80ab8dd991
Update actions config 2019-09-12 13:20:30 -05:00
JJ Kasper
85f96c8fb8
Migrate GitHub Action config and remove un-used secret (#8719) 2019-09-12 13:13:15 -05:00
Joe Haddad
a271ab3633
Add a fallback CODEOWNER 2019-08-19 23:14:11 -04:00
Joe Haddad
2ddf05a55b
Add myself as CODEOWNER 2019-08-19 23:12:46 -04:00
JJ Kasper
e539af46fa
Update to use dynamic port for stats-app (#8336)
* Update to use dynamic port for stats-app

* Update main.workflow
2019-08-12 13:53:11 -05:00
JJ Kasper
57ac8a09d7
Revert "Run migration script for GitHub Actions (#8305)" (#8307)
This reverts commit 683b2c66e6.
2019-08-09 12:48:43 -05:00
JJ Kasper
683b2c66e6
Run migration script for GitHub Actions (#8305)
* Run migration script for GitHub Actions

* try to expose temporary token
2019-08-09 11:29:14 -05:00
JJ Kasper
f40a90159b
[WIP] Add temp secret for PR Stats Action (#8248) 2019-08-05 11:21:43 -05:00
Joe Haddad
a164a70c72
Update remaining CODEOWNERS 2019-07-08 14:18:30 -04:00
Connor Davis
a0bcdd87c0
Update CODEOWNERS 2019-07-08 13:00:53 -05:00
Tim Neutkens
3e51ddb8af
Move syntax formatting to prettier (#7454)
* Run prettier over packages/**/*.js

* Run prettier over packages/**/*.ts

* Run prettier over examples

* Remove tslint

* Run prettier over examples

* Run prettier over all markdown files

* Run prettier over json files
2019-05-29 13:57:26 +02:00
Delba de Oliveira
9b27e56c4d Update 8.Question_about_next.md (#7357)
I've noticed that you're still getting questions asked here despite the previous template being clear - today a user even expressed they thought the prompt meant: post a question on Spectrum then post a link to that question here. 

This change makes the suggestion more explicit. 

You could additionally add something like "Questions posted on Github will likely be closed" which I think it would cut down on the people ignoring the prompt. But you might feel that is too aggressive.
2019-05-16 15:10:41 +02:00
JJ Kasper
71680fb59f Fix typo in workflow (#6838)
Changed release workflow from `resolve` to `resolves`
2019-03-30 14:33:26 +01:00
JJ Kasper
f6439aef3d Add workflow to generate stats for release (#6836)
This adds triggering the PR Stats GitHub Action for a canary release. It compares the latest canary release with the last stable release and posts it as a comment to the commit.
2019-03-30 13:47:15 +01:00
Joe Haddad
480fb5652a
Add @lfades to CODEOWNERS 2019-03-25 10:59:27 -04:00
Tim Neutkens
eaaeb2ecf5
Add codeowners file (#6672) 2019-03-15 13:46:01 +01:00
JJ Kasper
fb08e8a1fc Add workflow with next-stats-action (#6535) 2019-03-05 16:59:59 +01:00
Tim Neutkens
5e299d6685 Remove showcase issue template 2019-01-22 12:50:59 +01:00
Tim Neutkens
e6f35421a9 Make sure index of issue template is correct 2018-05-24 15:05:36 +02:00
Tim Neutkens
7193f49eaf Improve issue templates 2018-05-24 14:50:48 +02:00
Tim Neutkens
6893158b55 Lock issues/PRs after 365 days 2018-05-16 12:31:42 +02:00
Tim Neutkens
254b4b7670 Lock after 2 months 2018-05-16 10:53:14 +02:00
Tim Neutkens
2c0d600280 Move template into the right directory 2018-05-14 17:42:52 +02:00
Tim Neutkens
a6e3012466 Add question about Next.js template 2018-05-14 17:24:09 +02:00
Tim Neutkens
85e13b9bd9 Rename Custom.md to Nextjs.org_showcase 2018-05-14 17:16:04 +02:00
Tim Neutkens
a235551487 Remove old issue template 2018-05-14 17:13:01 +02:00
Tim Neutkens
f88aa60bec Add issue templates 2018-05-14 17:12:09 +02:00
Kyle Kelley
9de2c408c7 Don't comment after locking with the bot (#4331) 2018-05-11 00:04:34 +02:00