-
Updated
Nov 17, 2020
free
Here are 1,811 public repositories matching this topic...
-
Updated
Nov 27, 2020
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Nov 6, 2020 - HTML
-
Updated
Nov 16, 2020
-
Updated
Oct 12, 2020 - HTML
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Nov 3, 2020 - Pug
-
Updated
Jul 31, 2020
-
Updated
Nov 27, 2020 - Java
-
Updated
Nov 17, 2020
-
Updated
Nov 3, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
Getting a server by its visible ID requires many requests.
if I want to get a specific server using the ID visible to the user (example: efcecec0) I will have to list all servers and then filter the list. but that requires a lot of requests depending on the number of pages you have.
Describe the solution you'd like
can yo
-
Updated
Nov 30, 2020 - CSS
-
Updated
Jun 30, 2020 - Go
-
Updated
Jul 4, 2020
-
Updated
Sep 2, 2020
-
Updated
Dec 27, 2019 - C
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Mar 1, 2020
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Nov 3, 2020 - JavaScript
Free apps
Travis CI
Test and deploy with confidence
Sentry
Real-time, cross-platform crash reporting and error logging
Google Cloud Build
Build, test, & deploy in a fast, consistent, and secure manner
DeepAffects
Metrics for Team Dynamics & Productivity
CodeFactor
Automated code review for GitHub
WakaTime
Metrics, goals, and time tracking automatically generated from your programming activity
Cloud 66 Skycap
Skycap is a container native CI/CD tool
Mergify
Pull requests automation service. Merge your pull requests faster
CodeScene
A quality visualization tool to identify and prioritize technical debt and evaluate your organizational efficiency
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
Flaptastic
Manage flaky unit tests. Click a checkbox to instantly disable any test on all branches. Works with your current test suite
Cloud 66 for Rails
Build, deploy, and maintain your Rails apps on any cloud or server
LeanBoard
Whiteboard with sticky notes, connected with your GitHub issue
Coveralls
Ensure that new code is fully covered, and see coverage trends emerge. Works with any CI service
Codefresh
A modern container-based CI/CD platform, easily assemble and run pipelines with high performance
Improve this page
Add a description, image, and links to the free topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the free topic, visit your repo's landing page and select "manage topics."

There are a number of calls in
zerver/views/auth.pytoget_realm-- and most, but not all, catch the potentialRealm.DoesNotExistexception that that raises. The ones that don't currently should catch theRealm.DoesNotExistand raise aJsonableError, to prevent 500's like this: