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

Replace go-bindata-assetfs build dependency with native go:embed #11208

Merged
merged 12 commits into from Aug 18, 2021

Commits on Apr 14, 2021

  1. 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 2a35121.
    
    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
    catsby committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    e1146df View commit details
    Browse the repository at this point in the history
  2. fail if assets aren't found

    catsby committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    3ea19f3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into f-embed-assets

    * master: (78 commits)
      docs: update vault-helm to 0.11.0 (#11355)
      Add documentation for vault-csi-provider namespace config (#11344)
      docs: update vault-k8s to 0.10.0 (#11354)
      patch(docs): fix link color (#11352)
      Add TFE/TFC auth plugin to plugin portal (#11348)
      fix a couple typos (#11343)
      TLS Diagnose Formatting Fixes  (#11342)
      Add More TLS Tests and Verification of TLS Root Certificate (#11300)
      Add HA only autopilot to changelog (#11339)
      Support autopilot when raft is for HA only (#11260)
      Fixes for db connection file type field (#11331)
      Fix flakey TestAgent_Template_Retry test (#11332)
      Darwin/ARM64 build target (#11321)
      Fix broken OIDC Providers link (#11327)
      Bug: DB secret engine not showing "Select one" in role select options (#11294)
      bumping alpine version, improving security (#11271)
      Run a more strict formatter over the code (#11312)
      docs: add persistent cache (#11272)
      Fix a few static analysis findings (#11307)
      Changing from "changelog" to "release-note" (#11303)
      ...
    catsby committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    9430d67 View commit details
    Browse the repository at this point in the history
  4. tidy up vendor

    catsby committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    d5704ec View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    catsby committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    afb690e View commit details
    Browse the repository at this point in the history
  6. updating .circleci

    catsby committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    a0055e8 View commit details
    Browse the repository at this point in the history
  7. restore tools.go

    catsby committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    71b28fd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. re-re-re-run make packages

    catsby committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    61e63b4 View commit details
    Browse the repository at this point in the history
  2. re-enable arm64

    catsby committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    861abee View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    78242d1 View commit details
    Browse the repository at this point in the history
  2. Adding change log

    hghaf099 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    4d4c2b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Removing a file

    hghaf099 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    a739eaa View commit details
    Browse the repository at this point in the history