Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #1336 #1344

Merged
merged 1 commit into from
Jan 6, 2021
Merged

Fix for #1336 #1344

merged 1 commit into from
Jan 6, 2021

Conversation

JudahGabriel
Copy link
Contributor

Fixes #1336, removes leading digits from a package ID segment

@ghost
Copy link

ghost commented Jan 6, 2021

Thanks JudahGabriel for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌

@ghost ghost assigned jgw96 Jan 6, 2021
@jgw96 jgw96 merged commit 9d93f63 into dev Jan 6, 2021
@jgw96 jgw96 deleted the default-to-valid-android-options branch January 6, 2021 21:35
@andreban
Copy link

andreban commented Jan 7, 2021

FWIW, @core/util.ts has a nice method for validating package names: https://github.com/GoogleChromeLabs/bubblewrap/blob/master/packages/core/src/lib/util.ts#L211-L242

There's one for generating too, but it's not handling removing sections that start with numbers.

jgw96 added a commit that referenced this pull request Jan 11, 2021
* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* PWABuilder MacOS v2 (#1286)

* env change

* added macos platform code usage, need to work through a CORS issue.

* zipAll from axios to fetch (#1289)

Co-authored-by: Justin Willis <[email protected]>

* Refactored score cards. Added additional checks.

* Added service worker fallback (#1284)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* fix(): small typescript error

* chore(): update docker container to node 12

* Update featured.json (#1295)

Fix a typo!

Co-authored-by: Leonardo Lee <[email protected]>

* Casing fix. Removed unused CSS build warnings

* Fix for build (#1306)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* Casing fix. Removed unused CSS build warnings

* fix(): sw picker form has min-height to avoid "pop-in"

* refactor(): move to new service worker server + simplify

* v2 web packaging (#1301)

* v2 web packaging

* for documentation sake, but something for the future

* new endpoints

Co-authored-by: Justin Willis <[email protected]>

* Added safe URL fetching fallback (#1315)

* Added safe URL fetching fallback

* Better service name

* Fix for #1336 (#1344)

* Initial work towards nav fix

* Added UI for Play billing, location delegation (#1346)

* Final fix for edit manifest nav

Co-authored-by: Judah Gabriel Himango <[email protected]>
Co-authored-by: Leonardo Lee <[email protected]>
Co-authored-by: Roman Rokon <[email protected]>
jgw96 added a commit that referenced this pull request Jan 28, 2021
* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* PWABuilder MacOS v2 (#1286)

* env change

* added macos platform code usage, need to work through a CORS issue.

* zipAll from axios to fetch (#1289)

Co-authored-by: Justin Willis <[email protected]>

* Refactored score cards. Added additional checks.

* Added service worker fallback (#1284)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* fix(): small typescript error

* chore(): update docker container to node 12

* Update featured.json (#1295)

Fix a typo!

Co-authored-by: Leonardo Lee <[email protected]>

* Casing fix. Removed unused CSS build warnings

* Fix for build (#1306)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* Casing fix. Removed unused CSS build warnings

* fix(): sw picker form has min-height to avoid "pop-in"

* refactor(): move to new service worker server + simplify

* v2 web packaging (#1301)

* v2 web packaging

* for documentation sake, but something for the future

* new endpoints

Co-authored-by: Justin Willis <[email protected]>

* Added safe URL fetching fallback (#1315)

* Added safe URL fetching fallback

* Better service name

* Fix for #1336 (#1344)

* Initial work towards nav fix

* Added UI for Play billing, location delegation (#1346)

* Final fix for edit manifest nav

* Fixes #1365 (#1380)

Co-authored-by: Judah Gabriel Himango <[email protected]>
Co-authored-by: Leonardo Lee <[email protected]>
Co-authored-by: Roman Rokon <[email protected]>
jgw96 added a commit that referenced this pull request Feb 10, 2021
* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* PWABuilder MacOS v2 (#1286)

* env change

* added macos platform code usage, need to work through a CORS issue.

* zipAll from axios to fetch (#1289)

Co-authored-by: Justin Willis <[email protected]>

* Refactored score cards. Added additional checks.

* Added service worker fallback (#1284)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* fix(): small typescript error

* chore(): update docker container to node 12

* Update featured.json (#1295)

Fix a typo!

Co-authored-by: Leonardo Lee <[email protected]>

* Casing fix. Removed unused CSS build warnings

* Fix for build (#1306)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* Casing fix. Removed unused CSS build warnings

* fix(): sw picker form has min-height to avoid "pop-in"

* refactor(): move to new service worker server + simplify

* v2 web packaging (#1301)

* v2 web packaging

* for documentation sake, but something for the future

* new endpoints

Co-authored-by: Justin Willis <[email protected]>

* Added safe URL fetching fallback (#1315)

* Added safe URL fetching fallback

* Better service name

* Fix for #1336 (#1344)

* Initial work towards nav fix

* Added UI for Play billing, location delegation (#1346)

* Final fix for edit manifest nav

* Fixes #1365 (#1380)

* Additional windows platform fields (#1448)

* Adds package language and start_url to Windows

* I'm writing TS, not C#

* Fixed label name collision

Co-authored-by: Judah Gabriel Himango <[email protected]>
Co-authored-by: Leonardo Lee <[email protected]>
Co-authored-by: Roman Rokon <[email protected]>
jgw96 added a commit that referenced this pull request Mar 11, 2021
* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* PWABuilder MacOS v2 (#1286)

* env change

* added macos platform code usage, need to work through a CORS issue.

* zipAll from axios to fetch (#1289)

Co-authored-by: Justin Willis <[email protected]>

* Refactored score cards. Added additional checks.

* Added service worker fallback (#1284)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* fix(): small typescript error

* chore(): update docker container to node 12

* Update featured.json (#1295)

Fix a typo!

Co-authored-by: Leonardo Lee <[email protected]>

* Casing fix. Removed unused CSS build warnings

* Fix for build (#1306)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* Casing fix. Removed unused CSS build warnings

* fix(): sw picker form has min-height to avoid "pop-in"

* refactor(): move to new service worker server + simplify

* v2 web packaging (#1301)

* v2 web packaging

* for documentation sake, but something for the future

* new endpoints

Co-authored-by: Justin Willis <[email protected]>

* Added safe URL fetching fallback (#1315)

* Added safe URL fetching fallback

* Better service name

* Fix for #1336 (#1344)

* Initial work towards nav fix

* Added UI for Play billing, location delegation (#1346)

* Final fix for edit manifest nav

* Fixes #1365 (#1380)

* Additional windows platform fields (#1448)

* Adds package language and start_url to Windows

* I'm writing TS, not C#

* Fixed label name collision

* Removed redis sync.

Co-authored-by: Judah Gabriel Himango <[email protected]>
Co-authored-by: Leonardo Lee <[email protected]>
Co-authored-by: Roman Rokon <[email protected]>
jgw96 added a commit that referenced this pull request Mar 24, 2021
* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* PWABuilder MacOS v2 (#1286)

* env change

* added macos platform code usage, need to work through a CORS issue.

* zipAll from axios to fetch (#1289)

Co-authored-by: Justin Willis <[email protected]>

* Refactored score cards. Added additional checks.

* Added service worker fallback (#1284)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* fix(): small typescript error

* chore(): update docker container to node 12

* Update featured.json (#1295)

Fix a typo!

Co-authored-by: Leonardo Lee <[email protected]>

* Casing fix. Removed unused CSS build warnings

* Fix for build (#1306)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* Casing fix. Removed unused CSS build warnings

* fix(): sw picker form has min-height to avoid "pop-in"

* refactor(): move to new service worker server + simplify

* v2 web packaging (#1301)

* v2 web packaging

* for documentation sake, but something for the future

* new endpoints

Co-authored-by: Justin Willis <[email protected]>

* Added safe URL fetching fallback (#1315)

* Added safe URL fetching fallback

* Better service name

* Fix for #1336 (#1344)

* Initial work towards nav fix

* Added UI for Play billing, location delegation (#1346)

* Final fix for edit manifest nav

* Fixes #1365 (#1380)

* Additional windows platform fields (#1448)

* Adds package language and start_url to Windows

* I'm writing TS, not C#

* Fixed label name collision

* Removed redis sync.

* chore(): remove deprecated legacy edge platform

Co-authored-by: Judah Gabriel Himango <[email protected]>
Co-authored-by: Leonardo Lee <[email protected]>
Co-authored-by: Roman Rokon <[email protected]>
jgw96 added a commit that referenced this pull request Mar 25, 2021
* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* PWABuilder MacOS v2 (#1286)

* env change

* added macos platform code usage, need to work through a CORS issue.

* zipAll from axios to fetch (#1289)

Co-authored-by: Justin Willis <[email protected]>

* Refactored score cards. Added additional checks.

* Added service worker fallback (#1284)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* fix(): small typescript error

* chore(): update docker container to node 12

* Update featured.json (#1295)

Fix a typo!

Co-authored-by: Leonardo Lee <[email protected]>

* Casing fix. Removed unused CSS build warnings

* Fix for build (#1306)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* Casing fix. Removed unused CSS build warnings

* fix(): sw picker form has min-height to avoid "pop-in"

* refactor(): move to new service worker server + simplify

* v2 web packaging (#1301)

* v2 web packaging

* for documentation sake, but something for the future

* new endpoints

Co-authored-by: Justin Willis <[email protected]>

* Added safe URL fetching fallback (#1315)

* Added safe URL fetching fallback

* Better service name

* Fix for #1336 (#1344)

* Initial work towards nav fix

* Added UI for Play billing, location delegation (#1346)

* Final fix for edit manifest nav

* Fixes #1365 (#1380)

* Additional windows platform fields (#1448)

* Adds package language and start_url to Windows

* I'm writing TS, not C#

* Fixed label name collision

* Removed redis sync.

* chore(): remove deprecated legacy edge platform

* Fixes #1546 (#1558)

Co-authored-by: Judah Gabriel Himango <[email protected]>
Co-authored-by: Leonardo Lee <[email protected]>
Co-authored-by: Roman Rokon <[email protected]>
jgw96 added a commit that referenced this pull request Mar 30, 2021
* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* PWABuilder MacOS v2 (#1286)

* env change

* added macos platform code usage, need to work through a CORS issue.

* zipAll from axios to fetch (#1289)

Co-authored-by: Justin Willis <[email protected]>

* Refactored score cards. Added additional checks.

* Added service worker fallback (#1284)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* fix(): small typescript error

* chore(): update docker container to node 12

* Update featured.json (#1295)

Fix a typo!

Co-authored-by: Leonardo Lee <[email protected]>

* Casing fix. Removed unused CSS build warnings

* Fix for build (#1306)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* Casing fix. Removed unused CSS build warnings

* fix(): sw picker form has min-height to avoid "pop-in"

* refactor(): move to new service worker server + simplify

* v2 web packaging (#1301)

* v2 web packaging

* for documentation sake, but something for the future

* new endpoints

Co-authored-by: Justin Willis <[email protected]>

* Added safe URL fetching fallback (#1315)

* Added safe URL fetching fallback

* Better service name

* Fix for #1336 (#1344)

* Initial work towards nav fix

* Added UI for Play billing, location delegation (#1346)

* Final fix for edit manifest nav

* Fixes #1365 (#1380)

* Additional windows platform fields (#1448)

* Adds package language and start_url to Windows

* I'm writing TS, not C#

* Fixed label name collision

* Removed redis sync.

* chore(): remove deprecated legacy edge platform

* Fixes #1546 (#1558)

* Fixes #1474, screenshots have correct sizes (#1577)

* Fixes #1570, language selection values (#1579)

Co-authored-by: Judah Gabriel Himango <[email protected]>
Co-authored-by: Leonardo Lee <[email protected]>
Co-authored-by: Roman Rokon <[email protected]>
jgw96 added a commit that referenced this pull request Apr 19, 2021
* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* PWABuilder MacOS v2 (#1286)

* env change

* added macos platform code usage, need to work through a CORS issue.

* zipAll from axios to fetch (#1289)

Co-authored-by: Justin Willis <[email protected]>

* Refactored score cards. Added additional checks.

* Added service worker fallback (#1284)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* fix(): small typescript error

* chore(): update docker container to node 12

* Update featured.json (#1295)

Fix a typo!

Co-authored-by: Leonardo Lee <[email protected]>

* Casing fix. Removed unused CSS build warnings

* Fix for build (#1306)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* Casing fix. Removed unused CSS build warnings

* fix(): sw picker form has min-height to avoid "pop-in"

* refactor(): move to new service worker server + simplify

* v2 web packaging (#1301)

* v2 web packaging

* for documentation sake, but something for the future

* new endpoints

Co-authored-by: Justin Willis <[email protected]>

* Added safe URL fetching fallback (#1315)

* Added safe URL fetching fallback

* Better service name

* Fix for #1336 (#1344)

* Initial work towards nav fix

* Added UI for Play billing, location delegation (#1346)

* Final fix for edit manifest nav

* Fixes #1365 (#1380)

* Additional windows platform fields (#1448)

* Adds package language and start_url to Windows

* I'm writing TS, not C#

* Fixed label name collision

* Removed redis sync.

* chore(): remove deprecated legacy edge platform

* Fixes #1546 (#1558)

* Fixes #1474, screenshots have correct sizes (#1577)

* Fixes #1570, language selection values (#1579)

* Better screenshots #1474 (#1589)

* chore(): update samsung platform to reflect changes

* Completed Samsung UI update

Co-authored-by: Leonardo Lee <[email protected]>
Co-authored-by: Justin Willis <[email protected]>
Co-authored-by: Roman Rokon <[email protected]>
jgw96 added a commit that referenced this pull request May 3, 2021
* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* PWABuilder MacOS v2 (#1286)

* env change

* added macos platform code usage, need to work through a CORS issue.

* zipAll from axios to fetch (#1289)

Co-authored-by: Justin Willis <[email protected]>

* Refactored score cards. Added additional checks.

* Added service worker fallback (#1284)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* fix(): small typescript error

* chore(): update docker container to node 12

* Update featured.json (#1295)

Fix a typo!

Co-authored-by: Leonardo Lee <[email protected]>

* Casing fix. Removed unused CSS build warnings

* Fix for build (#1306)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* Casing fix. Removed unused CSS build warnings

* fix(): sw picker form has min-height to avoid "pop-in"

* refactor(): move to new service worker server + simplify

* v2 web packaging (#1301)

* v2 web packaging

* for documentation sake, but something for the future

* new endpoints

Co-authored-by: Justin Willis <[email protected]>

* Added safe URL fetching fallback (#1315)

* Added safe URL fetching fallback

* Better service name

* Fix for #1336 (#1344)

* Initial work towards nav fix

* Added UI for Play billing, location delegation (#1346)

* Final fix for edit manifest nav

* Fixes #1365 (#1380)

* Additional windows platform fields (#1448)

* Adds package language and start_url to Windows

* I'm writing TS, not C#

* Fixed label name collision

* Removed redis sync.

* chore(): remove deprecated legacy edge platform

* Fixes #1546 (#1558)

* Fixes #1474, screenshots have correct sizes (#1577)

* Fixes #1570, language selection values (#1579)

* Better screenshots #1474 (#1589)

* chore(): update samsung platform to reflect changes

* Completed Samsung UI update

* chore(): update action based on findings from api v2

PRs are now handled specifically for both dev and prod

* Update link to IARC rating ID (#1657)

* Added offline check fallback (#1660)

Co-authored-by: Leonardo Lee <[email protected]>
Co-authored-by: Justin Willis <[email protected]>
Co-authored-by: Roman Rokon <[email protected]>
Co-authored-by: Steven Sinatra <[email protected]>
jgw96 added a commit that referenced this pull request May 3, 2021
* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* PWABuilder MacOS v2 (#1286)

* env change

* added macos platform code usage, need to work through a CORS issue.

* zipAll from axios to fetch (#1289)

Co-authored-by: Justin Willis <[email protected]>

* Refactored score cards. Added additional checks.

* Added service worker fallback (#1284)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* fix(): small typescript error

* chore(): update docker container to node 12

* Update featured.json (#1295)

Fix a typo!

Co-authored-by: Leonardo Lee <[email protected]>

* Casing fix. Removed unused CSS build warnings

* Fix for build (#1306)

* Added service worker fallback

* Fix comment, added missing await

* Moving offline check into separate proc

* Refactored score cards. Added additional checks.

* Casing fix. Removed unused CSS build warnings

* fix(): sw picker form has min-height to avoid "pop-in"

* refactor(): move to new service worker server + simplify

* v2 web packaging (#1301)

* v2 web packaging

* for documentation sake, but something for the future

* new endpoints

Co-authored-by: Justin Willis <[email protected]>

* Added safe URL fetching fallback (#1315)

* Added safe URL fetching fallback

* Better service name

* Fix for #1336 (#1344)

* Initial work towards nav fix

* Added UI for Play billing, location delegation (#1346)

* Final fix for edit manifest nav

* Fixes #1365 (#1380)

* Additional windows platform fields (#1448)

* Adds package language and start_url to Windows

* I'm writing TS, not C#

* Fixed label name collision

* Removed redis sync.

* chore(): remove deprecated legacy edge platform

* Fixes #1546 (#1558)

* Fixes #1474, screenshots have correct sizes (#1577)

* Fixes #1570, language selection values (#1579)

* Better screenshots #1474 (#1589)

* chore(): update samsung platform to reflect changes

* Completed Samsung UI update

* chore(): update action based on findings from api v2

PRs are now handled specifically for both dev and prod

* Update link to IARC rating ID (#1657)

* Added offline check fallback (#1660)

* fix(): action runs on merges to prod

Co-authored-by: Judah Gabriel Himango <[email protected]>
Co-authored-by: Leonardo Lee <[email protected]>
Co-authored-by: Roman Rokon <[email protected]>
Co-authored-by: Steven Sinatra <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants