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

Feature: add the ability for a user to amend a commit #24

Merged
merged 5 commits into from
Jun 26, 2024

Commits on Jun 22, 2024

  1. Feature: add the ability for a user to amend a commit

    Details in instructlab#15
    
    Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
    nerdalert committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0b37b19 View commit details
    Browse the repository at this point in the history
  2. Fix typechecks and remove hardcodes

    Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
    nerdalert committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    e62975e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Fix various submission fields and DCO signoff formatting

    - Cleaned up submissions to better reflect the taxonomy schemas.
    - Changed task_details to submission_summary to be used for the
    commit title. Add a character limit to that summary field to adhere
    to commit title length best practice.
    - Fixed the dco format.
    - Set revision field in the skill attribution to '-'
    
    Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
    nerdalert committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    8d99545 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Automate github ID in the created_by field

    - Also adds a pop modal for viewing the current yaml config
    - Replace the upstream repo .envs with public nextjs variables
    that are prefixed with `NEXT_PUBLIC_`
    
    Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
    nerdalert committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    489d65b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Add schema version to knowledge and skill submissions

    Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
    nerdalert committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    bc21ecf View commit details
    Browse the repository at this point in the history