ycoady / UVic-Software-Evolution

Welcome to our extravaganza in software (r)evolution!!!
Creative Commons Zero v1.0 Universal
6 stars 0 forks source link

Lab 1: Systems/Platforms available for our (R)evolution #3

Open ycoady opened 9 years ago

ycoady commented 9 years ago

We need those bones in the tar to study! :)

Post any and all ideas here---some of you are thinking very broadly, and be optimistic! What will you need in terms of data to answer you question about evolution? Code, documentation, testing, communication logs, performance metrics... etc.! :)

Hoverbear commented 9 years ago

Management / Planning

Taiga for Scrum/Kanban. Trello for flailing around helplessly. OpenProject for more planning. Redmine

Chatter

Gitter Hipchat

Issue Tracking

Bugzilla JIRA (Free for Open Source)

ghost commented 9 years ago

\ Chris Cook, Richard Claus, Sarah Nicholson

fraserd commented 9 years ago

GIMP, the open-source image editor, has a lot of history. Some of it dates back to '97.

GIMP

BrodyHolden commented 9 years ago

Basically any project on github.

paulmoon commented 9 years ago

Paul Moon & Jian Guan & Jonathan Lam

knowlesc commented 9 years ago

-- Colin Knowles, Ryan McDonald

PolloDiablo commented 9 years ago

Patch-note analysis (as a way of tracking changes):

Some code-available gaming projects:

Jeremy Kroeker

kmadrick commented 9 years ago

Apache http://www.mukurtu.org/ Safari-OS

BrodyHolden commented 9 years ago

The many Mozzila projects (including Firefox):

The Chromium web browser:

The Opera browser:

jordan-heemskerk commented 9 years ago

LINUX! https://github.com/torvalds/linux

RobertLeahy commented 9 years ago

WordPress (since 2003): https://wordpress.org/download/source/ PHP (since 1995): https://github.com/php/php-src (their bug tracker https://bugs.php.net/ might also be useful) The GNU Compiler Collection (GCC) (since 1987): https://github.com/gcc-mirror/gcc (bug tracker: https://gcc.gnu.org/bugzilla/) OpenBSD (since 1996): http://cvsweb.openbsd.org/cgi-bin/cvsweb/

EvanHildebrandt commented 9 years ago

AOSP (Android Open Source Project) https://android.googlesource.com/ Open Office http://svn.apache.org/repos/asf/openoffice/

Evan Hildebrandt, Jason Syrotuck

JorinDW commented 9 years ago

Chromium: http://www.chromium.org/ Firefox: http://www-archive.mozilla.org/projects/firefox/index.html Bootstrap: http://getbootstrap.com/ Openworm: http://www.openworm.org/ Cryptocurrency (bitcoin): https://bitcoin.org/en/ Brandon Leech, Brayden Arthur, Jorin Weatherston, Chris Life

DigitalCoffee commented 9 years ago

Bash shell: https://ftp.gnu.org/gnu/bash/ django: https://github.com/django/django bootstrap: https://github.com/twbs/bootstrap FizzBuzz, Enterprise Edition: https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition Ruby on Rails: https://github.com/rails/rails jQuery: https://github.com/jquery/jquery node.js: https://github.com/joyent/node

Public Jira Instances - Issues for various projects can be viewed and sorted - https://confluence.atlassian.com/display/JIRADL/Examples+of+Public+JIRA+Instances

Andrew Hansen & Devin Corrigall

MisterPotter commented 9 years ago

Code Analysis

Performance

Bugs/fixes

Security

Tyler Potter, Mitchell Rivett

gregnr commented 9 years ago

Greg Richardson, Parker Atkins, and Rabjot(RJ) Aujla

Where to get code base data from

Github projects (Open source) Maven libraries Google Code (for non-git projects) Proprietary software bug fix logs

Data to look for

Unit testing frameworks

Automated testing suites

EvanHildebrandt commented 9 years ago

Webalizer www.webalizer.org Used for analyzing access logs for projects using FTP or standardized log formats

Graphviz http://www.graphviz.org/ Visualization of dependencies and structural information

Jason Syrotuck, Evan Hildebrandt