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

Features/resolve gitignore #72

Merged
merged 7 commits into from
Aug 23, 2023
Merged

Features/resolve gitignore #72

merged 7 commits into from
Aug 23, 2023

Commits on Mar 1, 2022

  1. Release 1.0.0 (#45)

    * Implement Staff Add/Update Functions (#2)
    
    * Allow for multiple SuccessStatusCode
    
    * Implement Add-AeriesStaff
    
    * Implement Edit-AeriesStaff
    
    * Features/3 (#6)
    
    * Create CODE_OF_CONDUCT.md
    
    * Update README.md
    
    Added "Contributor Covenant" badge
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Fix incorrect parameter validation  #21 (#22)
    
    * Initial implementation of SendAlert endpoint (#23)
    
    * Fix #25 (#26)
    
    * Add/Edit/Remove Contacts Implemented (#24)
    
    * Implement Add-AeriesContact
    
    * Remove printing of the body sent for Add-AeriesContact
    
    * Implement Edit-AeriesContact
    
    * Fix typo in example text
    
    * Implement Remove-AeriesContact
    
    * Add support for ShouldProcess to allow -WhatIf
    
    * Update CONTRIBUTING.md (#28)
    
    Fixed Contributor Code of Conduct link
    
    * Features/9 (#32)
    
    * Create Add-AeriesActivity
    
    * Create Edit-AeriesActivity
    
    * Create Remove-AeriesActivity
    
    * Features/10 (#33)
    
    * Create Add-AeriesAuthorizations
    
    * Add Edit-AeriesAuthorization
    
    * Add Remove-AeriesAuthorization
    
    * features/12 (#34)
    
    * Add Edit-AeriesStudentTest
    
    * Add 201 as a success status code
    
    * Implement Create/Update/Delete for Staff Assignments (#35)
    
    * Implement Add-AeriesStaffAssignment
    
    * Implement Edit-AeriesStaffAssignment
    
    * Implement Remove-AeriesStaffAssignment
    
    * Implement Create/Update Gradebook Assignment Information (#36)
    
    * Implement Add-AeriesGradebookAssignment
    
    * Implement Edit-AeriesGradebookAssignment
    
    * Implement Edit-AeriesGradebookAssignmentScore (#37)
    
    * Implement Create/Update/Delete Student Course Requests (#39)
    
    * Implement Add-AeriesCourseRequest
    
    * Implement Edit-AeriesCourseRequest
    
    * Implement Remove-AeriesCourseRequest
    
    * Implement Create/Update/Delete Alternate Course Requests (#40)
    
    * Implement Add-AeriesAlternateCourseRequest
    
    * Implement Edit-AeriesAlternateCourseRequest
    
    * Implement Remove-AeriesAlternateCourseRequest
    
    * Implement Edit-AeriesSchoolSupplemental (#42)
    
    * Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)
    
    * Basic structure for Add-AeriesSchedulingSection
    
    * Basic structure for Edit-AeriesSchedulingSection
    
    * Implement Remove-AeriesSchedulingSection
    
    * Implement DELETE SchedulingSection
    
    * Wrote out parameters for function, next is implementation
    
    * Simplify by doing our own check for UsingSectionStaff
    
    * Create class for SectionStaffMembers
    
    * Add ScriptsToProcess to register the Class as valid
    
    * Finalize Add-AeriesSchedulingSection
    
    * Finalize Edit-AeriesSchedulingSection
    
    * Add new functions to be exported and visible with help commands (#44)
    
    * Add new functions to be exported and visible with help commands
    
    * This will be ready to go after #15 #43
    
    Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
    Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>
    3 people committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    95094dc View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. PS Gallery Published changes (#49)

    * Implement Staff Add/Update Functions (#2)
    
    * Allow for multiple SuccessStatusCode
    
    * Implement Add-AeriesStaff
    
    * Implement Edit-AeriesStaff
    
    * Features/3 (#6)
    
    * Create CODE_OF_CONDUCT.md
    
    * Update README.md
    
    Added "Contributor Covenant" badge
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Fix incorrect parameter validation  #21 (#22)
    
    * Initial implementation of SendAlert endpoint (#23)
    
    * Fix #25 (#26)
    
    * Add/Edit/Remove Contacts Implemented (#24)
    
    * Implement Add-AeriesContact
    
    * Remove printing of the body sent for Add-AeriesContact
    
    * Implement Edit-AeriesContact
    
    * Fix typo in example text
    
    * Implement Remove-AeriesContact
    
    * Add support for ShouldProcess to allow -WhatIf
    
    * Update CONTRIBUTING.md (#28)
    
    Fixed Contributor Code of Conduct link
    
    * Features/9 (#32)
    
    * Create Add-AeriesActivity
    
    * Create Edit-AeriesActivity
    
    * Create Remove-AeriesActivity
    
    * Features/10 (#33)
    
    * Create Add-AeriesAuthorizations
    
    * Add Edit-AeriesAuthorization
    
    * Add Remove-AeriesAuthorization
    
    * features/12 (#34)
    
    * Add Edit-AeriesStudentTest
    
    * Add 201 as a success status code
    
    * Implement Create/Update/Delete for Staff Assignments (#35)
    
    * Implement Add-AeriesStaffAssignment
    
    * Implement Edit-AeriesStaffAssignment
    
    * Implement Remove-AeriesStaffAssignment
    
    * Implement Create/Update Gradebook Assignment Information (#36)
    
    * Implement Add-AeriesGradebookAssignment
    
    * Implement Edit-AeriesGradebookAssignment
    
    * Implement Edit-AeriesGradebookAssignmentScore (#37)
    
    * Implement Create/Update/Delete Student Course Requests (#39)
    
    * Implement Add-AeriesCourseRequest
    
    * Implement Edit-AeriesCourseRequest
    
    * Implement Remove-AeriesCourseRequest
    
    * Implement Create/Update/Delete Alternate Course Requests (#40)
    
    * Implement Add-AeriesAlternateCourseRequest
    
    * Implement Edit-AeriesAlternateCourseRequest
    
    * Implement Remove-AeriesAlternateCourseRequest
    
    * Implement Edit-AeriesSchoolSupplemental (#42)
    
    * Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)
    
    * Basic structure for Add-AeriesSchedulingSection
    
    * Basic structure for Edit-AeriesSchedulingSection
    
    * Implement Remove-AeriesSchedulingSection
    
    * Implement DELETE SchedulingSection
    
    * Wrote out parameters for function, next is implementation
    
    * Simplify by doing our own check for UsingSectionStaff
    
    * Create class for SectionStaffMembers
    
    * Add ScriptsToProcess to register the Class as valid
    
    * Finalize Add-AeriesSchedulingSection
    
    * Finalize Edit-AeriesSchedulingSection
    
    * Add new functions to be exported and visible with help commands (#44)
    
    * Add new functions to be exported and visible with help commands
    
    * This will be ready to go after #15 #43
    
    * Release 1.0.0 (#45) (#46)
    
    * Implement Staff Add/Update Functions (#2)
    
    * Allow for multiple SuccessStatusCode
    
    * Implement Add-AeriesStaff
    
    * Implement Edit-AeriesStaff
    
    * Features/3 (#6)
    
    * Create CODE_OF_CONDUCT.md
    
    * Update README.md
    
    Added "Contributor Covenant" badge
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    
    * Fix incorrect parameter validation  #21 (#22)
    
    * Initial implementation of SendAlert endpoint (#23)
    
    * Fix #25 (#26)
    
    * Add/Edit/Remove Contacts Implemented (#24)
    
    * Implement Add-AeriesContact
    
    * Remove printing of the body sent for Add-AeriesContact
    
    * Implement Edit-AeriesContact
    
    * Fix typo in example text
    
    * Implement Remove-AeriesContact
    
    * Add support for ShouldProcess to allow -WhatIf
    
    * Update CONTRIBUTING.md (#28)
    
    Fixed Contributor Code of Conduct link
    
    * Features/9 (#32)
    
    * Create Add-AeriesActivity
    
    * Create Edit-AeriesActivity
    
    * Create Remove-AeriesActivity
    
    * Features/10 (#33)
    
    * Create Add-AeriesAuthorizations
    
    * Add Edit-AeriesAuthorization
    
    * Add Remove-AeriesAuthorization
    
    * features/12 (#34)
    
    * Add Edit-AeriesStudentTest
    
    * Add 201 as a success status code
    
    * Implement Create/Update/Delete for Staff Assignments (#35)
    
    * Implement Add-AeriesStaffAssignment
    
    * Implement Edit-AeriesStaffAssignment
    
    * Implement Remove-AeriesStaffAssignment
    
    * Implement Create/Update Gradebook Assignment Information (#36)
    
    * Implement Add-AeriesGradebookAssignment
    
    * Implement Edit-AeriesGradebookAssignment
    
    * Implement Edit-AeriesGradebookAssignmentScore (#37)
    
    * Implement Create/Update/Delete Student Course Requests (#39)
    
    * Implement Add-AeriesCourseRequest
    
    * Implement Edit-AeriesCourseRequest
    
    * Implement Remove-AeriesCourseRequest
    
    * Implement Create/Update/Delete Alternate Course Requests (#40)
    
    * Implement Add-AeriesAlternateCourseRequest
    
    * Implement Edit-AeriesAlternateCourseRequest
    
    * Implement Remove-AeriesAlternateCourseRequest
    
    * Implement Edit-AeriesSchoolSupplemental (#42)
    
    * Implement Create/Update/Delete Scheduling Master Schedule (SMS) (#43)
    
    * Basic structure for Add-AeriesSchedulingSection
    
    * Basic structure for Edit-AeriesSchedulingSection
    
    * Implement Remove-AeriesSchedulingSection
    
    * Implement DELETE SchedulingSection
    
    * Wrote out parameters for function, next is implementation
    
    * Simplify by doing our own check for UsingSectionStaff
    
    * Create class for SectionStaffMembers
    
    * Add ScriptsToProcess to register the Class as valid
    
    * Finalize Add-AeriesSchedulingSection
    
    * Finalize Edit-AeriesSchedulingSection
    
    * Add new functions to be exported and visible with help commands (#44)
    
    * Add new functions to be exported and visible with help commands
    
    * This will be ready to go after #15 #43
    
    Co-authored-by: James Lancaster <20194126+jameslancaster@users.noreply.github.com>
    Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>
    
    Co-authored-by: Squid <brandonu@aeries.com>
    Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>
    
    * Edited manifest and README with PS Gallery info (#48)
    
    Co-authored-by: Squid <brandonu@aeries.com>
    Co-authored-by: Aeries Software <61568123+AeriesSoftware@users.noreply.github.com>
    3 people committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    01f6fe1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Billy main branch cleanup (#54)

    * Cleaned up commits. Updated .gitignroe to ignore VS local changes.
    
    * Revert "Release 1.0.0 (#45)"
    
    This reverts commit 95094dc.
    
    * Revert "PS Gallery Published changes (#49)"
    
    This reverts commit 01f6fe1.
    
    Co-authored-by: Billy <billyb@aeries.com>
    AeriesSoftware and billybull committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    69d6a3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from AeriesSoftware/dev

    Get latest into "main" from "dev"
    bsquidwrd committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    bcbccaa View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Merge release 1.0.1 (#60)

    * Adding DOC.md (#52)
    
    * Update Get-AeriesSection.ps1 (#58)
    
    Line 39 - changed "=+" to "+=" for PowerShell v5.1 compatibility
    
    * Update AeriesApi.psd1 (#59)
    
    * Update AeriesApi.psd1
    
    Incrementing version to 1.0.1
    
    * Update README.md
    
    Updated verbiage around supported PowerShell versions, and added note about installing via PSGallery.
    
    Co-authored-by: James Lancaster <jamesl@aeries.com>
    bsquidwrd and jameslancaster committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    90f2c94 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    9692758 View commit details
    Browse the repository at this point in the history
  2. Resolve conflict

    bsquidwrd committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1b12e8a View commit details
    Browse the repository at this point in the history