-
Notifications
You must be signed in to change notification settings - Fork 0
fix: UDC deprecation #148
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
fix: UDC deprecation #148
Conversation
actions/configure-runner/README.md
Outdated
| ```yaml | ||
| - name: Setup Remote Runner | ||
| uses: input-output-hk/catalyst-ci/actions/configure-runner@master | ||
| uses: input-output-hk/catalyst-ci/actions/configure-runner@fdcDeprecation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no need to change this since it is a martdown file, but it is okay, just remember to change it back to
| The first target we are going to consider will be responsible to prepare a PostgreSQL environment (Earthly `+postgres-base` target), | ||
| migrations, migrations configuration and seed data (`COPY --dir ./migrations ./data ./refinery.toml .`), | ||
| doing some final build step (Earthly `+BUILDER` UDC target). | ||
| doing some final build step (Earthly `+BUILDER` Function target). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the word "target"
docs/src/guides/languages/python.md
Outdated
| with poetry via `+python-base` target. | ||
| Next step is to copy source code of the project and finally finalize the build | ||
| with some poetry project setup which is done with `+BUILDER` UDC target. | ||
| with some poetry project setup which is done with `+BUILDER` Function target. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
docs/src/guides/languages/rust.md
Outdated
| any other irrelevant stuff should omitted. | ||
| And finally finalize the build with `+SETUP` UDC target. | ||
| The `+SETUP` UDC target requires `rust-toolchain.toml` file, | ||
| And finally finalize the build with `+SETUP` Function target. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
docs/src/guides/docs.md
Outdated
| The first step of building process it preparing a source files. | ||
| It is mandatory to have a `src` directory with all documentation md files in it and `mkdocs.yml` file. | ||
| This directory and file will be picked during the execution of `+SRC` UDC target. | ||
| This directory and file will be picked during the execution of `+SRC` Function target. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
stevenj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Migrate UDC to FUNCTION
Related Issue(s)
Closes: #109
Description of Changes
Breaking Changes
Screenshots
Related Pull Requests
Please confirm the following checks