16564 Commits

Author SHA1 Message Date
vagrant-bot
2f2eaf2660 Terraform managed file 2023-06-15 08:47:09 -07:00
Chris Roberts
8a5b57cc14
Merge pull request #13205 from hashicorp/dependabot/npm_and_yarn/website/node-fetch-and-cross-fetch-2.6.11
Bump node-fetch and cross-fetch in /website
2.3.7.dev+000031-8a5b57cc 2.3.7.dev+000032-8a5b57cc
2023-06-13 13:58:17 -07:00
Chris Roberts
e08fac3989
Merge pull request #13203 from hashicorp/dependabot/npm_and_yarn/website/cross-fetch-3.1.6
Bump cross-fetch from 3.1.4 to 3.1.6 in /website
2023-06-13 13:57:58 -07:00
Chris Roberts
7b7300c45e
Merge pull request #13202 from hashicorp/dependabot/npm_and_yarn/website/decode-uri-component-0.2.2
Bump decode-uri-component from 0.2.0 to 0.2.2 in /website
2023-06-13 13:57:31 -07:00
Chris Roberts
c9472c75e1
Merge pull request #13204 from hashicorp/dependabot/npm_and_yarn/website/json5-2.2.3
Bump json5 from 2.2.0 to 2.2.3 in /website
2023-06-13 13:57:04 -07:00
Chris Roberts
8fbbc8f411 Update CHANGELOG 2.3.7.dev+000029-8fbbc8f4 2023-06-12 17:26:43 -07:00
Chris Roberts
15291e2ab7
Merge pull request #13207 from chrisroberts/extension-dev-libs
Clarify missing library error
2023-06-12 17:25:37 -07:00
Chris Roberts
3422582d68 Clarify missing library error
When an extension fails to build due to missing libraries on the local
system, call out that it is the development files that are misssing and
when installing the library via a package manager it will likely require
the library's development package.
2023-06-12 16:45:42 -07:00
Chris Roberts
da262ab8e9
Merge pull request #13206 from chrisroberts/skip-action-alternatives
Handle skipped required tests
2023-06-12 14:41:25 -07:00
Chris Roberts
beaa942ec8 Handle skipped required tests
Required tests that are skipped based on path matching need to have an
inverse match with the same name that always succeeds to allow the tests
to be marked as passing.
2023-06-12 14:24:21 -07:00
Chris Roberts
468b80c43c Update CHANGELOG 2023-06-12 09:48:35 -07:00
dependabot[bot]
dc66c9d661
Bump node-fetch and cross-fetch in /website
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) and [cross-fetch](https://github.com/lquixada/cross-fetch). These dependencies needed to be updated together.

Updates `node-fetch` from 2.6.1 to 2.6.11
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.11)

