A site for viewing add-ons related project information.
Перейти к файлу
Stuart Colville b532d91750
Revert "Remove .babelrc to enable SWC"
This reverts commit d426681c69.
2021-11-29 13:51:34 +00:00
.circleci Update to node 16 (#754) 2021-11-26 18:20:26 +00:00
bin Port to nextjs (#482) 2021-02-11 11:33:41 +00:00
components React bootstrap 2 (#755) 2021-11-26 18:16:17 +00:00
config Port to nextjs (#482) 2021-02-11 11:33:41 +00:00
lib Fix lint 2021-11-29 12:04:38 +00:00
pages React bootstrap 2 (#755) 2021-11-26 18:16:17 +00:00
public Port to nextjs (#482) 2021-02-11 11:33:41 +00:00
styles React bootstrap 2 (#755) 2021-11-26 18:16:17 +00:00
tests Update whiteboard tags (#609) 2021-06-07 19:17:07 +01:00
.babelrc Revert "Remove .babelrc to enable SWC" 2021-11-29 13:51:34 +00:00
.env Port to nextjs (#482) 2021-02-11 11:33:41 +00:00
.eslintrc Port to nextjs (#482) 2021-02-11 11:33:41 +00:00
.gitignore React bootstrap 2 (#755) 2021-11-26 18:16:17 +00:00
.prettierignore Port to nextjs (#482) 2021-02-11 11:33:41 +00:00
.prettierrc Port to nextjs (#482) 2021-02-11 11:33:41 +00:00
.stylelintrc Fix stylelint violation and deprecated config 2020-10-02 13:37:07 +01:00
CODE_OF_CONDUCT.md Fix prettier 2019-04-01 16:44:05 +01:00
LICENSE.txt Add license 2018-10-24 12:22:19 +01:00
Procfile Port to nextjs (#482) 2021-02-11 11:33:41 +00:00
README.md Run prettier 2021-02-11 15:07:26 +00:00
jest.config.js Use new Codecov Uploader via Circle ORB (#733) 2021-11-03 16:04:20 +01:00
jest.setup.js Port to nextjs (#482) 2021-02-11 11:33:41 +00:00
jsconfig.json Port to nextjs (#482) 2021-02-11 11:33:41 +00:00
next.config.js Update dependency next to v11 (#616) 2021-07-29 12:30:08 +01:00
package.json Update dependency @primer/octicons-react to v16 (#709) 2021-11-29 11:53:10 +00:00
renovate.json Update conf and renovate config 2020-02-24 09:39:52 +00:00
yarn.lock Update dependency @primer/octicons-react to v16 (#709) 2021-11-29 11:53:10 +00:00

README.md

Add-ons Project Manager

CircleCI codecov

This app is a view on the org level projects specific to add-ons.

Development Requirements

  • Uses node LTS
  • Uses yarn

Installation and start-up

  • yarn install
  • yarn dev

yarn dev will start the Next.js development environment.

Environment Variables

The server requires setting some required environment variables. To do this create a .env.local file in the root of your checkout (Note: .env.local files are .gitignored) and add the following:

GH_TOKEN

GH_TOKEN=this-should-be-a-personal-access-token

You can generate a personal access token token here: https://github.com/settings/tokens and you'll need the following scopes:

public_repo, read:org

BZ_USERS

For needinfos to work the BZ_USERS env var should contain nicknames and Bugzilla users.

BZ_USERS={"name": "bz-email@example.com", "name2": "bz-email@example.com"}