This project is mirrored from https://gitee.com/NQL886/vault.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 06 Dec, 2021 1 commit
  2. 05 Nov, 2021 1 commit
  3. 03 Nov, 2021 1 commit
  4. 21 Oct, 2021 1 commit
  5. 05 Oct, 2021 1 commit
  6. 27 Sep, 2021 1 commit
  7. 24 Aug, 2021 1 commit
  8. 18 Aug, 2021 1 commit
    • Clint's avatar
      Replace go-bindata-assetfs build dependency with native go:embed (#11208) · 8e7fd9e7
      Clint authored
      * copy over the webui
      
      move web_ui to http
      
      remove web ui files, add .gitkeep
      
      updates, messing with gitkeep and ignoring web_ui
      
      update ui scripts
      
      gitkeep
      
      ignore http/web_ui
      
      Remove debugging
      
      remove the jwt reference, that was from something else
      
      restore old jwt plugin
      
      move things around
      
      Revert "move things around"
      
      This reverts commit 2a35121850f5b6b82064ecf78ebee5246601c04f.
      
      Update ui path handling to not need the web_ui name part
      
      add desc
      
      move the http.FS conversion internal to assetFS
      
      update gitignore
      
      remove bindata dep
      
      clean up some comments
      
      remove asset check script that's no longer needed
      
      Update readme
      
      remove more bindata things
      
      restore asset check
      
      update packagespec
      
      update stub
      
      stub the assetFS method and set uiBuiltIn to false for non-ui builds
      
      update packagespec to build ui
      
      * fail if assets aren't found
      
      * tidy up vendor
      
      * go mod tidy
      
      * upd...
      Unverified
      8e7fd9e7
  9. 04 Aug, 2021 1 commit
  10. 29 Jul, 2021 1 commit
  11. 22 Jul, 2021 1 commit
  12. 16 Jul, 2021 1 commit
  13. 14 Jul, 2021 1 commit
  14. 06 Jul, 2021 1 commit
  15. 05 Jul, 2021 1 commit
  16. 28 Jun, 2021 1 commit
  17. 25 Jun, 2021 1 commit
  18. 18 Jun, 2021 1 commit
  19. 15 Jun, 2021 1 commit
  20. 11 Jun, 2021 2 commits
  21. 10 Jun, 2021 1 commit
  22. 09 Jun, 2021 3 commits
  23. 01 Jun, 2021 2 commits
  24. 12 May, 2021 1 commit
  25. 27 Apr, 2021 1 commit
  26. 26 Apr, 2021 1 commit
  27. 09 Apr, 2021 1 commit
  28. 07 Apr, 2021 1 commit
  29. 06 Apr, 2021 1 commit
  30. 30 Mar, 2021 1 commit
  31. 25 Jan, 2021 1 commit
  32. 20 Jan, 2021 1 commit
  33. 15 Jan, 2021 1 commit
  34. 10 Dec, 2020 1 commit
  35. 03 Dec, 2020 2 commits
    • Angel Garbarino's avatar
      Ember-cli upgrade from ~3.8 to ~3.20 (#9972) · 403b94eb
      Angel Garbarino authored
      * Update ember-cli to ~3.20
      
      * Remove bad optional-feature
      
      * Remove ember-fetch dep
      
      * re-install ember-fetch
      
      * update model fragments pr
      
      * update ember model fragments correct package name
      
      * update ember composable helpers to solve array helper error
      
      * update ember-concurrency
      
      * add back engine dependencies, automatically removed during ember-cli-upgrade
      
      * make author-form-options component js file otherwise error
      
      * for now comment out withTestWaiter
      
      * add eslint-node and fix if not with unless in templates
      
      * fix linting for tab index of false is now -1 and add type button to all buttons without types
      
      * fix href errors for linting, likely have to come back and fix
      
      * using eslint fix flag to fix all this.gets
      
      * ember modules codemode removed files that had module twice, will fix in next commit
      
      * finish codemode ember-data-codemod needed to rename const model
      
      * more this.get removal codemode did not work
      
      * cont...
      Unverified
      403b94eb
    • Nick Cabatoff's avatar
      Saving and restoring the go cache was an experiment to reduce build times, but... · 1e72bb1c
      Nick Cabatoff authored
      Saving and restoring the go cache was an experiment to reduce build times, but it worked too inconsistently. (#10493)
      
      Unverified
      1e72bb1c