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

improvements from 35 #857

Merged
merged 16 commits into from
Dec 22, 2023
Merged

improvements from 35 #857

merged 16 commits into from
Dec 22, 2023

Conversation

keevan
Copy link
Contributor

@keevan keevan commented Dec 22, 2023

  • feat: add connector SQL step
  • fix: allow values to be corrected in bad states
  • feat: add set multiple variables step type
  • fix: warning logs now display and are more legible
  • fix: add copy file error handling for directory creation
  • feat: run name and id are now available as expressable vars
  • fix: SQL trait handling of integer values and improve error message
  • fix: update email flow step to support it as a final step
  • fix: reader csv error to be more correct for header/fields count alignment
  • fix: include row number in csv reader error
  • perf: cache sftp object per identity to speed up subsequent actions
  • feat: add an option to continue processing the csv file on known parse issues
  • build: bump version

Instead of allowing the state to be not recoverable, this will instead fail to render the available variables section only.
Similar to set_variable but this allows multiple values to be set on an existing or new path.
This simplifies initialisation of multiple variables per instance run, such as counters used for reporting.
- The background with white text was difficult to read (low contrast)
- The warning regex previously in place was incorrect
Also tweaked comment on string format of run based output logs.
…nment

It is more correct to expect the number of fields to match the number of headers, not the other way around necessarily.
…e issues

The only one is currently a count mismatch on header and the row fields
Copy link
Contributor

@Peterburnett Peterburnett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved to merge once CI green

Easily update user profile fields given a user id and a yaml formatted list of fields to update
- Add step in upgrade to update existing log files
@keevan keevan force-pushed the improvements-from-35 branch from 444c1a9 to f1129d4 Compare December 22, 2023 04:00
@keevan keevan merged commit 1deaeb2 into MOODLE_401_STABLE Dec 22, 2023
12 of 14 checks passed
@keevan keevan deleted the improvements-from-35 branch December 22, 2023 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants