GithubHelp home page GithubHelp logo

mozilla / webext-compat-tool Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 19.0 2.14 MB

A compatibility-focused web instance of mozilla/addons-linter

Home Page: https://www.extensiontest.com/

JavaScript 41.21% HTML 15.79% SCSS 43.00%

webext-compat-tool's People

Contributors

atsay avatar caitmuenster avatar dependabot[bot] avatar diox avatar jcabak avatar kewisch avatar mozilla-github-standards avatar potch avatar renovate-bot avatar renovate[bot] avatar seferov avatar slightlyoffbeat avatar wagnerand avatar willdurand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

webext-compat-tool's Issues

Add open source software license

This Mozilla repository has been identified as lacking a license. Consistent with Mozilla's Licensing Policy an open source license should be applied to the code in this repository.

Please add an appropriate LICENSE.md file to the root directory of the project. In general, Mozilla's licensing policies are as follows:

  • Client-side products created by Mozilla employees or contributors should use the Mozilla Public License, Version 2.0 (MPL).

  • Server-side products or utilities that support Mozilla products may use either the MPL or the Apache License 2.0 (Apache 2.0).

In special cases, another license might be appropriate. If the repository is a fork of another repository it must apply the license of the original. Similarly, another license might be appropriate to match that of a broader project (for example Rust crates that Firefox depends on are published under an Apache 2.0 / MIT dual license, as that is the dual license used by the Rust programming language and projects).

Please ensure that any license added to the LICENSE.md file matches other licensing information in the repository (for example, it should match any license indicated in a setup.py or package.json file).

Mozilla staff can access more information in our Software Licensing Runbook – search for “Licensing Runbook” in Confluence to find it.

If you have any questions you can contact Daniel Nazer who can be reached at dnazer on Mozilla email or Slack.

OPENLIC-2023-01

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)

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.

Fetch .crx from Google Web Store (or GitHub)

I want to take a look if https://github.com/stoodkev/SteemPlus is portable. There is no .crx, which is only available from Chrome web store. Looks like I've got two options:

  1. Clone source and build .crx myself (no idea what I need to install yet) and feed it to compat-tool
  2. Use the hack with https://clients2.google.com/service/update2/crx?response=redirect&prodversion=[PRODVERSION]&x=id%3D[EXTENSIONID]%26uc URL to download from Chrome web store.

Maybe compat-tool can automate these steps by accepting Chrome web store or GitHub links? That would make more people interested in porting extensions.

An unexpected error occurred.

Whenever I try to check the packed CRX file of this extension it gives me this error.

image

The report is empty and "download the full report" does nothing.
image

I tried packing it with multiple sources but I always get this error.

Thanks in Advance!

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all 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 delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper App’s white list on Github. You'll find this list on your repo or organization’s settings page, under Installed GitHub Apps.

non-extension recognised and reported as compatible

following on from issue #10, i uploaded a random zip which wasn't an extension to see what would happen.

to my surprise:

Great news! Your extension is compatible with Firefox.

although the report details tell a different story:

{
  "compat": [],
  "errors": [
    {
      "message": "Unable to determine add-on type",
      "locations": [
        {}
      ]
    }
  ],
  "warnings": []
}

perhaps failure to determine the add-on type should be reported as an error instead of a success.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • Lock file maintenance

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
package.json
  • addons-linter ^5.0.0
  • browser-sync ^2.27.11
  • express ^4.17.1
  • express-fileupload ^1.2.1
  • fs-extra ^10.0.0
  • gulp ^4.0.2
  • gulp-autoprefixer ^8.0.0
  • gulp-clean-css ^4.2.0
  • gulp-nodemon ^2.5.0
  • gulp-rename ^2.0.0
  • gulp-sass ^5.0.0
  • gulp-sourcemaps ^3.0.0
  • mappy-breakpoints ^0.2.3
  • redis ^3.1.1
  • sass ^1.35.1
  • susy ^3.0.5
  • uuid ^8.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

Preserve report results

It is useful to share results of package testing in long term. It it possible to preserve test results forever similar to VirusTotal?

const TTL = process.env.REPORT_RETENTION || 30 * 60 // default to 30 minutes

Using SHA3 file hashes instead of random UUID can also reduce the load on server by fetching results that are already processed for the given filename.

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.