1. 17 2月, 2021 1 次提交
  2. 24 9月, 2020 1 次提交
  3. 20 2月, 2020 1 次提交
    • S
      Set default login mode to first authentication-mode option (#4921) · a8e3d616
      Shu Muto 提交于
      * Set default login mode to first authentication-mode option
      
      authentication-mode options specified in backend, i.e. `token` (default),
      `basic` or both, are retrieved from frontend, and login mode selections
      are set in order of the options specified.
      
      But `Kubeconfig` is set as default in frontend for now.
      
      This commit enables to set default selection by operator's specification
      of authentication-mode.
      
      * Simplify logic
      
      * Fix test
      Co-authored-by: NSebastian Florek <s.florek91@gmail.com>
      a8e3d616
  4. 27 1月, 2020 1 次提交
  5. 16 1月, 2020 1 次提交
  6. 20 11月, 2019 1 次提交
  7. 05 8月, 2019 1 次提交
  8. 12 7月, 2019 1 次提交
    • M
      Migrate some of the docs (#4052) · 99e8829d
      Marcin Maciaszczyk 提交于
      * Add architecture doc
      Move images to the new dir
      
      * Add deps managment doc
      
      * Update some of the docs
      
      * Update link to the docs
      
      * Add links to the wiki
      
      * Update 1.6.x-and-below.md
      
      * Update 1.7.x-and-above.md
      
      * Update architecture.md
      99e8829d
  9. 04 7月, 2019 1 次提交
    • S
      Reorganize `docs/` (#4009) · 9ecdbc17
      Shu Muto 提交于
      To migrate wiki contents into `docs/`, prepare directory and file structures.
      Contents of each pages would be added as latest in subsequent PRs.
      9ecdbc17