Phabricator:在https上运行,不加载任何图像.Firefox报告阻止未加密的内容.
如果我点击"https"旁边的那个小盾牌,并选择"立即禁用保护"和"选项"按钮,事情似乎工作正常.
我在phabricator.production-uri和phabricator.allowed-uris中添加了https://但没有运气.
我使用Apache/2.4.7来托管服务器.我正在主持phabricator.我们假设ip是xxxx,指向ip的域名是example.com.
以下是内容
/etc/apache2/sites-enabled/000-default.conf
<VirtualHost *:80>
ServerName http://x.x.x.x/
DocumentRoot /home/ubuntu/phabricator/phabricator/webroot
RewriteEngine on
RewriteRule ^/rsrc/(.*) - [L,QSA]
RewriteRule ^/favicon.ico - [L,QSA]
RewriteRule ^(.*)$ /index.php?__path__=$1 [B,L,QSA]
<Directory /home/ubuntu/phabricator/phabricator/webroot>
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride None
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
<VirtualHost *:80>
ServerName http://example.com
ServerAlias www.example.com
DocumentRoot /home/ubuntu/phabricator/phabricator/webroot
RewriteEngine on
RewriteRule ^/rsrc/(.*) - [L,QSA]
RewriteRule ^/favicon.ico - [L,QSA]
RewriteRule ^(.*)$ /index.php?__path__=$1 [B,L,QSA]
<Directory /home/ubuntu/phabricator/phabricator/webroot>
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride None
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog …Run Code Online (Sandbox Code Playgroud) arc help --full | less显示以下内容graft:
graft revision
Grafts revision and its dependencies (if any) onto your working tree.
--force
Do not run any sanity checks.
--skip-landed
Do not try to patch landed/closed diffs.
Run Code Online (Sandbox Code Playgroud)
这是为了patch:
patch D12345
patch --revision revision_id
patch --diff diff_id
patch --patch file
patch --arcbundle bundlefile
Supports: git, svn, hg
Apply the changes in a Differential revision, patchfile, or arc
bundle to the working copy.
--arcbundle bundlefile
Apply changes from an arc bundle …Run Code Online (Sandbox Code Playgroud) Users/vignesh.s/arc/arcanist.arcconfig文件。{
"project_id": "convert",
"load": [
"/Users/vignesh.s/arc/arcanist/src/lint/engine/JsLintEngine.php"
],
"lint.engine": "JsLintEngine"
}
Run Code Online (Sandbox Code Playgroud)
arc lint它说这个错误使用例外:没有为此项目配置 lint 引擎。编辑“.arcconfig”以指定 lint 引擎,或创建“.arclint”文件。
arc lint -engine JsLintEngine,它只是有效你能告诉我这里有什么问题吗?
我正在尝试让 Phabricator 的模板arc diff与此类似:
Some title
Summary:
Reviewers:
TaskID: (? missing!)
Subscribers:
Run Code Online (Sandbox Code Playgroud)
默认情况下,Phabricator 没有“TaskID 字段”。是否有任何内置支持,或者我如何实现这一目标?
基本上我想将任务 ID 字段与实际清单任务的 ID 相关联。
我有一个打开的phabricator修订版,我不小心删除了底层的git分支.我可以从修订版中检索差异并重新创建分支.
但是,有没有办法如何从修订版中恢复已删除的分支?
有没有办法在 Phabricator 中配置全局电子邮件通知首选项?
我知道它允许管理每个用户的首选项(https://secure.phabricator.com/book/phabricator/article/mail_rules/#reducing-email),但我想配置默认参数以供所有人继承新用户帐户。
如果能够批量更新现有用户帐户的电子邮件通知首选项,那就太好了。
是否可以将Phabricator代码审查工具与JIRA问题跟踪系统集成.当有人看到JIRA问题时,如果存在与相关问题相关的代码提交,则用户应该能够看到代码审查详细信息.
提前致谢.
我们公司使用 phabricator 作为代码审查过程。去年我在 phabricator 上创建了一些代码审查请求。但现在我想删除它们。但是我找不到任何可以删除代码审查请求的按钮。任何帮助,将不胜感激。谢谢
我是 Phabricator 的新手,试图让用户创建存储库我快疯了。我们有许多开发人员都应该将他们的代码发布到他们项目下的 git repos。
但是 Phabricator 被配置为只允许管理员创建存储库。这似乎很疯狂。我不想让我们不太了解的开发人员管理该站点。我们希望他们开发代码。
phabricator ×10
arcanist ×4
git ×3
apache ×1
encryption ×1
https ×1
integration ×1
jira ×1
jira-plugin ×1
server ×1