|
Should HTTPS be MUST? 4 messages
David A. Wheeler: >> "It is SUGGESTED that the project website use HTTPS, not HTTP. Future versions of these criteria may make HTTPS a requirement. (The badging application will show a warning for HTT
David A. Wheeler: >> "It is SUGGESTED that the project website use HTTPS, not HTTP. Future versions of these criteria may make HTTPS a requirement. (The badging application will show a warning for HTT
|
By David A. Wheeler
·
|
|
App sites reconfiguring....
All - we're reconfiguring the demo website to have multiple tiers and use a CDN. As a result, the "secret-retreat" site will stop working, and the main site https://bestpractices.coreinfrastructure.or
All - we're reconfiguring the demo website to have multiple tiers and use a CDN. As a result, the "secret-retreat" site will stop working, and the main site https://bestpractices.coreinfrastructure.or
|
By David A. Wheeler
·
|
|
comments on criteria 2 messages
Hi, I wanted to thoroughly go over the criteria and comment on it for quite a while, but I haven't found the time. But after David's call today to look at them skimming over them I found a few things
Hi, I wanted to thoroughly go over the criteria and comment on it for quite a while, but I haven't found the time. But after David's call today to look at them skimming over them I found a few things
|
By Hanno Böck
·
|
|
BadgeApp Authentication - current plans, love to hear feedback
In the BadgeApp we have to authenticate people. Here’s some thoughts on our current plans. In general we’ve tried to do things in simple and conventional ways for a Ruby-on-Rails app; that includes us
In the BadgeApp we have to authenticate people. Here’s some thoughts on our current plans. In general we’ve tried to do things in simple and conventional ways for a Ruby-on-Rails app; that includes us
|
By David A. Wheeler
·
|
|
CII badging: We've been busy!
FYI – we’ve been busy! The “pulse” for this week starting today says that excluding merges, 3 authors have pushed 67 commits to the master branch; 47 files have changed and there have been 3,796 addit
FYI – we’ve been busy! The “pulse” for this week starting today says that excluding merges, 3 authors have pushed 67 commits to the master branch; 47 files have changed and there have been 3,796 addit
|
By David A. Wheeler
·
|
|
Keeping BadgeApp dependencies patched, nokogiri, libxml2, and cii-census 2 messages
FYI, here’s some information about nokogiri and BadgeApp. We *are* trying to make sure the application is deployed securely. Our development process for BadgeApp checks for known vulnerabilities in de
FYI, here’s some information about nokogiri and BadgeApp. We *are* trying to make sure the application is deployed securely. Our development process for BadgeApp checks for known vulnerabilities in de
|
By David A. Wheeler
·
|
|
Ranking criteria 7 messages
Hi! I'm new to this mailing list. I'm a grad student studying quantitative metrics on open source software projects, a OSS developer and former project manager, and a contracting data scientist at Sel
Hi! I'm new to this mailing list. I'm a grad student studying quantitative metrics on open source software projects, a OSS developer and former project manager, and a contracting data scientist at Sel
|
By Sebastian Benthall
·
|
|
Proposed new criteria: Don't leak private credentials in repo
Dan Kohn sent me an email asking if we should require *NOT* leaking private credentials in a repo. I'm completely on-board with this idea, so here's the issue tracker for discussion: https://github.co
Dan Kohn sent me an email asking if we should require *NOT* leaking private credentials in a repo. I'm completely on-board with this idea, so here's the issue tracker for discussion: https://github.co
|
By David A. Wheeler
·
|
|
Autofill enabled on 'secret-retreat' server
Well hooray, I *finally* found the problem with autofill, so autofill is now working on Heroku. That’s important; we have a lot of questions, but if we can fill out many automatically in many cases, i
Well hooray, I *finally* found the problem with autofill, so autofill is now working on Heroku. That’s important; we have a lot of questions, but if we can fill out many automatically in many cases, i
|
By David A. Wheeler
·
|
|
Autofill temporarily disabled
FYI: I’ve had to temporarily disable autofill. It works in test… but not in production (on Heroku), where it cannot save the project data if the repo is on GitHub. :-(. Clearly something important is
FYI: I’ve had to temporarily disable autofill. It works in test… but not in production (on Heroku), where it cannot save the project data if the repo is on GitHub. :-(. Clearly something important is
|
By David A. Wheeler
·
|
|
Let's gradually move .md files to ONLY regular markdown (as implemented on GitHub, without newline breaks), and NOT simultaneously support GitHub flavored markdown (which has newline breaks) 7 messages
I think our markdown (.md) files should slowly migrate to using "normal" markdown only (which is what GitHub uses when it renders README and .md files), and NOT try to simultaneously support both norm
I think our markdown (.md) files should slowly migrate to using "normal" markdown only (which is what GitHub uses when it renders README and .md files), and NOT try to simultaneously support both norm
|
By David A. Wheeler
·
|
|
BadgeApp - testing and dependency improvements
Our application's test coverage is now up to 91% and our (main) dependencies are up-to-date (including Rails), per: https://github.com/linuxfoundation/cii-best-practices-badge Pull requests that impro
Our application's test coverage is now up to 91% and our (main) dependencies are up-to-date (including Rails), per: https://github.com/linuxfoundation/cii-best-practices-badge Pull requests that impro
|
By David A. Wheeler
·
|
|
Autofill merged - automation started
The badge application is now beginning to automate entries for the form, so we now have a working automation framework. It doesn’t automate much yet; it current figures out the legal license in some e
The badge application is now beginning to automate entries for the form, so we now have a working automation framework. It doesn’t automate much yet; it current figures out the legal license in some e
|
By David A. Wheeler
·
|
|
Implementation plans - removing version numbers from "Gemfile" (leaving them in Gemfile.lock) 5 messages
The BadgeApp's "Gemfile" lists a lot of specific version numbers for the many gems (libraries) that we use. This makes it harder to update the libraries, and some (like Rails) have already released ne
The BadgeApp's "Gemfile" lists a lot of specific version numbers for the many gems (libraries) that we use. This makes it harder to update the libraries, and some (like Rails) have already released ne
|
By David A. Wheeler
·
|
|
Autofill plans
We now have a git branch ‘autofill’ with the start of automation. I want a simple automation framework so the code can be broken into smaller pluggable pieces (some implemented by others), instead of
We now have a git branch ‘autofill’ with the start of automation. I want a simple automation framework so the code can be broken into smaller pluggable pieces (some implemented by others), instead of
|
By David A. Wheeler
·
|
|
Badge performance
We want to make sure that projects can display the current state of their badge. That means we need to make sure that this has great performance – in most cases asking for the badge value shouldn’t to
We want to make sure that projects can display the current state of their badge. That means we need to make sure that this has great performance – in most cases asking for the badge value shouldn’t to
|
By David A. Wheeler
·
|
|
The welcome mat is out!
There have been a number of code-level changes recently, including ones that I hope will make it easier for others to get involved. I documented in doc/INSTALL.md the steps to install a development en
There have been a number of code-level changes recently, including ones that I hope will make it easier for others to get involved. I documented in doc/INSTALL.md the steps to install a development en
|
By David A. Wheeler
·
|
|
Naming current & future badging levels 2 messages
Here’s where I *think* we are going in terms of naming levels. First, the small badge (to show on GitHub, etc.) will show "cii best practices" - all lower case. Dan made the interesting observation th
Here’s where I *think* we are going in terms of naming levels. First, the small badge (to show on GitHub, etc.) will show "cii best practices" - all lower case. Dan made the interesting observation th
|
By David A. Wheeler
·
|
|
Style Guidelines
Hi David, I noticed that coding style guidelines are only a SHOULD. Colin Percival did an experiment with FreeBSD where he divided the code into 50% stylish / 50% not-stylish based on the code's consi
Hi David, I noticed that coding style guidelines are only a SHOULD. Colin Percival did an experiment with FreeBSD where he divided the code into 50% stylish / 50% not-stylish based on the code's consi
|
By
Emily Ratliff
·
|
|
links to project 2 messages
hi everyone, looks like there's a lot of activity at the moment, there is currently a link on readme.md for the BadgeApp Implementation notes. I see that we now have the flair / badge on readme.md. Is
hi everyone, looks like there's a lot of activity at the moment, there is currently a link on readme.md for the BadgeApp Implementation notes. I see that we now have the flair / badge on readme.md. Is
|
By Alton Blom
·
|