Giter VIP home page Giter VIP logo

addons-pm's Introduction

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": "[email protected]", "name2": "[email protected]"}

Deployment

The current method used to deploy to Heroku is via git. To do that you'll need to setup the relevant branches and then, as long as you have rights to the apps in Heroku, you'll be able to do a release by pushing to the relevant remote repo.

Pushing to the a remote repo will start the deployment process and you'll get feedback in the terminal. For more details on this process see: https://devcenter.heroku.com/articles/git

Requirements

Install the heroku CLI.

Add heroku git repos:

git remote add staging https://git.heroku.com/addons-pm-staging.git
git remote add production https://git.heroku.com/addons-pm.git

Pushing to stage

Double check you're on the revision you want to deploy.

heroku login
git push staging

Pushing to prod

Double check you're currently on the revision you want to deploy.

heroku login
git push production

addons-pm's People

Contributors

bobsilverberg avatar dependabot[bot] avatar diox avatar greenkeeper[bot] avatar kumar303 avatar mozilla-github-standards avatar muffinresearch avatar renovate-bot avatar renovate[bot] avatar wagnerand avatar willdurand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

addons-pm's Issues

An in-range update of enzyme is breaking the build 🚨

There have been updates to the enzyme monorepo:

    • The devDependency enzyme was updated from 3.7.0 to 3.8.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the enzyme group definition.

enzyme is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of bootstrap is breaking the build 🚨

The dependency bootstrap was updated from 4.1.3 to 4.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

bootstrap is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v4.2.1

Bump to v4.2.1 to republish package on npm. See v4.2.0 release notes for changes introduced in v4.2.

Commits

