Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the lisp image and references to it #4455

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions shared/data/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,41 +393,6 @@
]
}
},
"lisp": {
"description": "",
"id": 1102,
"repo_name": "lisp",
"disk": false,
"docs": {
"relationship_name": null,
"service_name": null,
"url": "/languages/lisp.html",
"web": {
"commands": {
"start": "./example"
},
"locations": {
"/": {
"allow": false,
"passthru": true
}
}
}
},
"endpoint": null,
"min_disk_size": null,
"name": "Lisp",
"runtime": true,
"type": "lisp",
"versions": {
"deprecated": [],
"supported": [
"2.1",
"2.0",
"1.5"
]
}
},
"mariadb": {
"description": "A manufacture-based container for MariaDB",
"repo_name": "mariadb",
Expand Down
27 changes: 0 additions & 27 deletions sites/platform/.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,33 +317,6 @@ kafka:
- '2.3'
- '2.2'
- '2.1'
lisp:
description: ''
id: 1102
repo_name: lisp
disk: false
docs:
relationship_name: null
service_name: null
url: /languages/lisp.html
web:
commands:
start: ./example
locations:
/:
allow: false
passthru: true
endpoint: null
min_disk_size: null
name: Lisp
runtime: true
type: lisp
versions:
deprecated: []
supported:
- '2.1'
- '2.0'
- '1.5'
mariadb:
description: A manufacture-based container for MariaDB
repo_name: mariadb
Expand Down
1 change: 0 additions & 1 deletion sites/platform/config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ meta:
- Wordpress
- Symfony
- Maven
- Lisp
- Hibernate
- Jakarta
- Spring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To override any part of a property, you have to provide the entire property.
| `hooks` | A [hooks dictionary](#hooks) | | No | What commands run at different stages in the build and deploy process. |
| `crons` | A [cron dictionary](#crons) | | No | Scheduled tasks for the app. |
| `source` | A [source dictionary](#source) | | No | Information on the app's source code and operations that can be run on it. |
| `runtime` | A [runtime dictionary](#runtime) | | No | Customizations to your PHP or Lisp runtime. |
| `runtime` | A [runtime dictionary](#runtime) | | No | Customizations to your PHP runtime. |
| `additional_hosts` | An [additional hosts dictionary](#additional-hosts) | | Yes | Maps of hostnames to IP addresses. |

## Root directory
Expand Down Expand Up @@ -167,7 +167,6 @@ The following table shows which container profiles {{% vendor/name %}} applies w
| InfluxDB | HIGH_MEMORY |
| Java | HIGH_MEMORY |
| Kafka | HIGH_MEMORY |
| Lisp | HIGH_CPU |
| MariaDB | HIGH_MEMORY |
| Memcached | BALANCED |
| MongoDB | HIGH_MEMORY |
Expand Down Expand Up @@ -1209,7 +1208,7 @@ Run the following command:

## Runtime

The following table presents the various possible modifications to your PHP or Lisp runtime:
The following table presents the various possible modifications to your PHP runtime:

| Name | Type | Language | Description |
|-----------------------------|------------------------------------------------------------|----------|--------------------------------------------------------------------------------------------|
Expand All @@ -1218,7 +1217,6 @@ The following table presents the various possible modifications to your PHP or L
| `request_terminate_timeout` | `integer` | PHP | The timeout for serving a single request after which the PHP-FPM worker process is killed. |
| `sizing_hints` | A [sizing hints definition](#sizing-hints) | PHP | The assumptions for setting the number of workers in your PHP-FPM runtime. |
| `xdebug` | An Xdebug definition | PHP | The setting to turn on [Xdebug](/languages/php/xdebug.md). |
| `quicklisp` | Distribution definitions | Lisp | [Distributions for QuickLisp](/languages/lisp.md#quicklisp-options) to use. |

You can also set your [app's runtime timezone](/create-apps/timezone.md).

Expand Down
6 changes: 0 additions & 6 deletions sites/platform/src/development/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ View the [Java documentation](/languages/java/_index.md).

{{< repolist noIntro=true lang="java" >}}

## Lisp

View the [Lisp documentation](/languages/lisp.md).

{{< repolist noIntro=true lang="lisp" >}}

## Node.js

View the [Node.js documentation](/languages/nodejs/_index.md).
Expand Down
201 changes: 0 additions & 201 deletions sites/platform/src/languages/lisp.md

This file was deleted.

2 changes: 1 addition & 1 deletion sites/platform/static/files/fetch/appyaml/magento2ce
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ crons:
start: "php bin/magento cron:run"

###
# Customizations to your PHP or Lisp runtime. More information: https://docs.platform.sh/create-apps/app-reference.html#runtime
# Customizations to your PHP runtime. More information: https://docs.platform.sh/create-apps/app-reference.html#runtime
# Specify additional PHP extensions that should be loaded.
# To determine what you need to enable
# 1. run locally: composer check-platform-reqs | grep "ext-\|php"
Expand Down
27 changes: 0 additions & 27 deletions sites/upsun/.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,33 +317,6 @@ kafka:
- '2.3'
- '2.2'
- '2.1'
lisp:
description: ''
id: 1102
repo_name: lisp
disk: false
docs:
relationship_name: null
service_name: null
url: /languages/lisp.html
web:
commands:
start: ./example
locations:
/:
allow: false
passthru: true
endpoint: null
min_disk_size: null
name: Lisp
runtime: true
type: lisp
versions:
deprecated: []
supported:
- '2.1'
- '2.0'
- '1.5'
mariadb:
description: A manufacture-based container for MariaDB
repo_name: mariadb
Expand Down
1 change: 0 additions & 1 deletion sites/upsun/config/_default/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ meta:
- Wordpress
- Symfony
- Maven
- Lisp
- Hibernate
- Jakarta
- Spring
Expand Down
Loading
Loading