A refreshed "new tab page" for Firefox
A Firefox add-on to ease connecting to Firefox for Android
DEPRECATED - Migrated to https://github.com/mozilla/fxa
Fuzzing Harness for Firefox Mobile on Android
mozilla/activate.mozilla.community 32
Activate campaign site
mozilla/ace 30
Ajax.org Code Editor
Provide high speed filtering and aggregation over data
mozilla/addon-compatibility-reporter 16
Add-on Compatibility Reporter (Redux)
A framework-agnostic input library that progressively handles flat, portal, and immersive web apps.
mozilla/ad-analysis-for-facebook 9
Ad Analysis for Facebook
startedmozilla/DeepSpeech
started time in a minute
issue openedmozilla/addons-frontend
discovery.addons.mozilla.org has failed the web security baseline
Site https://discovery.addons.mozilla.org has failed the web security baseline scan.
The failing tests are:
Strict-Transport-Security Header Not Set [10035] x 10
- https://discovery.addons.mozilla.org/en-GB/firefox/discovery/pane/48.0.1/Linux/normal (404 Not Found)
- https://discovery.addons.mozilla.org/robots.txt (404 Not Found)
- https://discovery.addons.mozilla.org/sitemap.xml (404 Not Found)
- https://discovery.addons.mozilla.org/en-GB (404 Not Found)
- https://discovery.addons.mozilla.org/en-GB/firefox (404 Not Found)
This issue was automatically raised.
This issue is managed automatically by the baseline scan:
- If the failing tests change then it will be updated
- If it is closed before the tests pass then a new one will be opened
- When all of the tests pass then it will be closed
Full details, including how to test for these issues locally, can be found on this Security Baseline Service dashboard. If you have any questions or concerns please get in contact with [email protected]
created time in 4 minutes
PR opened mozilla/fxa
This pull request
- finishes up #4975, by correcting the formatting for COPY, PRINT, and DOWNLOAD functionality of the recovery codes.
Issue that this pull request solves
Closes: #4975
Checklist
Put an x in the boxes that apply
- [x] My commit is GPG signed.
- [x] If applicable, I have modified or added tests which pass locally.
- [x] I have added necessary documentation (if appropriate).
- [x] I have verified that my changes render correctly in RTL (if appropriate).
Other information (Optional)
The main change here is in that we are now creating a template for the print file in function recoveryCodesPrintTemplate.
also we are joining the arrays with \r\n, two things we were doing in the content server. I'm a little unsure of a reliable way to test the template as it is just a string. Also not sure if we need to be testing a template like this, it may be redundant. Happy to take input of the reviewer on whatever we think is correct.
pr created time in 6 minutes
startedmozilla/pdf.js
started time in 8 minutes
push eventmozilla/nimbus-sdk
commit sha 936d2c4c91a869cf108e7519cc07b1f141218444
Bump uniffi dependency to 0.4.0 to fix license goofiness for m-c (#48), fixes JIRA:SDK-93 * Bump uniffi dependency to 0.4.0 to fix license goofiness for m-c * Switch to builtin_bindgen * Remove manual uniffi_bindgen install from circleci config
push time in 10 minutes
PR merged mozilla/nimbus-sdk
Obviously, CI won't pass and I won't try to land this until after the uniffi PR lands.
pr closed time in 10 minutes
pull request commentmozilla/nimbus-sdk
Bump uniffi dependency to 0.4.0 to fix license goofiness for m-c
As discussed in today's meeting, not blocking on finding the ideal solution. Fixes JIRA:SDK-93
comment created time in 11 minutes
startedmozilla/webextension-polyfill
started time in 15 minutes
startedmozilla/pdf.js
started time in 18 minutes
startedmozilla/DeepSpeech
started time in 19 minutes
startedmozilla/pdf.js
started time in 22 minutes
startedmozilla/pontoon
started time in 25 minutes
startedmozilla/extension-activity-monitor
started time in 25 minutes
push eventmozilla/treeherder
commit sha 5f23f9dab23d2cc944a3b8e4f22cd3698500818e
Routing change fixes (#6836) * fix favicon path * set repoName when currentRepo is updated
commit sha d60584e43e0ac5b5c5c36fed83e705ece12da87d
Update dependency webpack to v5
push time in 28 minutes
startedmozilla/DeepSpeech
started time in 33 minutes
Pull request review commentmozilla/experimenter
fix #3469 feat(nimbus): initial forms for branch display & edit
const PageEditBranches: React.FunctionComponent<PageEditBranchesProps> = () => { }} /> <h2 className="mt-3 h4">Branches</h2>+ <p>+ If you want, you can add a <strong>feature flag</strong> configuration+ to each branch. Experiments can only change one flag at a time.{" "}+ <a href={BRANCHES_DOC_URL}>Learn more</a>+ </p>+ {/* TODO: EXP-505 for accepting and saving edits to branches */}+ <FormBranches+ {...{+ experiment,+ // TODO: get this from initial GQL configuration fetch?+ experimentFeatures,+ // TODO: supply this as default value, track changes within FormBranches+ equalRatio: false,+ // TODO: figure out from where to get this value+ featureSlug: "pinned_tabs",+ // TODO: figure out how to determine this flag+ featureHasValue: true,
@jodyheavener I'm still wrapping my head aroung GQL stuff, maybe you might have an insight here? If I add this to GET_EXPERIMENT_QUERY, I can fetch featureConfig for an experiment:
featureConfig {
slug
name
description
application
ownerEmail
schema
}
But, I don't see featureConfig in the generated type via apollo codegen:generate.
As far as I can tell from the Django side and from playing in the GQL playground, it's in the schema as featureConfig: NimbusFeatureConfigType.
But I'm not sure why it's not ending up in our getExperiment_experimentBySlug type in src/types/getExperiment.ts
comment created time in 39 minutes
startedmozilla/pdf.js
started time in 44 minutes
Pull request review commentmozilla/application-services
WIP combined Glean + Nimbus + AppServices megazord, aka The GleaNimbuZord.
+// =============================================+// We're doing something a bit weird here, so+// READ THIS CAREFULLY before editing this file.+// =============================================+//+// This is a lightly-modified version of the `build.gradle` file from Glean,+// which you can find at `../external/glean/glean-core/android/build.gradle`.
Right, I meant "upstream" as in "into some gradle files that live in the Glean repo and are maintained by the Glean team" in a very abstract sense
comment created time in 44 minutes
push eventmozilla/bigquery-etl
commit sha 0e238661930a49d241f813d623b8b31dff5c59ce
Order mozfun.glam.histogram_fill_buckets by string sorting (#1497) * Order fill buckets by string sorting * Add buckets in the correct order * Simplify histogram_fill_buckets into single statement * Remove extra casting
commit sha 7dfcfef4396e51767d811548e6e8d1f70fd5dcc8
Bump pytest from 6.1.1 to 6.1.2 (#1498) Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.1.1...6.1.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Miyaguchi <[email protected]>
commit sha 3d8131dd7b601bfce11ddfcf02c1ebdd6e6a4163
Change entryPage to entry_page in blogs GA (#1500)
commit sha bee3587c51a4915a21f5e848d305c49462e6f309
Fix `bqetl mozfun publish` (#1499) * Update bqetl routine to use project_id consistently * Fix type issue in publish_routine * Fix linting error
commit sha 415ee2fb62d5de92b008cc0fa98149a6359a8e4b
Add ETL for Mozilla VPN acquisition funnel (#1465)
commit sha 1ace0fe2b7e0b5353f9d2e63db835ecdd2c4d0fd
Ran YAMLlint on all yaml files and resolved linting issues (fixes #1297) (#1481) * "Ran YAMLlint on all yaml files" * "Moved product info metadata table to README file" * "Reformatted yaml lists" * "Updated line breaks so script runs" * "Updated line breaks so script runs" * "Undid line breaks" * "Created custom config file" * "Removed base document id" * "Undid line breaks" * "Reformatted code" * "Trimmed whitespace" * "Undid line break" * "Introduced newline" * "Trimmed whitespace" * "Added yamillint to config file" * "Added yamllint to config file" * "Moved up yamllint test" * "Trimmed whitespace" * "Trimmed whitespace" * "Trimmed whitespace" * "Trimmed whitespace" * "Removing hyphen to fix CI error" * "Indentation to remove CI error" * "Included yamllint install in build run" * "Added yamllint in requirements.txt and .in file" * "Moved install yamllint step to its own stage" * "Updated yamllint test" * "Updated circleci step" * "Reformatted code" * "Added yamllint to circleci steps" * "Added checkout block to yamllint step" * "Trimmed whitespace" * "Undid yamllint step" * "Specified directory name for yamllint test" * "Fixed yamlint errors" * "Fixed yamllint errors" * "Fixed yamllint errors" * "Fixed yamllint errors" * "Ignore pathway in linting" * "Added ignore venv pathway during linting" * "Updated ignore block" * "Updated ignore block" * "Removed ignore block" * "Updated ignore block" * "Indented base as a list" * "Indented base item" * Update tests/sql/moz-fx-data-shared-prod/search_derived/mobile_search_clients_last_seen_v1/test_day_bit_shifting/expect.yaml Co-authored-by: Anthony Miyaguchi <[email protected]> * "Resolved linting errors" * "Referenced tables put back on same line" * "Fixed linting error" * Update sql/moz-fx-data-shared-prod/account_ecosystem_derived/fxa_logging_users_daily_v1/metadata.yaml Co-authored-by: Anthony Miyaguchi <[email protected]> * "Fixed linting error" Co-authored-by: Anthony Miyaguchi <[email protected]>
commit sha cea78524ffd80dc98674ddd3a0e1cdfe863b3534
Add initial udf replacements
commit sha 8197af66ccc3379d094b67cc3e8bccfef55abc86
Update scalar bucketing scheme
commit sha 74255d0336ea177421ea4eb015044be850f68dc3
Update schemas in script
commit sha d3a8aa999600e5835d6ea489f355d3074ca91f5b
Revert change to query
commit sha 2b5839df944cac155f587132ad5db4b8b62b1aa2
Remove comma before CROSS JOIN
commit sha f43c75aa1fdd8be2cfdb0288ccbb55964e640514
Add functional query
commit sha 536d9e60f1a3179bd15e36f41b9d80b7357c4973
Add option to skip steps
commit sha 0a1f9fdbbd42fc1434fec57363a3789700620906
Add ordering for keys
push time in 44 minutes
push eventmozilla/bigquery-etl
commit sha 97dd722d1ef08f4e6807f2f1fbd630f3b5c0d01e
[ci skip] Deployed ee6b7131 with MkDocs version: 1.1.2
push time in an hour
push eventmozilla/gecko-dev
commit sha bfa52606ef6155dedf7d977810efcbb20d0e0ae9
No bug - Tagging dcd1bd71910ce9dbb20aee38fa4dd36def652687 with FIREFOX_83_0b6_RELEASE a=release CLOSED TREE DONTBUILD
push time in an hour
push eventmozilla/bigquery-etl
commit sha ee6b71310edec80ef43f1b721241428eacb425f2
Fix broken circleci deploy due to extra space in tag (#1502) * Fix broken circleci deploy due to extra space in tag * Minor formatting nits in bash sections
push time in an hour
PR merged mozilla/bigquery-etl
This fixes an issue introduced in https://github.com/mozilla/bigquery-etl/pull/1481 where a space was introduced into the tag, leading to the following issue:
#!/bin/bash -eo pipefail
docker build . --pull --tag "$IMAGE"
invalid argument "mozilla/ bigquery-etl:latest" for "-t, --tag" flag: invalid reference format
See 'docker build --help'.
https://app.circleci.com/pipelines/github/mozilla/bigquery-etl/6662/workflows/27ab59d0-9eeb-433a-b94f-40746018e82e/jobs/33036
pr closed time in an hour
Pull request review commentmozilla/application-services
WIP combined Glean + Nimbus + AppServices megazord, aka The GleaNimbuZord.
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"+ package="uniffi.nimbus" />
I think we should - I opened https://jira.mozilla.com/browse/SDK-95
comment created time in an hour