标签: phabricator

Phabricator:在https上运行,不加载任何图像.Firefox报告阻止未加密的内容

Phabricator:在https上运行,不加载任何图像.Firefox报告阻止未加密的内容.

如果我点击"https"旁边的那个小盾牌,并选择"立即禁用保护"和"选项"按钮,事情似乎工作正常.

我在phabricator.production-uri和phabricator.allowed-uris中添加了https://但没有运气.

encryption https phabricator

4
推荐指数
1
解决办法
2040
查看次数

此请求在主机"example.com"上询问"/",但没有配置可以提供此请求的站点

我使用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)

apache phabricator server

4
推荐指数
1
解决办法
2651
查看次数

“弧形嫁接”和“弧形补丁”之间有什么区别?

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)

git phabricator arcanist

4
推荐指数
2
解决办法
1631
查看次数

Phabricator - 即使我在 .arconfig 文件中包含了 Linter 引擎,arc lint 也不工作

  1. 我在 arcanist 文件夹中创建了一个 JSHintLinter Users/vignesh.s/arc/arcanist
  2. 这是我的.arcconfig文件。
{
  "project_id": "convert",
  "load": [
    "/Users/vignesh.s/arc/arcanist/src/lint/engine/JsLintEngine.php"
  ],
  "lint.engine": "JsLintEngine"
}
Run Code Online (Sandbox Code Playgroud)
  1. 当我运行arc lint它说这个错误

使用例外:没有为此项目配置 lint 引擎。编辑“.arcconfig”以指定 lint 引擎,或创建“.arclint”文件。

  1. 但是当我运行 using 时arc lint -engine JsLintEngine,它只是有效

你能告诉我这里有什么问题吗?

phabricator arcanist

3
推荐指数
1
解决办法
6448
查看次数

如何在 phabricator 中添加任务 ID 字段?

我正在尝试让 Phabricator 的模板arc diff与此类似:

Some title

Summary:

Reviewers:

TaskID: (? missing!)

Subscribers:
Run Code Online (Sandbox Code Playgroud)

默认情况下,Phabricator 没有“TaskID 字段”。是否有任何内置支持,或者我如何实现这一目标?

基本上我想将任务 ID 字段与实际清单任务的 ID 相关联。

phabricator arcanist

3
推荐指数
1
解决办法
1201
查看次数

从Phabricator修订版恢复已删除的git分支

我有一个打开的phabricator修订版,我不小心删除了底层的git分支.我可以从修订版中检索差异并重新创建分支.

但是,有没有办法如何从修订版中恢复已删除的分支?

git phabricator arcanist

3
推荐指数
1
解决办法
999
查看次数

phabricator 全局电子邮件首选项

有没有办法在 Phabricator 中配置全局电子邮件通知首选项?

我知道它允许管理每个用户的首选项(https://secure.phabricator.com/book/phabricator/article/mail_rules/#reducing-email),但我想配置默认参数以供所有人继承新用户帐户。

如果能够批量更新现有用户帐户的电子邮件通知首选项,那就太好了。

phabricator

3
推荐指数
1
解决办法
1531
查看次数

如何将Phabricator代码审查工具集成到JIRA

是否可以将Phabricator代码审查工具与JIRA问题跟踪系统集成.当有人看到JIRA问题时,如果存在与相关问题相关的代码提交,则用户应该能够看到代码审查详细信息.

提前致谢.

integration jira jira-plugin phabricator

3
推荐指数
1
解决办法
4269
查看次数

如何删除对 phabricator 的审查请求?

我们公司使用 phabricator 作为代码审查过程。去年我在 phabricator 上创建了一些代码审查请求。但现在我想删除它们。但是我找不到任何可以删除代码审查请求的按钮。任何帮助,将不胜感激。谢谢

phabricator

3
推荐指数
1
解决办法
1325
查看次数

Phabricator:如何允许用户创建存储库?

我是 Phabricator 的新手,试图让用户创建存储库我快疯了。我们有许多开发人员都应该将他们的代码发布到他们项目下的 git repos。

但是 Phabricator 被配置为只允许管理员创建存储库。这似乎很疯狂。我不想让我们不太了解的开发人员管理该站点。我们希望他们开发代码。

git phabricator

3
推荐指数
1
解决办法
533
查看次数