Skip to content

Latest commit

 

History

History
879 lines (712 loc) · 87.2 KB

CHANGELOG.md

File metadata and controls

879 lines (712 loc) · 87.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • 4e0db1e update: 🤖 Some updates 🤖
  • 1a00fee update: [MariaDB] updates
  • 61dabb8 update: [MariaDB] updates
  • 4191cc3 update: [MariaDB] && [MySQL] updates
  • 45f9a5b update: [MariaDB] updates
  • 90cd023 update: [MariaDB] updates
  • 949efc5 update: [MariaDB] updates
  • d05a0f4 update: [MariaDB] && [MySQL] updates
  • a637d2e update: [MySQL] updates
  • ff1fc4c update: [MariaDB] updates
  • 128a3b6 update: [MariaDB] updates
  • 3ae4a1f update: [MariaDB] updates
  • f4ff905 update: [MariaDB] updates
  • e4f6a92 update: [MariaDB] updates
  • 6cb972f update: [MySQL] updates
  • a4adf6d update: [MariaDB] updates
  • dbb0cab update: [MariaDB] && [MySQL] updates
  • f85d339 update: [MySQL] updates
  • 2425f11 update: [MariaDB] updates
  • e77b759 update: [MariaDB] updates
  • 84e651d update: [MySQL] updates
  • 10d5cf7 update: [MySQL] updates
  • 115a407 update: [MariaDB] updates
  • 8a3fc60 update: [MySQL] updates
  • d9a691c update: [MariaDB] updates
  • 0642bd1 update: [MariaDB] && [MySQL] updates
  • f53bc86 update: [MariaDB] && [MySQL] updates
  • 8ed4c82 update: [MariaDB] && [MySQL] updates
  • 7bef047 update: [MySQL] updates
  • ce74236 update: [MariaDB] updates
  • ad65873 update: [MySQL] updates
  • ad4583d update: [MySQL] updates
  • 54fbf31 update: [MariaDB] && [MySQL] updates
  • 5104adb update: [MariaDB] updates

Fixed

  • 42567a2 fix: --allow-empty for commits that are already made (maybe)
  • eda616e fix: broken data links
  • e6e8f99 fix: remove keywords
  • 3d0a42f fix: do not allow all default values to use the first tag
  • 0f2b9ad fix: better implement default and key name handling
  • a8e944e fix: improve range and type detection
  • 35f2c28 fix: also detect properly data type with a comment
  • 7f6c3a7 fix: also handle "type" for data type
  • 62102a7 fix: skip serialize if Range is empty
  • d6ca996 fix: drop useless data from mysql options list at MariaDB

Improvements

  • 5221f25 style: remove non used import
  • 8c29dca style: apply wdes/coding-standard 3.2 changes

Features

  • ab411c2 feat: implement some more small quirks to support more data
  • 9087cdc feat: support "Range - 64 bit" and "Default Value - 64 bit"
  • 648d431 feat: implement --dataset on the CLI and cleanup the CLI
  • c834981 feat: implement is_removed for mariadb variables
  • 668ece2 feat: implement back finding type by description
  • e870390 feat: implement more cases to handle range data
  • 5e62fb5 feat: implement has_description
  • 4e5d00f feat: implement back "upwards" on Range
  • f2573fd feat: implement mariadb parsing
  • 7b57a5c feat: better implement back the searching for the anchor
  • 94c3137 feat: handle floats and write all mysql files and use LF instead of CRLF
  • 3ea756d feat: implement writing files
  • 17f8046 feat: implement serializing data and more options
  • e1c850a feat: implement more fields of the struct
  • 31d57b3 feat: support rust cargo
  • a3d4c9b feat: add a type to files
  • 5cca3f5 feat: add new MariaDB documentations
  • ea189ee feat: add missing URLs for MariaDB data
  • f0a41ac feat: add a script to find missing MariaDB data
  • 9389b9a feat: add sql-error-log-plugin for MariaDB
  • bd99d8d feat: add allow-plugins to composer.json

Documentation

  • 2c6d0cf docs: update CHANGELOG.md
  • 9a5f284 docs: replace LGTM.com that will shut-down in december by rust-reportcard.xuri.me
  • 0160852 docs: fix some phpdocs that are nullable
  • 833ab62 docs: update my website link
  • a800a45 docs: drop non working dependency badge

Others

  • 1179505 chore: exclude test files from composer archive
  • b2fced3 ci: add flags to codecov config and threshold
  • 4ef6f98 chore: drop non used PHP commented out code
  • 7ec1649 ci: add codecov.yml config
  • 7cb1d91 chore: bump to rc2
  • 2b6276b chore: remove a useless comment
  • 14ba5cd ci: report coverage in a different way
  • b1e6617 ci: fix set-output deprecation
  • 514dc35 ci: make some CIs run on file changes and not always
  • dca1c9b chore: upgrade js dependencies and remove crawler
  • 7cea6f2 chore: exclude src/rust and Cargo.{toml,lock}
  • 7303b5b ci: limit Rust CIs to changed files in src/rust
  • 223edb4 ci: fixup cron
  • 952ab6e ci: build
  • 0441d2f chore: move parser test to .rs
  • 7f60823 chore: update test case 4 to remove a specific case that does not exist anymore, add tests, and implement a missing syntax
  • 3c3a23e chore: remove non used commented code
  • f83060a ci: remove non necessary grov config
  • da5c7d7 ci: cache cargo binaries and install grcov from cargo
  • bbc82fe chore: ignore new coverage files
  • 25fecb1 ci: remove verbose on codecov
  • 3972cfc ci: fix dedupe workflows
  • 0614775 ci: add missing component and fix bash commands
  • 7475be1 ci: manually use grcov
  • c2fd0f5 ci: add cancel in progress workflow
  • ce45275 ci: add debug step
  • 8a8dad9 ci: remove filter: covered
  • b4786c7 ci: try to fixup cargo flags
  • e5bd8cd ci: add Rust code coverage
  • d95e54f ci: add a workflow to build and test Rust code
  • aa239fa chore: update editorconfig for 2 spaces for data files
  • 627ce21 chore: re-implement most of the MySQL parser
  • 057a5d6 chore: rustify the mysql.rs file
  • 3340ac8 chore: move mysql.js to mysql.rs
  • 2c61433 chore: re-build cleaner.js to Rust
  • 2393ada chore: move cleaner.rs to Rust code
  • 71d6974 chore: move JS code into Rust code
  • fe2e067 chore: refurbish the Rust implementation from 2 years ago
  • c4660a9 chore: only publish necessary dist files on NPM
  • adf3ae4 chore: move variables from data to data/variables
  • 1d4d52a ci: add permissions on workflows
  • 56d5b4d ci: bump sudo-bot/action-pull-request-lock to v1.1.0
  • 094c0b4 ci: bump sudo-bot/action-pull-request-merge to v1.2.0
  • 6db6be0 chore: also resolve documentation URLs for better final matches
  • 766014b chore: require node 14
  • 5bf9152 ci: use node 18
  • ef24a6d ci: change the node versions we test
  • d942dd6 chore: bump all packages
  • c9d0d2b chore: drop dependabot
  • 0794398 chore: bump actions/setup-node to v3
  • 8a2ef6e ci: upgrade to actions/checkout@v3
  • aef8c79 chore: improve coding standard config
  • 9368b22 chore: improve composer commands
  • c189c7a ci: bump actions cache to v3

