restricting access on PAAS [closed] - paas

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have a lab setup in office where people work in a development environment that is hosted on a Cloud PAAS (like openshift or cloudbees).
The developers connect to the cloud git repository using SSH connection. They can easily take the SSH key to home and download the code at their home. I would like to restrict that activity.
Is their a software utility available that I can use to get this done?

you want something like GitHub but self hosted? You can probably use one of the clones like Gitlab to do so. Otherwise it's difficult to restrict user access to single user PaaSs.

Related

requirements for a social networking android app [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
i am planning to make an android app for social networking with at most user base of 10000.
with almost the full-fledged feature of a social networking site
So estimating the maximum concurrent users to be 1000,please help in the following points
whether MYSql will work fine or should i use MYSql with hadoop?
whether i should go with Amazon EC2 or a shared hosting account
of GoDaddy.com is sufficient?
because I am unable to estimate the complexity and scalabiity of the project
If you are asking if you should use Hadoop, i suspect you have no idea what its for. In your case, likely not.
Shared hosting probably wont be enough. But this depends on factors that are impossible to estimate without a lot more information.

Embeddable database alternative to MySQL [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
We are trying identifying an alternative for MySQL
Since the Oracle takeover of Sun a commercial license is now needed for this product. We currently include the MySQL server, LIBMYSQL.DLL (C API) and JDBC driver (JAVA API) with our products.
We need to investigate alternatives that will not require commercial licensing. Options that we have:
Using an older version of MySQL pre-Oracle acquisition
PostgreSQL or MariaDB may be options
Any other options which satisfies our above requirements?
Can give us your suggestions?
To start from, how much is true that a commercial license is now required for MySQL? From the Oracle page it looks that next to commercial they also still have the GPL-licensed open source version.

Where can I host many open source projects? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
in my spare time I create open source projects which I hosted at google code in the past but apparently google limits the maximum number of projects to 25 which is not what I want.
I have many small projects that I want to share and showcase.
What would be your choice? I know github and sourceforge but I couldn't find information about their limitations so I'm not sure.
Where would you host more than 25 projects?
My choice would be GitHub. I don't believe they impose restriction on the number of public repositories you may have, they only ask you to keep under 1Gb each.
You can use:
github
sourceforge
I'm using github a lot more than the second..

Open Source ALM [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am looking for the current recommendations for all-inclusive open source ALM system, essentially an open source alternative to Microsoft's Team Foundation Server.
I have found two so far, Jabox and Endeavour.
Are there any others that you know of?
If you have experience with Jabox or Endeavour, can you comment on their relative merits?
I am looking specifically for all-in-one ALM solutions like Jabox and Endeavour, rather than individual applications like Jenkins, Bugzilla, TestLink, etc.
Two popular ones are OSEE from Eclipse.org and Tuleap.
Atlassian family of products can be considered as a single product. As far as I know they are open source and Atlassian gives them for free if you are developing an open source solution.

Project with high coverage sought [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I was wondering if there is any project with high coverage requirement.
To be more precisely, I'm looking for:
Open Source Project, I need to access to the code
Any class of software, e.g., library, operating system, gui
Data on the coverage achieved. Here coverage can be meant as statement coverage, branch, MC/DC
Any language
I already have such an example. It is a free open source RTOS, RTEMS. Do you have any other examples?
Thank you in advance.
Sqlite is renown for having high test coverage: http://www.sqlite.org/testing.html sadly not all the test cases are freely available.
Another list of Java programs and their test coverage is on http://www.testabilityexplorer.org/report .
If you look at the sonar nemo instance you will find some libraries with high coverage:
http://nemo.sonarsource.org
e.g.:Commons Lang (apache commons lang): http://nemo.sonarsource.org/dashboard/index/269309?asc=false&sort=5
All projects there should be open source (look for the sources link).