Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Small normalization changes (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored Jun 13, 2020
1 parent e59306c commit 1128303
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches: '**'
schedule:
- cron: '0 */6 * * *'
- cron: '0 * * * *'

jobs:
unit-test:
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ cache
*.cache.*

/phpunit.xml
/phpunit-mysql.xml
/phpunit-pgsql.xml
/phpunit-*.xml
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ Obviously because existing ones are not good enough. DSQL tries to do things dif

DSQL has been in production since 2006, initially included in [AModules2](https://sourceforge.net/projects/amodules3/) and later [Agile Toolkit](https://github.com/atk4/atk4/blob/release-4.0.1/lib/DBlite/dsql.php). We simply forked it and cleaned it up for you:

[![Documentation Status](https://readthedocs.org/projects/dsql/badge/?version=latest)](http://dsql.readthedocs.io/en/latest/?badge=latest)
![Build](https://github.com/atk4/dsql/workflows/Unit%20Testing/badge.svg)
[![Code Climate](https://codeclimate.com/github/atk4/dsql/badges/gpa.svg)](https://codeclimate.com/github/atk4/dsql)
[![StyleCI](https://styleci.io/repos/50448904/shield)](https://styleci.io/repos/50448904)
[![CodeCov](https://codecov.io/gh/atk4/dsql/branch/develop/graph/badge.svg)](https://codecov.io/gh/atk4/dsql)
[![Issue Count](https://codeclimate.com/github/atk4/dsql/badges/issue_count.svg)](https://codeclimate.com/github/atk4/dsql)

[![License](https://poser.pugx.org/atk4/dsql/license)](https://packagist.org/packages/atk4/dsql)
[![GitHub release](https://img.shields.io/github/release/atk4/dsql.svg?maxAge=2592000)](CHANGELOG.md)
[![GitHub release](https://img.shields.io/github/release/atk4/dsql.svg)](CHANGELOG.md)
[![Code Climate](https://codeclimate.com/github/atk4/dsql/badges/gpa.svg)](https://codeclimate.com/github/atk4/dsql)


## DSQL Is Simple and Powerful
Expand Down Expand Up @@ -179,15 +174,6 @@ of the frequent topics:

## Community and Support

[![Gitter](https://img.shields.io/gitter/room/atk4/data.svg?maxAge=2592000)](https://gitter.im/atk4/dataset?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Stack Overlfow Community](https://img.shields.io/stackexchange/stackoverflow/t/atk4.svg?maxAge=2592000)](http://stackoverflow.com/questions/ask?tags=atk4)
[![Gitter](https://img.shields.io/gitter/room/atk4/data.svg)](https://gitter.im/atk4/dataset?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Stack Overlfow Community](https://img.shields.io/stackexchange/stackoverflow/t/atk4.svg)](http://stackoverflow.com/questions/ask?tags=atk4)
[![Discord User forum](https://img.shields.io/badge/discord-User_Forum-green.svg)](https://forum.agiletoolkit.org/c/44)


## License and Thanks

The code of DSQL is available under MIT license with community and
[commercial support](http://www.agiletoolkit.org/enterprise) available.

Our team wishes to thanks [Reddit PHP community](https://www.reddit.com/r/PHP/)
for feedback and help in creation of this project.
15 changes: 5 additions & 10 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
ignore:
- docs
- tests
- tools
comment: false
coverage:
precision: 2
round: down
range: "80...100"
status:
project:
default:
threshold: 1%
target: 100
target: 80
patch: yes
changes: no
target: auto
threshold: 0.1
patch: false
changes: false
81 changes: 0 additions & 81 deletions tools/release.sh

This file was deleted.

0 comments on commit 1128303

Please sign in to comment.