Changed

  • e96314f update: [MariaDB] && [MySQL] updates
  • d4cbcc7 update: [MariaDB] updates
  • 6d0aed2 update: [MariaDB] && [MySQL] updates
  • 6646d76 update: [MySQL] updates
  • be98073 update: [MariaDB] && [MySQL] updates
  • f6fd5f6 update: [MariaDB] && [MySQL] updates
  • cb8f850 update: [MariaDB] updates
  • 05e1883 update: [MariaDB] updates
  • 15deeb9 update: [MySQL] updates
  • 1a8bf0a update: [MariaDB] updates
  • 90a0b26 update: [MariaDB] && [MySQL] updates
  • 50ab914 update: [MariaDB] && [MySQL] updates
  • 4b57142 update: [MySQL] updates
  • daa313e update: [MySQL] updates
  • 1f02417 update: [MySQL] updates
  • bc011b7 update: [MariaDB] updates
  • 925f01f update: [MariaDB] updates
  • 1eb110b update: [MariaDB] && [MySQL] updates
  • 886d599 update: [MariaDB] && [MySQL] updates
  • fbc1e98 update: [MySQL] updates
  • 4726cd1 update: [MariaDB] && [MySQL] updates
  • b7bc2db update: [MariaDB] && [MySQL] updates
  • ef773a7 update: [MariaDB] && [MySQL] updates
  • 9837411 update: [MariaDB] && [MySQL] updates
  • 1da68a2 update: [MySQL] updates
  • 8b290ce update: [MySQL] updates
  • 9a30263 update: [MySQL] updates
  • a1fbb55 update: [MySQL] updates

Fixed

  • a402856 fix: exclude merge.php from Doctum
  • c69d529 fix: cleanup the accepted values for an enum
  • 2104623 fix: MariaDb enum values without a code tag
  • 66c6992 fix: create PR script install in "/usr/local/bin"
  • 4f10b0e fix: yarn binary path
  • de8ef42 fix: binary path for sudo-bot
  • c1528ea fix: coding standard migration mistake
  • de8945b fix: data URLs
  • 0f31076 fix: do not try to match another scope than global or session for MariaDB

Improvements

  • 0e7508c style: stop using old array syntax
  • 2784c48 style: coding standard fixes and ignore for tests
  • ce5e57b style: run prettier
  • daeec8f style: migrate to wdes/coding-standard and composer json cleanup

Features

  • 1b8f387 feat: pass phpstan v1 max level
  • 0273dbf feat: simplify PHP 8 composer installs
  • 7c6a94e feat: add new S3 data file
  • 29960a3 feat: add new data sets

Documentation

  • b0af14e docs: update CHANGELOG
  • 41631bf docs: add FUNDING and SECURITY
  • 474885d docs: update docs submodule

Others

  • 5a708dd chore: do not try to change version in composer.json
  • b492531 ci: set back coverage to xdebug for PHP 7.1
  • 095d6bf ci: set PHP 8.1 as a normal tested version and nightly as an experimental version
  • 848c359 chore: ignore composer.lock
  • 7f56820 chore: remove version field from composer.json
  • ed98920 chore: upgrade phpstan to ^1.2.0
  • 4dc14cd ci: do not require SKIP_DOCS_STEPS ENV
  • 624b71e chore: update jshint, mocha, prettier
  • af0326c ci: add new workflow environment names
  • 2e6ae05 chore: update dependencies
  • a5a3627 ci: fix workflow
  • 12cb0c7 ci: adjust lint and analyse CI config and run tests on PHP 8.1
  • 9c72287 ci: test on node 12, 14, 15, 16
  • 6954d32 chore: require node 12
  • 13bf7a5 chore: upgrade jshint, mocha, prettier
  • e120770 ci: remove sudo for pages build
  • 8e31e3b ci: remove composer arguments
  • 2552a4b ci: use different templates for each workflow
  • 2944134 ci: allow access to secrets
  • ca5bb42 ci: handle non docs workflow
  • 3cc68cb ci: fix NodeJs not expanding ~ of paths
  • 852e2c3 ci: fix build process missing files
  • 80eb36d ci: use non relative paths for some file arguments on sudo-bot
  • 61263ca ci: fix secret for sudo-bot GPG passphrase
  • 547e15e ci: remove duplicates lines on the sudo-bot script That simple..., wtf keyboard what did you do /o\
  • a208602 ci: add more debugs for sudo-bot script What is wrong ? :/
  • c8255a2 ci: fix sudo-bot, use bash instead of sh
  • 3f0f318 ci: debug command line issue
  • fa11e54 ci: use bash equals for sudo-bot
  • 4329113 ci: fix move to root dir for API docs
  • 373a22f ci: rename cache to tmp
  • 085abed ci: fetch all the repository to have the gh-pages branch available
  • 43d7ecd ci: fix root dir path for sudo-bot docs
  • 5cfd151 ci: make sudo-bot script executable
  • 44293ad ci: fix PHP documentation workflow
  • 6b0f012 ci: drop all the old sudo-bot process and re-build it
  • dcad6c8 ci: rename GPG_PRIV_PASSWORD ENV to GPG_PASSPHRASE
  • 3ba3766 chore: upgrade chai and mocha
  • e48d0c0 ci: Update actions/checkout to v2

