Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GEOS-ESM/mepo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: GEOS-ESM/mepo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 19 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 9, 2024

  1. Working mepo completion (#325)

    * mepo completion doesn't require the extra mepo-path.py anymore
    
    * Added option --location
    
    * Using "mepo --location"
    
    * Removed bin directory #322
    
    * Updated CHANGALOG
    
    * Updated CHANGALOG
    
    * Include etc, bump minor version
    
    * Fix test for version
    pchakraborty authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f54c6db View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Add stash indicator to status (#327)

    * Add stash indicator to status
    
    * Add blobless clone
    mathomp4 authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    593f8db View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. clone.py - (1) streamlined (2) branches are no longer in a detached s…

    …tate (3) updated tests (4) new tests
    pchakraborty committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    0b10762 View commit details
    Browse the repository at this point in the history
  2. Black formatting changes

    pchakraborty committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    b2acf28 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Configuration menu
    Copy the full SHA
    a0e0207 View commit details
    Browse the repository at this point in the history
  2. Updated CHANGELOG

    pchakraborty committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    2a8b76e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Some more refactoring

    pchakraborty committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    bb13a77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bced46a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e88493 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Configuration menu
    Copy the full SHA
    5b092f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #329 from GEOS-ESM/feature/pchakrab/clone-do-not-d…

    …etach-branch
    
    Update clone.py
    mathomp4 authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    1055753 View commit details
    Browse the repository at this point in the history
  3. Added missing space for --recurse-submodules. Also added a test where…

    … we clone a component with submodules
    pchakraborty committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    27db418 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #331 from GEOS-ESM/bug/pchakrab/fix-recurse-submod…

    …ules
    
    Bug fix in git.py::clone - added space for --recurse-submodules
    mathomp4 authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    90c937b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. Update CHANGELOG for release (#332)

    * Update CHANGELOG for release
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Matt Thompson <matthew.thompson@nasa.gov>
    pchakraborty and mathomp4 authored Dec 24, 2024
    Configuration menu
    Copy the full SHA
    fc65c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d87b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Merge develop into main - 2025Jan06 (#341)

    * Merge develop into main (#333)
    
    * Working mepo completion (#325)
    
    * mepo completion doesn't require the extra mepo-path.py anymore
    
    * Added option --location
    
    * Using "mepo --location"
    
    * Removed bin directory #322
    
    * Updated CHANGALOG
    
    * Updated CHANGALOG
    
    * Include etc, bump minor version
    
    * Fix test for version
    
    * Add stash indicator to status (#327)
    
    * Add stash indicator to status
    
    * Add blobless clone
    
    * clone.py - (1) streamlined (2) branches are no longer in a detached state (3) updated tests (4) new tests
    
    * Black formatting changes
    
    * Updated test_mepo_clone.py to use https://github.com/pchakraborty/GEOSfvdycore-mepo-testing.git instead
    
    * Updated CHANGELOG
    
    * Some more refactoring
    
    * clone.py - updated comments
    
    * Added deprecation warning for 'mepo init'
    
    * init removal is a deprecation warning
    
    * Added missing space for --recurse-submodules. Also added a test where we clone a component with submodules
    
    * Update CHANGELOG for release (#332)
    
    * Update CHANGELOG for release
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Matt Thompson <matthew.thompson@nasa.gov>
    
    ---------
    
    Co-authored-by: Matt Thompson <matthew.thompson@nasa.gov>
    
    * Fixes for less used options of "mepo clone" (#335)
    
    * Fixed a couple of bugs
    
    1. shutil is required if --registry is passed
    2. The function checkout_all_repos has the arg branch passed to it, not args, so use that instead
    
    * Added a test for mepo clone --allrepos
    
    * Added test for mepo clone --registry
    
    * Added Changelong entry, fixed test, made formatter happy
    
    * Bumped version
    
    * Fixed typo in Changelog
    
    * Fixed test for checking version
    
    ---------
    
    Co-authored-by: Purnendu Chakraborty <pchakraborty@users.noreply.github.com>
    mathomp4 and pchakraborty authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    6cf68b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

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

Commits on Jan 13, 2025

  1. Updated version to 2.3.0 (#345)

    * Bumped version number
    
    * Removed unnecessary entries from CHANGELOG
    
    * Updated version number testing
    pchakraborty authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    a8ef77b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    # Conflicts:
    #	CHANGELOG.md
    #	pyproject.toml
    #	tests/test_mepo_clone.py
    #	tests/test_mepo_commands.py
    mathomp4 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    5fe9c3d View commit details
    Browse the repository at this point in the history
Loading