-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Tests for server with access control, and some more tests #710
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
Conversation
2) Test for constraint_on with GraphQL insert on_conflict
|
Review app available at: https://hge-ci-pull-710.herokuapp.com |
|
Review app available at: https://hge-ci-pull-710.herokuapp.com |
abc9b9c to
113d85b
Compare
|
Review app available at: https://hge-ci-pull-710.herokuapp.com |
|
Review app available at: https://hge-ci-pull-710.herokuapp.com |
|
Review app available at: https://hge-ci-pull-710.herokuapp.com |
|
Review app available at: https://hge-ci-pull-710.herokuapp.com |
|
Review app available at: https://hge-ci-pull-710.herokuapp.com |
d06d781 to
b425b3a
Compare
|
Review app available at: https://hge-ci-pull-710.herokuapp.com |
…state, even when it returns 200.
b425b3a to
805fd81
Compare
|
Review app available at: https://hge-ci-pull-710.herokuapp.com |
|
Review app https://hge-ci-pull-710.herokuapp.com is deleted |
|
Review app available at: https://hge-ci-pull-710.herokuapp.com |
Rules: * The schema ID is set by the `id` property, falling back to `rename`. * The schema ID is always prefixed by a URL base. * The schema name is set by the `rename` property, falling back to `id`. * The schema title is set by the `title` property, falling back to `rename`, then `id`. * If the name or title are automatically created from the ID, remove characters that might choke a code generator, such as ' ' or '/'. V3_GIT_ORIGIN_REV_ID: fac46a0849c2f36642daeca2971fdce7d253256a
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
issue #196
Solution and Design
Adding tests
All the tests are rerun with the required headers for access control.
A local HTTPS webhook is used (webhook.py in server/tests-py folder). It's certificate authority is copied to /etc/ssl/certs so that the webhook is deemed to be secure.
Type
Checklist: