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 Sep 26, 2023

  1. Copy the full SHA
    c565b4b View commit details
  2. Copy the full SHA
    ff26825 View commit details

Commits on May 5, 2023

  1. Provide sorting for attributes and crosscheckAttributes select fields…

    … (CO-2629) (#63)
    
    * Provide sorting for attributes and crosscheckAttributes select fields (CO-2629)
    
    * Ensure sort order is provided (CO-2629)
    arlen committed May 5, 2023
    Copy the full SHA
    d918df0 View commit details

Commits on Mar 31, 2023

  1. Output uneditable values as text-only. Provide a darker background co…

    …lor to read-only fields. (CO-2586) (#59)
    arlen committed Mar 31, 2023
    Copy the full SHA
    57cecc7 View commit details
  2. Copy the full SHA
    adbe473 View commit details

Commits on Mar 30, 2023

  1. Improve the display of user name in the user menu. (CO-2568) (#60)

    * Improve the display of user name in the user menu. (CO-2568)
    
    * Minor stylistic cleanup to User Menu (CO-2568)
    arlen committed Mar 30, 2023
    Copy the full SHA
    010a08e View commit details

Commits on Mar 29, 2023

  1. Copy the full SHA
    0727b54 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) (#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 10, 2023

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

    … that the Configure links appears for 'AttributeMappings' (CO-2582) (#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) (#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 Nov 23, 2022

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

    …o History (CO-2527) (#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) (#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) (#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) (#46)
    arlen committed Oct 27, 2022
    Copy the full SHA
    553d2fe View commit details
  4. Add "Switch Matchgrid" link to User Menu; also add material icons to …

    …login/logout (CO-2483) (#45)
    arlen committed Oct 27, 2022
    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) (#40)
    arlen committed Oct 27, 2022
    Copy the full SHA
    520c9be View commit details

Commits on Sep 9, 2022

  1. Merge pull request #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. 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 16, 2022

  1. Merge pull request #39 from arlen/feature-co2445-font

    Update font to "Category A" licensed font (CO-2445)
    arlen committed Aug 16, 2022
    Copy the full SHA
    f02910b View commit details

Commits on Jun 3, 2022

  1. Copy the full SHA
    028aaaf View commit details

Commits on May 31, 2022

  1. Update NOTICE file for front-end libraries and fonts. (NOJIRA) (#37)

    * Update NOTICE file for front-end libraries and fonts. (NOJIRA)
    
    * Update NOTICE file for front-end libraries and fonts. (NOJIRA)
    arlen committed May 31, 2022
    Copy the full SHA
    771d463 View commit details
  2. Ensure case-insensitive matching for highlighting attributes when rec…

    …onciling unresolved requests (CO-2434) (#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

Commits on Apr 22, 2022

  1. Update composer.json to include the boostrap css .map file and includ…

    …e the map file in our deployment (NOJIRA) (#35)
    arlen committed Apr 22, 2022
    Copy the full SHA
    ebc5abf View commit details

Commits on Nov 15, 2021

  1. Merge pull request #31 from loannis/CO-2256_Improve_Matchgrid_status_…

    …column_with_color_or_badge
    
    CO-2256_Improve_Matchgrid_status_column_with_color_or_badge
    arlen committed Nov 15, 2021
    Copy the full SHA
    96f14e4 View commit details

Commits on Nov 8, 2021

  1. Merge pull request #30 from loannis/CO-2265_Fix_Tablelocator_get_error

    CO-2265_Fix_Tablelocator_get_error
    arlen committed Nov 8, 2021
    Copy the full SHA
    92f38bd View commit details

Commits on Nov 5, 2021

  1. Merge pull request #32 from arlen/feature-co2266

    Upgrade Match to Bootstrap 5 (CO-2266)
    arlen committed Nov 5, 2021
    Copy the full SHA
    009a476 View commit details
  2. Copy the full SHA
    c2df3db View commit details
  3. Copy the full SHA
    57520c4 View commit details
  4. Copy the full SHA
    0707be9 View commit details

Commits on Oct 26, 2021

  1. Merge pull request #28 from arlen/feature-co1949

    Add clickability to all data rows when a default action is obvious (CO-1949)
    arlen committed Oct 26, 2021
    Copy the full SHA
    f2fb963 View commit details

Commits on Oct 24, 2021

  1. Remove legacy comment

    arlen committed Oct 24, 2021
    Copy the full SHA
    6e8e126 View commit details
Older