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. 10 Dec, 2020 1 commit
  2. 03 Dec, 2020 3 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
    • Nick Cabatoff's avatar
      Name environments after their use case rather than their size. We need fewer... · 29446299
      Nick Cabatoff authored
      Name environments after their use case rather than their size.  We need fewer resources for remote-docker because all the heavy work happens in the remote-docker VMs which we can't configure.  Use a different env for race tests which are more resoure hungry. (#10492)
      
      Unverified
      29446299
  3. 12 Nov, 2020 1 commit
  4. 04 Nov, 2020 1 commit
  5. 31 Oct, 2020 1 commit
  6. 30 Oct, 2020 2 commits
  7. 13 Oct, 2020 1 commit
  8. 28 Sep, 2020 1 commit
  9. 17 Sep, 2020 1 commit
  10. 15 Sep, 2020 3 commits
  11. 20 Aug, 2020 1 commit
  12. 11 Aug, 2020 1 commit
    • Sam Salisbury's avatar
      ci/packagespec (#9653) · 956bd0af
      Sam Salisbury authored
      * add packagespec build system
      
      - The majority of changes in this commit are files generated
        by packagespec (everything in the packages-oss.lock directory).
      
      * add .yamllint
      
      * update to packagespec@fd54aea4
      
      * ci: bust packagespec cache
      
      - Change to packagespec results in package IDs that can use
        git tag refs, not just commit refs.
      
      * update to packagepsec@5fc121d0
      
      - This busts all caches, because of a change to the way we
        no longer traverse from tag refs to commit refs, due to
        the potential confusion this can cause.
      - See https://github.com/hashicorp/packagespec/commit/fd54aea4827bb6cfd637c78a2ab6274111605330
        for the original change to packagespec necessitating this.
      
      * update to packagespec@5e6c87b6
      
      - This completes the change to allowing git tag refs
        to be used for source IDs, begun in f130b940a8fbe3e9398225b08ea1d63420bef7b6
      
      * update to packagespec@4d3c9e8b
      
      - This busts cache, needed to apply previous change.
      
      * remove RELEASE_BUIL...
      Unverified
      956bd0af
  13. 10 Aug, 2020 1 commit
  14. 29 Jul, 2020 3 commits
  15. 21 Jul, 2020 2 commits
  16. 20 Jul, 2020 1 commit
  17. 29 Jun, 2020 1 commit
  18. 01 May, 2020 1 commit
  19. 22 Apr, 2020 1 commit
  20. 30 Mar, 2020 1 commit
  21. 06 Mar, 2020 1 commit
  22. 02 Mar, 2020 1 commit
  23. 19 Feb, 2020 2 commits
  24. 11 Feb, 2020 2 commits
  25. 03 Feb, 2020 1 commit
  26. 18 Jan, 2020 1 commit
    • Jeff Escalante's avatar
      New Website! (#8154) · 0c9affe5
      Jeff Escalante authored
      * new documentation website
      
      * ci job adjustment
      
      * update to latest version on downloads page
      
      * remove transition-period scripts
      
      * add netlify toml file
      
      * fix docs patch
      
      * fix ci config?
      
      * revert go.mod changes
      
      * a couple last markdown formatting fixes
      0c9affe5
  27. 15 Jan, 2020 1 commit
  28. 17 Dec, 2019 1 commit
  29. 12 Nov, 2019 1 commit
  30. 06 Nov, 2019 1 commit
    • Sam Salisbury's avatar
      ci: switch to go1.12.12 on machine executors (#7703) · 8dcf3123
      Sam Salisbury authored
      * ci: switch to go1.12.12 on machine executors
      
      - This brings in recent ci changes from the release/1.2.x branch.
      
      * go mod vendor
      
      * ci: remove ent build tags
      
      * ci: fix gopath
      
      * go mod vendor
      
      * ci: ensure yarn install
      
      * ci: add debug commands
      
      * ci: debugging
      
      * ci: increment yarn cache; remove debugging
      
      * ci: remove redundant yarn install
      Unverified
      8dcf3123