Trending repository
-
Updated
Jul 22, 2022 - TypeScript
On this episode of The Download, Christina returns from some downtime with a random t-shirt and the latest developer and open source project news, including GitHub Copilot, Deno Fresh, GPT-3 code explanation, TensorFlow Lite for Commodore 64s, and more!
October 30, 2022 - November 02, 2022 • Raleigh, NC
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
The Jira and GitHub integration synchronizes development across tools and uses automation to remove manual steps and shorten delivery time.
By connecting your code in GitHub to your projects in Jira, your developers can focus less on updates and more on building great products. And with source code data flowing through Jira, the broader team can visualize deployment data in one place, extract key insights, and build powerful automations in Jira.
The V2 is a great opportunity to review the specs.
Here is an RFC for URL and verbs used on the backend specs:
POST /api/users/login
POST /api/users
GET /api/user
Proposal: change the URL to
/api/users/me(consistency onusers)
PUT /api/user
Proposal: change the URL to `/a
Semaphore lets you test and deploy code at the push of a button with hosted continuous integration and delivery.
After you push code to GitHub, it quickly runs your tests on a platform with first-class Docker support and 100+ tools preinstalled. Semaphore lets you parallelize your builds, get feedback right inside pull requests, and deploy more often in a unified workflow. Already trusted by thousands of businesses around the globe, it can help your team move faster too.
Is there an existing issue for this?
Describe the problem
The current
Build.yamlworkflow is specific to building and testing theappmodule, however, there are more than 1 apps in the project.Describe the solution
An additional build/test workflow should be added to also build/test
app-nia-catalogAdditional context
N/A