Skip to content
Snippets Groups Projects
  1. Oct 24, 2020
  2. Oct 23, 2020
  3. Oct 22, 2020
  4. Oct 21, 2020
    • litesun's avatar
    • nic-chen's avatar
      fix: API CICD error (#575) · eebaec01
      nic-chen authored
      * fix: API CICD -- testing
      
      * test
      
      * test
      
      * test
      
      * fix mv force
      
      * fix use `-u` to move
      
      * fix remove first
      
      * test
      
      * test
      
      * fix: only build when merging into master
      
      * fix doc style
    • 琚致远's avatar
      feat: improve frontend's codes (#574) · b074f24e
      琚致远 authored
      * feat(doc): added tips
      
      * feat: remove unused files
      
      * feat: remove unused codes
      
      * fix: typo in makefile
    • nic-chen's avatar
      fix: API CICD (#573) · d4e372d6
      nic-chen authored
      
      Co-authored-by: default avatar琚致远 <juzhiyuan@apache.org>
    • 琚致远's avatar
      feat: Refactor Frondend with Admin API (#521) · f23bea31
      琚致远 authored
      
      * feat: update Upstream List
      
      * feat: update upstream create
      
      * feat: refactor consumer (#543)
      
      * fix(Consumer): resolve conflicts
      
      * feat(Upstream): debug API (#550)
      
      * feat(Upstream): added components
      
      * feat(Upstream): debug api
      
      * feat: added license
      
      * feat: added license
      
      * feat: update styles
      
      * feat: added default data
      
      * feat: added Ref for upstreamForm
      
      * feat: added lincense
      
      * feat(Route): clean list (#544)
      
      * feat:  deleting hosts when hosts is empty
      
      * feat(Route): clean list
      
      * feat: remove group
      
      * feat(Route): update typing
      
      * feat: remove WebSocket
      
      * feat: sync branch from fe-refactor
      
      * feat: use upstream component
      
      * feat: added default upstream form data
      
      * feat: update route transformer
      
      * fix: ret_code not show in step1
      
      Co-authored-by: default avatarlitesun <7sunmiao@gmail.com>
      
      * fix(Route): set upstream selector readonly on preview page
      
      * fix: adjust import order
      
      * fix(Upstream): use shorthand object
      
      * fix(Route): check if data.plugins
      
      * feat(Route): remove Upstream header
      
      * feat: remove Debug
      
      * feat: remove RouteGroup
      
      * feat(Route): omit empty plugins and script
      
      * fix: submit error
      
      * feat(Upstream):fetch upstream_id data in edit mode
      
      * fix: route step2 warnings
      
      * fix(Upstream): use conditional id
      
      * feat: update  Route SSL Consumer pagination
      
      * feat: change login requestType form to json
      
      * feat: update Consumer Route Upstream search
      
      * fix: create button missing
      
      * feat: update plugin & pluginchart
      
      * feat: adjust codes order
      
      * feat: codes clean
      
      Co-authored-by: default avatarlitesun <7sunmiao@gmail.com>
  5. Oct 20, 2020
    • nic-chen's avatar
      feat: refactor `manager api` (#564) · a1f96d4e
      nic-chen authored
      
      * feat: refactor some codes and append store core
      
      * refference droplet and write a API demo
      
      * fmt project
      
      * feat: add validator for generic store; add demo error
      
      * feat: upgrade droplet
      
      * chore: add structures (#484)
      
      * add upstream struct
      
      * fix structures
      
      * feat: append stock check for generic store
      
      * feat: add consumer CURD refactoring (#486)
      
      * feat: add consumer CURD refactoring
      
      * remove debug
      
      * remove useless slashes
      
      * feat: add SSL refactoring (#488)
      
      Co-authored-by: default avatarVinci Xu <277040271@qq.com>
      
      * feat: add Service and Upstream refactoring (#497)
      
      * feat: add Service and Upstream refactoring
      
      * fix add license
      
      * feat: add store hub and flake id (#534)
      
      * feat: add store hub and flake id
      
      * feat: add store interface to easy est
      
      * fix: add test cases for refactored apis and fix bugs (#528)
      
      * test: delete mysql version test cases.
      
      * fix: add ssl test cases and bug fix
      
      * fix: list api should return an empty array not a null for client
      
      * test: consumer test cases
      
      * fix: code style
      
      * test: init etcd in github action
      
      * fix: skip checking generated file's license
      
      * feat: add store hub and flake id (#534)
      
      * feat: add store hub and flake id
      
      * feat: add store interface to easy est
      
      * fix CI failed
      
      Co-authored-by: default avatarVinci Xu <277040271@qq.com>
      
      * feat: refactor apis for existing check and other apis (#535)
      
      * fix code style
      
      * fix code style
      
      * feat support query
      
      * feat: support query
      
      * change: `like` to `equal`
      
      * fix api status
      
      * feat: upstream existing check
      
      * feat: refactor api for upstream names
      
      * fix: license
      
      * test: add unit test cases
      
      * fix: update bug
      
      * test: add test cases for route
      
      * fix: unified respond format
      
      * test: remove test bug
      
      * feat: ssl existing check
      
      * fix bug: auto generate id
      
      * fix: improve consumer
      
      * fix: remove key and keys in ssl respond
      
      * fix: when list is empty, should respond an empty array
      
      * fix code style
      
      * feat: plugin orchestration
      
      * fix delete bug
      
      * fix bug
      
      * fix: keep the same request params and respond with the old format
      
      * fix: append sort for list and using sync.Map instead of map
      
      * feature: sync json schema from APISIX and check schema when create or update resource (#551)
      
      * feat: json schema check
      
      * fix: don't need to define struct for each resource, because that may cause json schema check fail.
      
      * test: add handler test cases
      
      * test: complete consumer test cases
      
      * test: add test cases for schema check
      
      * fix code style and license
      
      * feat: add schema check for plugins
      
      * test: add ssl handler test cases
      
      * test: add test cases for upstream and service
      
      * test: add test cases for route
      
      * test: add note for route create
      
      * test: update CI
      
      * fix: remove useless file
      
      * test: fix CI
      
      * fix: ci fail
      
      * test: fix lib `dag-to-lua`'s path in CI
      
      * fix: URI for route may be empty
      
      * fix: remove empty lines
      
      * fix: refactor validator of json schema
      
      * fix code style
      
      * fix cicd
      
      * chore: update docker file
      
      * fix: should check schema after id generated
      
      * fix code style
      
      * chore: page_number -> page
      
      * fix: schema sync script
      
      * fix: code style
      
      * feat: support search for resource list (#557)
      
      * feat: support search for resource list
      
      * fix ci
      
      * feature: refactor plugin api and auth api (#556)
      
      * feat: refactor plugin and healthy api
      
      * feat: refactor authentication api
      
      * fix: remove useless files
      
      * chore: update json schema
      
      * test: add login test
      
      * test: add test for plugin
      
      * fix: license
      
      * fix auth bug
      
      * fix route search by uri
      
      * feat: compatible with PUT method of `admin api` and nodes of upstream (#561)
      
      * feat: support labels
      
      * feat: compatible with PUT method of `admin api`
      
      * fix mock test fail
      
      * feat: upstream nodes format
      
      * test: add test case
      
      * fix code style
      
      * fix: update schema sync tool
      
      * feat: compatible with HTTP status of `admin api` (#563)
      
      * feat: compatible with HTTP status of `admin api`
      
      * test cases and improve
      
      * fix: check input.ID before using it
      
      * fix: remove CI branch
      
      * fix: remove useless dependences
      
      * add license for json.lua
      
      * fix license issue
      
      * remove
      
      * fix: remove viper that depend github.com/hashicorp/hcl
      
      * fix license issue
      
      * fix: skip license check temporarily for CI
      
      Co-authored-by: default avatarvincixu <vincixu@tencent.com>
      Co-authored-by: default avatarShiningRush <277040271@qq.com>
      Co-authored-by: default avatarWenMing <moonbingbing@gmail.com>
  6. Sep 30, 2020
  7. Sep 28, 2020
    • Rapiz's avatar
      style: Drop `npm run` in package.json (#523) · f5bb766d
      Rapiz authored
    • liuxiran's avatar
      fix: improve i18n (#522) · 2521a420
      liuxiran authored
      * fix(i18n): modify pluginPage i18n refer to Proposal (#331)
      
      * fix(i18n): modify global i18n refer to Proposal (#331)
      
      * fix(i18n): modify consumer page i18n refer to Proposal (#331)
      
      * fix(i18n): modify pluginPage i18n refer to Proposal (#331)
      
      * fix(i18n): modify page route i18n refer to Proposal (#331)
      
      * fix(i18n): update route i18n
      
      * fix(i18n): modify page routegroup i18n refer to Proposal
      
      * fix(i18n): modify page ssl i18n refer to Proposal
      
      * fix: update refer to the lint
  8. Sep 27, 2020
  9. Sep 24, 2020
  10. Sep 22, 2020
    • liuxiran's avatar
    • litesun's avatar
    • litesun's avatar
      fix: checkHostWithSSL with empty hosts (#502) · d61a5d9f
      litesun authored
      
      * feat: preview pluginchart (#456)
      
      * feat: added pluginchart preview in route step4
      
      * feat: change PluginChart to PluginOrchestration
      
      * add tools to check ASF headers in code files. (#454)
      
      * chore: remove unnecessary license file (#462)
      
      * remove unnecessary license file
      
      * remove unnecessary license file for `api7 dashboard`
      
      * Increase the checking of .conf and .toml files. And delete the redundant configuration of the ASF-Release.cfg file. (#461)
      
      * Increase the checking of .conf and .toml files.
      
      * Skip the check of dag-to-lua-1.1/README.md file
      
      * Put the "run Makefile" check before "get lua lib".
      
      * Put the "run Makefile" check before "get lua lib".
      
      * Put the "run Makefile" check before "get lua lib".
      
      Co-authored-by: default avatarlin <lin@MBPro.local>
      
      * ci: Add lint (#455)
      
      Co-authored-by: default avatarRapiz <code@rapiz.me>
      
      * Feat: dashboard support route group (#433)
      
      * feat: route group UI
      
      * feat(route-ui): add routegroup when create route
      
      * fix: add routegroup to route list
      
      * fix: support add routegroup together with route
      
      * fix: route path define error
      
      * feat: trigger redeploy
      
      * fix: update i18n key
      
      Co-authored-by: default avatar琚致远 <juzhiyuan@apache.org>
      
      * feature:Independent license check operation file. (#465)
      
      * feat: support ungroup in manager api (#460)
      
      * feat: support ungroup in manager api
      
      * fix: synchronize route group to route
      
      * fix: update test case
      
      * feat: add publish status to route in manager api (#450)
      
      * feat: add publish status to route in manager api
      
      * fix: update publish and offline route
      
      * feat: add route publish test module
      
      * fix: synchronize content for route publish/offline
      
      * feat(route): add publish and offline to route (#451)
      
      * feat(route): add publish and offline to route
      
      * feat: trigger redeploy
      
      * feat: trigger redeploy
      
      * Update Create.tsx
      
      * fix: update refer to the code review
      
      * fix: init status default value
      
      * fix: add a help msg to status Form.Item
      
      Co-authored-by: default avatar琚致远 <juzhiyuan@apache.org>
      
      * feat: remove netlify (#472)
      
      * fix: host should not be required (#477)
      
      * feat: added new plugin dependency (#475)
      
      * feat: added new plugin dependency
      
      * feat: omit shadow var
      
      * feat: omit shadow var
      
      * fix: host should not be required (#479)
      
      * fix: host should not be required
      
      * feat: remove required rule
      
      * feat: Route debug (#485)
      
      * feat: new api get route and apisix url
      
      * feat: online debug
      
      * fix: update refer to the review, fix logical error as well
      
      * fix: rename getRouteWithApisixUrl
      
      * feat: update plugin (#482)
      
      * feat: improve route (#483)
      
      * feat: improve step1
      
      * feat: improve step2
      
      * feat: improve createStep4
      
      * feat: improve transform
      
      * fix: event loop
      
      * feat: clean code
      
      * fix: lost route_group info when enable redirect
      
      * feat: UI improve
      
      * fix: checkHostWithSSL with empty hosts
      
      * Update Create.tsx
      
      Co-authored-by: default avatarFirstsawyou <52862365+Firstsawyou@users.noreply.github.com>
      Co-authored-by: default avatarnic-chen <33000667+nic-chen@users.noreply.github.com>
      Co-authored-by: default avatarlin <lin@MBPro.local>
      Co-authored-by: default avatarRapiz <contact@rapiz.me>
      Co-authored-by: default avatarRapiz <code@rapiz.me>
      Co-authored-by: default avatarliuxiran <belovedxixi@126.com>
      Co-authored-by: default avatar琚致远 <juzhiyuan@apache.org>
  11. Sep 21, 2020
  12. Sep 19, 2020
    • liuxiran's avatar
      feat: Route debug (#485) · 829688a7
      liuxiran authored
      * feat: new api get route and apisix url
      
      * feat: online debug
      
      * fix: update refer to the review, fix logical error as well
      
      * fix: rename getRouteWithApisixUrl
  13. Sep 17, 2020
  14. Sep 16, 2020
  15. Sep 15, 2020