Граф коммитов

575 Коммитов

Автор SHA1 Сообщение Дата
Christopher Robert Van Wiemeersch be6667915d
Merge pull request #367 from Mozilla-GitHub-Standards/master
Add Mozilla Code of Conduct
2019-03-29 20:56:52 -07:00
Mozilla-GitHub-Standards f150da3331 Add Mozilla Code of Conduct file
Fixes #366.

_(Message COC002)_
2019-03-28 21:53:39 -07:00
Chris Van ee2816551f allow absolute paths for `GALAXY_API_SETTINGS` settings path 2015-03-08 22:14:56 -07:00
Chris Van b1aee45726 simplify `settings.js` 2015-03-08 22:13:48 -07:00
Christopher Van 14d3f41488 nit: use consistent indentation for `gameSchema` object 2015-01-20 16:30:59 -08:00
Chris Van 9d888468ac Merge pull request #362 from cvan/move-safe-handler
move `safeHandler` to `utils`
2015-01-20 15:58:04 -08:00
Christopher Van e704c7d4bc move `safeHandler` to `utils` 2015-01-20 15:36:37 -08:00
Chris Van 08d5d183d3 Merge pull request #361 from cvan/fix-regressed-routes
fix regressed URL routes (from #360)
2015-01-16 17:16:18 -08:00
Christopher Van 192837fd74 fix regressed URL routes, and move `server.routes` call (from #360) 2015-01-16 16:58:18 -08:00
Chris Van 62989c3d64 Merge pull request #360 from cvan/easier-to-read-routes
make URL routes file easier to read (fixes #268)
2015-01-16 15:46:12 -08:00
Christopher Van 82d8eb8c80 make URL routes file easier to read (fixes #268) 2015-01-16 15:45:41 -08:00
Chris Van 04dbf6ef07 update formatting of blocks of `curl` code samples in README 2015-01-16 15:34:41 -08:00
Chris Van 0fb372953b Merge pull request #359 from cvan/add-login-route
add URL route for steam authentication (issue #270)
2015-01-16 04:19:56 -08:00
Christopher Van b5fdfa70de add URL route for steam authentication (issue #270) 2015-01-16 04:18:44 -08:00
Chris Van 9b4c5e633c Merge pull request #355 from cvan/add-sample-curl-commands-to-README
add sample `curl` commands for API usage to README
2015-01-15 18:28:35 -08:00
Christopher Van 7dc817bf09 add sample `curl` commands for API usage to README (issue #358) 2015-01-15 18:28:21 -08:00
Chris Van 8fc68f67bd Merge pull request #354 from cvan/consistent-controller-responses
use a consistent interface for what models return to controllers (fixes #353)
2015-01-15 18:04:06 -08:00
Christopher Van 56965625cc use a consistent interface for what models return to controllers (fixes #353) 2015-01-15 17:53:27 -08:00
Chris Van 86af658785 Merge pull request #352 from cvan/dry-controller-catches
make controller handlers' `catch` methods more DRY (fixes #351)
2015-01-15 17:10:15 -08:00
Christopher Van 06c06e3d69 make controller handlers' `catch` methods more DRY (fixes #351) 2015-01-15 17:09:15 -08:00
Chris Van 4178f2af64 Merge pull request #349 from cvan/simplify-routes
simplify routes (fixes #268)
2015-01-14 23:32:08 -08:00
Christopher Van 4db2576d33 simplify routes (fixes #268) 2015-01-14 23:14:39 -08:00
Chris Van bc8327c0da update README: consolidate installation steps, make sections clearer 2015-01-14 20:14:47 -08:00
Chris Van bff66c1cc1 Merge pull request #330 from AdrianGaudebert/318-jshint-errors
Closes #318 - Fixed jslint errors.
2015-01-14 17:12:29 -08:00
Adrian Gaudebert fc57f8756d gulp lint now returns no error! 2015-01-14 22:31:04 +01:00
Adrian Gaudebert 9fb679c08a Only one Promise polyfill call. 2015-01-14 19:33:02 +01:00
Adrian Gaudebert 459d75c47f Issue #318 - Fixed linting errors for unit tests, fixed Promise polyfill. 2015-01-14 16:33:05 +01:00
Adrian Gaudebert e8fedc6d7b Closes #318 - Fixed jslint errors. 2015-01-14 16:32:08 +01:00
Chris Van ab88cad87e Merge pull request #347 from cvan/node-steam
add dependency and stubs for Steam user authentication
2015-01-14 04:30:42 -08:00
Christopher Van 8fa397a2b5 add stubs for user controllers and models for Steam authentication (issue #270) 2015-01-14 04:26:43 -08:00
Christopher Van c7aaab3958 add `node-steam` dependency for Steam authentication (issue #270) 2015-01-14 04:23:12 -08:00
Chris Van 2b3f6ec521 Merge pull request #345 from cvan/test-game-put
add test for `PUT /games/{idOrSlug}` hapi endpoint (fixes #300)
2015-01-14 04:13:17 -08:00
Christopher Van 0ad3390ca6 add test for `PUT /games/{idOrSlug}` hapi endpoint (fixes #300) 2015-01-14 04:05:32 -08:00
Chris Van 9ea8d00a3f Merge pull request #344 from cvan/add-assertion-for-exists-check-in-submitGame-function
add assertion for `Game.objects.exists` call in `submitGame` helper function in game controller tests (related to issue #298, issue #301)
2015-01-14 03:46:57 -08:00
Christopher Van c093885f4b add assertion for `Game.objects.exists` call in `submitGame` helper function in game controller tests (related to issue #298, issue #301) 2015-01-14 03:46:22 -08:00
Chris Van a35d19df39 Merge pull request #343 from cvan/test-game-delete
add test for `DELETE /games/{idOrSlug}` hapi endpoint (fixes #301)
2015-01-14 03:41:54 -08:00
Christopher Van c53793a7ed add test for `DELETE /games/{idOrSlug}` hapi endpoint (fixes #301) 2015-01-14 03:38:54 -08:00
Chris Van 6e2f232fee Merge pull request #342 from cvan/check-db-after-game-creation
check database after game creation; make game object assertions DRYer (issue #298)
2015-01-14 03:26:32 -08:00
Christopher Van 68ca65be23 check database after game creation; make game object assertions DRYer (issue #298) 2015-01-14 03:23:34 -08:00
Chris Van 701b298f2a Merge pull request #336 from cvan/test-game-detail
add test for `GET /games/{idOrSlug}` hapi endpoint (fixes #302)
2015-01-14 02:26:15 -08:00
Christopher Van 58a7078eb3 add test for `GET /games/{idOrSlug}` hapi endpoint (fixes #302) 2015-01-14 02:26:00 -08:00
Chris Van 8d7028941e Merge pull request #339 from cvan/afterEach
se afterEach to empty table for each game CRUD tests
2015-01-14 02:24:27 -08:00
Christopher Van 266e1194e5 use afterEach to empty table for each game CRUD tests 2015-01-14 02:24:14 -08:00
Chris Van 77f17591af Merge pull request #338 from cvan/test-description
test `description` in games unit tests (for good measure)
2015-01-14 01:40:32 -08:00
Christopher Van cba052c179 test `description` in games unit tests (for good measure) 2015-01-14 01:38:01 -08:00
Chris Van a330151255 Merge pull request #321 from cvan/test-games-get
write test for `GET /games` hapi endpoint (fixes #286)
2015-01-13 15:51:14 -08:00
Christopher Van 4e0804c7ff add test for `GET /games` hapi endpoint (fixes #286) 2015-01-13 15:23:52 -08:00
Chris Van d922399ec2 Merge pull request #335 from cvan/fix-db-query-test
fix `db.query` test (blocks PRs #321 and #334)
2015-01-13 15:13:42 -08:00
Christopher Van de05a66e5f fix `db.query` test (blocks PRs #321 and #334) 2015-01-13 15:13:01 -08:00
Chris Van 3f2a2c2017 Merge pull request #333 from cvan/db-tweaks
make `isConnected` helper function in `lib.db` to be more DRY
2015-01-13 00:28:10 -08:00