Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: merge upstream #1

Merged
merged 179 commits into from
Jan 21, 2021
Merged

perf: merge upstream #1

merged 179 commits into from
Jan 21, 2021

Conversation

JieTrancender
Copy link
Owner

Please answer these questions before submitting a pull request

  • Why submit this pull request?

  • Bugfix

  • New feature provided

  • Improve performance

  • Related issues


Bugfix

  • Description

  • How to fix?


New feature or improvement

  • Describe the details and related test reports.

LiteSun and others added 30 commits December 2, 2020 16:49
* fix: hack to fix the checking of `remote_addrs`
* fix: use correct method to get object's length
…change (apache#904)

* feat: support disable property for json schema according to APISIX's change
* add etcd basic auth support
)

* feat(plugin): added code mirror

* chore: format codes

* feat(Plugin): remove a7 plugin

* feat(Plugin): remove @api7-dashboard/plugin

* feat: added codes format

* feat: use local icon files

* feat: update ASF Release cfg

* feat: update ASF Release cfg
* docs: optimize metrics document

* docs: modified style

* docs: modified style

* Update USER_GUIDE.zh-CN.md

* Update USER_GUIDE.zh-CN.md

* Update USER_GUIDE.md

Co-authored-by: 琚致远 <juzhiyuan@apache.org>
* feat: change proxy target to localhost when test

* Update frontend-e2e-test.yml

* Update frontend-e2e-test.yml
* chore: enrich error log

* test: add test case for log caller

* fix: test error

* test

* fix: use invalid ip

* fix: cli test error

* fix: typo
* docs: update README's style

* Update README.zh-CN.md
* feat: access log

* feat: access log

* chore: access log format

* chore: access log format

* test: add test case for access log

* chore: add access log example

* fix: according to review

* test: add unit test for `logging` middleware

* fix: license checker CI failed
* docs: update CHANGELOG for v2.1.1

* docs: update CHANGELOG for v2.1.1

* docs: update CHANGELOG for v2.1.1

* docs: update deployment doc for v2.1.1

* docs: update CHANGELOG for v2.1.1

* feat(web): upgrade web version

* docs: update README and changelog

* feat(docs): update latest version to 2.1.1

* fix(docs): use correct apisix's version

Co-authored-by: nic-chen <johz@163.com>
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
* fix(husky): unset git dir

* chore: remove private flag

* chore: remove useless env

* chore(codes): format codes

* chore(web): update version
* feat: api doc

* feat: api doc

* feat: api doc

* fix: CI failed

* fix: remove useless comments

* fix: according to review

* fix: license

* fix: according to review

* fix: according to review

* chore: remove useless doc file

* fix: according to review

* fix: typo
LiteSun and others added 27 commits January 13, 2021 16:13
* feat: filter redirect plugin in route step3

* feat: add e2e test case

* feat: add comment

* feat: update comment
* Support string type for script field in Route

Signed-off-by: imjoey <majunjiev@gmail.com>

* Add validating lua code when create/update routes

also improve the test case in unittest and e2e

Signed-off-by: imjoey <majunjiev@gmail.com>

* typo fix and style format

Signed-off-by: imjoey <majunjiev@gmail.com>

* Improve testcases

Signed-off-by: imjoey <majunjiev@gmail.com>

* Addtional check the Script via log in APISIX

Signed-off-by: imjoey <majunjiev@gmail.com>

* ngx.log print log in error.log, instead of access.log

Signed-off-by: imjoey <majunjiev@gmail.com>

* Use ngx.WARN instead of INFO to enable output

Signed-off-by: imjoey <majunjiev@gmail.com>
* fix: Client-side URL redirect

* fix: client-side url redirection

add else case

Co-authored-by: liuxiran <belovedxixi@126.com>

* fix: lint error

* refactor: format codes inside web directory

Co-authored-by: liuxiran <belovedxixi@126.com>
* fix: Login page bottom white background.

* fix: update
…che#1296)

* chore: move the authentication middleware into droplet framework (apache#1295)

* fix: ci test

* fix: code style

* update: panic if can't get http.Request

* fix: fix misspell

* fix: fix ci

* fix: fix ci
…erless-pre-function (apache#1297)

* fix#1260

* Update PluginDetail.tsx

Co-authored-by: 琚致远 <juzhiyuan@apache.org>
* fix: i18n

* Update en-US.ts

Co-authored-by: 琚致远 <juzhiyuan@apache.org>
apache#1277)

* return saving object for store.Create

Signed-off-by: imjoey <majunjiev@gmail.com>

* Add backend e2e test for returning from Create-via-POST

Signed-off-by: imjoey <majunjiev@gmail.com>

* Fix incorrect HTTP method

Signed-off-by: imjoey <majunjiev@gmail.com>
* fix: ssl config support set labels (apache#1050)

* fix: fix e2e test

* fix: ssl e2e test

* fix: fix e2e test

* fix: ssl e2e test

Co-authored-by: 琚致远 <juzhiyuan@apache.org>
* Add returning value for Updating entity (PUT/PATCH)

Signed-off-by: imjoey <majunjiev@gmail.com>

* Fix missing return obj when create-if-not-exist

Signed-off-by: imjoey <majunjiev@gmail.com>

* Fix backend Unit and e2e test

Signed-off-by: imjoey <majunjiev@gmail.com>
@codecov-io
Copy link

codecov-io commented Jan 21, 2021

Codecov Report

Merging #1 (1b64e94) into master (5622010) will increase coverage by 19.37%.
The diff coverage is 67.12%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #1       +/-   ##
===========================================
+ Coverage   43.12%   62.50%   +19.37%     
===========================================
  Files          18       41       +23     
  Lines        1294     2352     +1058     
===========================================
+ Hits          558     1470      +912     
- Misses        643      708       +65     
- Partials       93      174       +81     
Impacted Files Coverage Δ
api/cmd/manager/main.go 0.00% <0.00%> (ø)
api/internal/core/entity/format.go 60.46% <0.00%> (ø)
api/internal/core/storage/storage_mock.go 0.00% <0.00%> (ø)
api/internal/core/store/query.go 88.09% <ø> (ø)
api/internal/core/store/store_mock.go 0.00% <0.00%> (ø)
api/internal/filter/cors.go 66.66% <ø> (ø)
api/internal/filter/recover.go 6.66% <ø> (ø)
api/internal/filter/request_id.go 100.00% <ø> (ø)
.../internal/handler/authentication/authentication.go 100.00% <ø> (+17.64%) ⬆️
api/internal/log/log.go 50.00% <ø> (ø)
... and 63 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5622010...1b64e94. Read the comment docs.

@JieTrancender JieTrancender merged commit cd38f59 into master Jan 21, 2021
@JieTrancender JieTrancender deleted the merge-upstream branch January 22, 2021 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.