Changed

  • b78197e update: [MySQL] updates
  • 537d185 update: [MySQL] updates
  • 1f7868b update: [MariaDB] updates
  • fce5e6a update: [MariaDB] && [MySQL] updates
  • 8aabb2b update: [MariaDB] && [MySQL] updates
  • deaa820 update: [MariaDB] && [MySQL] updates
  • fd5e5de update: 🤖 Some updates 🤖
  • 4278ad9 update: [MariaDB] && [MySQL] updates
  • 37a7156 update: [MariaDB] && [MySQL] updates
  • 74c152c update: [MariaDB] updates
  • 3b86e1f update: [MySQL] updates

Fixed

  • a8a7893 fix: KBEntry::jsonSerialize phpdoc block
  • 4d33f7e fix: Rename master to source for MySQL replication options

Features

  • 2402554 feat: improve release script
  • 632dc1c feat: update documentation submodule
  • c9bcc1c feat: improve API docs config

Others

  • bba46a3 ci: use sudo-bot/action-doctum
  • 3550bd1 chore: update dependencies
  • 35b9c29 ci: update lint and analyse workflows
  • 7c08136 chore: change php requirements to "^7.1 || ^8.0"
  • b48b3be chore: remove .gitignore from vendor bundles

Changed

  • 749afd6 update: [MariaDB] updates
  • 238e5ae update: [MariaDB] && [MySQL] updates
  • eb62400 update: [MariaDB] && [MySQL] updates
  • bf0405b update: [MySQL] updates
  • 85e3b2b update: [MariaDB] && [MySQL] updates
  • 5f24772 update: [MariaDB] updates
  • 17e905f update: [MariaDB] updates
  • 7fb17c1 update: [MariaDB] updates
  • 2ab4b94 update: [MySQL] updates
  • 6dca35c update: [MariaDB] updates
  • 25cc2f5 update: [MariaDB] updates
  • a106adc update: [MariaDB] && [MySQL] updates
  • f32aa3c update: [MySQL] updates
  • 1a9712e update: [MariaDB] updates
  • e68823d update: [MariaDB] && [MySQL] updates
  • 25327b8 update: [MariaDB] && [MySQL] updates
  • c70c4d5 update: [MariaDB] && [MySQL] updates
  • 24a7590 update: [MySQL] updates
  • 86688c6 update: [MySQL] updates
  • 62e472b update: [MariaDB] updates
  • 8715b00 update: [MySQL] updates

