aboutsummaryrefslogtreecommitdiff
path: root/src/python
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Python settings (#625)feature_python_1.2.1Luciana Abud2023-10-021-10/+2
| | | | | | | | | | | * Remove deprecated Python settings * No longer install Python linters and formatters * Revert "No longer install Python linters and formatters" This reverts commit 57c7bec14dca54fde4b4df2580ed429484180882. * Bump minor version
* [python] Change the `sudo_if` function to avoid issues with Bash (#694)feature_python_1.2.0Alexander Smolyakov2023-09-272-11/+30
| | | | | | | | | | | | | | | | | | | | | | | * [python] Updated `sudo_if` function - Remove double quotes to avoid issues with string tokenization * Add test scenario * Revert "Add test scenario" This reverts commit 9e62a3797a8f5eddf5c24a6b5fd30bd2c4be8c54. * Update `jupyterlab git` package name * Bump feature version * Test: Install jupyterlab under root user * Refactor changes * Bump patch version * Address review points
* Automated documentation update (#543)Samruddhi Khandale2023-05-091-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Adds httpProxy option to Python Feature (#532)feature_python_1.1.0Felix Altenberg2023-04-282-1/+11
| | | | | | | | | | | | | | * Adds httpProxy option to Python Feature This option allows GPG to use a HTTP proxy to fetch keys from remote keyservers * Updating minor version Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com> * Fixes minor formatting error --------- Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
* Automated documentation update (#521)Samruddhi Khandale2023-04-141-0/+7
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add pytest to Python Feature (#487)feature_python_1.0.22Daniel Ciborowski2023-03-142-2/+2
| | | | | | | | | | | | | * Update install.sh * Update install_additional_python.sh * Update install_os_provided_python.sh * Update install_via_oryx.sh * Update test.sh * Update devcontainer-feature.json
* Turn off linting by default in VS Code for Python (#449)feature_python_1.0.21Brett Cannon2023-03-021-6/+5
| | | | | | | | | | | | | | * Turn off linting by default in VS Code for Python Linting is on by default if you specify the paths to any linters, so the previous settings would turn on **all** linters. Also drop linters that don't see much use. * Fix tests * Revert all changes * Remove paths to under-utilized tools and turn off all linting by default * Bump the version number
* Republish all Features to add repo tags (#422)feature_terraform_1.1.2feature_sshd_1.0.8feature_rust_1.0.10feature_ruby_1.0.9feature_python_1.0.20feature_powershell_1.0.6feature_php_1.1.1feature_oryx_1.0.13feature_nvidia-cuda_1.0.7feature_node_1.1.5feature_nix_1.1.3feature_kubectl-helm-minikube_1.1.3feature_java_1.2.1feature_hugo_1.1.2feature_go_1.1.3feature_github-cli_1.0.10feature_git_1.1.5feature_git-lfs_1.0.7feature_dotnet_1.1.3feature_docker-outside-of-docker_1.0.10feature_docker-in-docker_2.0.1feature_desktop-lite_1.0.8feature_conda_1.0.8feature_common-utils_2.0.8feature_azure-cli_1.0.8feature_aws-cli_1.0.6feature_anaconda_1.0.11Josh Spicer2023-01-251-1/+1
| | | republish all features to add repo tags
* Fix typos in comments / *.md (#396)Samruddhi Khandale2023-01-171-1/+1
|
* Automated documentation update (#394)github-actions[bot]2023-01-111-1/+0
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Options: Switch from 'enum' to 'proposals' (#382)Samruddhi Khandale2023-01-101-2/+2
|
* Automated documentation update (#377)github-actions[bot]2023-01-041-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#368)github-actions[bot]2022-12-271-0/+7
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* OS support in Feature NOTES.md (#366)Josh Spicer2022-12-271-0/+7
| | | | | * https://github.com/devcontainers/features/issues/360 * omit from common utils
* Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver (#354)Samruddhi Khandale2022-12-212-19/+2
| | | | | * Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver * Fix ruby tests
* Use _REMOTE_USER when available (#264)Chuck Lantz2022-11-292-12/+12
| | | | | | | | | | | | | | | | | | * Use _REMOTE_USER when available * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Fix java test issue - JDK 18 not available for the "open" distro * Bump breakfix numbers Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* Proposal for fix of #312 (#313)Claudio Bandera2022-11-282-3/+3
| | | | | | | * Proposal for fix of #312 This change moves the directory separator into the `PIPX_DIR` variable in order to not introduce an error in the case pipx has already been installed systemwide. * Bump patch version of python feature to 1.0.16
* Oryx: Build with .NET 6 (#298)Samruddhi Khandale2022-11-172-2/+2
| | | | | | | | | | | | | * Oryx: Install dotnet 3.1 runtime * fix tests * build with .NET 6 + add tests * add tests * fix tests * shellcheck: nit
* Python bug fix - Add jupyterlab even if python is not installed by Feature ↵Samruddhi Khandale2022-11-162-3/+12
| | | | | | | | | | | but exists (#244) * python fix bug * fix test * address comments * address comment
* Add git extension for JupyterLab to Python feature (#286)JP Ungaretti2022-11-142-1/+2
| | | | | * Add git extension * Bump version
* Automated documentation update (#287)github-actions[bot]2022-11-141-3/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Fix regression with Azure CLI, privs (#272)Chuck Lantz2022-11-112-13/+21
|
* Fix python feature issue #258, improve tests, fix oryx bug (#261)Chuck Lantz2022-11-072-7/+15
| | | | * Fix #258, improve tests, fix oryx bug * Drop Debian 9 from tests given it is out of support
* Automated documentation update (#254)github-actions[bot]2022-11-021-1/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#250)github-actions[bot]2022-11-011-3/+3
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Python version 3.11 (#237)Edmundo Gonzalez2022-10-261-0/+1
| | | | | * Adding 3.11 option * Updating tests.
* add installsAfter: common-utils to all Features (#214)Josh Spicer2022-10-191-2/+5
|
* Automated documentation update (#218)github-actions[bot]2022-10-131-3/+3
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-112-5/+12
| | | | | * remove apt lists * bump versions
* Fix additional Python and JupyterLab edge case (#182)JP Ungaretti2022-09-262-1/+3
| | | | | | | | | | | | | | | * Remove bloat from JupyterLab test * Check location of JupyterLab installation * Remove common-utils * Add failing additional with JL test * Fix Python feature * Update scenario images * Bump patch version
* Rename JupyterLab config file (#174)JP Ungaretti2022-09-202-2/+2
| | | | | * Rename JupyterLab config file * Bump version
* Conda and Java: sync env variables (#153)Samruddhi Khandale2022-09-141-2/+2
| | | | | | | | | | | | | | | | | * 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>
* bump all features to pick up metadata changes in CLI v0.14.0 (#118)Josh Spicer2022-08-261-1/+1
|
* add documentationURL to all features (#115)Josh Spicer2022-08-241-1/+2
|
* Fix bug - Python: Error installing os-provided python (#112)Samruddhi Khandale2022-08-232-11/+17
| | | | | * python: fix bug * bump versions
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-10/+5
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* 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>