aboutsummaryrefslogtreecommitdiff
path: root/src/php
Commit message (Collapse)AuthorAgeFilesLines
* Move extensions and settings under customizations.vscode (#97)Samruddhi Khandale2022-08-171-7/+11
| | | | | | | * move extensions and settings under customizations * nit * bump versions
* Automated documentation update (#90)github-actions[bot]2022-08-111-2/+1
| | | Co-authored-by: github-actions <github-actions@github.com>
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-112-10/+5
| | | rename Options
* 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
* Port changes and set executable bitJosh Spicer2022-07-291-0/+0
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* PHP: Install additional versions (#61)v0.0.4v0.0.3Samruddhi Khandale2022-07-142-69/+86
| | | | | | | | | | | | | | | | | * PHP: install additional versions * fix bug * fix test scenario * adding quotes * change identifier * nit * tweak: to unblock git merge * nit
* Automated documentation updateDevcontainers CI2022-06-221-6/+3
|
* Fix permissions: add username:user_group (#50)Samruddhi Khandale2022-06-151-1/+1
| | | | | | | | | * add username:user_group * fix remaining permissions * add * * remove *
* Devcontainer docs (#47)Josh Spicer2022-06-141-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* add missing user groups to fix permission issues for non root user (#45)Samruddhi Khandale2022-06-131-1/+10
| | | | | | | * add missing user groups * fix username * move chmod: anaconda
* fix miscellaneous bugs (#41)Samruddhi Khandale2022-06-062-27/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* php: allow multiple versions (#33)Samruddhi Khandale2022-06-022-62/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * php: allow multiple versions * nit * correct condtions * fix: mv: target '6/composer' is not a directory * add "" * fix linking folders * fix ln: failed to create symbolic link * change description * fix error msg * chane exit code * restructure linking * fix pecl multiple installation * correct condition * install pecl with specific version
* fix php: add missing $ (#28)Samruddhi Khandale2022-05-271-4/+6
| | | | | | | * fix php: add missing $ * test fix * fix user
* Adds a PHP feature (#22)Samruddhi Khandale2022-05-262-0/+204
* add php * add test * fix test * add to workflow * fix test * fix bug * test composer Co-authored-by: Josh Spicer <joshspicer@github.com>