Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
c20168c
wip: Probably working right.
yhakbar Feb 21, 2025
a521804
fix: Cleaning things up a bit
yhakbar Feb 24, 2025
cb731e6
fix: Getting rid of unused constant
yhakbar Feb 24, 2025
1a54f04
fix: Fixing remote reference optimization
yhakbar Feb 24, 2025
6d70093
fix: More performance improvements
yhakbar Feb 24, 2025
0b592ea
fix: Performance testing done.
yhakbar Feb 24, 2025
52a9cd1
fix: Tossing some unnecessary comments
yhakbar Feb 24, 2025
4802efe
feat: Attempting implementation
yhakbar Feb 24, 2025
5629b2c
fix: Fixing recursive storage of trees
yhakbar Feb 24, 2025
9264dc3
feat: Upgrade to `go-getter` v2
yhakbar Feb 25, 2025
15d4fa3
feat: Use go-getter for cln protocol
yhakbar Feb 25, 2025
629f98b
fix: Removing debug logging
yhakbar Feb 25, 2025
926fc74
fix: Using an early return
yhakbar Feb 25, 2025
add47f5
fix: Some updates to how scaffolding gets done after catalog
yhakbar Feb 25, 2025
67ce742
fix: Updating experiment name
yhakbar Feb 25, 2025
1f4704f
fix: Rename `clngo` to `cln`
yhakbar Feb 25, 2025
95f3919
fix: Linting
yhakbar Feb 25, 2025
28aad5a
fix: Revert changes to `catalog` command
yhakbar Feb 25, 2025
7ab6f05
fix: Refactoring clone so that it's easier to work with
yhakbar Feb 25, 2025
477e496
fix: Switch to explicit sentinel instead of relying on `.git`
yhakbar Feb 26, 2025
4674e3f
fix: Renaming `repo` to `url`
yhakbar Feb 26, 2025
1549810
fix: Fixing tree linking
yhakbar Feb 26, 2025
0ee6b48
fix: Mostly fixed
yhakbar Feb 26, 2025
23192d4
fix: Tests fixed
yhakbar Feb 26, 2025
46bf743
fix: Fully repaired cln
yhakbar Feb 26, 2025
172901f
feat: Concurrently linking the tree
yhakbar Feb 26, 2025
06c4fe3
feat: Reducing concurrency for linking
yhakbar Feb 27, 2025
09950d8
feat: Persisting select `.git` files
yhakbar Feb 27, 2025
b2650f2
feat: Integrating `cln` into catalog
yhakbar Feb 27, 2025
996d9ad
feat: Renaming cln to CAS
yhakbar Feb 27, 2025
28e4e69
feat: Adjusting store path
yhakbar Feb 27, 2025
ac38312
feat: Paritioning content
yhakbar Feb 27, 2025
acebb90
fix: Refactoring a bit
yhakbar Feb 27, 2025
d69785f
fix: Lock access to the map
yhakbar Feb 27, 2025
557290b
fix: Improving integration into catalog
yhakbar Feb 27, 2025
2196a3a
fix: Linting
yhakbar Feb 27, 2025
18b7990
feat: Adding experiment docs
yhakbar Feb 27, 2025
5f2ab42
feat: Adding CAS feature docs
yhakbar Feb 27, 2025
8a66be5
fix: Filling in placeholder link
yhakbar Feb 27, 2025
d0f60f7
fix: Addressing CodeRabbit feedback
yhakbar Feb 27, 2025
27daacb
fix: Use parent logger
yhakbar Feb 27, 2025
21996f6
fix: Linting errors
yhakbar Feb 27, 2025
8f9b5ce
fix: Working on optimization
yhakbar Mar 4, 2025
b3b4d6f
fix: Tests working
yhakbar Mar 4, 2025
5e692a5
fix: Cleanup
yhakbar Mar 4, 2025
97d7859
fix: Adding tmp timestamp check
yhakbar Mar 4, 2025
60e7b2b
fix: Remove unused constants
yhakbar Mar 4, 2025
4c53664
feat: Adding `LinkTree` test
yhakbar Mar 4, 2025
9b1a4fc
fix: Update implementation to test table
yhakbar Mar 4, 2025
456c68c
fix: Linting
yhakbar Mar 4, 2025
53d2566
fix: Deleting some dead code
yhakbar Mar 4, 2025
12fe862
fix: Fixing Windows test of hard linked tree
yhakbar Mar 4, 2025
adf258f
fix: Fixing unnecessary imports
yhakbar Mar 4, 2025
cb71191
feat: Bumping Catalog to use go-getter v2
yhakbar Mar 4, 2025
58f3ea3
wip: Adding go-getter
yhakbar Mar 4, 2025
3844890
fix: Adjusting abstraction so that clone gets options
yhakbar Mar 4, 2025
baa76b0
fix: Refactoring
yhakbar Mar 4, 2025
1e0805d
fix: Adding getter
yhakbar Mar 4, 2025
ebe538c
fix: Use go-getter for clones
yhakbar Mar 4, 2025
87617ad
fix: Updating docs for updated CAS implementation
yhakbar Mar 4, 2025
edd85b1
fix: Linting
yhakbar Mar 5, 2025
428d562
fix: Getting rid of command cache
yhakbar Mar 5, 2025
46b8000
fix: Fixing comment
yhakbar Mar 5, 2025
c6efc57
fix: Addressing CodeRabbit feedback
yhakbar Mar 5, 2025
f50e994
fix: Removing unnecessary lock
yhakbar Mar 5, 2025
49291b1
feat: Plumbing ctx
yhakbar Mar 5, 2025
5086658
feat: Addressing review feedback
yhakbar Mar 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Adding experiment docs
  • Loading branch information
