enable session encryption * feat(backend): fixed updated method name in failover algo * feat(backend): disable encryption by default * change(tracker): fix iframe network handling * change(ui): add toast for recording error * Encryption metrics () * feat(backend): added metric to measure th...
you have to remember when to usegit push origin mainand when to usegit push origin masteron a repo-to-repo basis. This is confusing and leads to creating new branches that you don't want. So change all of your GitHub repo names to main. ...
2 changes: 1 addition & 1 deletion 2 .github/FUNDING.yml Original file line numberDiff line numberDiff line change @@ -12,4 +12,4 @@ #custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] # github: monkeyWie ko_fi: gopeed custom: https://github....
GitHistoryMode GitHubArtifactDownloadInput GitHubConnectionModel GitHubConnectionRepoModel GitHubConnectionReposBatchRequest GitImportFailedEvent GitImportGitSource GitImportRequest GitImportRequestParameters GitImportStatusDetail GitImportSucceededEvent GitImportTfvcSource GitItem GitItemDescriptor GitItemRequestData GitL...
PropertyPrivate PropertyProtected PropertyPublic PropertySealed PropertyShortcut PropertySnippet ProvidedInterface ProxyWebPartManager PublicMessageQueue PublishAllWebSites PublishCurrentWebSite PublishOnDemand PublishWithGitHubActions Позапросу PullRequest push PushNotification PushNotificationError PushNotifica...
PropertyPrivate PropertyProtected PropertyPublic PropertySealed PropertyShortcut PropertySnippet ProvidedInterface ProxyWebPartManager PublicMessageQueue PublishAllWebSites PublishCurrentWebSite PublishOnDemand PublishWithGitHubActions 请求 PullRequest 推送 PushNotification PushNotificationError PushNotificationGroup 图钉 PY...
From your description, it looks like a multi-repo, if you only want to use AI generate commit message for a select repo, you can select the single repo on Git Changes window but not All Repositories, if you commit the change when All Repositories is selected, the commit message...
In this example, for a repository named UserGitHubRepo, the parameter is set to false . Why am I making this change? Changing this parameter turns off periodic checks so you can use event-based change detection only. "configuration": { "Owner": "name", "Repo": "UserGitHubRepo", "...
Turborepo是专为JavaScript和Typescript的monorepo项目设计的高性能构建系统。可以高效管理和构建项目中多个packages,通过缓存构建和测试结果,来提升开发和持续集成的效率。 Turborepo旨在提高大型monorepo项目的构建效率,在复杂的项目中,可以更好的处理任务之间的依赖关系,并保证构建的正确性和效率。
如何使用 pnpm 来搭建 menorepo 工程 安装pnpm 代码语言:javascript 复制 $ npm install-g pnpm ⚠️v7版本的pnpm安装使用需要node版本至少大于v14.19.0,所以在安装之前首先需要检查下node版本。 工程初始化 为了便于后续的演示,先在工程根目录下新建packages目录,并且在packages目录下创建pkg1和pkg2两个工程,分别...