Auto completion for zsh devcontainer @osterman (#639)
## what - Add autocompletion while you typewhy
- Better DX (less typing)
demo
Add docker image @osterman (#627)
## what - Add a docker image for Atmos - Bundle typcal dependencies - Multi-architecture build for ARM64 and AMD64why
- Make it easier to get up and running with Atmos
Introduce License Check @osterman (#638)
## whatCheck for approved licenses
why
Avoid accidentally introducing code that is non-permissively licensed
Fix Codespace url @osterman (#637)
## what- Update to Codespace URL for
main
branch
why
- It was pointed to an older
reorg
branch
Reorganize Documentation For a Better Learning Journey @osterman (#612)
## what - Rename top menu items to "Learn" and "Reference" - Move community to the left, remove discussions and add contributing - Introduce sidebar sections, so that content is further left-justified - Consolidate Terraform content into one section to tell a better story about how to use Terraform with Atmos.why
- Reorganize Atmos Docs to better help developers on their learning journey
Note
- Dependency Review action is failing. Might be something new with the action.
actions/dependency-review-action#786
🚀 Enhancements
Don't copy unix sockets in `atmos describe affected` command @aknysh (#640)
## what- Don't copy unix sockets when executing
atmos describe affected
command - Fix some links (left over after renaming
examples/quick-start
toexamples/quick-start-advanced
)
why
- Sockets are not regular files, and if someone uses tools like git-fsmonito and executes
atmos describe affected
command, the following error will be thrown:
open .git/fsmonitor--daemon.ipc: operation not supported on socket