Fixed

  • 438f58b fix: use another way to validate variables in MySQL documentation
  • e23b886 fix: use stdout instead of stderr for phpunit
  • 633e667 fix: rename mysql options slave to replica
  • 1da576b fix: remove an invalid edge case
  • 6cb4b61 fix: support bad naming for enums
  • f836f84 fix: activate back h3 detection
  • 894cce5 fix: detect nodes until next header
  • ff6fa4a fix: ignore non variables headings
  • c4d3a15 fix: detect all the nodes until a separation line
  • 8dbe3d1 fix: headers can be td or th elements on some MySQL pages
  • 8d5ff2e fix: update XSD url for phpunit
  • f127419 fix: remove incompatible expectExceptionMessage with phpunit 7
  • 239fa7f fix: phpunit test must use expectExceptionMessageMatches intead of expectExceptionMessageRegExp
  • 45f5288 fix: add target folder to .npmignore

Features

  • 7823f6b feat: move to phar method to generate docs
  • b0b51b9 feat: add a PR template for documentation updates
  • 6e0e3c4 feat: remove sami/sami and use code-lts/doctum
  • 00439a0 feat: set main as the default branch
  • bb22aac feat: add test cases for the MariaDB extraction script
  • 44ca8ce feat: export MariaDB functions for testing
  • d3e5cab feat: Allow phpunit 9

Documentation

  • f457e52 docs: Update Repology badge after the merge of Fedora and Debian data

Others

  • dc34e69 ci: update some commands
  • c304be5 ci: use actions/cache@v2
  • 5e0e575 chore: update phpstan config
  • bd06752 chore: upgrade dependabot to v2
  • b945b95 chore: upgrade @sudo-bot/sudo-bot to ^1.2.3
  • 9d4752e chore: upgrade @sudo-bot/sudo-bot to ^1.2.2
  • ef3e911 chore: upgrade @sudo-bot/sudo-bot to ^1.2.1
  • 87feee1 chore: improve doctum config
  • 5ae8538 ci: make the script render instead of parse
  • ce383e6 chore: upgrade crawler and mocha
  • 2444a8d chore: upgrade @sudo-bot/sudo-bot to ^1.2.0
  • 5cb8e6f ci: upgrade sudo-bot/action-pull-request-merge to 1.1.1
  • 390ee9c ci: Ignore php 8.0 because of phpunit
  • 7f72d9c ci: add php 7.4 and 8.0 to the matrix
  • 5ca10f0 ci: remove the need of upload token, upgrade shivammathur/setup-php to v2
  • d37a838 chore: change php versions requirements from ^7.1 to >=7.1
  • 0d21cc7 chore: upgrade some dependencies to require recent versions
  • c4c75df chore: upgrade dependencies

Changed

  • 8b61506 update: [MariaDB] updates and other changes
  • 3826dad update: [MariaDB] updates
  • 3300c03 update: [MariaDB] updates
  • dd877a2 update: [MySQL] updates

Features

  • 969103e feat: exclude some files from git archive version of the repo "export-ignore"
  • f564f47 feat: move all commands to yarn
  • 4ac523a feat: move to yarn

Others

  • 937d0d1 chore: remove codecov npm dependency

Added

  • d9742f4 add: Travis CI cron
  • 403f751 add: Workflows
  • fad58a0 add: get clean type from mixed string
  • 58f6ce1 add: test case 4 before type detection enhancement

Changed

  • 4d67c9c update: [MySQL] updates and other changes
  • 3231ac4 update: [MySQL] updates
  • a50744f update: [MySQL] updates
  • 034b517 update: [MySQL] updates
  • a551a29 update: [MariaDB] updates
  • af7a10c update: [MariaDB] updates
  • 7a979e2 update: [MySQL] updates

Removed

Fixed

  • 4c7126f fix: use new build command and convention for changelog-generator-twig
  • ed7158c fix: Improve docs generation script
  • 4176e94 fix: phpdoc errors reported by phpstan
  • 8369147 fix: phpdoc block
  • 3faaae7 fix: Use version 1.0.5 of sudo-bot/action-pull-request-lock
  • 4b06ebe fix: test case 4 after adding support for 'type: default, range' in MySQL pages

