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

Diff assets against their revision on origin/develop #54

Merged

Commits on Jan 30, 2023

  1. Added function in GitSourceControlUtils to get the last revision from…

    … origin/develop
    Michael Delva authored and TheEmidee committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    ae2cdc7 View commit details
    Browse the repository at this point in the history
  2. Added a new menu extension in the content browser to diff assets with…

    … their counterparts on origin/develop
    Michael Delva authored and TheEmidee committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9ab8fa9 View commit details
    Browse the repository at this point in the history
  3. Fixed warning

    TheEmidee committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    f82220f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Misisng include

    Michael Delva committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    74ae46d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Generate as many menu items as there are status branches when diffing…

    … an asset
    Michael Delva committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    74f2946 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. only use the first status branch

    the first status branch is always up to date with all other branches due to automatic merging, and any content out of date on other branches will be unable to modify anyway, so they should check the latest version available across all branches (which is going to be on the first status branch)
    mastercoms committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    befef5e View commit details
    Browse the repository at this point in the history