Daniel Wang
Daniel Wang
To integrate with Twilio, you'll need to set up Iris relay(https://github.com/linkedin/iris-relay), which is by default hosted on port 16648. This should allow Twilio to hit the proper endpoints and deliver...
You probably need to turn off `ONLY_FULL_GROUP_BY` in your mysql mode.
In config.yaml, set server settings: ``` server: host: 0.0.0.0 port: 16649 disable_auth: False # allow logins by existing users, but without checking credentials allow_http: True # seession cookies marked secure=False...
You can use either. The admin tool is likely easier to set up than LDAP. We suggest demo/demo since the dummy data includes the demo user by default. Check the...
Moving discussion to this issue. It looks like Oncall is giving you a 401, so I'd check the settings you've enabled for auth in Oncall. I'm guessing that you've toggled...
Your proposed fix sounds reasonable. As long as the new option is configurable and defaults to the current behavior, this sounds good to me.
I find myself using advanced mode more often to schedule day-long shifts on the calendar, rather than start time to end time events. Although, that's mostly personal preference. I believe...
Yes, still planned. Not sure why those commits linked to this issue.
We're running this with uwsgi/nginx in production, so I don't have too much to offer on the gunicorn front. I'm not able to run that command, only `gunicorn -b 0.0.0.0:8080...
This appears to be a problem with SSL verification on files.pythonhosted.org; probably transient. We have installation instructions for development in our Readme, and Docker for quick setup. Support for services...