Skip to content
#

governance

Here are 191 public repositories matching this topic...

xccoder
xccoder commented Dec 6, 2019
  1. 安装linkis jobtypes
    按照官方安装文档进行自动化安装,执行sh install.sh最后一步报错:{"error":"Missing required parameter 'execid'."}。并没有看到文档中所说的“如果安装成功最后会打印:{"status":"success"}”,但是能在azkaban的/plugins/jobtypes目录下看到已经安装好的linkis任务插件。通过排查在安装脚本最后一步会去调用"curl http://azkaban_ip:executor_port/executor?action=reloadJobTypePlugins"进行插件的刷新。重启azkaban executor日志中看到已经加载了插件的信息 `INFO [JobTypeManager][Azkaban] Loaded jobtype linkis
letmaik
letmaik commented Nov 6, 2019

Describe the bug

Using a custom key type as described in the docs doesn't work.

To Reproduce

  struct CustomKey {
    uint64_t foo;
    std::string bar;

    bool operator==(const CustomKey& other) const
    {
        return foo == other.foo && bar == other.bar;
    }

    MSGP
senthilkungumaraj
senthilkungumaraj commented Sep 9, 2019

Include instructions to troubleshoot AzDO Self-Hosted agent creation. The steps will include troubleshooting at each stage including:

Issues prior to adding a self-hosted agent to the pool:

  1. Creation of VM Image through Packer
  2. Creation of VM from VM Image
  3. Troubleshooting Cloud-Init

Issues after adding a self-hosted agent to the pool:

  1. Troubleshooting VM specific issue inclu
kinghuang
kinghuang commented May 4, 2018

The config editor for connectors gives the false impression that long lines can be wrapped with a \ character. When a \ is used at the end of a line, the next line is coloured green as if it continues the value from the preceeding key=value line. However, using Show JSON clearly shows this isn't the case, and such a configuration cannot be saved.

Editor without \ on line 4 (note that line

MonarcAppFO
ruslanbaidan
ruslanbaidan commented Apr 15, 2020

The bug description.
When we import an analyse into an existed one and there is a recommendation with the same code in the same recommendation set is already presented in the knowledge base, but their UUIDs are different, we get an error which prevents us to finish the import.

To Reproduce

  1. Create an analyse (1) and add a recommendation with the same code as in the other one (e.g. "Rec1
bug
wooorm
wooorm commented Aug 28, 2019

Subject of the feature

Add a new policy that describes where and how funds are allocated.

Problem

It is currently unclear how one could file expenses (e.g., trips), file invoices (like I’m doing), and how the fund is management (why am I currently invoicing the collective).

Expected behaviour

There should be some docs for this. Could be a separate file, or it could go so

Improve this page

Add a description, image, and links to the governance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the governance topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.