Features

  • 6e928c7 feat: Add a release script
  • 03809c5 feat: make Swaggest\JsonSchema\Schema optional for Debian packaging vendors
  • 22744bb feat: get rid of the url:: resolver to make the vendor optional
  • ab4a210 feat: added sign-release script
  • 7e58e57 feat: Improve sudo-bot template file
  • 668f1a0 feat: Add docs build and PR
  • 530f0c1 feat: Add packaging status badge from repology
  • 0e37662 feat: Add workflow to lock a closed pull-request
  • 8c65961 feat: Add script to trigger a workflow
  • 74fbc90 feat: support 'type: default, range' in MySQL pages

Others

  • 89c3397 chore: remove /schemas folder for dist archives (composer)
  • 976d936 chore: remove /target folder for dist archives (rust support)
  • 7634363 chore: Add .gitattributes to ignored dir for dist archives
  • 73dfae0 chore: move tests to a more standard place
  • dc37421 chore: simplify phpunit version regex
  • 9fc286a ci: Add merge pull-request workflow
  • 44d115e ci: add --no-interaction and fix docs build
  • a1596a5 chore: update phpstan/phpstan to 0.12
  • f96a3d1 chore: update slevomat/coding-standard to 6.0
  • 6248da5 chore: Update docs submodule
  • f3ac5ee chore: replace badge in README.md
  • 42cf92f ci: finish migration to GitHub actions
  • f0cb417 ci: remove all TravisCI files

Added

Changed

  • b4afbca update: dependencies
  • 856b39c update: [MySQL] updates
  • 9d7b3c3 update: .gitattributes file
  • 9eab800 update: .gitattributes file
  • 530c6a6 update: [MariaDB] updates
  • 53bae92 update: [MariaDB] && [MySQL] updates
  • aeb2ffd update: [MariaDB] && [MySQL] updates
  • fd9ac5e update: [MariaDB] && [MySQL] updates
  • 0860955 update: dependencies
  • 215fcf3 update: [MySQL] updates
  • 0434d0a update: [MySQL] updates
  • 9a65d87 update: [MariaDB] && [MySQL] updates
  • 6f6f19f update: dependencies

Fixed

  • baee0c0 fix: some MySQL and MariaDB fixes
  • 185ebb2 fix: cleanCli undefined

Features

  • 14d2a95 feat: add tests for MySQL parser
  • 228ee4a feat: Add cleaner for default values

Changed

  • 6416780 update: package version to 1.2.7
  • 520d89c update: [security] bump lodash from 4.17.11 to 4.17.14
  • cf60c43 update: [security] bump lodash.merge from 4.6.1 to 4.6.2
  • dfda544 update: [MariaDB] && [MySQL] updates
  • 4b31b18 update: [MariaDB] && [MySQL] updates and other changes

Added

  • 1c5ccf2 add: SECURITY.md
  • 61a933f added: dependencies up to date badge
  • a55aa0c added: php lint to CI and removed apt cache key
  • b3edac6 add: .phpunit.result.cache to ignores
  • 77830b6 add: test command to composer.json
  • 0daf1a8 added: jshint to dev dependencies
  • 3987131 added: .jshintignore

Changed

  • 09de4e1 update: prettier from 1.17.1 to 1.18.2
  • e4a96c9 update: package version to 1.2.6
  • 57a2f9c update: [MariaDB] && [MySQL] updates
  • 1ba2bdd update: [MariaDB] && [MySQL] updates
  • 10e8854 update: .travis.yml
  • 414e4a6 update: @sudo-bot from 1.1.7 to 1.1.8
  • 2f8f42c update: @sudo-bot from 1.1.6 to 1.1.7
  • 9477c48 update: @sudo-bot from 1.1.5 to 1.1.6
  • 824f4f0 update: [MySQL] data
  • 55d6f72 update: [MariaDB] data
  • f679d22 updated: dependencies and package-lock.json
  • 46f52d8 update: [MySQL] data
  • 22a609b updated: swaggest/json-schema from 0.12.3+ to 0.12.9+ & phpunit command
  • 18d2e32 update: [MySQL] data
  • c5cafc6 update: [MariaDB] && [MySQL] updates
  • b2f66ca updated: dependencies and package-lock.json
  • ac490c2 update: @sudo-bot cron script and README.md
  • 13b93dc update: [MariaDB] && [MySQL] updates
  • a9ddf62 updated: prettier and mocha dependencies
  • 1df9f60 update: [MariaDB] && [MySQL] updates
  • 1862d41 updated: sudo-bot and codecov npm dependencies
  • d2c8b8e update: [MySQL] updates

