Граф коммитов

43 Коммитов

Автор SHA1 Сообщение Дата
Daniel Holbert 36471c4b81
Add MPL v2 as LICENSE.md
Fixes https://github.com/mozilla/layout-triage/issues/6
2023-03-01 12:47:33 -08:00
Daniel Holbert a0a66c65e8
Merge pull request #5 from mozilla/dependabot/npm_and_yarn/node-fetch-3.2.10
Bump node-fetch from 3.1.1 to 3.2.10
2022-10-07 11:22:36 -10:00
dependabot[bot] 7ab47bdbdc
Bump node-fetch from 3.1.1 to 3.2.10
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.1.1 to 3.2.10.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.1.1...v3.2.10)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 21:19:32 +00:00
Daniel Holbert 5bb78f7cda Update list of triagers (add Tiaan) 2022-10-07 14:17:45 -07:00
Daniel Holbert 5e61e70c48 Update reviewers and components (for hiro and layout-overflow component moving to APZ triage rotation) 2022-07-21 12:19:35 -07:00
Daniel Holbert d484a56cd1 Update list of reviewers 2022-05-18 13:33:55 -07:00
Daniel Holbert 3d3b88b3b1 Print out errors that occur during publishing. 2022-05-18 13:32:17 -07:00
Daniel Holbert 52895d30f0
Merge pull request #4 from mozilla/dependabot/npm_and_yarn/async-2.6.4
Bump async from 2.6.3 to 2.6.4
2022-05-02 12:05:47 -07:00
dependabot[bot] e31c126772
Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-28 23:59:00 +00:00
Daniel Holbert 97debb45b8
Import fetch using import() rather than require()
As noted at https://www.npmjs.com/package/node-fetch , node-fetch from v3 is an ESM-only module - you are not able to import it with require().

I'm using the "CommonJS" snippet provided there, which is:
    // mod.cjs
    const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args));
2022-01-23 21:39:03 -08:00
Daniel Holbert 4d63748e84
Update list of triagers 2022-01-23 20:08:08 -08:00
Daniel Holbert 0cbd68be2a
Merge pull request #3 from mozilla/dependabot/npm_and_yarn/node-fetch-3.1.1
Bump node-fetch from 2.6.1 to 3.1.1
2022-01-23 20:05:46 -08:00
dependabot[bot] dfe1098d21
Bump node-fetch from 2.6.1 to 3.1.1
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 16:56:14 +00:00
Daniel Holbert 10af8cf4d5
Merge pull request #2 from mozilla/dependabot/npm_and_yarn/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21
2021-05-12 14:17:24 -07:00
dependabot[bot] c95581b8c4
Bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 09:53:03 +00:00
Cameron McCormack d178edb978 Add "clear" command to clear all future triage assignments. 2021-01-20 09:05:48 +11:00
Cameron McCormack 377c54f046 Fix link. 2021-01-20 08:22:22 +11:00
Cameron McCormack c6d2c07da2 Point to auto-nag bot and published ICS file. 2021-01-20 08:04:02 +11:00
Cameron McCormack 5d24a8edef Remove Cameron and Erik from triage duty. 2021-01-20 07:58:19 +11:00
Cameron McCormack d078a81605 Update lockfile. 2020-12-22 14:12:19 +11:00
Cameron McCormack 1ad6ca6ed2 Update dependencies. 2020-12-22 12:44:49 +11:00
Cameron McCormack b83db0f0d1 Add "init" command to fetch state from GitHub. 2020-12-22 12:44:08 +11:00
Cameron McCormack ee271b1e31 Remove domain name.
We publish to https://mozilla.github.io/layout-triage/ now.
2020-12-22 11:14:23 +11:00
Cameron McCormack bf4f699fe0 Move history.json to dist directory.
So its state will be recorded in the gh-pages branch.
2020-12-22 11:01:46 +11:00
Cameron McCormack 94339a2987 Always create dist dir early on. 2020-12-22 10:57:45 +11:00
Cameron McCormack 9eb7d90bea Add recent history. 2020-12-22 10:25:15 +11:00
Cameron McCormack aa77d20ebf Update component configuration. 2020-12-22 09:18:11 +11:00
Cameron McCormack 72421fbf2c Update triager list. 2020-12-22 08:05:02 +11:00
Cameron McCormack 7fd54275d9
Merge pull request #1 from heycam/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-12-21 13:02:12 +11:00
dependabot[bot] 5d88db114b
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 02:21:07 +00:00
Sean Voisen 7fc553d5f3 Update triage queries to use unset severity instead of priority 2020-05-05 14:28:27 -07:00
Sean Voisen c92b3bc406 Update history 2020-02-25 09:20:18 -08:00
Sean Voisen 9d10335d89 Add history.json to repo 2020-01-07 13:11:25 -08:00
Sean Voisen 8f45ffac37 Add HTML descriptions in ICS file, ensure shows as free in calendar 2019-08-25 14:21:07 -07:00
Sean Voisen e7dd9acc66 List components for triage in calendar event 2019-08-24 21:50:05 -07:00
Sean Voisen 7a3eea4870 Remove history from repo 2019-08-24 15:15:24 -07:00
Sean Voisen f106c02b4c Update README 2019-08-24 15:12:28 -07:00
Sean Voisen 0a8ddfa4e3 Add support for publishing to github pages 2019-08-24 15:05:08 -07:00
Sean Voisen b87d8d1a77 Remove dist from repo 2019-08-24 15:04:45 -07:00
Sean Voisen 428cfd9644 Add ical generation, README 2019-08-23 16:00:38 -07:00
Sean Voisen 061e27363d Finish initial script with reset and update commands 2019-08-23 15:26:52 -07:00
Sean Voisen 33f58c5704 Add .gitignore 2019-08-13 13:38:32 -07:00
Sean Voisen c21b85f710 Initial commit 2019-08-13 13:36:21 -07:00