Skip to content
#

function

Here are 1,068 public repositories matching this topic...

cardil
cardil commented May 11, 2022

/area API
/area autoscale
/kind cleanup

Actual Behavior

The max-scale and min-scale annotation has been introduced in knative/serving#12103 alignment. The client was using those names, but recently this changed to the inverse - knative/client#958. This leads to confusion on docs, and UX as seen in: https://github.com/knative/docs/iss

kind/bug area/API area/autoscale kind/cleanup
honggyukim
honggyukim commented Jul 30, 2022

Due to #1498, graphviz test is broken now as follows.

$ ./runtest.py -vdp -O0 207
      ...
t207_dump_graphviz: diff result of -pg -O0
--- expect      2022-07-30 22:48:43.990733694 +0100
+++ result      2022-07-30 22:48:43.990733694 +0100
@@ -1,12 +1,7 @@
-digraph "/tmp/test_abc_bJ93Xv/t-abc" {

-splines=ortho;
-concentrate=true;
-node [shape="rect",fontsize="7",style="filled"]
shyandsy
shyandsy commented May 2, 2021

数据表自带prefix,生成model struct和文件名也都带上了prefix,有办法去掉么

比如我所有数据表都有prefix = xxxproject_, 用户表为
xxxproject_customer,生成的model就是

type XxxprojectCustomer struct{
}

对应文件是xxxproject_customer.go

我已经在config.yaml里面制定了table_prefix = “xxxproject_”

good first issue
agiledragon
agiledragon commented Apr 11, 2021

Who is using gomonkey?

Thanks sincerely for constantly using and supporting gomonkey, I will try my best to make gomonkey better, and keep growing gomonkey community. To attract more developers to use and contribute to gomonkey, please comment in this issue and include the following information:

Your company, school or organization.
Homepage.
You can refer to the following sample answer

good first issue

Improve this page

Add a description, image, and links to the function 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 function topic, visit your repo's landing page and select "manage topics."

Learn more