Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #7

Open
wants to merge 69 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
d9bfd73
testing stuff
elkuku Nov 4, 2011
14e31bc
Add functions to update and truncate the tables
elkuku Nov 5, 2011
dce5593
Add reset and update functionality
elkuku Nov 6, 2011
870cfc6
Add some more fishy error checks, option to reset 'hard'
elkuku Nov 7, 2011
650f2e5
Strip out parsing and formatting, Add a helper class
elkuku Nov 9, 2011
0445d9f
Add phpcs debug info
elkuku Nov 11, 2011
fcf9b28
Add username, title and avatar to status output
elkuku Nov 28, 2011
b544cd6
Add readme - please **readme** =;)
elkuku Nov 29, 2011
403464b
Move output path to config
elkuku Nov 29, 2011
e6f3a95
Clean local paths in log files
elkuku Nov 29, 2011
b353962
Add another check for fishy UT logs, and a link to the published xml …
elkuku Nov 29, 2011
a24ed2a
Add config.dist.php
elkuku Nov 29, 2011
fcd9cbb
Add option to "override" the coding standards with a custom standard
elkuku Nov 29, 2011
8deec06
Update readme - please **readme** =;)
elkuku Nov 29, 2011
1c0e9b5
Remove personal paths
elkuku Nov 29, 2011
6036162
Update readme - please **readme** =;)
elkuku Nov 29, 2011
f5a3562
Add a setup method, renamed output() to say()
elkuku Nov 29, 2011
187746c
Objects have no array_keys..
elkuku Nov 29, 2011
343d834
UT still eats errors..
elkuku Nov 29, 2011
bc1ac0f
Remove the J platform as JGitHub is now part of it
elkuku Nov 29, 2011
ed2acd7
Change the code to the new method names
elkuku Nov 29, 2011
5c6aa3e
Update sql
elkuku Nov 29, 2011
8669c1e
Move logs from test to logs
elkuku Nov 29, 2011
d937fde
Capturing more UT failures/errors
elkuku Nov 29, 2011
f4ce39c
Fix wrong conditional
elkuku Nov 29, 2011
b52fd72
Fix wrong conditional, Always force the debug output
elkuku Nov 29, 2011
3ce4473
Add addMessage function to TestResult class
elkuku Nov 30, 2011
78a2ecd
Move more stuff to the setup function
elkuku Dec 1, 2011
af0ee8e
Fix undefined $reader - bad refactoring error :(
elkuku Dec 1, 2011
4a16248
Cleanup
elkuku Dec 1, 2011
34b2e8d
Fix wording
elkuku Dec 1, 2011
c6433e2
Include some system specs in index.html footer
elkuku Dec 4, 2011
f471b81
Change deprecated loadResultArray() to loadColumn()
elkuku Dec 9, 2011
83553ea
Update readme
elkuku Dec 9, 2011
d671660
Add SQLite install SQL
elkuku Dec 9, 2011
28f9c02
Add SQLite driver and query class
elkuku Dec 9, 2011
5ce1379
Update config.dist.php to default to a SQLite db
elkuku Dec 9, 2011
87d8f9a
Add .gitignore file
elkuku Dec 9, 2011
71c0919
Change modifications to use a SQLite database
elkuku Dec 9, 2011
0b069f9
Fix unmergeable display in HTML overview
elkuku Dec 10, 2011
8e2485b
Format html output
elkuku Dec 14, 2011
7dddee9
Add start and stop a postgres test server
elkuku Dec 14, 2011
64eba02
Add dbs folder to .gitignore
elkuku Dec 14, 2011
70c58aa
Change the SQLite driver to match the modified base class
elkuku Dec 17, 2011
aa3a7f1
Add legal note
elkuku Jan 2, 2012
c4a6630
Adapted to new JDatabase::quoteName() format
elkuku Jan 4, 2012
86267ba
Change wording in html output
elkuku Jan 4, 2012
7d78bb0
a test
elkuku Jan 6, 2012
5a377d3
a test2
elkuku Jan 6, 2012
4abcded
a test3
elkuku Jan 6, 2012
73aeec8
a test4
elkuku Jan 6, 2012
23cda4c
Add support for processing multiple selected requests, change depreca…
elkuku Jan 7, 2012
634bf9f
Relocate sql files
elkuku Jan 23, 2012
4fcda0a
Add: support multiple selected pull requests (--pull) - tests are don…
elkuku Jan 23, 2012
947d32c
More accurate error infos
elkuku Jan 23, 2012
27dc12d
Merge remote branch 'origin/testing1' into testing1
elkuku Jan 24, 2012
948630f
Change: Run the tests against *master* branch instead of *staging*
elkuku Jan 24, 2012
26fd45b
Add display expected warnings, Fix HTML validation errors
elkuku Jan 24, 2012
3c85ba4
Formatting
elkuku Jan 24, 2012
bb64d32
Add a PHP version check - must be >= 3.0, Check for CLI call, remove …
elkuku Feb 5, 2012
d8b66da
Small changes to adapt to new platform version.
Mar 22, 2012
a6f1bbd
Updated report text.
Mar 22, 2012
5616224
Fixing link to details page
Mar 23, 2012
21b0e7a
- adding Bootstrap
Apr 19, 2012
60afaf9
- Bootstrapping markup
Apr 19, 2012
b93c7d6
Merge pull request #5 from kyleledbetter/elkuku
Apr 20, 2012
ef19031
Update number of expected PHPCS warnings.
mbabker May 6, 2012
1101ea7
Merge pull request #6 from mbabker/patch-1
May 7, 2012
e1f1b62
Update readme.md
betweenbrain Dec 19, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/src/config.php
/checkouts
/src/db/*
/dbs/*
340 changes: 0 additions & 340 deletions platform/LICENSE

This file was deleted.

29 changes: 0 additions & 29 deletions platform/README.markdown

This file was deleted.

116 changes: 0 additions & 116 deletions platform/build.xml

This file was deleted.

6 changes: 0 additions & 6 deletions platform/build/.gitignore

This file was deleted.

216 changes: 0 additions & 216 deletions platform/build/changelog.php

This file was deleted.

Loading