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: alephdata/alephclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.1
Choose a base ref
...
head repository: alephdata/alephclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 1, 2024

  1. write-entities: nicer progress status

    This makes two changes to make a progress status a bit nicer:
    
    - Print the number with thousands separator, e.g. "150_000" instead of
      150000".
    
    - For interactive terminals it will also replace the current line rather
      than printing a new one. "\r" moves the cursor to the first column,
      and "\x1b[K" clears the line. This works on all current terminals (
      where "current" means "since the 90s").
    arp242 authored and stchris committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    dfd37b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bdacec View commit details
    Browse the repository at this point in the history
  3. Bump github actions versions

    stchris committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a58be59 View commit details
    Browse the repository at this point in the history
Loading