Skip to content

Commits

Commits on Jan 17, 2023

  1. 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

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 16, 2022

  1. 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

Commits on Sep 9, 2022

  1. Merge pull request COmanage#42 from arlen/feature-co2445-addFont

    Add font files (CO-2445)
    arlen committed Sep 9, 2022
    Copy the full SHA
    6826c6e View commit details

Commits on Sep 5, 2022

  1. Fix installation of English Nicknames (CO-2476)

    Benn Oshrin committed Sep 5, 2022
    Copy the full SHA
    55b7752 View commit details
  2. Copy the full SHA
    658df39 View commit details

Commits on Aug 22, 2022

  1. Add font files (CO-2445)

    arlen committed Aug 22, 2022
    Copy the full SHA
    a617ab1 View commit details

Commits on Aug 7, 2022

  1. Copy the full SHA
    e6f58e8 View commit details

Commits on Aug 5, 2022

  1. Replace deprecated strftotime call (NOJIRA)

    Benn Oshrin committed Aug 5, 2022
    Copy the full SHA
    80bd522 View commit details
  2. Copy the full SHA
    5f89259 View commit details

Commits on Aug 1, 2022

  1. Sort SoR list in ApiUser fields (NOJIRA)

    Benn Oshrin committed Aug 1, 2022
    Copy the full SHA
    2417df4 View commit details

Commits on Jul 18, 2022

  1. Render version on configuration page (CO-2450)

    Benn Oshrin committed Jul 18, 2022
    Copy the full SHA
    9be6b3c View commit details

Commits on Jun 3, 2022

  1. Copy the full SHA
    028aaaf View commit details

Commits on May 31, 2022

  1. Ensure case-insensitive matching for highlighting attributes when rec…

    …onciling unresolved requests (CO-2434) (COmanage#36)
    
    * Ensure case-insensitive matching for highlighting attributes when reconciling unresolved requests (CO-2434)
    
    * Put array utility function in an ArrayUtil class (CO-2434)
    arlen committed May 31, 2022
    Copy the full SHA
    916d684 View commit details
Older