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

Correct the Search URL setting #525

Merged
merged 33 commits into from
Jun 21, 2023
Merged

Correct the Search URL setting #525

merged 33 commits into from
Jun 21, 2023

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    9abbe36 View commit details
    Browse the repository at this point in the history
  2. Pin dependencies (#461)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    3f659f4 View commit details
    Browse the repository at this point in the history
  3. Update dependency @types/jest to v28.1.8 (#462)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    df1fe81 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Support backend settings in config (#482)

    * enable settings on the backend for urls
    
    * add the settings for workflow
    
    * add missing import
    
    * add newline
    sashakames committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    9d4fc4a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Update react monorepo to v18 (#478)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    6c029e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Pin dependencies (#477)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    7b35d06 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Fixed tiny flake8 complaint

    downiec committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    9bad38b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. hotfix to the last update so that local containers have the required …

    …environment variables. Otherwise local build of backend will fail.
    downiec committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    31f34d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Update .django

    sashakames committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    9f95688 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    7d50069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0fee9a View commit details
    Browse the repository at this point in the history
  3. Fixed typo in .coveragerc which caused migrations to be included in t…

    …ests. Removed unneccessary type checking in the import headers of the test models. Updated coverage for some files that didn't have 100% coverage. Updated some django dependencies after testing to make sure nothing broke. Updated some deprecated imports to remove warnings. Updated pytest and coverage libraries.
    downiec committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c01f64d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    086dc61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a071e6a View commit details
    Browse the repository at this point in the history
  6. Reverted dj-rest-auth as it caused issues with tests failing (althoug…

    …h the application from users perspective was working fine)
    downiec committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    5d43c9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7510ad6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    55158b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e44285f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Updated tests to use memory router to account for the useNavigate cha…

    …nges that came with react-router-dom v6. Tests are passing now.
    downiec committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    113c68a View commit details
    Browse the repository at this point in the history
  2. Updated some more frontend packages, however a few updates are breaki…

    …ng and will cause errors, so ignored those.
    downiec committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5e59985 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    119d5a9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Feature/500 info notifications (#520)

    * Refactored the joyrideTutorials in order to reduce the chances for errors with misspelling target names. Created unique target calssnames to simplify the process of adding and using targets. Removed the chance of duplicate target names causing errors etc. Added a test startup component that should show when first opening metagrid. Startup window still needs some work to improve visuals.
    
    * Added a welcome and changelog template component to use with thh startup display. Made the startup display change based on existing version so that a new changelog will appear when version is changed. Modified the startup component behavior to hadle a welcome and changelog template based on whether its first-time startup or not.
    
    * Updated django-all-auth to 0.54.0
    
    * Upgraded the antd library to latest version. Updated components to work with the latests antd library and added some styling to correct some undesired changes. Added a temporary drawer component which can be opened by clicking a new message button in the top-right navbar. Fixed some styling issues with window resizing to make the top navbar work better with smaller windows and improve visual behavior. Removed redundant components that are no longer needed with the new antd library (which is now working with typescript well). Created a popup window that shows at the start for new users. Created a startup template system that allows different templates to be used for displaying popup messages. More fixed needed for tests and the welcome popup tutorials need work.
    
    * Worked to correct issues with tests hanging by reverting back the antd library. Also updated to node version 18. Restored previously deleted files and will remove them later when all tests are passing. Still need to correct tests to pass. Still need to complete messaging feature and update tutorial.
    
    * Updated tests so that they pass, coverage will still be needed.
    
    * Updated the Startup template functionality and added actions that can be triggered by the templates. Updated the welcome message buttons to work properly and select between pages to start tutorials.
    
    * Removed redundant and unneccessary components as they are now directly taken from antd library. Removed commented out import statements.
    
    * Refactored some names and added messages for the right drawer. Added ability to create messages for the message bar and provide content from markdown files. Updated the changelog to have useful information on latest changes. Need to troubleshoot tests and complete coverage.
    
    * Added markdown file support for the messages. Did refactoring so messages on the right drawer and popups will show the markdown. Created new markdown files with version info and example message. Added flexibility to popup so that styles can be modified on a per message basis. Modified the changelog template and types.
    
    * Created a new welcome tour which will show users the help buttons to encourage them to use them if they have issues. Updated the navbar tour to include the new news button. Created new test files and updated tests to bring back 100% text coverage. Removed obsolete tour target related files, as they've been updated with target object class. Troubleshooted and ran tests to fix some bugs and added more functionality for jest tests. Deleted test markdown files and updated message markdown slightly.
    
    * modify the messages for release (#522)
    
    ---------
    
    Co-authored-by: Sasha Ames <sashakames@users.noreply.github.com>
    downiec and sashakames committed May 5, 2023
    Configuration menu
    Copy the full SHA
    5e49c80 View commit details
    Browse the repository at this point in the history
  2. Feature/500 info notifications (#523)

    * Refactored the joyrideTutorials in order to reduce the chances for errors with misspelling target names. Created unique target calssnames to simplify the process of adding and using targets. Removed the chance of duplicate target names causing errors etc. Added a test startup component that should show when first opening metagrid. Startup window still needs some work to improve visuals.
    
    * Added a welcome and changelog template component to use with thh startup display. Made the startup display change based on existing version so that a new changelog will appear when version is changed. Modified the startup component behavior to hadle a welcome and changelog template based on whether its first-time startup or not.
    
    * Updated django-all-auth to 0.54.0
    
    * Upgraded the antd library to latest version. Updated components to work with the latests antd library and added some styling to correct some undesired changes. Added a temporary drawer component which can be opened by clicking a new message button in the top-right navbar. Fixed some styling issues with window resizing to make the top navbar work better with smaller windows and improve visual behavior. Removed redundant components that are no longer needed with the new antd library (which is now working with typescript well). Created a popup window that shows at the start for new users. Created a startup template system that allows different templates to be used for displaying popup messages. More fixed needed for tests and the welcome popup tutorials need work.
    
    * Worked to correct issues with tests hanging by reverting back the antd library. Also updated to node version 18. Restored previously deleted files and will remove them later when all tests are passing. Still need to correct tests to pass. Still need to complete messaging feature and update tutorial.
    
    * Updated tests so that they pass, coverage will still be needed.
    
    * Updated the Startup template functionality and added actions that can be triggered by the templates. Updated the welcome message buttons to work properly and select between pages to start tutorials.
    
    * Removed redundant and unneccessary components as they are now directly taken from antd library. Removed commented out import statements.
    
    * Refactored some names and added messages for the right drawer. Added ability to create messages for the message bar and provide content from markdown files. Updated the changelog to have useful information on latest changes. Need to troubleshoot tests and complete coverage.
    
    * Added markdown file support for the messages. Did refactoring so messages on the right drawer and popups will show the markdown. Created new markdown files with version info and example message. Added flexibility to popup so that styles can be modified on a per message basis. Modified the changelog template and types.
    
    * Created a new welcome tour which will show users the help buttons to encourage them to use them if they have issues. Updated the navbar tour to include the new news button. Created new test files and updated tests to bring back 100% text coverage. Removed obsolete tour target related files, as they've been updated with target object class. Troubleshooted and ran tests to fix some bugs and added more functionality for jest tests. Deleted test markdown files and updated message markdown slightly.
    
    * modify the messages for release (#522)
    
    * Updated the node status information alert so that text displays if there is an api error.
    
    * Updated Django to 4.1.9
    
    * Fixed a test regarding the changes to the error message.
    
    ---------
    
    Co-authored-by: Sasha Ames <sashakames@users.noreply.github.com>
    downiec and sashakames committed May 5, 2023
    Configuration menu
    Copy the full SHA
    ff49790 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

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

Commits on May 16, 2023

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

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    a775f50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b9d79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7abfa08 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

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

Commits on Jun 20, 2023

  1. Delete test_message.md

    downiec committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    55ad211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5ae74b View commit details
    Browse the repository at this point in the history
  3. Removed unecessary file.

    downiec committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3fd2ee0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Fixing tests.

    downiec committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    08d6706 View commit details
    Browse the repository at this point in the history