Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic modernizations #5

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 25, 2023

  1. Chore: Update .gitignore

    amotl committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9c31fd9 View commit details
    Browse the repository at this point in the history
  2. Modernize: Fix dependencies

    amotl committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f651c4a View commit details
    Browse the repository at this point in the history
  3. Modernize: Fix custom_crate test case by using more recent CrateDB

    When using CrateDB 3.2, the test case fails with:
    
      SystemExit: CrateDB didn't start in time or couldn't form a cluster.
      ERROR: Unrecognized VM option 'UseConcMarkSweepGC'
    amotl committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    99fca66 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    ca34ee4 View commit details
    Browse the repository at this point in the history
  2. Chore: Update project metadata

    amotl committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b1e4720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b94d184 View commit details
    Browse the repository at this point in the history
  4. Chore: Trim license file

    amotl committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f5f32e8 View commit details
    Browse the repository at this point in the history
  5. Sandbox: Fix dependencies by downgrading pip and setuptools

    ModuleNotFoundError: No module named 'pkg_resources.extern'
    amotl committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dd88e33 View commit details
    Browse the repository at this point in the history