You can see examples of pre-receive hooks for GitHub Enterprise Server in thegithub/platform-samplesrepository. In this guide Writing a pre-receive hook script Setting permissions and pushing a pre-receive hook to GitHub Enterprise Server Testing pre-receive scripts locally Writing a pre-receive hoo...
In our examples we will use a collection called "item" which will store some fictitious items for sale: var itemCollection = db.collection("item"); Auto-Creation When you request a collection that does not yet exist it is automatically created. If it already exists you are given the refe...
You can see examples of pre-receive hooks for GitHub Enterprise Server in the github/platform-samples repository. Writing a pre-receive hook script A pre-receive hook script executes in a pre-receive hook environment on your GitHub Enterprise Server instance. When yo...
You can see examples of pre-receive hooks for GitHub Enterprise Server in the github/platform-samples repository. Writing a pre-receive hook script A pre-receive hook script executes in a pre-receive hook environment on your GitHub Enterprise Server instance. When yo...
You can see examples of pre-receive hooks for GitHub Enterprise Server in the github/platform-samples repository. Writing a pre-receive hook script A pre-receive hook script executes in a pre-receive hook environment on your GitHub Enterprise Server instance. When yo...
~foreman/config/hooks/[OBJECT]/[EVENT]/[HOOK_SCRIPT] Examples: ~foreman/config/hooks/host/managed/create/50_register_system.sh ~foreman/config/hooks/host/managed/destroy/15_cleanup_database.sh ~foreman/config/hooks/smart_proxy/after_create/01_email_operations.sh ~foreman/config/hooks/audited/aud...
Community Script Hook V .NET (SHVDN) This is an ASI plugin for Grand Theft Auto V, based on the C++ ScriptHook by Alexander Blade, which allows running scripts written in any .NET language in-game. The issues page should be primarily used for bug reports and focused enhancement ideas. Qu...
Examples: // $ExpectType void f(1); // @ts-expect-error f("one"); For more details, see dtslint readme. Linter: .eslintrc.json If for some reason a lint rule needs to be disabled, disable it for a specific line: // eslint-disable-next-line no-const-enum const enum Const {...
examples Support exclude regexes, excludewords, and entropy filters for custom… Jan 31, 2025 hack chore(deps): update golang docker tag to v1.24 (#3950) Mar 6, 2025 pkg fixed authOmanagement detector integration test failure (#4013) Apr 20, 2025 proto [feat] Addition of Detector - Azure...
本周热点趋势榜虽然新项目不多,但是还是有几个不错值得收藏的工具项目,比如用来做文本转语音的 tortoise-tts 能生成更加贴近真实人声的语音,让 Golang 并发更出色的 conc,以及通过 Hook 来管理 React 状态的 z…