question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'GET /-/all' does not return all packages

See original GitHub issue
curl -L "https://package.openupm.com/-/all" > tmp && jq 'keys | sort | unique' tmp > packages1
curl -L "https://package.openupm.com/-/all" > tmp && jq 'keys | sort | unique' tmp > packages2
diff packages1 packages2

packages1 and packages2 are not same.

How can I get all package names?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
favoyangcommented, Feb 20, 2020

@mob-sakai Yes. Some packages with git dependencies are retired (not make sense to install another software to just resolve dependencies of packages from registry). I haven’t clean the registry thought, added to my backlog.

1reaction
favoyangcommented, Feb 19, 2020

I list the packages from the s3 directly. Well, you should still use the /-/all endpoint after my fix.

Alternative way is parsing https://github.com/openupm/openupm/tree/master/data/packages folder, which is a super-set (some packages are not available on the registry because of lacking git tags).

Read more comments on GitHub >

github_iconTop Results From Across the Web

kubectl get all does not list all resources in a namespace #151
in 1.11, the help text no longer references all , and instead refers to a new kubectl api-resources command which lists all resources...
Read more >
Reflectively get all packages in a project? - java - Stack Overflow
Save this answer. Show activity on this post. This approach prints all packages only (at least a root "packageName" has to be given...
Read more >
PackageManager does not return all installed apps - B4X
In the code below the list apps does not contain all the apps installed. ... I get most but not all apps returned....
Read more >
PackageManager - Android Developers
Signature check result: this is returned by checkSignatures(int, int) if not all signatures on both packages match. int, SIGNATURE_SECOND_NOT_SIGNED.
Read more >
Troubleshooting NuGet Package Restore in Visual Studio
Select the Tools > NuGet Package Manager > Package Manager Settings menu command. · Set both options under Package Restore. · Select OK....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found