-
Updated
Aug 23, 2020
free
Here are 1,722 public repositories matching this topic...
-
Updated
Sep 4, 2020
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Sep 19, 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
Sep 5, 2020
-
Updated
Jul 3, 2020 - CSS
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 18, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 16, 2020 - HTML
Free apps
Azure Boards
Connects Azure Boards with GitHub to plan, track, and discuss work across your teams
Travis CI
Test and deploy with confidence
LGTM
Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review
LogRocket
Record videos of user sessions with enhanced logging information
Google Cloud Build
Build, test, & deploy in a fast, consistent, and secure manner
Check Run Reporter
See your test and style results without leaving GitHub. Supporting JUnit, Checkstyle, and more
Depfu
Automated dependency updates done right
Cirrus CI
Enjoy unlimited concurrency for fast and secure development cycle
Percy
Automated visual review platform
Sentry
Real-time, cross-platform crash reporting and error logging
Flaptastic
Manage flaky unit tests. Click a checkbox to instantly disable any test on all branches. Works with your current test suite
Imgbot
A GitHub app that optimizes your images
Sync by Unito
Build workflows across tools and teams. Integrate GitHub with Jira, Trello, Asana, HubSpot, Zendesk, Basecamp, Wrike and more
Cloud 66 for Rails
Build, deploy, and maintain your Rails apps on any cloud or server
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."


As mentioned in zulip/zulip#16183 (comment), when a merge request (MR) is updated, the GitLab webhook is repeating the whole MR description in Zulip, instead of showing only the information that has changed (e.g., the assignee(s)). Apparently the data sent from GitLab contains a
changessection with bothpreviousandcurrentvalues, so it should be possib