Skip to content

Commits

Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Feb 7, 2023

  1. Copy the full SHA
    b2cf0b1 View commit details

Commits on Jan 17, 2023

  1. Copy the full SHA
    60c7973 View commit details
  2. Bump version to 1.1.0

    satkinson committed Jan 17, 2023
    Copy the full SHA
    0a58720 View commit details

Commits on Jan 13, 2023

  1. Copy the full SHA
    e153571 View commit details
  2. Improve access to related models (CO-2229) (COmanage#57)

    * Provide tabbed subnavigation for related models. Deprecate Noty.js in favor of Boostrap Alerts. (CO-2229)
    
    * Ensure flash messages are available on all pages. (CO-2229)
    
    * Clean up information alert on reconcile page. (CO-2229)
    arlen committed Jan 13, 2023
    Copy the full SHA
    3ea6cb0 View commit details

Commits on Jan 12, 2023

  1. Fix MatchgridHistoryRecords relation (CO-2579)

    Benn Oshrin committed Jan 12, 2023
    Copy the full SHA
    f7fa3e6 View commit details
  2. Copy the full SHA
    54d9303 View commit details
  3. Copy the full SHA
    46bae8a View commit details
  4. Copy the full SHA
    f005af6 View commit details

Commits on Jan 10, 2023

  1. Correct the placement of the Configuration breadcrumb link and ensure…

    … that the Configure links appears for 'AttributeMappings' (CO-2582) (COmanage#55)
    arlen committed Jan 10, 2023
    Copy the full SHA
    cfea2a3 View commit details

Commits on Jan 6, 2023

  1. Copy the full SHA
    2c633da View commit details

Commits on Jan 5, 2023

  1. Update reconciliation view to make use of new $vv_candidate_diff arra…

    …y and use cell-based rather than row-based highlighting. (CO-2481) (COmanage#53)
    
    * Update reconciliation view to make use of new $vv_candidate_diff array and use cell-based rather than row-based highlighting. (CO-2481)
    
    * Improve code comments. (CO-2481)
    arlen committed Jan 5, 2023
    Copy the full SHA
    f3fbd20 View commit details

Commits on Dec 29, 2022

  1. Improve handling of Matchgrid deletion (CO-1705)

    Benn Oshrin committed Dec 29, 2022
    Copy the full SHA
    dbc0024 View commit details

Commits on Dec 28, 2022

  1. Initial controller logic to facilitate reconciliation view comparison…

    … (CO-2481)
    Benn Oshrin committed Dec 28, 2022
    Copy the full SHA
    370678f View commit details

Commits on Dec 27, 2022

  1. Copy the full SHA
    33f0a30 View commit details
  2. Additional fix for CO-2235 (CO-2564)

    Benn Oshrin committed Dec 27, 2022
    Copy the full SHA
    bd348bb View commit details

Commits on Dec 20, 2022

  1. Copy the full SHA
    9689a6e View commit details

Commits on Dec 16, 2022

  1. Copy the full SHA
    1651a66 View commit details
  2. Copy the full SHA
    6837b58 View commit details
  3. Copy the full SHA
    4aa34e7 View commit details
  4. Copy the full SHA
    8739956 View commit details
  5. Merge pull request COmanage#51 from skoranda/develop

    container dynamic log config by env variable (CO-2567)
    skoranda committed Dec 16, 2022
    Copy the full SHA
    974b5c1 View commit details
  6. Copy the full SHA
    f9c0646 View commit details

Commits on Nov 27, 2022

  1. Finish DBAL migration (CO-2235), rename TierApiController to TapApiCo…

    …ntroller (CO-2470)
    Benn Oshrin committed Nov 27, 2022
    Copy the full SHA
    d1cf34d View commit details

Commits on Nov 25, 2022

  1. Pre-defined default attributes (CO-1677)

    Benn Oshrin committed Nov 25, 2022
    Copy the full SHA
    b5c9bab View commit details

Commits on Nov 23, 2022

  1. Make "history" a top-link on Manage Matchgrid and shorten link text t…

    …o History (CO-2527) (COmanage#49)
    
    * Improve Manage Matchgrid layout: make Matchgrid History a top-link, and shorten label to "History" (CO-2527)
    
    * Update to Matchgrid History top-link label (CO-2527)
    
    * Test for empty vv_attr_id for topLinks (CO-2527)
    arlen committed Nov 23, 2022
    Copy the full SHA
    1027902 View commit details

Commits on Oct 27, 2022

  1. Improve Pending Match UX Attribute Display (CO-2233) (COmanage#48)

    * Improve display of unresolved requests: duplicate referenceids are now merged into a single column heading for Suggestion #, referenceid, and the "Assign this ReferenceID" button. (CO-2167)
    
    * Improve Pending Match UX Attribute Display - add highlight switches and improve ordering of attributes (CO-2233)
    
    * Restore id, sor, and sorid to the top of attributes listing and outline defined attributes (CO-2233)
    arlen committed Oct 27, 2022
    Copy the full SHA
    0cde4fb View commit details
  2. Quick fix to schema: change index name from "sor_label" to "sor" on m…

    …atchgrid_history_records (CO-2528) (COmanage#47)
    arlen committed Oct 27, 2022
    Copy the full SHA
    7e76f9f View commit details
  3. Provide topLinks (e.g. delete) on Edit pages; Use the MenuHelper and …

    …the menuAction element to handle all topLinks (CO-2512) (COmanage#46)
    arlen committed Oct 27, 2022
    Copy the full SHA
    553d2fe View commit details
  4. Copy the full SHA
    04dce0d View commit details
  5. Copy the full SHA
    4f071af View commit details
  6. Improve display of unresolved requests: duplicate referenceids are no…

    …w merged into a single column heading for Suggestion #, referenceid, and the "Assign this ReferenceID" button. (CO-2167) (COmanage#40)
    arlen committed Oct 27, 2022
    Copy the full SHA
    520c9be View commit details

Commits on Sep 18, 2022

  1. Merge hotfix-1.0.x into develop

    Benn Oshrin committed Sep 18, 2022
    Copy the full SHA
    c791de4 View commit details

Commits on Sep 17, 2022

  1. Merge branch 'develop' of github.internet2.edu:COmanage/match into de…

    …velop
    Benn Oshrin committed Sep 17, 2022
    Copy the full SHA
    133d841 View commit details
  2. Implement Resolution Notification Callback (CO-1808) and Matchgrid Hi…

    …story Records (CO-1682)
    Benn Oshrin committed Sep 17, 2022
    Copy the full SHA
    5ee3c58 View commit details
Older