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: kubernetes-client/haskell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SiriusCourses/kubernetes-client-core
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.
  • 5 commits
  • 15 files changed
  • 3 contributors

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    53fae37 View commit details
    Browse the repository at this point in the history
  2. build-tool-depends

    peterbecich committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    fed034b View commit details
    Browse the repository at this point in the history
  3. fix cabal check

    peterbecich committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    afd5835 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Add GHC options to reduce simplier steps.

    The code in the module is autogenerated, it has only data definitions
    and manually written instances, so there is not much point in many
    simplifier steps. Reducing amount of simplification passes reduces
    about of required RAM 3 times versus default version.
    qnikst committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d688d49 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. bump text aeson (#1)

    * bump text aeson
    
    * fix test deps
    
    * update code for new jsonpath
    
    * delete package.yaml
    
    * bump x509
    
    * bump connection
    goosedb authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fb00fb3 View commit details
    Browse the repository at this point in the history
Loading