@profoundlogic/coderflow-server 0.9.1 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config/skill-catalog.json +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/session-file-store.js +1 -0
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/slack-service.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -1
- package/dist/lib/task-context-usage.js +1 -1
- package/dist/lib/task-git-auth-errors.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/logs.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/slack.js +1 -1
- package/dist/routes/stats.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.html +6 -6
- package/dist/web-ui/public/admin.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/docs/admin/automations.md +2 -1
- package/dist/web-ui/public/docs/admin/environments.md +2 -0
- package/dist/web-ui/public/docs/code/files-and-editing.md +1 -4
- package/dist/web-ui/public/docs/docsify-proxy-helper.js +1 -1
- package/dist/web-ui/public/environments.css +28 -0
- package/dist/web-ui/public/environments.html +33 -7
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.html +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.html +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.html +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.html +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.html +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-client.transport-warning.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.html +2 -2
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.html +2 -2
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(){const _0x1af422={'docsMarker':'/docs/','lifecycleBound':![],'linkObserver':null,'ensureSubSidebarFrame':null,'ensureSubSidebarRetryTimer':null,'observing':![]};function _0x525074(){return _0x1af422['docsMarker']||'/docs/';}function _0x581bab(_0xa4fa62){const _0x1714f9=_0x525074(),_0x5cc887=_0xa4fa62['indexOf'](_0x1714f9);if(_0x5cc887===-0x1)return _0x1714f9;return _0xa4fa62['slice'](0x0,_0x5cc887+_0x1714f9['length']);}function _0x20625a(){const _0x51b187=window['location']['hash']||'#/',_0x14b9ad=_0x51b187['slice'](0x1)['split']('?')[0x0]||'/';return _0x14b9ad['charAt'](0x0)==='/'?_0x14b9ad:'/'+_0x14b9ad;}function _0x58121a(){const _0x58403a=_0x20625a();return _0x58403a['slice'](0x0,_0x58403a['lastIndexOf']('/')+0x1)||'/';}function _0x5225c7(){const _0x4c0dcd=window['location']['hash']||'#/',_0x16c2e3=_0x4c0dcd['indexOf']('?');return new URLSearchParams(_0x16c2e3===-0x1?'':_0x4c0dcd['slice'](_0x16c2e3+0x1));}function _0x4f9cf9(){return _0x5225c7()['get']('id');}function _0x107bb9(_0x1c7ed5){return typeof _0x1c7ed5==='string'&&_0x1c7ed5['indexOf']('#/')===0x0;}function _0x2b1228(_0x3e3d10){return!_0x3e3d10||_0x3e3d10['charAt'](0x0)==='#'&&!_0x107bb9(_0x3e3d10)||_0x3e3d10['startsWith']('javascript:')||_0x3e3d10['startsWith']('mailto:')||_0x3e3d10['startsWith']('tel:');}function _0x1aee97(_0x5d069a){if(_0x2b1228(_0x5d069a)||!/\.md(?:$|[?#])/i['test'](_0x5d069a))return null;const _0x404ea6=_0x581bab(window['location']['pathname']),_0x55d5c8=_0x58121a();let _0x15dd31='',_0x1bd12a='',_0x1d4359='';if(/^(?:[a-z]+:)?\/\//i['test'](_0x5d069a)){const _0x49e60e=new URL(_0x5d069a,window['location']['href']);if(_0x49e60e['origin']!==window['location']['origin'])return null;_0x15dd31=_0x49e60e['pathname'],_0x1bd12a=_0x49e60e['search'],_0x1d4359=_0x49e60e['hash'];}else{if(_0x5d069a['charAt'](0x0)==='/'){const _0x5b3a70=new URL(_0x5d069a,window['location']['origin']);_0x15dd31=_0x5b3a70['pathname'],_0x1bd12a=_0x5b3a70['search'],_0x1d4359=_0x5b3a70['hash'];}else{const _0x4b0a5d=_0x5d069a['startsWith']('./')||_0x5d069a['startsWith']('../')?'https://docsify.local'+_0x55d5c8:'https://docsify.local/',_0x4faa08=new URL(_0x5d069a,_0x4b0a5d);_0x15dd31=_0x4faa08['pathname'],_0x1bd12a=_0x4faa08['search'],_0x1d4359=_0x4faa08['hash'];}}let _0x1cdfae=null;if(_0x15dd31['startsWith'](_0x404ea6))_0x1cdfae=_0x15dd31['slice'](_0x404ea6['length']-0x1);else{const _0x53f2ea=_0x15dd31['indexOf'](_0x525074());if(_0x53f2ea!==-0x1)_0x1cdfae=_0x15dd31['slice'](_0x53f2ea+_0x525074()['slice'](0x0,-0x1)['length']);else _0x5d069a['charAt'](0x0)!=='/'&&(_0x1cdfae=_0x15dd31);}if(!_0x1cdfae||!/\.md$/i['test'](_0x1cdfae))return null;_0x1cdfae=_0x1cdfae['replace'](/\/README\.md$/i,'/'),_0x1cdfae=_0x1cdfae['replace'](/README\.md$/i,'/'),_0x1cdfae=_0x1cdfae['replace'](/\.md$/i,''),_0x1cdfae=_0x1cdfae||'/',_0x1cdfae=_0x1cdfae['charAt'](0x0)==='/'?_0x1cdfae:'/'+_0x1cdfae;const _0x38debe=new URLSearchParams(_0x1bd12a);_0x1d4359&&_0x38debe['set']('id',decodeURIComponent(_0x1d4359['slice'](0x1)));const _0x196dc1=_0x38debe['toString']();return'#'+_0x1cdfae+(_0x196dc1?'?'+_0x196dc1:'');}function _0x5cd8ef(_0x5831ce){if(!_0x107bb9(_0x5831ce))return null;const _0x54a494=_0x5831ce['slice'](0x1),_0x126328=_0x54a494['indexOf']('?'),_0x381feb=_0x126328===-0x1?_0x54a494:_0x54a494['slice'](0x0,_0x126328),_0x474deb=_0x126328===-0x1?'':_0x54a494['slice'](_0x126328+0x1);if(!_0x381feb)return null;const _0x547d10=new URL(_0x381feb,'https://docsify.local'+_0x58121a())['pathname'];return'#'+_0x547d10+(_0x474deb?'?'+_0x474deb:'');}function _0x589aaa(_0x2b36fa){if(_0x2b1228(_0x2b36fa))return null;if(_0x107bb9(_0x2b36fa))return _0x5cd8ef(_0x2b36fa)||_0x2b36fa;return _0x1aee97(_0x2b36fa);}function _0x35cb37(_0x4b1f1c){return String(_0x4b1f1c)['replace'](/&/g,'&')['replace'](/</g,'<')['replace'](/>/g,'>')['replace'](/"/g,'"')['replace'](/'/g,''');}function _0xcd7ae2(_0x4f57b2){const _0x1bed38=_0x4f57b2['querySelector']('a.anchor');return _0x1bed38?_0x1bed38['textContent']['trim']():_0x4f57b2['textContent']['trim']();}function _0x34457c(_0x1d61b5){const _0xcc228a=String(_0x1d61b5||'')['trim']();if(!_0xcc228a)return'section';if(window['Docsify']&&typeof window['Docsify']['slugify']==='function'){const _0x8686b=window['Docsify']['slugify'](_0xcc228a);if(_0x8686b)return _0x8686b;}return _0xcc228a['toLowerCase']()['replace'](/[^\w\s-]/g,'')['replace'](/\s+/g,'-')['replace'](/-+/g,'-')['replace'](/^-|-$/g,'')||'section';}function _0x11fcea(){const _0x11abff=Array['from'](document['querySelectorAll']('.markdown-section\x20h1,\x20.markdown-section\x20h2,\x20.markdown-section\x20h3,\x20.markdown-section\x20h4,\x20.markdown-section\x20h5,\x20.markdown-section\x20h6')),_0x4ca1d1=new Set();return _0x11abff['forEach'](function(_0x5d9b84){_0x5d9b84['id']&&_0x4ca1d1['add'](_0x5d9b84['id']);}),_0x11abff['forEach'](function(_0xb0dc06){if(_0xb0dc06['id'])return;const _0xe6d57e=_0xcd7ae2(_0xb0dc06);if(!_0xe6d57e)return;const _0xf6b0c9=_0x34457c(_0xe6d57e);let _0x4f6b1c=_0xf6b0c9,_0x1a64cc=0x2;while(_0x4ca1d1['has'](_0x4f6b1c)){_0x4f6b1c=_0xf6b0c9+'-'+_0x1a64cc,_0x1a64cc+=0x1;}_0xb0dc06['id']=_0x4f6b1c,_0x4ca1d1['add'](_0x4f6b1c);}),_0x11abff;}function _0x107dc5(_0x3aa1dc){return Array['from'](_0x3aa1dc['children']||[])['find'](function(_0x55bd3){return _0x55bd3['classList']&&_0x55bd3['classList']['contains']('app-sub-sidebar');})||null;}function _0xd3311f(_0x55d71e){if(!_0x55d71e||_0x55d71e['nodeType']!==Node['ELEMENT_NODE'])return![];if(_0x55d71e['closest']&&_0x55d71e['closest']('.app-sub-sidebar[data-coderflow-managed=\x22true\x22]'))return![];return _0x55d71e['matches']&&_0x55d71e['matches']('.sidebar-nav,\x20.markdown-section')||_0x55d71e['closest']&&_0x55d71e['closest']('.sidebar-nav,\x20.markdown-section')||_0x55d71e['querySelector']&&_0x55d71e['querySelector']('.sidebar-nav,\x20.markdown-section');}function _0x1cdc57(){return _0x11fcea()['filter'](function(_0x5d1846){return!!_0x5d1846['id'];});}function _0x2f589d(_0x464cf7,_0x3be863){const _0x3ee747=[],_0x4aafd3={};return _0x464cf7['forEach'](function(_0x196d92){const _0x206b64=_0x196d92['level']||0x1,_0x34d7f7=_0x206b64-0x1;if(_0x206b64>_0x3be863)return;_0x4aafd3[_0x34d7f7]?_0x4aafd3[_0x34d7f7]['children']=(_0x4aafd3[_0x34d7f7]['children']||[])['concat'](_0x196d92):_0x3ee747['push'](_0x196d92),_0x4aafd3[_0x206b64]=_0x196d92;}),_0x3ee747;}function _0x2b5c6d(_0x1d6eb9,_0x4a8a6f,_0x41ed6f){if(!_0x1d6eb9['length'])return'';const _0x375055=_0x41ed6f?'\x20class=\x22app-sub-sidebar\x22\x20data-coderflow-managed=\x22true\x22\x20data-coderflow-signature=\x22'+_0x35cb37(_0x4a8a6f)+'\x22':'\x20class=\x22app-sub-sidebar\x22';return'<ul'+_0x375055+'>'+_0x1d6eb9['map'](function(_0x29c60a){const _0x2e2aa5=_0x29c60a['children']?_0x2b5c6d(_0x29c60a['children'],_0x4a8a6f,![]):'';return'<li><a\x20class=\x22section-link\x22\x20href=\x22'+_0x35cb37(_0x29c60a['slug'])+'\x22\x20title=\x22'+_0x35cb37(_0x29c60a['title'])+'\x22>'+_0x35cb37(_0x29c60a['title'])+'</a></li>'+_0x2e2aa5;})['join']('')+'</ul>';}function _0x1302da(){const _0x36a728=Number(window['$docsify']&&window['$docsify']['subMaxLevel'])||0x0;if(!_0x36a728)return{'html':'','signature':''};const _0x1ae9bb=_0x1cdc57()['map'](function(_0x5d6acf){const _0x280bdb=_0xcd7ae2(_0x5d6acf);if(!_0x280bdb||!_0x5d6acf['id'])return null;const _0xc80906=_0x5225c7();return _0xc80906['set']('id',_0x5d6acf['id']),{'level':Number['parseInt'](_0x5d6acf['tagName']['slice'](0x1),0xa),'title':_0x280bdb,'slug':'#'+_0x20625a()+'?'+_0xc80906['toString']()};})['filter'](Boolean);_0x1ae9bb[0x0]&&_0x1ae9bb[0x0]['level']===0x1&&_0x1ae9bb['shift']();if(!_0x1ae9bb['length'])return{'html':'','signature':''};const _0xf02478=_0x1ae9bb['map'](function(_0x13e96d){return _0x13e96d['level']+'|'+_0x13e96d['slug']+'|'+_0x13e96d['title'];})['join']('||');return{'html':_0x2b5c6d(_0x2f589d(_0x1ae9bb,_0x36a728),_0xf02478,!![]),'signature':_0xf02478};}function _0x1f4794(){const _0x96c113='#'+_0x20625a();let _0x1daf55=null,_0x4cf0c4=-0x1;return document['querySelectorAll']('.sidebar-nav\x20a[href]')['forEach'](function(_0x3f1d6e){if(_0x3f1d6e['closest']('.app-sub-sidebar'))return;const _0x1d7170=_0x589aaa(_0x3f1d6e['getAttribute']('href'));if(!_0x1d7170)return;const _0xe0aec7=_0x1d7170['split']('?')[0x0];if(_0xe0aec7!==_0x96c113)return;_0xe0aec7['length']>_0x4cf0c4&&(_0x1daf55=_0x3f1d6e,_0x4cf0c4=_0xe0aec7['length']);}),_0x1daf55;}function _0x47f1f4(_0xd7dda4){const _0x119dff=_0xd7dda4&&_0xd7dda4['parentElement'],_0x425c08=_0x119dff&&_0x107dc5(_0x119dff),_0x19eb8c='#'+_0x20625a(),_0x23fb59=_0x4f9cf9();if(!_0x425c08)return;_0x425c08['querySelectorAll']('li')['forEach'](function(_0x35f0a1){_0x35f0a1['classList']['remove']('active');});if(!_0x23fb59)return;const _0x170657=Array['from'](_0x425c08['querySelectorAll']('a.section-link[href]'))['find'](function(_0xcf7df5){const _0xcc5744=_0xcf7df5['getAttribute']('href')||'';if(_0xcc5744['charAt'](0x0)!=='#')return![];const _0xff7540=_0xcc5744['indexOf']('?'),_0xabcb3d=_0xff7540===-0x1?_0xcc5744:_0xcc5744['slice'](0x0,_0xff7540);if(_0xabcb3d!==_0x19eb8c)return![];const _0x52bd39=new URLSearchParams(_0xff7540===-0x1?'':_0xcc5744['slice'](_0xff7540+0x1));return _0x52bd39['get']('id')===_0x23fb59;});_0x170657&&_0x170657['parentElement']&&_0x170657['parentElement']['classList']['add']('active');}function _0x340f58(){const _0x37f9fb=_0x1f4794();if(!_0x37f9fb||!_0x37f9fb['parentElement'])return![];const _0x4a6f83=_0x37f9fb['parentElement'],_0x7febca=_0x1302da(),_0x5d424a=_0x7febca['html'],_0x5aaf69=_0x7febca['signature'];document['querySelectorAll']('.sidebar-nav\x20li')['forEach'](function(_0x6aef44){if(_0x6aef44!==_0x4a6f83){const _0x5878be=_0x107dc5(_0x6aef44);_0x5878be&&_0x5878be['remove']();}});const _0x10b9c8=_0x107dc5(_0x4a6f83);if(!_0x5d424a)return _0x10b9c8&&_0x10b9c8['remove'](),!![];return _0x10b9c8?_0x10b9c8['getAttribute']('data-coderflow-signature')!==_0x5aaf69&&(_0x10b9c8['outerHTML']=_0x5d424a):_0x37f9fb['insertAdjacentHTML']('afterend',_0x5d424a),_0x4a6f83['classList']['add']('active','open'),_0x4a6f83['classList']['remove']('collapse'),_0x47f1f4(_0x37f9fb),!![];}function _0x57a1af(_0x3860f7){const _0x2072ee=Number['isInteger'](_0x3860f7)?_0x3860f7:0x8;_0x1af422['ensureSubSidebarFrame']!==null&&window['cancelAnimationFrame'](_0x1af422['ensureSubSidebarFrame']),_0x1af422['ensureSubSidebarRetryTimer']!==null&&(window['clearTimeout'](_0x1af422['ensureSubSidebarRetryTimer']),_0x1af422['ensureSubSidebarRetryTimer']=null),_0x1af422['ensureSubSidebarFrame']=window['requestAnimationFrame'](function(){_0x1af422['ensureSubSidebarFrame']=null,_0x340f58();if(_0x2072ee<=0x0)return;const _0x5543b3=_0x1f4794(),_0x5950e2=_0x1cdc57(),_0x5c9ce8=_0x5543b3&&_0x5543b3['parentElement']&&_0x107dc5(_0x5543b3['parentElement']);(!_0x5543b3||_0x5950e2['length']>0x1&&!_0x5c9ce8)&&(_0x1af422['ensureSubSidebarRetryTimer']=window['setTimeout'](function(){_0x57a1af(_0x2072ee-0x1);},0x4b));});}function _0x2b18f9(_0x381e56){const _0x5c7772=_0x381e56||document,_0x4b9343=_0x5c7772['querySelectorAll']?_0x5c7772['querySelectorAll']('a[href]'):[];_0x4b9343['forEach'](function(_0x4ba0a3){const _0x1b8088=_0x589aaa(_0x4ba0a3['getAttribute']('href'));_0x1b8088&&_0x1b8088!==_0x4ba0a3['getAttribute']('href')&&_0x4ba0a3['setAttribute']('href',_0x1b8088);});}function _0x42fdd4(){return!_0x1af422['linkObserver']&&(_0x1af422['linkObserver']=new MutationObserver(function(_0x2906e1){let _0x3fa14c=![];_0x2906e1['forEach'](function(_0x52f7e2){_0x52f7e2['addedNodes']['forEach'](function(_0x21bed1){_0x21bed1['nodeType']===Node['ELEMENT_NODE']&&(_0x2b18f9(_0x21bed1),_0xd3311f(_0x21bed1)&&(_0x3fa14c=!![]));});}),_0x3fa14c&&_0x57a1af(0x2);})),_0x1af422['linkObserver'];}function _0x2fd065(){_0x2b18f9(),_0x57a1af(),!_0x1af422['observing']&&document['body']&&(_0x42fdd4()['observe'](document['body'],{'childList':!![],'subtree':!![]}),_0x1af422['observing']=!![]);}function _0x10d365(){if(_0x1af422['lifecycleBound'])return;_0x1af422['lifecycleBound']=!![],document['readyState']==='loading'?document['addEventListener']('DOMContentLoaded',_0x2fd065,{'once':!![]}):_0x2fd065(),window['addEventListener']('hashchange',function(){_0x57a1af();});}function _0x188216(){return function(_0x2e7ea4){_0x2e7ea4['doneEach'](function(){_0x2b18f9(),_0x57a1af();});};}function _0x4809a7(_0x51d276){const _0x25f37d=_0x51d276&&typeof _0x51d276['docsMarker']==='string'?_0x51d276['docsMarker']:_0x1af422['docsMarker'];_0x1af422['docsMarker']=_0x25f37d;const _0x338aa8=_0x581bab(window['location']['pathname']);return window['__CODERFLOW_DOCS_BASE_PATH__']=_0x338aa8,window['__CODERFLOW_ENSURE_SUB_SIDEBAR__']=_0x340f58,window['__CODERFLOW_SCHEDULE_SUB_SIDEBAR__']=_0x57a1af,window['__CODERFLOW_NORMALIZE_DOCS_LINKS__']=_0x2b18f9,_0x10d365(),_0x338aa8;}window['CoderflowDocsifyProxy']={'createDocsifyPlugin':_0x188216,'ensureSubSidebar':_0x340f58,'getDocsBasePath':_0x581bab,'init':_0x4809a7,'normalizeDocsLinks':_0x2b18f9,'scheduleEnsureSubSidebar':_0x57a1af};}());
|
|
1
|
+
(function(){const _0x48a92f={'docsMarker':'/docs/','lifecycleBound':![],'linkObserver':null,'ensureSubSidebarFrame':null,'ensureSubSidebarRetryTimer':null,'observing':![]};function _0x47c2a8(){return _0x48a92f['docsMarker']||'/docs/';}function _0x23a0c2(_0x308ad0){const _0x21ddd5=_0x47c2a8(),_0x392508=_0x308ad0['indexOf'](_0x21ddd5);if(_0x392508===-0x1)return _0x21ddd5;return _0x308ad0['slice'](0x0,_0x392508+_0x21ddd5['length']);}function _0x5e8dc3(){const _0x1187b3=window['location']['hash']||'#/',_0x5896e1=_0x1187b3['slice'](0x1)['split']('?')[0x0]||'/';return _0x5896e1['charAt'](0x0)==='/'?_0x5896e1:'/'+_0x5896e1;}function _0x2ed33f(){const _0x19c458=_0x5e8dc3();return _0x19c458['slice'](0x0,_0x19c458['lastIndexOf']('/')+0x1)||'/';}function _0x5075d7(){const _0x21a608=window['location']['hash']||'#/',_0x52d9b7=_0x21a608['indexOf']('?');return new URLSearchParams(_0x52d9b7===-0x1?'':_0x21a608['slice'](_0x52d9b7+0x1));}function _0x269a38(){return _0x5075d7()['get']('id');}function _0x28c8b8(_0x3b9b10){return typeof _0x3b9b10==='string'&&_0x3b9b10['indexOf']('#/')===0x0;}function _0x14b60e(_0x152d7f){return!_0x152d7f||_0x152d7f['charAt'](0x0)==='#'&&!_0x28c8b8(_0x152d7f)||_0x152d7f['startsWith']('javascript:')||_0x152d7f['startsWith']('mailto:')||_0x152d7f['startsWith']('tel:');}function _0x29ad7f(_0x56df17){if(_0x14b60e(_0x56df17)||!/\.md(?:$|[?#])/i['test'](_0x56df17))return null;const _0x1f64f2=_0x23a0c2(window['location']['pathname']),_0x1a2314=_0x2ed33f();let _0x3b37aa='',_0x2704a5='',_0x1c7db8='';if(/^(?:[a-z]+:)?\/\//i['test'](_0x56df17)){const _0x3ce53c=new URL(_0x56df17,window['location']['href']);if(_0x3ce53c['origin']!==window['location']['origin'])return null;_0x3b37aa=_0x3ce53c['pathname'],_0x2704a5=_0x3ce53c['search'],_0x1c7db8=_0x3ce53c['hash'];}else{if(_0x56df17['charAt'](0x0)==='/'){const _0x4f1f57=new URL(_0x56df17,window['location']['origin']);_0x3b37aa=_0x4f1f57['pathname'],_0x2704a5=_0x4f1f57['search'],_0x1c7db8=_0x4f1f57['hash'];}else{const _0x2e1a9a=_0x56df17['startsWith']('./')||_0x56df17['startsWith']('../')?'https://docsify.local'+_0x1a2314:'https://docsify.local/',_0x1d8261=new URL(_0x56df17,_0x2e1a9a);_0x3b37aa=_0x1d8261['pathname'],_0x2704a5=_0x1d8261['search'],_0x1c7db8=_0x1d8261['hash'];}}let _0x100ea0=null;if(_0x3b37aa['startsWith'](_0x1f64f2))_0x100ea0=_0x3b37aa['slice'](_0x1f64f2['length']-0x1);else{const _0x442d55=_0x3b37aa['indexOf'](_0x47c2a8());if(_0x442d55!==-0x1)_0x100ea0=_0x3b37aa['slice'](_0x442d55+_0x47c2a8()['slice'](0x0,-0x1)['length']);else _0x56df17['charAt'](0x0)!=='/'&&(_0x100ea0=_0x3b37aa);}if(!_0x100ea0||!/\.md$/i['test'](_0x100ea0))return null;_0x100ea0=_0x100ea0['replace'](/\/README\.md$/i,'/'),_0x100ea0=_0x100ea0['replace'](/README\.md$/i,'/'),_0x100ea0=_0x100ea0['replace'](/\.md$/i,''),_0x100ea0=_0x100ea0||'/',_0x100ea0=_0x100ea0['charAt'](0x0)==='/'?_0x100ea0:'/'+_0x100ea0;const _0x284a61=new URLSearchParams(_0x2704a5);_0x1c7db8&&_0x284a61['set']('id',decodeURIComponent(_0x1c7db8['slice'](0x1)));const _0x1c727d=_0x284a61['toString']();return'#'+_0x100ea0+(_0x1c727d?'?'+_0x1c727d:'');}function _0x4613(_0x2342c3){if(!_0x28c8b8(_0x2342c3))return null;const _0x7824e3=_0x2342c3['slice'](0x1),_0x25d2c2=_0x7824e3['indexOf']('?'),_0x5e5aa0=_0x25d2c2===-0x1?_0x7824e3:_0x7824e3['slice'](0x0,_0x25d2c2),_0x33f6b5=_0x25d2c2===-0x1?'':_0x7824e3['slice'](_0x25d2c2+0x1);if(!_0x5e5aa0)return null;const _0x3e86ec=new URL(_0x5e5aa0,'https://docsify.local'+_0x2ed33f())['pathname'];return'#'+_0x3e86ec+(_0x33f6b5?'?'+_0x33f6b5:'');}function _0x1fd537(_0x441840){if(_0x14b60e(_0x441840))return null;if(_0x28c8b8(_0x441840))return _0x4613(_0x441840)||_0x441840;return _0x29ad7f(_0x441840);}function _0x2adcaf(_0x4fc93e){return String(_0x4fc93e)['replace'](/&/g,'&')['replace'](/</g,'<')['replace'](/>/g,'>')['replace'](/"/g,'"')['replace'](/'/g,''');}function _0x160f4a(_0x2d49ed){const _0x18a8ff=_0x2d49ed['querySelector']('a.anchor');return _0x18a8ff?_0x18a8ff['textContent']['trim']():_0x2d49ed['textContent']['trim']();}function _0x5490bd(_0x5ed3b3){const _0x5eaf1c=String(_0x5ed3b3||'')['trim']();if(!_0x5eaf1c)return'section';if(window['Docsify']&&typeof window['Docsify']['slugify']==='function'){const _0x1a1d09=window['Docsify']['slugify'](_0x5eaf1c);if(_0x1a1d09)return _0x1a1d09;}return _0x5eaf1c['toLowerCase']()['replace'](/[^\w\s-]/g,'')['replace'](/\s+/g,'-')['replace'](/-+/g,'-')['replace'](/^-|-$/g,'')||'section';}function _0x15e656(){const _0x498098=Array['from'](document['querySelectorAll']('.markdown-section\x20h1,\x20.markdown-section\x20h2,\x20.markdown-section\x20h3,\x20.markdown-section\x20h4,\x20.markdown-section\x20h5,\x20.markdown-section\x20h6')),_0x3f53d9=new Set();return _0x498098['forEach'](function(_0x55d0eb){_0x55d0eb['id']&&_0x3f53d9['add'](_0x55d0eb['id']);}),_0x498098['forEach'](function(_0x9a8517){if(_0x9a8517['id'])return;const _0x4a5448=_0x160f4a(_0x9a8517);if(!_0x4a5448)return;const _0x52cc3c=_0x5490bd(_0x4a5448);let _0x211b28=_0x52cc3c,_0xbe29ae=0x2;while(_0x3f53d9['has'](_0x211b28)){_0x211b28=_0x52cc3c+'-'+_0xbe29ae,_0xbe29ae+=0x1;}_0x9a8517['id']=_0x211b28,_0x3f53d9['add'](_0x211b28);}),_0x498098;}function _0x38e178(_0x503442){return Array['from'](_0x503442['children']||[])['find'](function(_0x144622){return _0x144622['classList']&&_0x144622['classList']['contains']('app-sub-sidebar');})||null;}function _0x49d242(_0xd087f2){if(!_0xd087f2||_0xd087f2['nodeType']!==Node['ELEMENT_NODE'])return![];if(_0xd087f2['closest']&&_0xd087f2['closest']('.app-sub-sidebar[data-coderflow-managed=\x22true\x22]'))return![];return _0xd087f2['matches']&&_0xd087f2['matches']('.sidebar-nav,\x20.markdown-section')||_0xd087f2['closest']&&_0xd087f2['closest']('.sidebar-nav,\x20.markdown-section')||_0xd087f2['querySelector']&&_0xd087f2['querySelector']('.sidebar-nav,\x20.markdown-section');}function _0x162036(){return _0x15e656()['filter'](function(_0x331a3b){return!!_0x331a3b['id'];});}function _0x1ff30e(_0x2a7a98,_0x465a49){const _0x6b9cdf=[],_0x4b9c12={};return _0x2a7a98['forEach'](function(_0x4689f1){const _0x35a54a=_0x4689f1['level']||0x1,_0x4f0e80=_0x35a54a-0x1;if(_0x35a54a>_0x465a49)return;_0x4b9c12[_0x4f0e80]?_0x4b9c12[_0x4f0e80]['children']=(_0x4b9c12[_0x4f0e80]['children']||[])['concat'](_0x4689f1):_0x6b9cdf['push'](_0x4689f1),_0x4b9c12[_0x35a54a]=_0x4689f1;}),_0x6b9cdf;}function _0x54a62b(_0x294265,_0x3f8559,_0x2a71ec){if(!_0x294265['length'])return'';const _0x45db89=_0x2a71ec?'\x20class=\x22app-sub-sidebar\x22\x20data-coderflow-managed=\x22true\x22\x20data-coderflow-signature=\x22'+_0x2adcaf(_0x3f8559)+'\x22':'\x20class=\x22app-sub-sidebar\x22';return'<ul'+_0x45db89+'>'+_0x294265['map'](function(_0xf732aa){const _0x3c9536=_0xf732aa['children']?_0x54a62b(_0xf732aa['children'],_0x3f8559,![]):'';return'<li><a\x20class=\x22section-link\x22\x20href=\x22'+_0x2adcaf(_0xf732aa['slug'])+'\x22\x20title=\x22'+_0x2adcaf(_0xf732aa['title'])+'\x22>'+_0x2adcaf(_0xf732aa['title'])+'</a></li>'+_0x3c9536;})['join']('')+'</ul>';}function _0x466175(){const _0x423e97=Number(window['$docsify']&&window['$docsify']['subMaxLevel'])||0x0;if(!_0x423e97)return{'html':'','signature':''};const _0x3d223b=_0x162036()['map'](function(_0x537791){const _0xc2900d=_0x160f4a(_0x537791);if(!_0xc2900d||!_0x537791['id'])return null;const _0x579496=_0x5075d7();return _0x579496['set']('id',_0x537791['id']),{'level':Number['parseInt'](_0x537791['tagName']['slice'](0x1),0xa),'title':_0xc2900d,'slug':'#'+_0x5e8dc3()+'?'+_0x579496['toString']()};})['filter'](Boolean);_0x3d223b[0x0]&&_0x3d223b[0x0]['level']===0x1&&_0x3d223b['shift']();if(!_0x3d223b['length'])return{'html':'','signature':''};const _0x20b157=_0x3d223b['map'](function(_0x532b83){return _0x532b83['level']+'|'+_0x532b83['slug']+'|'+_0x532b83['title'];})['join']('||');return{'html':_0x54a62b(_0x1ff30e(_0x3d223b,_0x423e97),_0x20b157,!![]),'signature':_0x20b157};}function _0x1aabd5(){const _0x3613c3='#'+_0x5e8dc3();let _0x33db51=null,_0x187718=-0x1;return document['querySelectorAll']('.sidebar-nav\x20a[href]')['forEach'](function(_0x5c745c){if(_0x5c745c['closest']('.app-sub-sidebar'))return;const _0x2d4e8b=_0x1fd537(_0x5c745c['getAttribute']('href'));if(!_0x2d4e8b)return;const _0x203be9=_0x2d4e8b['split']('?')[0x0];if(_0x203be9!==_0x3613c3)return;_0x203be9['length']>_0x187718&&(_0x33db51=_0x5c745c,_0x187718=_0x203be9['length']);}),_0x33db51;}function _0xeb11e9(_0x509f4f){const _0x3a7620=_0x509f4f&&_0x509f4f['parentElement'],_0x161e07=_0x3a7620&&_0x38e178(_0x3a7620),_0x415f45='#'+_0x5e8dc3(),_0x3027d3=_0x269a38();if(!_0x161e07)return;_0x161e07['querySelectorAll']('li')['forEach'](function(_0x339705){_0x339705['classList']['remove']('active');});if(!_0x3027d3)return;const _0x2637b6=Array['from'](_0x161e07['querySelectorAll']('a.section-link[href]'))['find'](function(_0x12b7d8){const _0x50a0bc=_0x12b7d8['getAttribute']('href')||'';if(_0x50a0bc['charAt'](0x0)!=='#')return![];const _0x530845=_0x50a0bc['indexOf']('?'),_0xbf9888=_0x530845===-0x1?_0x50a0bc:_0x50a0bc['slice'](0x0,_0x530845);if(_0xbf9888!==_0x415f45)return![];const _0x32c7bb=new URLSearchParams(_0x530845===-0x1?'':_0x50a0bc['slice'](_0x530845+0x1));return _0x32c7bb['get']('id')===_0x3027d3;});_0x2637b6&&_0x2637b6['parentElement']&&_0x2637b6['parentElement']['classList']['add']('active');}function _0x450545(){const _0x2d3c2e=_0x1aabd5();if(!_0x2d3c2e||!_0x2d3c2e['parentElement'])return![];const _0x243d11=_0x2d3c2e['parentElement'],_0x402419=_0x466175(),_0x212f01=_0x402419['html'],_0x8d396b=_0x402419['signature'];document['querySelectorAll']('.sidebar-nav\x20li')['forEach'](function(_0x1dbefd){if(_0x1dbefd!==_0x243d11){const _0xa5ef33=_0x38e178(_0x1dbefd);_0xa5ef33&&_0xa5ef33['remove']();}});const _0x344a29=_0x38e178(_0x243d11);if(!_0x212f01)return _0x344a29&&_0x344a29['remove'](),!![];return _0x344a29?_0x344a29['getAttribute']('data-coderflow-signature')!==_0x8d396b&&(_0x344a29['outerHTML']=_0x212f01):_0x2d3c2e['insertAdjacentHTML']('afterend',_0x212f01),_0x243d11['classList']['add']('active','open'),_0x243d11['classList']['remove']('collapse'),_0xeb11e9(_0x2d3c2e),!![];}function _0x189665(_0x3f6223){const _0x58c905=Number['isInteger'](_0x3f6223)?_0x3f6223:0x8;_0x48a92f['ensureSubSidebarFrame']!==null&&window['cancelAnimationFrame'](_0x48a92f['ensureSubSidebarFrame']),_0x48a92f['ensureSubSidebarRetryTimer']!==null&&(window['clearTimeout'](_0x48a92f['ensureSubSidebarRetryTimer']),_0x48a92f['ensureSubSidebarRetryTimer']=null),_0x48a92f['ensureSubSidebarFrame']=window['requestAnimationFrame'](function(){_0x48a92f['ensureSubSidebarFrame']=null,_0x450545();if(_0x58c905<=0x0)return;const _0x37639a=_0x1aabd5(),_0xd0d56b=_0x162036(),_0x58c8bd=_0x37639a&&_0x37639a['parentElement']&&_0x38e178(_0x37639a['parentElement']);(!_0x37639a||_0xd0d56b['length']>0x1&&!_0x58c8bd)&&(_0x48a92f['ensureSubSidebarRetryTimer']=window['setTimeout'](function(){_0x189665(_0x58c905-0x1);},0x4b));});}function _0x2115ee(_0x45bc08){const _0x2c9ca1=_0x45bc08||document,_0x1edc12=_0x2c9ca1['querySelectorAll']?_0x2c9ca1['querySelectorAll']('a[href]'):[];_0x1edc12['forEach'](function(_0x340038){const _0x2773de=_0x1fd537(_0x340038['getAttribute']('href'));_0x2773de&&_0x2773de!==_0x340038['getAttribute']('href')&&_0x340038['setAttribute']('href',_0x2773de);});}function _0x33385a(){return!_0x48a92f['linkObserver']&&(_0x48a92f['linkObserver']=new MutationObserver(function(_0x1abd20){let _0x5b71d7=![];_0x1abd20['forEach'](function(_0x412ea8){_0x412ea8['addedNodes']['forEach'](function(_0x27b306){_0x27b306['nodeType']===Node['ELEMENT_NODE']&&(_0x2115ee(_0x27b306),_0x49d242(_0x27b306)&&(_0x5b71d7=!![]));});}),_0x5b71d7&&_0x189665(0x2);})),_0x48a92f['linkObserver'];}function _0x34bf54(){_0x2115ee(),_0x189665(),!_0x48a92f['observing']&&document['body']&&(_0x33385a()['observe'](document['body'],{'childList':!![],'subtree':!![]}),_0x48a92f['observing']=!![]);}function _0x4116b3(){if(_0x48a92f['lifecycleBound'])return;_0x48a92f['lifecycleBound']=!![],document['readyState']==='loading'?document['addEventListener']('DOMContentLoaded',_0x34bf54,{'once':!![]}):_0x34bf54(),window['addEventListener']('hashchange',function(){_0x189665();});}function _0x4719ff(){return function(_0x3be348){_0x3be348['doneEach'](function(){_0x2115ee(),_0x189665();});};}function _0x4cd2d4(_0x4fdf92){const _0xb9a2c3=_0x4fdf92&&typeof _0x4fdf92['docsMarker']==='string'?_0x4fdf92['docsMarker']:_0x48a92f['docsMarker'];_0x48a92f['docsMarker']=_0xb9a2c3;const _0x372d44=_0x23a0c2(window['location']['pathname']);return window['__CODERFLOW_DOCS_BASE_PATH__']=_0x372d44,window['__CODERFLOW_ENSURE_SUB_SIDEBAR__']=_0x450545,window['__CODERFLOW_SCHEDULE_SUB_SIDEBAR__']=_0x189665,window['__CODERFLOW_NORMALIZE_DOCS_LINKS__']=_0x2115ee,_0x4116b3(),_0x372d44;}window['CoderflowDocsifyProxy']={'createDocsifyPlugin':_0x4719ff,'ensureSubSidebar':_0x450545,'getDocsBasePath':_0x23a0c2,'init':_0x4cd2d4,'normalizeDocsLinks':_0x2115ee,'scheduleEnsureSubSidebar':_0x189665};}());
|
|
@@ -4548,6 +4548,29 @@ code {
|
|
|
4548
4548
|
max-width: 920px;
|
|
4549
4549
|
}
|
|
4550
4550
|
|
|
4551
|
+
#automation-modal.maximized {
|
|
4552
|
+
padding: 0 !important;
|
|
4553
|
+
display: block !important;
|
|
4554
|
+
}
|
|
4555
|
+
|
|
4556
|
+
#automation-modal.maximized[hidden] {
|
|
4557
|
+
display: none !important;
|
|
4558
|
+
}
|
|
4559
|
+
|
|
4560
|
+
#automation-modal.maximized .automation-modal-content {
|
|
4561
|
+
width: 100vw !important;
|
|
4562
|
+
height: 100vh !important;
|
|
4563
|
+
max-width: none !important;
|
|
4564
|
+
max-height: none !important;
|
|
4565
|
+
border-radius: 0;
|
|
4566
|
+
position: fixed;
|
|
4567
|
+
top: 0;
|
|
4568
|
+
left: 0;
|
|
4569
|
+
margin: 0;
|
|
4570
|
+
z-index: 10000;
|
|
4571
|
+
transition: width 0.25s ease, height 0.25s ease, max-width 0.25s ease, max-height 0.25s ease, border-radius 0.25s ease, top 0.25s ease, left 0.25s ease;
|
|
4572
|
+
}
|
|
4573
|
+
|
|
4551
4574
|
.automation-form-section {
|
|
4552
4575
|
background: var(--color-surface-elevated, var(--color-bg-secondary));
|
|
4553
4576
|
border: 1px solid var(--color-border);
|
|
@@ -4612,6 +4635,11 @@ code {
|
|
|
4612
4635
|
gap: 0.4rem 0.8rem;
|
|
4613
4636
|
}
|
|
4614
4637
|
|
|
4638
|
+
.automation-monthly-days-grid .day-toggle-label span {
|
|
4639
|
+
min-width: 3.6rem;
|
|
4640
|
+
text-align: center;
|
|
4641
|
+
}
|
|
4642
|
+
|
|
4615
4643
|
.day-toggle-label {
|
|
4616
4644
|
display: inline-block;
|
|
4617
4645
|
cursor: pointer;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
})();
|
|
24
24
|
</script>
|
|
25
25
|
<link rel="stylesheet" href="styles.css?v=85">
|
|
26
|
-
<link rel="stylesheet" href="environments.css?v=
|
|
26
|
+
<link rel="stylesheet" href="environments.css?v=25">
|
|
27
27
|
<!-- Syntax highlighting for inline diffs -->
|
|
28
28
|
<link rel="stylesheet" href="/vendor/highlight.js/11.9.0/styles/atom-one-dark.min.css">
|
|
29
29
|
<script src="/vendor/highlight.js/11.9.0/highlight.min.js"></script>
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
<script type="module" src="markdown-editor.js?v=2"></script>
|
|
35
35
|
<script src="markdown-file-editor.js?v=2"></script>
|
|
36
36
|
<script type="module" src="app.js?v=67"></script>
|
|
37
|
-
<script type="module" src="environments.js?v=
|
|
37
|
+
<script type="module" src="environments.js?v=51"></script>
|
|
38
38
|
<!-- Dev QA shortcut: Ctrl+Shift+Q to launch current page in QA mode -->
|
|
39
39
|
</head>
|
|
40
40
|
<body>
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
</div>
|
|
1095
1095
|
</div>
|
|
1096
1096
|
<div class="card-body">
|
|
1097
|
-
<div id="automations-loading" class="loading" hidden>Loading automations
|
|
1097
|
+
<div id="automations-loading" class="loading" hidden>Loading automations</div>
|
|
1098
1098
|
<div id="automations-error" class="text-danger" hidden></div>
|
|
1099
1099
|
|
|
1100
1100
|
<div id="automations-list-view">
|
|
@@ -1157,7 +1157,19 @@
|
|
|
1157
1157
|
<div class="modal-content modal-medium automation-modal-content">
|
|
1158
1158
|
<div class="modal-header">
|
|
1159
1159
|
<h2 id="automation-modal-title">Create Automation</h2>
|
|
1160
|
-
<
|
|
1160
|
+
<div class="header-actions">
|
|
1161
|
+
<button type="button" class="btn-ghost btn-small icon-btn" id="maximize-automation-modal" title="Maximize" aria-label="Maximize">
|
|
1162
|
+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
1163
|
+
<rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect>
|
|
1164
|
+
</svg>
|
|
1165
|
+
</button>
|
|
1166
|
+
<button type="button" class="modal-close" id="automation-modal-close" title="Close" aria-label="Close">
|
|
1167
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
1168
|
+
<line x1="18" y1="6" x2="6" y2="18"></line>
|
|
1169
|
+
<line x1="6" y1="6" x2="18" y2="18"></line>
|
|
1170
|
+
</svg>
|
|
1171
|
+
</button>
|
|
1172
|
+
</div>
|
|
1161
1173
|
</div>
|
|
1162
1174
|
<div class="modal-body">
|
|
1163
1175
|
<div id="automation-form-error" class="modal-error" hidden></div>
|
|
@@ -1213,10 +1225,11 @@
|
|
|
1213
1225
|
|
|
1214
1226
|
<div id="automation-monthly-fields" class="automation-schedule-fields" hidden>
|
|
1215
1227
|
<div class="form-row">
|
|
1216
|
-
<label
|
|
1217
|
-
<
|
|
1228
|
+
<label>Days of Month</label>
|
|
1229
|
+
<input type="hidden" id="automation-monthly-day" value="1">
|
|
1230
|
+
<div id="automation-monthly-days" class="automation-days-grid automation-monthly-days-grid"></div>
|
|
1218
1231
|
<p class="automation-help-text text-muted small">
|
|
1219
|
-
Days 29-31 are excluded so monthly schedules stay valid in every month.
|
|
1232
|
+
Choose one or more days. Days 29-31 are excluded so monthly schedules stay valid in every month.
|
|
1220
1233
|
</p>
|
|
1221
1234
|
</div>
|
|
1222
1235
|
<div class="form-row">
|
|
@@ -2279,6 +2292,7 @@
|
|
|
2279
2292
|
<label class="checkbox-label"><input type="checkbox" id="feature-build" value="build"> Build objects</label>
|
|
2280
2293
|
<label class="checkbox-label"><input type="checkbox" id="feature-ssh" value="ssh"> SSH</label>
|
|
2281
2294
|
<label class="checkbox-label"><input type="checkbox" id="feature-sync" value="sync"> Sync changes to source members</label>
|
|
2295
|
+
<label class="checkbox-label"><input type="checkbox" id="feature-ejs-display-files" value="ejs-display-files"> EJS display files</label>
|
|
2282
2296
|
<label class="checkbox-label"><input type="checkbox" id="feature-interactive" value="interactive"> Agent interactive sessions</label>
|
|
2283
2297
|
</div>
|
|
2284
2298
|
</div>
|
|
@@ -2366,6 +2380,18 @@
|
|
|
2366
2380
|
<strong>Connection</strong> — sync runs using the SSH user and key configured on this connection.
|
|
2367
2381
|
</span>
|
|
2368
2382
|
</div>
|
|
2383
|
+
<!-- EJS Display Files Settings (shown when IBM i + EJS Display Files) -->
|
|
2384
|
+
<div id="connection-ejs-display-files-settings-heading" class="form-section-divider" hidden>
|
|
2385
|
+
<h4>EJS Display File Settings</h4>
|
|
2386
|
+
</div>
|
|
2387
|
+
<div class="form-row" id="connection-pui-htdocs-path-row" hidden>
|
|
2388
|
+
<label for="connection-pui-htdocs-path">PUI htdocs Path <span class="required">*</span></label>
|
|
2389
|
+
<div class="input-with-toggle">
|
|
2390
|
+
<input type="text" id="connection-pui-htdocs-path" class="form-input code-font" placeholder="/www/myinstance/htdocs">
|
|
2391
|
+
<div class="btn-icon" style="visibility: hidden;"></div>
|
|
2392
|
+
</div>
|
|
2393
|
+
<span class="form-hint">Enter the base IBM i htdocs directory, e.g. /www/myinstance/htdocs</span>
|
|
2394
|
+
</div>
|
|
2369
2395
|
<!-- Agent Interactive Settings (when Interactive) -->
|
|
2370
2396
|
<div id="connection-interactive-settings-heading" class="form-section-divider" hidden>
|
|
2371
2397
|
<h4>Agent Interactive Settings</h4>
|