-
Updated
Aug 23, 2020
free
Here are 1,710 public repositories matching this topic...
-
Updated
Sep 4, 2020
-
Updated
Sep 14, 2020 - JavaScript
-
Updated
Sep 7, 2020 - Python
-
Updated
Aug 30, 2020 - TypeScript
-
Updated
Sep 5, 2020 - HTML
-
Updated
Jul 8, 2020 - HTML
-
Updated
Jul 27, 2020 - JavaScript
The current warning message should only be displayed if parts[0] is not recognized. If parts[1] is missing it should mention a [race] or an [era] with no id key respectively.
(Alternatively this whole internal config generation should be done away with. It seems like ther
-
Updated
Jul 15, 2020 - HTML
-
Updated
Jul 31, 2020
-
Updated
Sep 5, 2020 - Java
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Jun 30, 2020 - Go
-
Updated
Jul 3, 2020 - CSS
-
Updated
Sep 5, 2020
Use YAML for eggs
Currently, eggs are exported in json format. Eggs can contain a lot of multiline strings, which makes it very hard to read them in json format.
YAML has much better support for multiline strings (see here) which would make it much easier to modify eggs as code and see changes in Pull Requests.
In addition YAML is easier to read and we've converted wings to use ya
-
Updated
Jul 4, 2020
-
Updated
Jul 15, 2020 - HTML
-
Updated
Mar 1, 2020
-
Updated
Dec 27, 2019 - C
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Jul 28, 2020 - HTML
Free apps
WhiteSource Bolt
Detect open source vulnerabilities in real time with suggested fixes for quick remediation
Buddy
One-click delivery automation for Web Developers
DeepScan
Advanced static analysis for automatically finding runtime errors in JavaScript code
TestQuality
The #1 Test Case Creation and Management for GitHub Workflows
Codefresh
A modern container-based CI/CD platform, easily assemble and run pipelines with high performance
Azure Boards
Connects Azure Boards with GitHub to plan, track, and discuss work across your teams
Zube
Agile project management that lets the entire team work with developers on GitHub
POEditor
Manage your software localization collaboratively
Percy
Automated visual review platform
GuardRails
GuardRails provides continuous security feedback for modern development teams
CircleCI
Automatically build, test, and deploy your project in minutes
Pull Assistant
Pull Assistant analyses pull requests and provides the optimal way to perform code reviews
Renovate
Keep dependencies up-to-date with automated Pull Requests
Sonatype DepShield
Monitor your open source components for security vulnerabilities - goodbye muda, hello kaizen
Cloud 66 for Rails
Build, deploy, and maintain your Rails apps on any cloud or server
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."


In 7c17bdb9c524a3ba0d36843879cca0e5dfb229a1, we added a workaround for the fact that the "deactivate a user" test messes up later tests that might interact with that user.
The better way to fix this is to use a
@openapi_param_value_generatorfunction to create a user that we'll then deactivate the user ID for. Usegit grepto find the code inzerver/openapi/curl_param_value_generators.py