issues
search
mozilla
/
galaxy-api
INACTIVE - http://mzl.la/ghe-archive - To infinity and beyond. The backend API.
http://docs.galaxy.apiary.io/
BSD 3-Clause "New" or "Revised" License
9
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add Mozilla Code of Conduct
#367
Mozilla-GitHub-Standards
closed
5 years ago
0
CODE_OF_CONDUCT.md file missing
#366
Mozilla-GitHub-Standards
closed
5 years ago
0
Wiki changes
#365
moz-hwine
closed
2 years ago
0
[WIP] add Steam authentication (issue #270)
#364
cvan
closed
2 years ago
1
add jshint reporting to unit tests
#363
cvan
closed
2 years ago
0
move `safeHandler` to `utils`
#362
cvan
closed
9 years ago
1
fix regressed URL routes (from #360)
#361
cvan
closed
9 years ago
1
make URL routes file easier to read (fixes #268)
#360
cvan
closed
9 years ago
1
add URL route for steam authentication (issue #270)
#359
cvan
closed
9 years ago
0
Update Apiary documentation for new API endpoints and sample usage
#358
cvan
closed
2 years ago
0
Add a `status` column to game table
#357
cvan
closed
2 years ago
0
Add ACL for API endpoints (for games, leaderboards)
#356
cvan
closed
2 years ago
0
add sample `curl` commands for API usage to README
#355
cvan
closed
9 years ago
1
use a consistent interface for what models return to controllers (fixes #353)
#354
cvan
closed
9 years ago
1
Use a consistent interface for what models return to controllers
#353
cvan
closed
9 years ago
0
make controller handlers' `catch` methods more DRY (fixes #351)
#352
cvan
closed
9 years ago
1
Make controller handlers' `catch` methods more DRY
#351
cvan
closed
9 years ago
0
Increase test coverage for possible errors (e.g., `DatabaseError`) in game models
#350
cvan
closed
2 years ago
0
simplify routes (fixes #268)
#349
cvan
closed
9 years ago
1
Get npm installed on AWS
#348
cvan
closed
2 years ago
1
add dependency and stubs for Steam user authentication
#347
cvan
closed
9 years ago
3
Be DRY about "validation errors" assertions in game controller tests
#346
cvan
closed
2 years ago
0
add test for `PUT /games/{idOrSlug}` hapi endpoint (fixes #300)
#345
cvan
closed
9 years ago
1
add assertion for `Game.objects.exists` call in `submitGame` helper function in game controller tests (related to issue #298, issue #301)
#344
cvan
closed
9 years ago
1
add test for `DELETE /games/{idOrSlug}` hapi endpoint (fixes #301)
#343
cvan
closed
9 years ago
0
check database after game creation; make game object assertions DRYer (issue #298)
#342
cvan
closed
9 years ago
1
Write integration tests and simplify unit tests?
#341
cvan
closed
2 years ago
0
Write tests for game models
#340
cvan
closed
2 years ago
2
use afterEach to empty table for each game CRUD tests
#339
cvan
closed
9 years ago
0
test `description` in games unit tests (for good measure)
#338
cvan
closed
9 years ago
0
Use transactions for rolling back DB data entered by tests
#337
cvan
closed
2 years ago
0
add test for `GET /games/{idOrSlug}` hapi endpoint (fixes #302)
#336
cvan
closed
9 years ago
0
fix `db.query` test (blocks PRs #321 and #334)
#335
cvan
closed
9 years ago
0
add test for `GET /games` hapi endpoint (fixes #286)
#334
cvan
closed
9 years ago
1
make `isConnected` helper function in `lib.db` to be more DRY
#333
cvan
closed
9 years ago
0
Use Sentry
#332
cvan
closed
2 years ago
0
Add tests for UUID vs. slug flows
#331
cvan
closed
2 years ago
2
Closes #318 - Fixed jslint errors.
#330
adngdb
closed
9 years ago
6
Closes #308 - Use uuids instead of database IDs.
#329
adngdb
closed
2 years ago
12
let environment variables override defaults for npm server scripts
#328
cvan
closed
9 years ago
0
update POSTGRES_URL in dist dev/prod settings files
#327
cvan
closed
9 years ago
0
Ensure unit test coverage is (near) complete
#326
cvan
closed
2 years ago
1
use a persistent database connection (fixes #322)
#325
cvan
closed
9 years ago
0
always wipe database for other npm `test-*` scripts
#324
cvan
closed
9 years ago
0
Add postgres caching
#323
cvan
closed
9 years ago
1
Use a persistent database connection
#322
cvan
closed
9 years ago
0
write test for `GET /games` hapi endpoint (fixes #286)
#321
cvan
closed
9 years ago
1
change `.only.contain` assertion to `.deep.equal` in `POST /games` test (issue #298)
#320
cvan
closed
9 years ago
0
add test for `POST /games` hapi endpoint (issue #298)
#319
cvan
closed
9 years ago
0
Fix linting issues in existing JS files
#318
cvan
closed
9 years ago
1
Next