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: mikaukora/rcc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ovatto/rcc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 34 files changed
  • 1 contributor

Commits on Nov 23, 2020

  1. RCC-111: minor unrelated fixes (v6.0.7)

    - added liveonly flag to prevent ROBOCORP_HOME/base copy (for containers)
    - added colorless flag
    - minor fix to Mac vs Linux exit codes in unit tests
    vjmp committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    a390fe1 View commit details
    Browse the repository at this point in the history
  2. RCC-110: interactive rcc create (v6.0.8)

    - now defaulting to previous alternate create command
    - old interactive promptui create is removed
    - go modules updated
    vjmp committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    735b826 View commit details
    Browse the repository at this point in the history
  3. RCC-109: more robust environment creation (v6.1.0)

    - now environment creation will retry, when force was missing and
      first creation fails
    vjmp committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    9feae34 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. RCC-56: miniconda locking (v6.1.1)

    - new environment creation is now behind miniconda3 lock
    - also environment cleanup is behind that same lock
    - now all locks should be removed when they have done their job
    vjmp committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    15d6834 View commit details
    Browse the repository at this point in the history
  2. RCC-56: miniconda locking (v6.1.2)

    - github action experiment with go version 1.15.x
    vjmp committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    e922770 View commit details
    Browse the repository at this point in the history
  3. RCC-109: more robust environment creation (v6.1.3)

    - added forced debug option on environment creation retry
    - github actions build with go 1.15.x
    vjmp committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    71c615d View commit details
    Browse the repository at this point in the history
  4. RCC-109: more robust environment creation (v6.1.4)

    - checking long path support for all OSes
    - but only windows has meaningful handler (for cmd.exe)
    vjmp committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    30b7285 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. RCC-109: more robust environment creation (v6.1.5)

    - made check for conda base environment corruption (and fail fast with
      metrics send)
    - moved metrics to cloud package (less due cyclic reference)
    vjmp committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    2015bb4 View commit details
    Browse the repository at this point in the history
  2. RCC-109: more robust environment creation (v6.1.6)

    - trying to trigger build pipeline with new version number
    - minor fix on presentation of available tasks (human robustness)
    vjmp committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    02c469a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. RCC-109: more robust environment creation (v6.1.7)

    - added --trace level printing of final conda descriptor
    - also in --trace, now showing both used conda.yaml and requirements.txt
      files content (for debugging purposes)
    vjmp committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    bd5fe72 View commit details
    Browse the repository at this point in the history
Loading