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

Release v3.0.0 #1106

Merged
merged 215 commits into from
Nov 30, 2023
Merged

Release v3.0.0 #1106

merged 215 commits into from
Nov 30, 2023

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    fcb5891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27c3390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cec0751 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    944c5c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbe5b5e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. 💄 Minor HTML clean up for rodan-client

    Removed some unnecessary divs, and added some css selectors to certain elements in order to be able to add css styles.
    cadagong committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    13fce13 View commit details
    Browse the repository at this point in the history
  2. ➖ Remove dependency imports from index.html

    Dependencies still need to be removed from package.json. I will do it later once this decision is finalized.
    cadagong committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f1cdc54 View commit details
    Browse the repository at this point in the history
  3. 💄 Update css of container divs

    Mostly adding width and height attributes to ensure application takes up the full browser page.
    cadagong committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    38ff010 View commit details
    Browse the repository at this point in the history
  4. 💄 Update CSS and HTML of Rodan

    Some HTML reformatting + a bunch of CSS updates (mostly related to the main Rodan navbar).
    cadagong committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    16fa09d View commit details
    Browse the repository at this point in the history
  5. 💄 Complete UI (JS, CSS, HTML) overhaul of Rodan main-navbar

    - Refactor code to support new design of the navbar navigation tree.
    - Update CSS styles
    - Clean up HTML
    cadagong committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    eeefda3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    059414f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f384161 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    545ad2e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. ♻️ 💄 Refactor HTML Classnames, Table Filters Overhaul, CSS Updates

    - Refactored many of the classnames used within Rodan-client. They are now more general and consistent across the application, which allowed me to remove a lot of CSS that was being applied to specific elements rather than reusable classnames.
    - Overhauled the table filters. They are now always present and don't have to be selected from a dropdown in order to be visible.
    - Added a lot of styles to improve the UI. Mostly related to tables and table filters.
    cadagong committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    21257e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    857868c View commit details
    Browse the repository at this point in the history
  2. Add user registration

    jackyyzhang03 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    531c119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae2a067 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97097ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee62613 View commit details
    Browse the repository at this point in the history
  6. Update .env files

    jackyyzhang03 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3383154 View commit details
    Browse the repository at this point in the history
  7. Fix auth test case

    jackyyzhang03 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    df9a416 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    eb304fd View commit details
    Browse the repository at this point in the history
  2. Connections are now included in workflow serializer and can be manipu…

    …lated in workflow builder
    jackyyzhang03 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3347e27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f9bcee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27f6bde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d564849 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    fc8f6a0 View commit details
    Browse the repository at this point in the history
  2. Fix workflow test case

    jackyyzhang03 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0adce3a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    be1dc92 View commit details
    Browse the repository at this point in the history
  2. add rodan boiler plate code

    add base.py which has the rodan task object for this job
    MrMondrian committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0c927dc View commit details
    Browse the repository at this point in the history
  3. add to yaml file

    add column splitting job to the register all jobs yaml file
    MrMondrian committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    487c9f2 View commit details
    Browse the repository at this point in the history
  4. fix silly bugs in base.py

    MrMondrian committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    60a53e2 View commit details
    Browse the repository at this point in the history
  5. change pad color to white

    MrMondrian committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6e570b9 View commit details
    Browse the repository at this point in the history
  6. change to gray, fix number of split locations

    change job to use a gray scale image, fix a bug where the incorrect
    parameter is passed to find split locations
    MrMondrian committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c3b8956 View commit details
    Browse the repository at this point in the history
  7. Push all current changes

    Currently on vaction, pushing on local changes in case
    MrMondrian committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e96b55f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7eae296 View commit details
    Browse the repository at this point in the history
  9. bug fixes

    fix number of split locations found, fix location of split locations
    to be in the middle, fix find split ranges to use mid points
    MrMondrian committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3536425 View commit details
    Browse the repository at this point in the history
  10. change job to only split based on the number of columns entered

    columns to be kept are chosen in order of largest bound
    MrMondrian committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5fd2ace View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1feb46c View commit details
    Browse the repository at this point in the history
  12. remove debug code

    MrMondrian committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b100c4e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    530a2e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    b4966aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20d57e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1002 from DDMAL/multi-column-job

    Add column splitting job
    sabrina0822 authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    672a43a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5298b7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0528c40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00ce929 View commit details
    Browse the repository at this point in the history
  7. colLayout, cb at start, cb n, and col zone

    Add colLayout tag in the score tag
    Add a cb tag at the start of the layer,
    Add the n element to the tag
    Create a zone for cb
    MrMondrian committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    44dc707 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    650eb06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    47a61be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7d338b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    56f490a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45f16fe View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    58e60a5 View commit details
    Browse the repository at this point in the history
  2. remove notebook file

    MrMondrian committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6e8a987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e014d9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23982db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dee4cd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    122e700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7a5bb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    610ccf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfca3a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faa7db3 View commit details
    Browse the repository at this point in the history
  4. fix register jobs yaml

    MrMondrian committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b4da40b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faa20e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d005e64 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    69d230d View commit details
    Browse the repository at this point in the history
  2. clean up test file

    MrMondrian committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    408c97b View commit details
    Browse the repository at this point in the history
  3. improve readme

    MrMondrian committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    664a509 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80fb533 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca656ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    215b890 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a833922 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    936b577 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1038 from DDMAL/text-documentation

    Text alignment house keeping
    MrMondrian authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8b3bb58 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1028 from DDMAL/mei-float-check

    MEI Encoding casting fix
    MrMondrian authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9124312 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1040 from DDMAL/staff-distance

    Staff distance
    MrMondrian authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0d7f478 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1030 from DDMAL/unsplit-mei-cherry-pick

    Multi-column MEI encoding/unsplitting
    MrMondrian authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0741c03 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge pull request #1037 from DDMAL/jacky/job-group-location

    Center new workflow-jobs groups
    cadagong authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    95b1905 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1033 from DDMAL/jacky/show-workflow-error-messages

    Show workflow error messages
    cadagong authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7d5d3c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge pull request #907 from DDMAL/jacky/limit-ports-to-min-max

    [Client] Limit add/delete ports to min/max
    cadagong authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4c3996d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into ui-overhaul

    Catch up ui-overhaul branch with develop branch to avoid massive conflicts later on.
    cadagong committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    44f8be7 View commit details
    Browse the repository at this point in the history
  3. Update readme.md

    Readme was pointing to an old repo Rodan-docker which was archived and have outdated instructions
    malajvan committed Aug 3, 2023
    1 Configuration menu
    Copy the full SHA
    ddd11d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. 💄♻️ Refactor code related to displaying individual project views in t…

    …he main content area.
    
    - Modified multiple HTML files in order to implement new project view UI.
    - Changed the logic for how individual project views are displayed and managed within Marionette.
    - All collections (workflows, workflow runs, etc.) are now child views of the ViewProject class.
    cadagong committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f4c144d View commit details
    Browse the repository at this point in the history
  2. 💄🐛 Add styles to project details panel + restore project-saving and p…

    …roject-deletion functionality
    cadagong committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    01158c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Merge pull request #1004 from DDMAL/jacky/registration-forgot-password

    User registration, activation, and password reset
    cadagong authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    53672fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1015 from DDMAL/jacky/workflow-builder-improve-co…

    …nnection
    
    Improve how connections are displayed in workflow builder
    cadagong authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e324648 View commit details
    Browse the repository at this point in the history
  3. Fix migration conflict

    jackyyzhang03 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ade4757 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1047 from DDMAL/jacky/fix-migration-conflict

    Fix migration conflict
    jackyyzhang03 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    61c1ad7 View commit details
    Browse the repository at this point in the history
  5. Revert changes to workflow parse, instead initialize existing items d…

    …uring item controller creation
    jackyyzhang03 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    02995fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf60d80 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #995 from DDMAL/jacky/fix-centering-workflow

    [Client] Fix `Ctrl` + `0` not centering workflow in workflow builder
    jackyyzhang03 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6e0bf99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a553555 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4c1f99 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #879 from DDMAL/jacky/hide-classifier-glyphs-by-de…

    …fault
    
    Hide classifier glyphs by default
    jackyyzhang03 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fb61d8f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb6a7c1 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #877 from DDMAL/jacky/navigate-glyphs-with-arrow-keys

    Ability to navigate across page or classifier glyphs with arrow keys
    jackyyzhang03 authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c31e838 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f6b37a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. 💄 UI updates for main content regions

    - Minor UI updates all over the place after having refactored the Views in a previous commit (f4c144d).
    cadagong committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    42e09a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f271a3c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. ➖ Complete bootstrap dependency removal

    Completely removed bootstrap and eonasdan-boostrap-datetimepicker as a dependencies.
    cadagong committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9326ed2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68b4bee View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Update gamera tag

    malajvan authored and softcat477 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a8cb415 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    3620401 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. 💄♻️ Refactor Modal-related code

    - Refactor JS
    - Improve UI
    - Edit HTML templates
    
    Still need to edit UI for certain specific modal windows.
    cadagong committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f36308d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42973a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1055 from DDMAL/jacky/fix-filter-resource-label

    Update resource label filters on resource collection change
    cadagong authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    12e9316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01782ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    900d01b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    2cc6e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f0a3e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d6cbf3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Merge pull request #1052 from DDMAL/fix_read_me

    Update readme.md
    malajvan authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7dc9060 View commit details
    Browse the repository at this point in the history
  2. 💄♻️ Refactor Individual Workflow Run View

    Individual workflow run (and their subviews) views now appear within the Project View main region instead of on its own page.
    cadagong committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4e2f722 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into ui-overhaul in order to keep this branch …

    …up to date and avoid complicated merges down the line.
    cadagong committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    66c38f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    3f61019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ea8f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8d4dcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b60f9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23894c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ad09cb View commit details
    Browse the repository at this point in the history
  7. reduce indentation

    MrMondrian committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    51760b2 View commit details
    Browse the repository at this point in the history
  8. fix column indexing

    MrMondrian committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4d2791f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0df3916 View commit details
    Browse the repository at this point in the history
  10. update documentation

    MrMondrian committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    aa96e5d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb649a4 View commit details
    Browse the repository at this point in the history
  12. fix broken import

    MrMondrian committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d73d992 View commit details
    Browse the repository at this point in the history
  13. fix another broken import

    MrMondrian committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1de108f View commit details
    Browse the repository at this point in the history
  14. 🐛💄 Fix for resource and run job details not showing + minor UI changes

    - The resources and run job details panels were not being displayed (and instead errors were thrown) when trying to open them from within an individual workflow run view. This has been fixed.
    cadagong committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    86cdaae View commit details
    Browse the repository at this point in the history
  15. 💄 UI updates

    cadagong committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    676b037 View commit details
    Browse the repository at this point in the history
  16. 💄 General UI Improvements

    cadagong committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    51ed395 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1f5e303 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    6a62dd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    798336c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    624117b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. rewrite a lot

    fix bug where cb added after sb.
    A lot more is precomputed now instead of in the for loop
    MrMondrian committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    d874753 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    5eff013 View commit details
    Browse the repository at this point in the history
  2. Fix PNG (RGB) job

    When converting from rgba-png to rgb, transparent information sometimes get inverted. This fix helps the the conversion for rgba-png to be consistent. See more here: DDMAL/pixel_wrapper#86
    malajvan committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b6ff1e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    c213a1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9619ea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1062 from DDMAL/ui-overhaul

    Revamped UI: A Fresh Look for Rodan
    sabrina0822 authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2e39c8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a96d4e View commit details
    Browse the repository at this point in the history
  5. 💄 Update styles to better fit smaller laptop screens, fix scroll issu…

    …e in navigation tree, update workflow builder colours
    cadagong committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    63712bb View commit details
    Browse the repository at this point in the history
  6. minor changes

    MrMondrian committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a55af7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2298ac7 View commit details
    Browse the repository at this point in the history
  8. update test case

    MrMondrian committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    61802d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #1048 from DDMAL/jacky/fix-modal-error-messages

    Fix modal error messages
    cadagong authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e7256d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1073 from DDMAL/ui-updates

    UI updates and datetime filtrers fix.
    cadagong authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6b30b5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1a2e80 View commit details
    Browse the repository at this point in the history
  4. Update IC authenticator to read token from cookies

    This resolves the unnecessary credential prompt when the app is opened
    pythonsemicolon authored and pythonsemicolon committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    eaa7096 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Merge pull request #1051 from DDMAL/update_gamera

    Update gamera tag
    malajvan authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6b5a12f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d37393f View commit details
    Browse the repository at this point in the history
  3. clean up file

    MrMondrian committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    49343db View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1076 from DDMAL/ic-authentication

    Update IC authenticator to read token from cookies
    PythonSemicolon authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9e77b90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e50ad5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    865e58b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f80c20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8407056 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76cf10e View commit details
    Browse the repository at this point in the history
  10. Add files via upload

    JoyfulGen authored and kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    cf4ece6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    16abcf7 View commit details
    Browse the repository at this point in the history
  12. Add files via upload

    JoyfulGen authored and kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    92c8915 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    76571f2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    594cbae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    61f77c7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    96489c2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3d01252 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b3b2ba8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9e3cb6c View commit details
    Browse the repository at this point in the history
  20. Remove flower start script

    kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    62bea06 View commit details
    Browse the repository at this point in the history
  21. Fix node version

    sabrina0822 authored and kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    339cc09 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    82386e7 View commit details
    Browse the repository at this point in the history
  23. Update production.yml and staging.yml

    sabrina0822 authored and kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a85cb97 View commit details
    Browse the repository at this point in the history
  24. delete unused sed command

    sabrina0822 authored and kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    674cc9c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a0d2664 View commit details
    Browse the repository at this point in the history
  26. Update server_host and compose files

    sabrina0822 authored and kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c00420f View commit details
    Browse the repository at this point in the history
  27. Change nginx to log properly

    kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7d8500d View commit details
    Browse the repository at this point in the history
  28. Update arm-compose

    sabrina0822 authored and kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bd7bd10 View commit details
    Browse the repository at this point in the history
  29. Change server_host to use rodan.staging

    sabrina0822 authored and kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9d6f887 View commit details
    Browse the repository at this point in the history
  30. Add rodan-client to production.yml

    sabrina0822 authored and kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    da51752 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    dd5d536 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fb37a56 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ceb5587 View commit details
    Browse the repository at this point in the history
  34. Add wait-for-app script

    kqct committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b0c7171 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #1034 from DDMAL/docker-cleanup

    Improve our Dockerfile setup
    sabrina0822 authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    16a4791 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    461a148 View commit details
    Browse the repository at this point in the history
  37. add diagram for test file

    MrMondrian committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ce158ab View commit details
    Browse the repository at this point in the history
  38. update readme

    MrMondrian committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8e7d789 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Merge pull request #1077 from DDMAL/test-mei-encoding

    Test mei encoding
    MrMondrian authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e9cafb4 View commit details
    Browse the repository at this point in the history
  2. clean up build mei file

    MrMondrian committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fef008d View commit details
    Browse the repository at this point in the history
  3. remove old tests

    MrMondrian committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    aaa0c64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1915055 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcc13d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b180695 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Trigger webhook and send message to slack

    - By pushing a dummy image to another ddmal's docker repo
    softcat477 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    63199f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge pull request #1078 from DDMAL/webhook

    Trigger webhook and send message to Slack
    softcat477 authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    79826bc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. 💄 UI updates/fixes

    cadagong committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f0e020c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge pull request #1031 from DDMAL/jacky/fix-send-failure-email-typo

    Fix typo in sending workflow failure emails
    malajvan authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0b7cefd View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge pull request #1083 from DDMAL/ui-fixes

    UI fixes
    softcat477 authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7db8153 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Fix #1087, Fix nginx's start script

    - Can't talk to iipsrv:9003 so comment out that line
    - Need to specify the port when trying to connect to rodan-client
    - Wait for 900 secs when establishing tcp connection with rodan-main
    softcat477 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    351095f View commit details
    Browse the repository at this point in the history
  2. Fix #1088, Fix make pull

    - Add default tags when doing make pull
    softcat477 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a6aa657 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge pull request #1089 from DDMAL/fix-pull

    Fix #1088, Fix make pull
    malajvan authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7440980 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1091 from DDMAL/fix_nginx_wait_script

    Fix #1087, Fix nginx's start script
    softcat477 authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0134a9e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    75df939 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge pull request #1097 from DDMAL/fix-iipsrv

    Fix #1093, Fix iipsrv start script
    softcat477 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a438b76 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Fix #1093, Fix iipsrv port

    softcat477 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a819cea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1098 from DDMAL/fix_iipsrv

    Fix #1093, Fix iipsrv port
    softcat477 authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c18e497 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    db45045 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge pull request #1101 from DDMAL/fix_staging_env

    Fix #1100, Update scripts/staging.env
    softcat477 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cfb26c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. fix: Disable text overflow in the resource assignment

    Fixes #1102 by setting the maximum width of the model window.
    yinanazhou committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    95363a5 View commit details
    Browse the repository at this point in the history
  2. feat: Create a feature checklist on release

    Fix #1103 so testers know what to test for a new release
    softcat477 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a3e9c3a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Merge pull request #1105 from DDMAL/popup-win-fix

    Fix text overflow in pop-up window
    softcat477 authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    12b55e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1104 from DDMAL/add_checklist_bot

    feat: Create a feature checklist on release
    softcat477 authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4a9eceb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ad66b7 View commit details
    Browse the repository at this point in the history
  4. release: v3.0.0

    softcat477 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    2351079 View commit details
    Browse the repository at this point in the history