aboutsummaryrefslogtreecommitdiff
path: root/src/python
Commit message (Collapse)AuthorAgeFilesLines
* Automated documentation update (#106)github-actions[bot]2022-08-181-1/+3
| | | Co-authored-by: github-actions <github-actions@github.com>
* Move extensions and settings under customizations.vscode (#97)Samruddhi Khandale2022-08-171-17/+21
| | | | | | | * move extensions and settings under customizations * nit * bump versions
* Automated documentation update (#90)github-actions[bot]2022-08-111-4/+3
| | | Co-authored-by: github-actions <github-actions@github.com>
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-112-14/+9
| | | rename Options
* Remove lingering TODO from Python feature (#87)JP Ungaretti2022-08-101-1/+0
|
* Automated documentation update (#85)github-actions[bot]2022-08-091-2/+2
| | | Co-authored-by: github-actions <github-actions@github.com>
* Prep: republish features to ghcr.io (#78)Samruddhi Khandale2022-08-051-0/+1
| | | | | | | | | | | * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition
* Python: Install additional versions (#58)Samruddhi Khandale2022-07-012-26/+46
| | | | | | | | | | | * additional install * update test * nit * fix test Co-authored-by: Josh Spicer <joshspicer@github.com>
* Automated documentation updateDevcontainers CI2022-06-221-6/+3
|
* Automated documentation updateDevcontainers CI2022-06-211-2/+2
|
* add descriptions to feature metadata (no-ci)Josh Spicer2022-06-211-2/+2
|
* Python: Install python tools if python exists (#51)Samruddhi Khandale2022-06-181-10/+9
| | | | | | | | | | | | | * fix python * fix [] * fix group * fix path * remove duplicate chown * use INSTALL_PATH's py
* Fix permissions: add username:user_group (#50)Samruddhi Khandale2022-06-151-2/+2
| | | | | | | | | * add username:user_group * fix remaining permissions * add * * remove *
* Devcontainer docs (#47)Josh Spicer2022-06-141-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs * automatically generate documentation from features.json * trigger doc gen * 1 * no-ci * no-ci * no-ci * no-ci * comment out pull * Automated documentation update * no-ci markdown table * Automated documentation update * no-ci * Automated documentation update * branch to main Co-authored-by: Devcontainers CI <vscr-feedback@microsoft.com>
* python: fix condition when version=noneSamruddhi Khandale2022-06-141-2/+1
|
* add missing user groups to fix permission issues for non root user (#45)Samruddhi Khandale2022-06-131-0/+13
| | | | | | | * add missing user groups * fix username * move chmod: anaconda
* Merge JupyterLab feature into Python feature (#40)JP Ungaretti2022-06-082-46/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Restructure tools installation * Tweak bash and zsh config * Remove extra space * Update comments * Add option to install JupyterLab * Add option to configure JupyterLab * Add option to install ML packages * Remove deprecated JuptyerLab feature * Add new arguments to Python feature * Remove trailing whitespace * Organize new arguments * Resolve feedback * Create new scenario for JupyterLab * Fix user in JupyterLab scenario * Revert changes to Python test * Remove ML packages * Update test names * Rename CORS option
* fix miscellaneous bugs (#41)Samruddhi Khandale2022-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add recursive linking * temp change * fix xdebug * fix rbenv xdebug * fix hugo * remove suffix * php: fix config * fix anaconda and oryx * fix xdebug * fixes php * bug fix: composer * anaconda * nit * fix shellchecker * shellchecker
* Pass options via environment variables (#39)Josh Spicer2022-06-032-21/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Python: Allow installing multiple versions of python (#32)Samruddhi Khandale2022-06-012-22/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test * add overrideDefault * fix linking bug * fix bug 2 * fix bug 3 * fix bug 4 * fix python3 * fix spacing * fix bug * fix oryx bug * add missing $ * add mkdir * fix conditions * add additional linking * add current path * fix linking * Update src/python/feature.json Co-authored-by: Josh Spicer <joshspicer@github.com> * python version check * change exit code * change exit code * remove symlinks if present * fix symlinks * nit * change PATH * fix condition * change condition * add [] Co-authored-by: Josh Spicer <joshspicer@github.com>
* python: bug fix when version = none (#14)Samruddhi Khandale2022-05-162-1/+2
| | | | | | | * python: bug fix * add missing "none" proposal * nit
* Merge branch 'main' of https://github.com/devcontainers/featuresJosh Spicer2022-05-131-1/+1
|\
| * Python: Use exposed installPath argument (#13)Samruddhi Khandale2022-05-131-1/+1
| | | | | | use exposed installPath arg
* | add feature stubs for allJosh Spicer2022-05-131-3/+14
|/
* restructure and update cli (#11)Josh Spicer2022-05-122-0/+410
* restructure and update cli * typo