yhakbar committed Mar 10, 2025
commit 18b799065e2beb992da52588c020ba89ef45c54e
26 changes: 26 additions & 0 deletions docs-starlight/src/content/docs/04-reference/04-experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,29 @@ To transition `cli-redesign` features to a stable release, the following must be
- [ ] Add support for `find` with the `exclude` block used to exclude units from the search.
- [ ] Add integration with `symlinks` experiment to support finding units/stacks via symlinks.
- [ ] Add support for the `list` command.

### `cas`

Support for Terragrunt Content Addressable Storage (CAS).

#### `cas` - What it does

Allow Terragrunt to store and retrieve state files from a Content Addressable Storage (CAS) system.

At the moment, the CAS is only used to speed up catalog cloning, but in the future, it can be used to store more content.

#### `cas` - How to provide feedback

Share your experience with this feature in the [CAS]() Feedback GitHub Discussion.
Feedback is crucial for ensuring the feature meets real-world use cases. Please include:

- Any bugs or issues encountered (including logs or stack traces if possible).
- Suggestions for additional improvements or enhancements.

#### `cas` - Criteria for stabilization

To transition the `cas` feature to a stable release, the following must be addressed:

- [x] Add support for storing and retrieving catalog repositories from the CAS.
- [ ] Add support for storing and retrieving OpenTofu/Terraform modules from the CAS.
- [ ] Add support for storing and retrieving Unit/Stack configurations from the CAS.
26 changes: 26 additions & 0 deletions docs/_docs/04_reference/06-experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,29 @@ To transition `cli-redesign` features to a stable release, the following must be
- [ ] Add support for `find` with the `exclude` block used to exclude units from the search.
- [ ] Add integration with `symlinks` experiment to support finding units/stacks via symlinks.
- [ ] Add support for the `list` command.

### `cas`

Support for Terragrunt Content Addressable Storage (CAS).

#### `cas` - What it does

Allow Terragrunt to store and retrieve state files from a Content Addressable Storage (CAS) system.

At the moment, the CAS is only used to speed up catalog cloning, but in the future, it can be used to store more content.

#### `cas` - How to provide feedback

Share your experience with this feature in the [CAS]() Feedback GitHub Discussion.
Feedback is crucial for ensuring the feature meets real-world use cases. Please include:

- Any bugs or issues encountered (including logs or stack traces if possible).
- Suggestions for additional improvements or enhancements.

#### `cas` - Criteria for stabilization

To transition the `cas` feature to a stable release, the following must be addressed:

- [x] Add support for storing and retrieving catalog repositories from the CAS.
- [ ] Add support for storing and retrieving OpenTofu/Terraform modules from the CAS.
- [ ] Add support for storing and retrieving Unit/Stack configurations from the CAS.