Skip to content

Commit

Permalink
Fixed build, added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonstur committed Oct 25, 2019
1 parent e1d9e90 commit 7751d88
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
include .env
export

.PHONY: clean build check-versions release-notes deploy test help

DATE=`date +'%F'`
NAME=`xmllint --xpath "//project/artifactId/text()" pom.xml`
VERSION=`xmllint --xpath "//project/version/text()" pom.xml`
URL=jdbc:mariadb://localhost:3306/filldb

clean:
@echo "[$(NAME)] Cleaning"
Expand Down
26 changes: 26 additions & 0 deletions src/docs/releases/release-0.1.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
0.1.0

First real version. Features:
- Support for mariadb, no other DBs can be used from the command line
- Support for other DBs as a library is; use at your own risk
- Supports arbitrary schema, no need to teach the tool anything
- Various command line arguments to turn features on and off
- There is a help command but it doesn't help much yet
- Generating lorum ipsums from:
- Generic lorum ipsum as fallback
- DeLorean ipsum
- Samuel L. Jackson ipsum
- Legal ipsum
- Maui ipsum
- Doggo ipsum
- Cat ipsum
- Many more..
- There are both local and remote ipsums, remotes are retrieved from their respective websites
- There is image generation, the code retrieves a random comic from a set of configured webcomics
- Ability to delete all data from the DB before generating new
- Ability to use the existing data from the DB and add to it
- A generator based on regular expressions found in the column comment
- Generators for many common fields:
- address, street, city, country, state, name, organization, password, hex, and more..
- Support for the common data types:
- int, bigint, varchar, bit, text, blob. Many data types still missing

0 comments on commit 7751d88

Please sign in to comment.