Below you will find pages that utilize the taxonomy term “emilpriver”
November 29, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.1.5.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump async-trait from 0.1.82 to 0.1.83 by @dependabot in https://github.com/emilpriver/geni/pull/190 Bump regex from 1.10.6 to 1.11.0 by @dependabot in https://github.com/emilpriver/geni/pull/191 Bump tempfile from 3.12.0 to 3.13.0 by @dependabot in https://github.com/emilpriver/geni/pull/192 Bump clap from 4.5.18 to 4.5.19 by @dependabot in https://github.
September 29, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.1.4.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump clap from 4.5.17 to 4.5.18 by @dependabot in https://github.com/emilpriver/geni/pull/187 Bump libsql from 0.5.0 to 0.6.0 by @dependabot in https://github.com/emilpriver/geni/pull/188 Full Changelog: https://github.com/emilpriver/geni/compare/v1.1.3...v1.1.4
September 19, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.1.3.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump serde from 1.0.209 to 1.0.210 by @dependabot in https://github.com/emilpriver/geni/pull/182 Bump clap from 4.5.16 to 4.5.17 by @dependabot in https://github.com/emilpriver/geni/pull/180 Bump anyhow from 1.0.86 to 1.0.87 by @dependabot in https://github.com/emilpriver/geni/pull/179 Bump sqlx from 0.8.1 to 0.8.2 by @dependabot in https://github.
September 7, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.1.2.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release fixes a issue with continuing executing queries even if the fails.
September 6, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.1.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release fixes nix flake not being able to build
July 30, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.14.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Brief We fixed a version issue in cargo.toml
What’s Changed chore: fix version and run cargo update by @chenrui333 in https://github.com/emilpriver/geni/pull/152 New Contributors @chenrui333 made their first contribution in https://github.com/emilpriver/geni/pull/152 Full Changelog: https://github.com/emilpriver/geni/compare/v1.0.13...v1.0.14
July 4, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.12.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add distinct to maria and mysql queries by @emilpriver in https://github.com/emilpriver/geni/pull/141 Full Changelog: https://github.com/emilpriver/geni/compare/v1.0.11...v1.0.12
July 3, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.11.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump clap from 4.5.7 to 4.5.8 by @dependabot in https://github.com/emilpriver/geni/pull/131 Bump log from 0.4.21 to 0.4.22 by @dependabot in https://github.com/emilpriver/geni/pull/132 Bump serde_json from 1.0.117 to 1.0.119 by @dependabot in https://github.com/emilpriver/geni/pull/133 Bump rustls from 0.20.9 to 0.22.4 in /examples/library in the cargo group across 1 directory by @dependabot in https://github.
July 1, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.10.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix issue with not all tables are printed in schema.sql by @emilpriver(reported by @Nick-Mazuk) in https://github.com/emilpriver/geni/pull/130 Full Changelog: https://github.com/emilpriver/geni/compare/v1.0.9...v1.0.10
June 25, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.9.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update README.md by @emilpriver in https://github.com/emilpriver/geni/pull/126 Mysql maria dump by @emilpriver in https://github.com/emilpriver/geni/pull/127 Removed docker-slim image as we don’t need a image without mariadbdump anymore. Breaking changes This update removes the entire usage of mariadbdump for dumping mysql and mariadb schema.
June 24, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.8.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Removed pg_dump usage in postgres in favor of normal SQL queries by @emilpriver in https://github.com/emilpriver/geni/pull/125 Breaking changes This update removes the entire usage of pg_dump for dumping postgres schema. This also means that the schema.sql will look different but should have the same content.
June 20, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.7.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update README.md by @emilpriver in https://github.com/emilpriver/geni/pull/116 Bump regex from 1.10.4 to 1.10.5 by @dependabot in https://github.com/emilpriver/geni/pull/115 Bump tokio from 1.36.0 to 1.38.0 by @dependabot in https://github.com/emilpriver/geni/pull/113 Bump clap from 4.5.2 to 4.5.6 by @dependabot in https://github.com/emilpriver/geni/pull/114 Bump clap from 4.
June 13, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.6.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump serde from 1.0.199 to 1.0.200 by @dependabot in https://github.com/emilpriver/geni/pull/105 Add nix flake by @emilpriver in https://github.com/emilpriver/geni/pull/104 Bump serde from 1.0.200 to 1.0.201 by @dependabot in https://github.com/emilpriver/geni/pull/107 Bump anyhow from 1.0.82 to 1.0.83 by @dependabot in https://github.com/emilpriver/geni/pull/108 Bump serde_json from 1.
April 30, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.5.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changed docker slim version to not make a dump of the database
April 24, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.4.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed docs(readme): fix typos and database wait timeout by @darkenmay in https://github.com/emilpriver/geni/pull/92 Bump async-trait from 0.1.79 to 0.1.80 by @dependabot in https://github.com/emilpriver/geni/pull/94 Bump anyhow from 1.0.80 to 1.0.82 by @dependabot in https://github.com/emilpriver/geni/pull/93 Bump the cargo group across 1 directory with 3 updates by @dependabot in https://github.
April 8, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.3.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release come with a fix for GH actions
April 7, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.2.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump clap from 4.5.0 to 4.5.2 by @dependabot in https://github.com/emilpriver/geni/pull/70 Bump log from 0.4.20 to 0.4.21 by @dependabot in https://github.com/emilpriver/geni/pull/67 Bump tempfile from 3.9.0 to 3.10.1 by @dependabot in https://github.com/emilpriver/geni/pull/65 Bump serde from 1.0.196 to 1.0.197 by @dependabot in https://github.
March 3, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v1.0.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This change fixes a build issue for macos where ARM binaries was created for intel cpus
February 10, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v0.0.10.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump serial_test from 2.0.0 to 3.0.0 by @dependabot in https://github.com/emilpriver/geni/pull/39 Bump clap from 4.4.11 to 4.4.18 by @dependabot in https://github.com/emilpriver/geni/pull/40 Bump tempfile from 3.8.1 to 3.9.0 by @dependabot in https://github.com/emilpriver/geni/pull/41 Bump anyhow from 1.0.76 to 1.0.79 by @dependabot in https://github.
January 5, 2024
emilpriver/geni
Version updated for emilpriver/geni to version v0.0.8.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Added github action Added check if passed env variables is empty