oncall
oncall copied to clipboard
Oncall is a calendar tool designed for scheduling and managing on-call shifts. It can be used as source of dynamic ownership info for paging systems like http://iris.claims.
> @minhaz1 could you help here as I believe from https://github.com/linkedin/oncall/issues/394 post that you can provide some guidance here too! Thank you. Hi, I am able to setup the oncall...
In the "Scheduling Templates" editor (/team/teamName/schedules): With a windowed / not full screen browser - If you click on "+ New Schedule" you can have several New Schedule elements open...
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.1 to 41.0.3. Changelog Sourced from cryptography's changelog. 41.0.3 - 2023-08-01 * Fixed performance regression loading DH public keys. * Fixed a memory leak when using :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`....
I have launched this oncall in my cloud and it is running on https://test.oncall.com/oncallservice (example url). So whenever I am clicking on any button it is redirecting it to https://test.oncall.com/{url}...
First off, kudos this is an excellent product, thank you so much for making this OSS available to all. Question: I see that there's configuration for notifications, is that specific...
The public ical endpoint is designed to be fetched by calendar applications with no authentication, so exclude it from auth enforcement.
With a freshly built docker container (built 2023-03-27) when trying to run on-call-user-sync to sync LDAP users the following error is encountered `AttributeError: 'Engine' object has no attribute 'execute'` Full...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Getting below error when trying to install the oncall in my local machine. sudo git clone https://github.com/linkedin/oncall.git cd oncall sudo /home/ubuntu/venv/bin/python -m pip install --editable . ---------------- Building wheels for...