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

Application and routing composition+ts #15207

Draft
wants to merge 66 commits into
base: dev
Choose a base branch
from

Commits on May 26, 2023

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

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    0e6fde1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d2950a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee31eca View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Determine server CPU info in JobMetrics component and add units to props

    - Users of the CarbonEmissions component should pass all necessary
      props
    - Add explicit units to prop names
    Renni771 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    a17f4db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5ac75b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d96201f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0631b3f View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    Renni771 committed May 28, 2023
    Configuration menu
    Copy the full SHA
    92c24dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53808ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42ccc3f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

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

Commits on May 30, 2023

  1. Colocate carbon emissions and Abbreviation components

    * Move carbon emissions UI to job metrics directory
    * Move Abbreviation component to Common
    Renni771 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4841c49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    482c298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a53367 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4af2c35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a474b28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5d0f76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2877255 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    172b26e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78e935d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Lazy load AWS EC2 data

    Renni771 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    ce245cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b62f01e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a2dc6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22d9e62 View commit details
    Browse the repository at this point in the history
  5. Format code

    Renni771 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d912778 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    363a27e View commit details
    Browse the repository at this point in the history
  7. Reword explanations

    Renni771 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    e7a028e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    9b10da7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    455fc9a View commit details
    Browse the repository at this point in the history
  3. several tweaks and fixes

    make bar chart reactive and use ref for multiple instances of component
    typo fixes
    remove unused nesting from CarbonEmissionsIcon
    remove required from JobId
    ElectronicBlueberry committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    61a71d8 View commit details
    Browse the repository at this point in the history
  4. fix gasoline consumption calculation

    tweak lightbulb energy description
    ElectronicBlueberry committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    34c8ef9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc4d1e4 View commit details
    Browse the repository at this point in the history
  6. Fix transiently failing published histories test.

    A better fix would be to verify the sorting icons change on the page instead of sleeping to detect the elements being rendered but not yet wired u
    p which I think is the problem?
    jmchilton committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b673381 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1a01ef View commit details
    Browse the repository at this point in the history
  8. Merge pull request galaxyproject#16152 from jdavcs/dev_dbpassword_urlib

    Raise configuration error if connection URL is unparseable
    jmchilton authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5a0df45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9efd42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6574158 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e5dcb0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    256fb9f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0758bbb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a8677ac View commit details
    Browse the repository at this point in the history
  15. Include commentary on verbatimModuleSyntax -- I tried many combinatio…

    …ns of config and just couldn't get it working. The other thing we could do is apply to a separate jest tsconfig, but it appears to have no impact either way so this is the easier path for now.
    dannon committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    be870e6 View commit details
    Browse the repository at this point in the history
  16. Merge pull request galaxyproject#16172 from jmchilton/published_histo…

    …ries_fix
    
    Fix transiently failing published histories test.
    jmchilton authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c07b38b View commit details
    Browse the repository at this point in the history
  17. Merge pull request galaxyproject#16159 from jmchilton/axe-fixes-2

    Axe-detected accessibility fixes for some history-related things.
    martenson authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    593b23a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    fffeff9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request galaxyproject#16155 from Renni771/carbon-emissions…

    …-reporting
    
    Add carbon emissions reporting to job information page
    ElectronicBlueberry authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c9f5c6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f73163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fa272f View commit details
    Browse the repository at this point in the history
  5. Merge pull request galaxyproject#16176 from jdavcs/dev_involucro

    Remove involucro, add to .gitignore
    nsoranzo authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    58b8c31 View commit details
    Browse the repository at this point in the history
  6. Move admin-routes to ts

    dannon committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0f37fbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5788be7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30f4281 View commit details
    Browse the repository at this point in the history
  9. Move directive to ts

    dannon committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    7107ed6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97c4060 View commit details
    Browse the repository at this point in the history
  11. Convert library-routes to ts

    dannon committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    3c8d9e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    85dc31a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    10e324d View commit details
    Browse the repository at this point in the history
  14. Drop unused import

    dannon committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    cdda044 View commit details
    Browse the repository at this point in the history
  15. Adjust login test import.

    dannon committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f0c1db7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4bb2c5d View commit details
    Browse the repository at this point in the history
  17. setup/ts for loginmodule

    dannon committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    5fe2959 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0e5a452 View commit details
    Browse the repository at this point in the history
  19. Tweaks to app.vue

    dannon committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    934fcd8 View commit details
    Browse the repository at this point in the history
  20. Simplify config/theme access

    dannon committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    deb793d View commit details
    Browse the repository at this point in the history
  21. Organize imports

    dannon committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    d430e58 View commit details
    Browse the repository at this point in the history