Commit Graph

131 Commits

Author SHA1 Message Date
Rick 78f517c2cb
fix: goreleaser build without embed UI (#176) 2023-08-22 09:46:42 +08:00
Rick 1ad11f38ef
chore: add release note v0.0.13 (#175) 2023-08-22 08:58:42 +08:00
Rick bd78fa4868
feat: support to load test suite from URL (#171)
Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2023-08-20 07:03:09 +08:00
Rick 908829738a
feat: support convert testSuite to JMeter file (#170)
* feat: support convert testSuite to JMeter file

* chore: report API test in the comment

* add a sub-command to convert to jmeter file

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2023-08-18 15:51:53 +08:00
Rick 200134093d
fix: the test suite data manipulate is not thread safe (#168)
* fix: the test suite data manipulate is not thread safe

* add more unit tests
2023-08-17 10:35:20 +08:00
Rick 2e23e820a9
fix: the store creation dialog state is incorrect (#167) 2023-08-15 18:24:17 +08:00
Rick cfd1d42cfa
fix: add unit tests for the git store ext (#166) 2023-08-15 17:00:31 +08:00
Rick e0811185a2
feat: add git as the store extension (#165)
* feat: add git as the store extension

* fix: the height of center zone of the UI

* ui: add query setting for testcase

---------

Co-authored-by: rick <linuxsuren@users.noreply.github.com>
2023-08-15 10:18:08 +08:00
Ink33 18bd198745
feat: support running gRPC test cases (#160) 2023-08-13 21:09:45 +08:00
Rick e2f2d323f0
feat: add secret service interface (#164) 2023-08-12 08:02:59 +08:00
Vector7 79609ce4fb
feat: support to generate a PDF report #162 2023-08-10 18:35:45 +08:00
Rick df53ccdfe0
feat: add operator for maintain the api-testing in Kubernetes (#158) 2023-08-10 08:15:53 +08:00
Rick e05262aae9
feat: support manager store on UI (#161) 2023-08-09 15:53:38 +08:00
Rick 4624b9be05
fix: the Golang code generator has problem (#159) 2023-08-04 20:17:12 +08:00
Rick 46552d1c15
feat: support verify the store (#157) 2023-08-03 17:06:38 +08:00
Rick 96f9e7d5ec
fix: should use the specific store in GetSuggestedAPIs (#156) 2023-08-02 11:45:43 +08:00
Rick e985dd7ccf
fix: the API request from UI missed the header (#155) 2023-08-02 10:08:05 +08:00
Rick a799208a0c
feat: support generate code from TestCase (#154) 2023-08-01 17:19:13 +08:00
Rick 556d58f12f
fix: the binary atest-store-s3 is missing in docker image (#153) 2023-08-01 11:02:40 +08:00
Rick c1558659e3
chore: put the s3 container into the k8s deploy (#152) 2023-08-01 10:00:06 +08:00
Rick d1c0c10a1a
feat: add s3 storage backend extension (#151)
* feat: add s3 storage backend extension

* test: add unit tests
2023-08-01 07:28:53 +08:00
Ink33 710c3728b8
feat: add bidirectional streaming rpc of functions query (#150)
* feat: add bidirectional streaming rpc of functions query

Signed-off-by: Ink33 <Ink33@smlk.org>

* refactor: replace atomic.Uint64 with atomic.AddUint32

Signed-off-by: Ink33 <Ink33@smlk.org>

---------

Signed-off-by: Ink33 <Ink33@smlk.org>
2023-07-31 14:03:53 +08:00
Rick 1e45dd165d
feat: add introduction process on UI (#149) 2023-07-30 21:32:20 +08:00
Chan e8c16fb686
fix: incorrect heigh setting on UI (#148) 2023-07-30 20:07:36 +08:00
Rick 8d459a9eed
feat: support add multiple stores (#147) 2023-07-29 22:14:58 +08:00
Rick 470ef8e337
feat: support building multi-arch container image (#146) 2023-07-27 22:31:25 +08:00
Rick 082b8f9710
feat: support printing the output in real-time (#145) 2023-07-27 21:41:09 +08:00
Rick 01da53f39e
feat: add default local storage mount for container service (#142) 2023-07-26 15:17:02 +08:00
Rick 29b502db5f
docs: add document about the get started (#141) 2023-07-25 15:24:30 +08:00
Rick ed06988a06
feat: make podman service start automatically (#140) 2023-07-25 13:01:15 +08:00
Rick e0e954702c
feat: add parameters in the test suite (#139) 2023-07-24 13:59:33 +08:00
Rick c761a47597
feat: support start atest as container service (#138)
* feat: support start atest as container service

* chore: update the online JSON schema URL
2023-07-22 16:00:53 +08:00
Rick 85f70b71d9
chore: add argocd manifest files (#137)
* chore: add argocd manifests

* fix the version issues
2023-07-21 18:47:11 +08:00
Rick 0809f352b8
chore: run unit testing on the master (#136) 2023-07-21 09:34:22 +08:00
Rick 807f3d83d4
feat: support adding unit tests for fetch (#134)
* feat: support adding unit tests for fetch

* add some basic e2e tests

* chore: send all the Go test converage files

* fix the isues found by codacy
2023-07-20 22:37:19 +08:00
Rick 352f9eda80
feat: add unit tests for UI (#133) 2023-07-18 17:35:39 +08:00
Rick 17bdadc11d
fix: the createFilter func is incorrect (#132)
* fix: the createFilter func is incorrect

* feat: format the JSON payload automatically
2023-07-18 09:07:32 +08:00
Rick 800d310db2
feat: support query template functions on UI (#131) 2023-07-17 21:18:24 +08:00
Rick b1c4479cf3
feat: support the form body on UI (#130) 2023-07-17 16:48:12 +08:00
Rick 54edea5882
test: add unit tests for the UI (#129) 2023-07-16 23:02:03 +08:00
Rick fa024321a1
feat: support getting suggested APIs from spec (#123) 2023-07-16 21:10:03 +08:00
Rick 493aed2da1
fix: the body fields verify is incorrect with number (#128) 2023-07-14 14:47:00 +08:00
Rick 3040a92501
feat: support providing the suggested body fields (#127) 2023-07-14 09:38:27 +08:00
Rick 7bd43cc4a5
fix: validation is missing on the testsuite creation UI (#126) 2023-07-13 15:58:26 +08:00
Rick 581b6527ae
feat: support query the popular HTTP headers on UI (#122) 2023-07-11 21:12:23 +08:00
Rick 9cdb8ec5db
chore: add api testing for the repo self (#121) 2023-07-11 13:40:01 +08:00
Rick 2c73c02385
feat: add gRPC loader for reading and writeing test suites (#120)
* feat: add gRPC loader for reading and writeing test suites

* complete the basic feature of gRPC plugin demo

* docs: add document about the gRPC extension
2023-07-10 17:03:55 +08:00
Rick 8da83f3b69
feat: support update and delete testsuite on UI (#119) 2023-07-07 20:28:24 +08:00
Rick 9bdef10e02
feat: embed the ui into the Go binary file (#117)
* feat: embed the ui into the Go binary file

* add more unit tests
2023-07-07 08:21:53 +08:00
Rick 2291158953
feat: support filter the testcases on the UI (#118) 2023-07-06 19:20:10 +08:00