Skip to content

Commit 98eaa06

Browse files
authored
Merge pull request #7 from utPLSQL/feature/new_about
Feature/new about
2 parents 31ba9b6 + ed4a6cf commit 98eaa06

File tree

1 file changed

+56
-5
lines changed

1 file changed

+56
-5
lines changed

about.md

Lines changed: 56 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,64 @@ It allow for automated testing of:
1111
* Packages
1212
* Functions
1313
* Procedures
14-
* Anything else that can be execute and observed from PL/SQL
15-
16-
17-
utPLSQL was originally developed by [Steven Feuerstein](http://stevenfeuerstein.com/).
14+
* Triggers
15+
* Views
16+
* Anything else that can be execute and observed from PL/SQL
1817

19-
It is currently developed and maintained by a team of passionate developers.
18+
utPLSQL is developed 100% voluntarily and embraces a [Code of Conduct](https://github.com/utPLSQL/utPLSQL/blob/develop/CODE_OF_CONDUCT.md).
2019

2120
Feel free to [try it out](/downloads), you won't regret it.
2221
Additional information can be found in the [documentation](/documentation) pages.
2322

23+
24+
## Version 3
25+
26+
While the framework exists since 1999, the current version 3 got completely rewritten in 2016 by passionate members of
27+
the community, using the object-oriented capabilities of the Oracle database to make it more consistent with other
28+
*Unit frameworks (e.g. JUnit for Java).
29+
30+
This had significant impact on the syntax and the way the framework can be used.
31+
32+
# Contributors
33+
34+
## Major Active Maintainers
35+
36+
| Name | Comments
37+
| ----------------------------------------------------- | --------------
38+
| [Jacek Gebal](https://twitter.com/GebalJacek/) | Project lead
39+
| [Pavel Kaplya](https://twitter.com/Pazus) |
40+
| [Samuel Nitsche](https://twitter.com/Der_Pesse) |
41+
| [Lukasz Wasylow](https://twitter.com/Baalowy) |
42+
| [Philipp Salvisberg](https://twitter.com/phsalvisberg)|
43+
44+
Many thanks to [all the contributors](https://github.com/utPLSQL/utPLSQL/graphs/contributors).
45+
46+
## Major Contributors
47+
48+
| Name | Comments
49+
| -------------------------------------------------- | --------------
50+
| Robert Love |
51+
| David Pyke |
52+
| [Vinicius Avellar](https://twitter.com/mrvmoreira) |
53+
54+
## Prior Major Contributors
55+
56+
| Name | Comments
57+
| ------------------------------------------------- | --------------
58+
| [Steven Feuerstein](http://stevenfeuerstein.com/) | Original Author
59+
| Chris Rimmer |
60+
| Patrick Barel |
61+
| Paul Walker |
62+
63+
# Supporters
64+
65+
The utPLSQL project is community-driven and is not commercially motivated. Nonetheless, donations and other contributions are always welcome, and are detailed below.
66+
67+
<table>
68+
<tbody>
69+
<tr>
70+
<td><a href="https://www.red-gate.com/hub/events/open-source-projects" rel="nofollow"><img src="docs/images/supported_by_redgate_100.png" alt="supported_by_redgate" style="max-width:100%;"></a></td>
71+
<td>utPLSQL has been supported by Redgate in the form of sponsored stickers and t-shirts. Thank you for helping us spreading the word!</td>
72+
</tr>
73+
</tbody>
74+
</table>

0 commit comments

Comments
 (0)