The new version differs by 424 commits.

  • 9e4e947 Bump to v4.2.1 (#27892)
  • d50ed9a Update README.md
  • 680f40c Add 4.1 to previous releases
  • c5bd6a1 Update webpack.md
  • 140abf4 Remove unneeded redirects.
  • 1bded2f Update docs-navbar.html
  • eda851e Prep for v4.2.0 release
  • 2c0cd7d Remove dead link entry for translations. (#27891)
  • 12c4d3c README.md: Add Open Collective (#27864)
  • 1960a52 List v3.4.0 in versions page. (#27860)
  • 07b4b59 Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" (#27855)
  • 8ee2065 Update grid doc for consistent use of container. (#27776)
  • dac464a Use theme-color function for colors (#27848)
  • ee72e78 dist
  • ffd3402 Link to v3.4 docs (#27842)

There are 250 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Make labels clickable

It would be nice if you click the "open" label to see all the open issues in the that milestone for example on GH. This would then make it easy to move all those issue to the next milestone in one go.

Depends on a cross repo search though so that would need testing first.

An in-range update of fetch-mock is breaking the build 🚨

The devDependency fetch-mock was updated from 7.2.5 to 7.2.7.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

fetch-mock is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 8 commits.

  • cd36d1c lint
  • 527d170 Merge pull request #402 from manolo/fix/signal
  • ca87adf Error when signal already aborted
  • ecf302a github link
  • 5bb67e5 Merge pull request #396 from wheresrhys/karma-update
  • b9985d9 update karma
  • cdcb588 Merge pull request #395 from wheresrhys/hygiene
  • 5b80247 dep update

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of react is breaking the build 🚨

There have been updates to the react monorepo:

    • The dependency react was updated from 16.6.3 to 16.7.0.
  • The dependency react-dom was updated from 16.6.3 to 16.7.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the react group definition.

react is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v16.7.0

React DOM

Scheduler (Experimental)

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

De-dupe reviewer column

This should take into account unrelated PR references as well as multiple review entries.

Milestones_-_Add-ons_PM

Use count_only for BZ queries

Instead of using include_fields=whatever and counting the empty object you can use count_only and get a response with bug_count and just the count \o/.

Add ability to group issues in milestone per assignee while ordering the assignees randomly

It's useful during the standup to sort the milestone issues by assignee so that everyone can talk about everything what they are working on for the given week, but in the current implementation it can only sort the issues by their assignee alphabetically from a to z or z to a, so we always start with the same people.

It'd be nice if we had an option to keep grouping per assignee but make the order random (maybe determined on initial page load, staying the same for the navigation session) so keep things fresh and rotate in what order people are talking about what they are doing.

An in-range update of pretty-quick is breaking the build 🚨

The devDependency pretty-quick was updated from 1.8.0 to 1.8.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

pretty-quick is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v1.8.1

1.8.1 (2019-01-16)

Bug Fixes

  • also use .prettierignore from current working directory (#14) (#58) (108344a)
Commits

The new version differs by 2 commits.

  • 108344a fix: also use .prettierignore from current working directory (#14) (#58)
  • 157d4b1 docs: remove "No install required" note (#48)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of node-sass is breaking the build 🚨

The devDependency node-sass was updated from 4.10.0 to 4.11.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

node-sass is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v4.11.0

LibSass 3.5.5

This released updates LibSass to 3.5.5. This update brings

  • Stability fixes
  • Removes noisey deprecation warning for @import'ing .css files
  • Support hex colors with alpha channels

Features

Fixes

  • Revert change that introduced a noisey deprecation warning (@xzyfer, #2362)

Supported Environments

OS Architecture Node
Windows x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
OSX x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
Linux* x86 & x64 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8**, 9**, 10**^, 11**
Alpine Linux x64 4, 6, 7, 8, 9, 10, 11

*Linux support refers to Ubuntu, Debian, and CentOS 5+
** Not available on CentOS 5
^ Only available on x64

Commits

The new version differs by 9 commits.

  • dfe1f05 Update changelog
  • 8319be2 4.11.0
  • 7929c32 Merge pull request #2543 from sass/libsass-subtreee
  • ea9ffd6 Update sass-spec devDependency to use commit hash
  • a6aab24 Remove call to removed sass_option_push_import_extension
  • f06781d Merge commit '912301673420cdd8fbc1efcd09037206539915ee' as 'src/libsass'
  • 9123016 Squashed 'src/libsass/' content from commit 39e30874
  • 688d654 Remove committed src/libsass
  • 9b7015c Update changelog

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

CODE_OF_CONDUCT.md file missing

As of January 1 2019, Mozilla requires that all GitHub projects include this CODE_OF_CONDUCT.md file in the project root. The file has two parts:

  1. Required Text - All text under the headings Community Participation Guidelines and How to Report, are required, and should not be altered.
  2. Optional Text - The Project Specific Etiquette heading provides a space to speak more specifically about ways people can work effectively and inclusively together. Some examples of those can be found on the Firefox Debugger project, and Common Voice. (The optional part is commented out in the raw template file, and will not be visible until you modify and uncomment that part.)

If you have any questions about this file, or Code of Conduct policies and procedures, please see Mozilla-GitHub-Standards or email [email protected].

(Message COC001)

Add simple query parameter to filter out issues that are still opened

If we had a query parameter that would let amo-milestones filter out opened issues, we could then get a link that shows everything that was pushed for a given milestone, more or less.

@andymckay pointed out on IRC that it would be a nice link to include in the push emails we sent, perhaps more useful for some than the raw list of commits that we have in the etherpad.

An in-range update of graphql-tag is breaking the build 🚨

The dependency graphql-tag was updated from 2.10.0 to 2.10.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

graphql-tag is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Wiki changes

FYI: The following changes were made to this repository's wiki:

These were made as the result of a recent automated defacement of publically writeable wikis.

An in-range update of react-scripts is breaking the build 🚨

The dependency react-scripts was updated from 2.1.1 to 2.1.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

react-scripts is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v2.1.2

2.1.2 (December 23, 2018)

v2.1.2 is a maintenance release including various bug fixes.

🚀 New Feature

  • babel-preset-react-app
    • #5487 Add allowESModules option to babel-preset-react-app (@Pajn)

🐛 Bug Fix

  • create-react-app
  • babel-preset-react-app
  • babel-plugin-named-asset-import
    • #5573 Fix named-asset-import plugin to work with export-as syntax (@NShahri)
  • react-app-polyfill
  • react-scripts

💅 Enhancement

📝 Documentation

🏠 Internal

  • react-scripts
  • Other
  • react-dev-utils
  • react-error-overlay
    • #5451 fix: add sideEffects: false to react-error-overlay. (@SimenB)
  • babel-preset-react-app
    • #5487 Add allowESModules option to babel-preset-react-app. (@Pajn)
  • create-react-app

Committers: 36

Migrating from 2.1.1 to 2.1.2

Inside any created project that has not been ejected, run:

npm install --save --save-exact [email protected]

or

yarn add --exact [email protected]
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of react-timeago is breaking the build 🚨

The dependency react-timeago was updated from 4.1.9 to 4.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

react-timeago is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 2 commits.

  • 642c98d build files
  • ac65514 Fixed types and documentation for defaultFormatter

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of enzyme is breaking the build 🚨

There have been updates to the enzyme monorepo:

    • The devDependency enzyme was updated from 3.6.0 to 3.7.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the enzyme group definition.

enzyme is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Refactor contrib logic to use less labels

Currently we're using a lot of labels to figure out things like mentee assignment etc. If there's a way to derive this from the data in the bug (or assignment we should do that).

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because it uses your CI build statuses to figure out when to notify you about breaking changes.

Since we didn’t receive a CI status on the greenkeeper/initial branch, it’s possible that you don’t have CI set up yet. We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

If you have already set up a CI for this repository, you might need to check how it’s configured. Make sure it is set to run on all new branches. If you don’t want it to run on absolutely every branch, you can whitelist branches starting with greenkeeper/.

Once you have installed and configured CI on this repository correctly, you’ll need to re-trigger Greenkeeper’s initial pull request. To do this, please click the 'fix repo' button on account.greenkeeper.io.

An in-range update of apollo-boost is breaking the build 🚨

The dependency apollo-boost was updated from 0.1.22 to 0.1.23.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

apollo-boost is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 40 commits.

  • 4c78a05 chore: Publish
  • 33a3ae9 Update version numbers in CHANGELOG.md.
  • 2cce067 Merge pull request #4251 from apollographql/issue-4210-avoid-caching-optimistic-results
  • f25c0dd Mention { resultCaching: false } in CHANGELOG.md.
  • 9b828e1 Bump apollo-cache-inmemory npm version to 1.3.12-beta.1.
  • c9a5370 Require latest version of optimism npm dependency.
  • d5a9dd1 Remove extremely frustrating auto-git add behavior from lint-staged.
  • cfc8fdf Allow disabling InMemoryCache result caching.
  • 307c8c9 Update CHANGELOG.md to mention PR #4251.
  • b1ac9ef Bump apollo-cache-inmemory npm version to 1.3.12-beta.0.
  • 56c5dcb Avoid DepTrackingCache for optimistic reads.
  • 7d0ed16 chore(deps): update dependency flow-bin to v0.89.0
  • 03af24b chore(deps): update dependency tslint to v5.12.0
  • 911ca2d chore(deps): update dependency @types/node to v10.12.15
  • 5a86b8f chore(deps): update dependency @octokit/rest to v15.18.1

There are 40 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of graphql is breaking the build 🚨

The dependency graphql was updated from 14.0.2 to 14.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

graphql is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Release Notes for v14.1.0

New:

  • Added assertSchema and assertDirective (#1580)
  • Adds additional type extension validation (#1643)

Fixes:

  • Improves flow type definitions
  • Adds back in support for node 9, and tests for node 11. node >= 6 is currently supported.
  • Allows custom node inspect (#1605)
  • Correctly handles newlines in block strings (#1637)
Commits

The new version differs by 109 commits.

  • da61380 14.1.0
  • 4de99f7 Merge branch 'OneCyrus-feat_listTypeForError'
  • 0a731a5 Prettier and fix tests
  • a6676dc Merge branch 'feat_listTypeForError' of https://github.com/OneCyrus/graphql-js into OneCyrus-feat_listTypeForError
  • 37c022d buildClientSchema: add missing tests for introspection validations (#1666)
  • 3fef0d4 Enable Flow on buildClientSchema tests (#1665)
  • 6876587 Move $DisableFlowOnNegativeTest to more precise locations (#1664)
  • b747bb4 changed type error message
  • 8d7a5fd Merge schema validation tests with other schema tests (#1663)
  • 6741ac2 Add tests for GraphQLDirective (#1662)
  • d48e481 Move isInputType & isOutputType test to rest of predicates test (#1661)
  • 4cdc8e2 Update Flow to 0.90.0 (#1660)
  • 9f85d51 Remove excessive invariants (#1658)
  • 0818c18 ignore .nyc_output dir (#1657)
  • 9e40465 Move polyfills into separate dir and exclude them from coverage (#1656)

There are 109 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Reduce query repetition

The contrib queries share a lot of boilerplate. This could be reduced to one query with params for the changes.

An in-range update of @githubprimer/octicons-react is breaking the build 🚨

The dependency @githubprimer/octicons-react was updated from 8.1.3 to 8.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@githubprimer/octicons-react is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of sinon is breaking the build 🚨

The devDependency sinon was updated from 7.2.2 to 7.2.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 6 commits.

  • e80f8d9 Update docs/changelog.md and set new release id in docs/_config.yml
  • 7fb68db Add release documentation for v7.2.3
  • b11e0d0 7.2.3
  • e599637 Update CHANGELOG.md and AUTHORS for new release
  • 8c93e5c Update dependencies
  • 62f4e26 Fix stubbing function objects (#1968)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.