Google has quietly launched a GitHub competitor
111–120 of 164 posts
Re: Google has quietly launched a GitHub competitor
#112Hasn't Google been moving code to GitHub itself?
And keep in mind, googlesource.com is not the same service as the one talked about in this article. Not even the same backend.
Re: Google has quietly launched a GitHub competitor
#113Earlier quoted context omitted.
Google code was project hosting, not just source hosting. This clickbait article is talking about a Google product that just does source hosting and is a part of the overall Google public cloud product strategy.
Google code did source hosting and was one of the primary features.
Re: Google has quietly launched a GitHub competitor
#114This just seems to be a place to have the code that you run on Google Cloud Platform. Not exactly a competitor.
It's certainly Google Cloud branded, but it appears to have somewhat equivalent functionality to Github. For Google to launch something purely as a "Github competitor" would be silly because those using Github would quickly dismiss it; "we already have Github!" So Google are playing up the integration with the rest of Google Cloud, integrating with Github and Bitbucket, and offering additional features. You have to e…
They're private repos to which only people in your projects have access.
Re: Google has quietly launched a GitHub competitor
#115I would've liked it better, if it also had auto-deploy to gce, and auto load-balancing, scaling, health-checks and service discovery.
Re: Google has quietly launched a GitHub competitor
#116...because google code worked out so well....
Re: Google has quietly launched a GitHub competitor
#1171. Requires credit card number for free trial 2. No built in issue tracker or wiki (?)
Re: Google has quietly launched a GitHub competitor
#118WTH does this mean? Are they saying it is not secure? https://cloud.google.com/tools/cloud-repositories/docs/ Note Cloud Source Repositories are intended to store only the source code for your application and not user or personal data. Do not store any Core App Engine End User Data (as defined in your License Agreement) in a Cloud Source Repository. To use a hosted Git repository with a Cloud Source Repository, you m…
Re: Google has quietly launched a GitHub competitor
#119Every IaaS provider (Google, Amazon, Azure) has added a code hosting service or will do so in the future. Having your code hosted here will increase lock-in which is the best way for the IaaS provider to increase margins in the future. However, code hosting is not the essence of that GitHub, BitBucket and we at GitLab offer. The essence is code collaboration: mentioning people, doing a code review, activity streams,…
So one thing GitLab and others don't offer that Google can is tight integration with Deployment. Yeah we have all used the CI servers to do a form of Continous Delivery, but can google and amazon surpass those offerings by giving a tighter integration that a third part can't offer.
Currently we're thinking about solving this problem, but in our opinion it is more than a simple deployment. You need a build pipeline.
We're thinking about adding a build pipeline configuration to .gitlab-ci.yml file. Right now we're looking into how to deal with dependencies that trigger a build and how to allow for multiple environments (staging, preprod, prod) to be deployed.
We think that solving the build pipeline properly (like GoCD and Concourse already have) in a simple to setup way will offer a lot of value. What do you think?
Re: Google has quietly launched a GitHub competitor
#120Github really owns the "organization aspect". For my personal projects, I'm fine with my own git server on a cheap vm, but for work I've been really happy with Github's issue tracker and org membership administration (with which we use OAUTH heavily for internal tools, several of which queue background computation). Github issues are much easier for tracking job submissions from analysts than integrating with the com…