Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This workflow is designed to exercise all the GIT functionality for a component

...

Expand
titleCreate a component with a new repository
  • Create a component

    • Create a repo for the component

      • Use Customize to change the repo – does it work

        • Remove upstream – now we have no repo is this clear

        • Click [Setup] to add a repo – this worked

        • Make a comment in main & commit – this worked

      • Alternatively create as editable – what happens

        • Created a component with no connected repo – this worked

        • Setup and make a commit same as above

Expand
titleMake an initial commit and inspect the repository

Expand
titleMake some changes in main() commit & push then inspect the repository

...

  • Work with a component

    • Changes in main()

      • Make a comment and commit – this worked

        • Confirmed the file is showing in the repo

    • Add files

      • Change file names

        • Create empty Test.lua in project root and commit & push – this worked

          • Also added and committed a comment

          • Change to test.lua – does not work as not case sensitive (mac)

          • Change to testing.lua – name change worked in the translator

            • Try to commit and it worked trying to reproduce failure Eliot had so no luck so far

          • Files in project root seem to work???

        • Try renaming files in a directory this worked

          • Try to commit and it worked

        • Move files between directories

          • The move worked and committed

          • BUT the source directory disappeared from the dashboard

    • Add directories

      • Add directories but there is no change to commit – does not commit empty dir

        • Add an empty file in the dir and I can commit the file and the dir indirectly

      • Change directory names – what happens

        • Renaming a dir containing a file – this worked

Other things to consider

  • Add component to a collection

    • This is a lower priority I think = later

  • Merges a bit later