How to publish a HarmonyOS application?

1. Obtain Certificates To publish an app on the HarmonyOS AppGallery, you must apply for official certificates. (During personal development, you might often use auto-signing, but it is not accepted for app submission.) The certificates include p12, cer, csr, and p7b. Summary: Create a folder in advance to store the four certificates. Generate a p12 […]

3 mins read

GitHub Issues search now supports nested queries and boolean operators: Here’s how we (re)built it

Originally, Issues search was limited by a simple, flat structure of queries. But with advanced search syntax, you can now construct searches using logical AND/OR operators and nested parentheses, pinpointing the exact set of issues you care about. Building this feature presented significant challenges: ensuring backward compatibility with existing searches, maintaining performance under high query […]

12 mins read