forked from apache/apisix-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
* 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
apache#868)" (apache#1019) This reverts commit 78db532.
* 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
* 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 Report
@@ 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
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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