Mike Larsson
7317a0f3f2
Remove unnecessary test util method
2013-08-19 14:45:34 -04:00
Mike Larsson
5d7fabdc27
Allow validation through GET with assertion param
2013-08-19 14:43:55 -04:00
Mike Larsson
e9f5aabd3a
Add cuke tests to npm test
2013-08-19 13:38:13 -04:00
Mike Larsson
465db716d5
Add more tests, README documentation, and ability to test external URL
2013-08-12 18:49:07 -04:00
Mike Larsson
2b68255e90
Merge pull request #1 from toolness/cukes
...
Fix race condition in smoke test steps, better phantom cleanup.
2013-08-12 15:23:47 -07:00
Atul Varma
f8d6fdf41f
Make effort to clean up phantom child proccesses before exiting.
2013-08-12 16:14:32 -04:00
Atul Varma
5ddf6ad175
logger's exception handling, monkeypatching must be explicitly enabled.
...
Otherwise cucumber's cleanup on uncaught exceptions in
features/support/env.js doesn't get called.
2013-08-12 16:10:16 -04:00
Atul Varma
42092e6a78
Fixed race condition in smoke test steps.
2013-08-12 15:01:32 -04:00
Mike Larsson
4b75ae2b77
Adding cucumber acceptance tests
...
Currently running into a lot of problems locally getting them all to run reliably.
2013-08-09 14:41:09 -04:00
Mike Larsson
617a9f4940
Merge pull request #9 from stenington/test-coverage
...
Adding test coverage to the project
2013-08-09 09:27:37 -07:00
Mike Larsson
9d2f1f40e5
Remove some blank lines
2013-08-08 15:00:08 -04:00
Mike Larsson
33246fd7db
Adding test coverage to the project
2013-08-08 14:58:04 -04:00
Mike Larsson
e153fa1665
Merge pull request #8 from toolness/master
...
Enriched README.md with quick-start info and more stuff.
2013-08-08 11:54:30 -07:00
Atul Varma
f69ec789d3
fixed another typo in readme
2013-08-08 10:13:44 -04:00
Atul Varma
72d95462ad
fixed typo in readme
2013-08-08 10:12:59 -04:00
Atul Varma
d26f90b218
put travis badge on same line as header
2013-08-08 08:20:19 -04:00
Atul Varma
fdd7e94a25
link to openbadges-validator repo in readme.
2013-08-08 08:19:23 -04:00
Atul Varma
d3c7dc419f
Added quick start section to README.md, documented env vars.
2013-08-08 08:17:07 -04:00
Mike Larsson
2874034674
v0.0.6: Allow signatures
2013-08-02 12:52:28 -04:00
Mike Larsson
c84ac49315
Merge pull request #7 from stenington/signatures
...
Let validator take signatures
2013-08-01 15:15:31 -07:00
Mike Larsson
fb11ccaaaa
Comment cleanup, variable clarification, and readable README numbering
2013-08-01 18:15:00 -04:00
Mike Larsson
65c8451cda
Adding 0.5.0 assertion, making 1.0.0 assertion issuedon static, and including a basic smoke testing script
2013-07-31 15:11:21 -04:00
Mike Larsson
8da980742e
Let validator take signatures
2013-07-31 09:58:09 -04:00
Mike Larsson
639e1fd43c
v0.0.5: adding newrelic
2013-07-17 13:46:40 -04:00
Mike Larsson
f6f941d8e5
Adding newrelic
2013-07-17 13:46:16 -04:00
Mike Larsson
fa3e068bcd
v0.0.4: validation timing in logs
2013-07-17 13:03:32 -04:00
Mike Larsson
f963fb0dc8
Merge pull request #5 from stenington/validation-timing
...
Add validation timing to logs
2013-07-17 10:02:13 -07:00
Mike Larsson
55f272bac8
Add validation timing to logs
2013-07-17 12:54:10 -04:00
Mike Larsson
a288941c94
v0.0.3; messina for graylog integration
2013-07-11 17:06:04 -04:00
Mike Larsson
e093947f88
Merge pull request #3 from stenington/loggins-and-messina
...
Adding bin/messina for graylog integration
2013-07-11 14:05:33 -07:00
Mike Larsson
4959dafe5d
Adding bin/messina for graylog integration
2013-07-11 16:21:02 -04:00
Mike Larsson
50e8d95d69
Merge pull request #2 from stenington/ch-ch-ch-changes
...
Ch ch ch changes
2013-07-11 13:03:10 -07:00
Mike Larsson
bf5570b482
Adding travis.yml
2013-07-11 15:26:17 -04:00
Mike Larsson
76e867835f
Update README.md
...
Adding travis-ci status png
2013-07-11 15:25:06 -04:00
Mike Larsson
c4045ab679
Refactoring website tests to spy on app.render and avoid dealing with rendered page altogether.
2013-07-11 11:44:09 -04:00
Mike Larsson
4f52b7dc42
Drop unused script include from index.html
2013-07-10 23:00:37 -04:00
Mike Larsson
527960930c
Increment version.
...
Not sure incrementing patch number is technically correct,
so much as leaving it at 0.0.x indicates this is still in
the early stages.
2013-07-10 22:25:34 -04:00
Mike Larsson
4a07743343
Progressively enhance form submission:
...
xhr post validates, renders response.html fragment on the server
and jams it in the page. AJAX errors reported with alert().
Added spinner to page so users know to wait.
2013-07-10 18:07:35 -04:00
Mike Larsson
b800c9dc61
Fix JSON parse error messages
2013-07-10 16:43:41 -04:00
Mike Larsson
e1bc1e5b52
Introducing nunjucks, converting to server-side rendering
2013-07-10 16:31:21 -04:00
Mike Larsson
7653c57094
Add npm start script
2013-07-10 13:31:55 -04:00
Mike Larsson
cdc46a5abb
Fix app options
2013-07-10 13:31:15 -04:00
Mike Larsson
a9b19c2bb4
Introduce bunyan for logging
2013-07-10 13:29:39 -04:00
Mike Larsson
9f9e8dfad6
Adding website and examples unit tests
2013-07-10 11:30:25 -04:00
Mike Larsson
e71e267e7c
Breaking out libs
2013-07-10 09:46:03 -04:00
Mike Larsson
039cf72ad6
Add bin/openbadges-validator-service.js to configure and launch app.
...
Add index.js to (eventually) handle test coverage.
Add lib/paths.js for site path definitions.
lib/app.js exports build() method to build app.
lib/openbadges-validator-service.js glues all the major components together.
2013-07-10 09:37:01 -04:00
Brian J Brennan
104991107f
Initial version
2013-03-29 12:18:22 -04:00
Brian J Brennan
4959c490fb
Add license, readme
2013-03-29 12:16:58 -04:00
Brian J Brennan
927ed51a64
Initial commit
2013-03-29 12:16:07 -04:00