Updates `cross-fetch` from 3.1.4 to 3.1.6
- [Release notes](https://github.com/lquixada/cross-fetch/releases)
- [Changelog](https://github.com/lquixada/cross-fetch/blob/v3.x/CHANGELOG.md)
- [Commits](https://github.com/lquixada/cross-fetch/compare/v3.1.4...v3.1.6)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
- dependency-name: cross-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 16:46:55 +00:00
dependabot[bot]
e0de544a00
Bump json5 from 2.2.0 to 2.2.3 in /website
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 16:46:46 +00:00
dependabot[bot]
f830761356
Bump cross-fetch from 3.1.4 to 3.1.6 in /website
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/lquixada/cross-fetch/releases)
- [Changelog](https://github.com/lquixada/cross-fetch/blob/v3.x/CHANGELOG.md)
- [Commits](https://github.com/lquixada/cross-fetch/compare/v3.1.4...v3.1.6)

---
updated-dependencies:
- dependency-name: cross-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 16:46:34 +00:00
dependabot[bot]
4eb4f88ac8
Bump decode-uri-component from 0.2.0 to 0.2.2 in /website
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 16:46:34 +00:00
Chris Roberts
46cf185809
Merge pull request #13201 from chrisroberts/dependency-updates
Update vagrant-go dependencies
2023-06-12 09:46:07 -07:00
Chris Roberts
8e50b801cd Add a force-test target to disable caching 2023-06-12 09:33:00 -07:00
Chris Roberts
1c98ab7111 Use proto merge for merging proto based types 2023-06-12 09:33:00 -07:00
Chris Roberts
dcb517e1fb Prevent parent overwrites during upserts 2023-06-12 09:33:00 -07:00
Chris Roberts
02f844a05d Require project path to not be empty on test setup 2023-06-12 09:33:00 -07:00
Chris Roberts
49b0aac36c Adjust test for no error but empty result 2023-06-12 09:33:00 -07:00
Chris Roberts
4562ba6ae1 Update vagrant-go dependencies 2023-06-12 09:33:00 -07:00
Chris Roberts
df59a46189 Update CHANGELOG 2023-06-12 09:33:00 -07:00
Chris Roberts
abd79ed1ca Update CHANGELOG 2023-06-08 13:38:27 -07:00
Chris Roberts
5c31ef758b
Merge pull request #12904 from chrisroberts/gorm
Update vagrant-go data layer
2023-06-08 13:34:33 -07:00
Chris Roberts
0c21086bc2 Test cleanups and adjustments to get everything working 2023-06-07 17:46:04 -07:00
Chris Roberts
8112da0cdc Update ignore file 2023-06-07 17:44:24 -07:00
Chris Roberts
8be93a18cc Remove unused vendored package and server install 2023-06-05 17:50:48 -07:00
Chris Roberts
8e26495189 Project client and proc mapper fixes
Default the options for default provider so an options value is not
required when calling. The index for the proc lookup should use the key
method, not index.
2023-06-05 17:39:58 -07:00
Chris Roberts
fd617c494f Update go deps 2023-06-05 17:39:58 -07:00
Chris Roberts
d05bff6570 Update local dev to Ruby 3.1 2023-06-05 17:39:58 -07:00
Chris Roberts
a6d38a8795 Remove ptypes and usages 2023-06-05 17:30:55 -07:00
Chris Roberts
6d88f3a54f Fix up some of the testing 2023-06-05 14:18:53 -07:00
Chris Roberts
6104e29129 Go mod updates 2023-06-05 14:18:49 -07:00
Chris Roberts
dd184936db Generated proto updates 2023-06-05 14:18:06 -07:00
Chris Roberts
c797ce5471 Data layer updates
Implement direct test coverage on data models and apply
fixes for behavior inconsistencies.
2023-06-05 14:18:06 -07:00
Chris Roberts
6970336d87 Update model definitions and saving 2023-06-05 14:18:06 -07:00
Chris Roberts
4f559c06ab Add string pointer converters 2023-06-05 14:18:06 -07:00
Chris Roberts
eab9ef8e66 Box find should return nil on not found 2023-06-05 14:18:06 -07:00
Chris Roberts
247b6f55d0 Add upsert helpers 2023-06-05 14:18:06 -07:00
Chris Roberts
f9b3d67f6c Set target source when cloning 2023-06-05 14:18:06 -07:00
Chris Roberts
739bb7703d Allow connection to close when process closes 2023-06-05 14:18:06 -07:00
Chris Roberts
4eff04d20f Enable foreign key constraints 2023-06-05 14:18:06 -07:00
Chris Roberts
013837e73c Define and use internal model struct 2023-06-05 14:18:06 -07:00
Chris Roberts
5445c2195e Include project when looking up target 2023-06-05 14:18:06 -07:00
Chris Roberts
1d991cb253 Rescue not found and return nil for machine box 2023-06-05 14:18:06 -07:00
Chris Roberts
2cf64d733b Fix doc string, only uuid is checked 2023-06-05 14:18:06 -07:00
Chris Roberts
8eafe188a8 Only set or restore values if value exists 2023-06-05 14:18:06 -07:00
Chris Roberts
843d6bf2dc Convert vagrantfile contents to protovalues 2023-06-05 14:18:06 -07:00
Chris Roberts
f42269c584 Generated proto updates 2023-06-05 14:18:06 -07:00