From b7e98358f16e4b3166e9219d93a3209ca60901d9 Mon Sep 17 00:00:00 2001 From: Wycks Date: Fri, 7 Dec 2012 13:18:15 -0800 Subject: [PATCH 1/6] Initial commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..75efb38 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +WordPress-Gear +============== + +A bunch of gear for WP developers \ No newline at end of file From 6231d51e39830fc093fe59af14f8254e2113eb5c Mon Sep 17 00:00:00 2001 From: Wycks Date: Fri, 7 Dec 2012 16:41:35 -0500 Subject: [PATCH 2/6] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75efb38..c35bbd7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ WordPress-Gear ============== -A bunch of gear for WP developers \ No newline at end of file +A bunch of gear for WP developers + +The actual page: http://wycks.github.com/WordPress-Gear/ \ No newline at end of file From b31b0a0e23cd95f3f3308526f4c3f167d67a75af Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 21 Apr 2016 10:28:31 +0200 Subject: [PATCH 3/6] New structur for "Quality Control" & "Assurance" --- index.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/index.md b/index.md index cfff774..de824da 100644 --- a/index.md +++ b/index.md @@ -29,30 +29,37 @@ Base Tools - [Latest Stable](http://wordpress.org/download/) - wordpress.org - [Nightly](http://wordpress.org/download/nightly/) - wordpress.org -##### Revision control (core) - These builds roll the latest commits. +`Revision control` + +##### Core - These builds roll the latest commits. - [SVN](http://core.svn.wordpress.org/) (Subversion) - [Git](git://core.git.wordpress.org/) (Git) - [GitHub](https://github.com/WordPress/WordPress) (Git) -##### Revision control (trunk) - These repos contain source code, tools, and tests. +##### Trunk - These repos contain source code, tools, and tests. - [SVN](http://develop.svn.wordpress.org/trunk/) (Subversion) - [Git](git://develop.git.wordpress.org/) (Git) +`Quality Control` -`Unit tests` - -##### Unit Testing and profiling +##### Profiling - [Trac SVN](http://unit-tests.svn.wordpress.org/trunk/) - [GitHub mirror](https://github.com/kurtpayne/wordpress-unit-tests) - [WordPress Handbook](http://make.wordpress.org/core/handbook/automated-testing/) - Guide to automated testing -- [WP Mock](https://github.com/10up/wp_mock) - Unit tests using Mockery + +`Quality Assurance` + +##### Testing +- [WordPress Develop](https://make.wordpress.org/core/handbook/testing/automated-testing/phpunit/) - WordPress UnitTest-envoirment. +- [WP Codeception](https://github.com/10up/wp-codeception) - WordPress integrates for Codeception a PHP testing framework +- [WP Mock](https://github.com/10up/wp_mock) - API mocking framework making it possible to properly unit test within WordPress. +- [Brain Monkey](https://github.com/Brain-WP/BrainMonkey) - Mocking utility for PHP functions and WordPress plugin API - [Theme XML sample data](https://wpcom-themes.svn.automattic.com/demo/theme-unit-test-data.xml) - Official sample data - [WP Test](http://wptest.io/) - Additional test/sample data -- [Brain Monkey](https://github.com/Brain-WP/BrainMonkey) - Mocking utility for PHP functions and WordPress plugin API -- [WP Codeception](https://github.com/10up/wp-codeception) - WordPress integrates for Codeception a PHP testing framework + `Command line fu` From 326c6a9ae84940c3c7e16930ddffe23adf39ad54 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 21 Apr 2016 10:41:19 +0200 Subject: [PATCH 4/6] improvements to structure * optimized headlines * removed outdated link * added new WordPress GIT Dev-Link * added descriptions thx @Giuseppe-Mazzapica --- index.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/index.md b/index.md index de824da..7b93c82 100644 --- a/index.md +++ b/index.md @@ -42,18 +42,13 @@ Base Tools - [SVN](http://develop.svn.wordpress.org/trunk/) (Subversion) - [Git](git://develop.git.wordpress.org/) (Git) -`Quality Control` - -##### Profiling - -- [Trac SVN](http://unit-tests.svn.wordpress.org/trunk/) -- [GitHub mirror](https://github.com/kurtpayne/wordpress-unit-tests) -- [WordPress Handbook](http://make.wordpress.org/core/handbook/automated-testing/) - Guide to automated testing - -`Quality Assurance` +`Quality Control & Quality Assurance` ##### Testing -- [WordPress Develop](https://make.wordpress.org/core/handbook/testing/automated-testing/phpunit/) - WordPress UnitTest-envoirment. + +- [Trac SVN](http://unit-tests.svn.wordpress.org/trunk/) - WordPress tests repository (SVN) +- [WordPress DEV GIT](https://github.com/inpsyde/wordpress-dev) - A fork of the official WordPress developer repository with composer support added. +- [WordPress Handbook](http://make.wordpress.org/core/handbook/automated-testing/) - Official guide to automated testing - [WP Codeception](https://github.com/10up/wp-codeception) - WordPress integrates for Codeception a PHP testing framework - [WP Mock](https://github.com/10up/wp_mock) - API mocking framework making it possible to properly unit test within WordPress. - [Brain Monkey](https://github.com/Brain-WP/BrainMonkey) - Mocking utility for PHP functions and WordPress plugin API From 0a8ce39266142a2201d3e91fcb52786207ab0eb8 Mon Sep 17 00:00:00 2001 From: Franz Josef Kaiser Date: Mon, 25 Apr 2016 02:58:53 +0200 Subject: [PATCH 5/6] feat(build) Ignore master, see #130 --- .gitignore | 3 +++ .nojekyll | 0 .travis.yml | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 .nojekyll create mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..593f712 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# IDEs +## PhpStorm +/.idea \ No newline at end of file diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3596761 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +branches: + except: + - master \ No newline at end of file From dc28e09cbfc2e056403a74c3c2a83ebd01bff846 Mon Sep 17 00:00:00 2001 From: Franz Josef Kaiser Date: Mon, 25 Apr 2016 03:00:52 +0200 Subject: [PATCH 6/6] fix(docs) Fix link, see #130 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c35bbd7..bae90d0 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ WordPress-Gear A bunch of gear for WP developers -The actual page: http://wycks.github.com/WordPress-Gear/ \ No newline at end of file +[Visit the actual page](http://wpgear.org) \ No newline at end of file