Removed

  • f2d43b0 removed: spy script (useless)

Fixed

  • 4277ed2 fix: alert detected by lgtm
  • 6d386ce fix: CI @sudo-bot script
  • b8ab559 fix: MariaDB script
  • 2362512 fix: move crawler to dev-dependencies
  • f106ca1 fix: CI and .gitignore and phpstan command
  • ba2631e fix: cleaner and add tests
  • e80c410 fix: @sudo-bot CI
  • a7cf7bd fix: remove renamed file
  • 8fd2d9f fix: @sudo-bot CI
  • cc7aac7 fixed: CI reporting for non mocha tests
  • b40a61b fix: @sudo-bot use 'npm ci' when package-lock.json exists
  • 43b8e95 fix: CI rename style to lint
  • 7bb4a5b fixed: jshint setup
  • 9143014 fixed: .npmignore

Improvements

  • b4d600b improved: Improved extraction process and fixed bugs
  • 7e81a29 improved: move MariaDB and MySQL script to crawler and jquery
  • 8190342 improved: Replace jsdom by crawler
  • be05dea improved: CI install of npm and composer packages
  • e4b65db improved: Moved phpcs and phpcbf commands to composer
  • 53bd313 improved: Use namespace for tests
  • 97f6095 improved: schemas testing
  • ed45a4d improved: added tests for each .json file format
  • 5b51377 improved: Use phpunit for exception expectations
  • e646cd4 improved: Move spy to cleaner and add tests
  • bc65814 improved: extract scripts and use Promise and callbacks

Added

  • 046c3fe added: php7.3 and osx php7.3 to test matrix
  • 2491c41 added: snyk and dependabot to README.md
  • 3fa4313 added: dependabot config
  • 571ccf3 added: LGTM and fixed changelog
  • a068fde added: merged data and tests to PR template
  • effd148 added: template for sudo-bot and mocha
  • d17883b added: sudo-bot

Changed

  • 44264b0 update: package version to 1.2.5
  • 97ec035 update: [MySQL] updates
  • 9eb743f update: commit message format
  • 5366e10 updated: package-lock.json and package.json and changelog
  • 2786d1a updated: MySQL data
  • 9cffbf6 updated: MariaDB data
  • 13d7ba4 updated: composer.json && updated: composer.lock
  • 7e80648 updated: composer.lock
  • affedaf updated: package-lock.json and dependabot config
  • 0f8b1a0 updated: changelog 📖
  • e031ee1 updated: package.json & package-lock.json
  • b4675f3 updated: sudo-bot
  • dd0ff5c updated: [MySQL] & [MariaDB] data
  • 852b3a2 updated: composer.lock and package-lock.json and updated package.json
  • ef766fd updated: changelog 📖

Removed

Fixed

Improvements

Added

  • 5c00bb6 added: deploy on tag
  • 83b9b19 added: Travis CI labels
  • 00a10ea added: sudo-bot cron script :factory:
  • 071ef1d added: CODEOWNERS :lock:
  • 4f71020 added: [MariaDB] system-versioned-tables

Changed

  • 3092bc0 updated: composer.json & package.json - version 1.2.4
  • 797b1f3 updated: [MySQL] & [MariaDB] data
  • c999377 updated: [MySQL] data
  • 03d5d6e updated: [MariaDB] data
  • 68f2187 updated: changelog :book:

