| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Prior to this change, the hugo feature only supported specifying the
version of Hugo to install. Hugo is available in two builds: standard,
which the feature already installs, and extended, which includes
functionality for post-processing CSS/SCSS/SASS and JavaScript.
This change adds a new `extended` option to the hugo feature, allowing
users to specify that they require the extended build of Hugo. It
defaults to `false` and installs the standard build of Hugo.
- Resolves #198
|
| |
|
|
|
|
|
| |
* remove apt lists
* bump versions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* conda script
* Adds JAVA_HOME
* Update src/conda/devcontainer-feature.json
Co-authored-by: Josh Spicer <joshspicer@github.com>
* modify containerEnv
* fix version
* bump python version
Co-authored-by: Josh Spicer <joshspicer@github.com>
|
| |
|
| |
|
|
|
|
|
| |
* python: fix bug
* bump versions
|
|
|
|
|
|
|
|
|
|
|
| |
* syncing action
* modify release.yaml
* version update ; remove "install"
* add 'latest'
* add workflow condition
|
|
* up to docker-in-docker converted
* first pass at the rest of the features (and bash linting and updated CLI
* move shell linter to own file
* rename feature.json -> devcontainer-feature.json
* continue on error
* continue on error in right spot
* formatting
* fix AZ_VERSION
* update python
* restore variable name
* update linter actions, fix dind/dfd/desktop scripts, add test-scenaerios
* add tree because I like tree
* glob for shell linter
* fix test-scenarios
* shell linter
* more shell helper
|