Fixed

Added

  • 03cb762 added: json schema validation for merged-ultraslim.json
  • fd46f68 added: swaggest/json-schema

Changed

  • 8076644 updated: composer.json & package.json - version 1.2.3
  • 9bd0602 updated: api docs :book:
  • fb2f2f6 updated: changelog :book:
  • 6696ca7 updated: merged data
  • 143e1f2 updated: [MariaDB] data
  • c99e2f7 updated: [MySQL] data
  • c2903a2 updated: composer.lock :lock:
  • 5378614 updated: changelog :book:

Removed

Fixed

Improvements

  • c920fd8 improved: Tests :rocket: :package:

Added

  • e95b8dc added: phpcs rules
  • e402e0c added: getVariable
  • 4e7ae6f added: badges and install intructions :book:
  • 9bed254 added: npm ignore
  • 47c5d56 added: changelog :book:
  • bbeed46 added: changelog generator :book:
  • 5cf8a17 added: [MariaDB] more documentation

Changed

  • 5b6a4bd updated: composer.json & package.json + :lock: - version 1.2.2
  • aa546c7 updated: changelog :book:
  • 1777f13 updated: prettier
  • e94a9db updated: [MySQL] & [MariaDB] data
  • 59e5baa updated: release script
  • 5140d06 updated: api docs
  • 2bc0164 updated: composer.lock :lock:
  • c6cb704 updated: composer.json & package.json
  • e2c6706 updated: changelog generator :book:
  • fb4cabe updated: submodule commit hash

Fixed

Improvements

  • 8af998f style: composer.json & package.json
  • 5241c13 style: phpcs & prettier
  • e5d987c style: phpcs & prettier

Added

  • fe488b8 added: KBException>Exception
  • 016346b added: markdown format :package: :book:
  • 8742aa0 added: markdown format in data :package:
  • 5c01220 added: API docs :book:

Changed

  • 057b23f updated: composer.json & package.* - version 1.2.1
  • bdaf01a updated: prettier ignore & composer archive & phpcs
  • f8786b2 updated: [MySQL] & [MariaDB] data
  • f64d72c updated: travis config
  • 7df7e60 updated: README :book:
  • bdf4e22 updated: phpcs & phpstan config

Fixed

  • c16e655 fixes: command line bug in data
  • 3637458 fixes: bug in validValues

Improvements

Added

  • 1928c75 added: getVariableType in API :rocket:
  • 94b083c added: variable type & ultraslim php :package:
  • e7368b7 added: spy script :eye:
  • ab2594e added: [MySQL] documentation
  • e16eb29 added: [MySQL] documentation
  • 4e86741 added: [MySQL] documentations
  • e156e4f added: [MySQL] documentations
  • 58751e1 added: JSON key sorter
  • 0a66b68 added: [MySQL] data
  • f744088 added: [MySQL] replication options documentation

Changed

Removed

  • 0c37939 removed: :bug: dataType from data, now type

Fixed

Improvements

  • 0335da9 improved: API :rocket:
  • 362e136 improved: [MySQL] extract script
  • 042d762 style: phpstan & prettier

Added

  • 1dc3bf7 added: prettier
  • 797487a added: Search & phpcs & phpstan & travis & phpunit & test
  • ccb19a2 added: data from data builder
  • 5586808 added: data builder

Changed

  • 0a0b691 updated: composer.json - version 1.1.0
  • d5a006d updated: merge script
  • d891c83 updated: [MariaDB] kb url
  • 5879b6f updated: .gitignore
  • 29523ef updated: composer.json
  • 1d0bcea updated: [MariaDB] data
  • 39d5440 updated: [MySQL] & [MariaDB] data

Fixed

Improvements

  • bbd013e style: phpstan & prettier

Added

Changed

Fixed