Commit Graph

115 Commits

Author SHA1 Message Date
David Baumgold
c1f5fe6ed9 wordsmithing 2014-05-07 16:16:54 -04:00
David Baumgold
ab94cb023f move comment 2014-05-07 16:08:28 -04:00
David Baumgold
911405cd41 make sure the script works with the table flag 2014-05-07 16:05:53 -04:00
David Baumgold
6e48d54a7d Refactor to support two-factor authentication 2014-05-07 15:58:26 -04:00
David Baumgold
d49c97bd27 return tuple, not list
so the output can be memoized
2014-05-07 11:12:46 -04:00
David Baumgold
a5f078c6c4 include commits-without-prs table 2014-05-07 11:06:45 -04:00
David Baumgold
edab57d6c7 Removed message about non-affiliated open source contributors 2014-05-06 16:35:12 -04:00
David Baumgold
24bb331b06 memoized function 2014-05-06 16:34:41 -04:00
David Baumgold
c5cdfdc885 auto-create OAuth token for Github API 2014-05-06 16:10:25 -04:00
David Baumgold
7de3b4098c Nicer error messaging 2014-05-06 09:42:28 -04:00
David Baumgold
96122fc9a9 Warn and continue for missing merge commits 2014-05-06 09:34:12 -04:00
David Baumgold
ee33a12d75 IGNORED_EMAILS is no longer used 2014-05-02 15:57:14 -04:00
David Baumgold
9668a33563 Include author in table 2014-05-02 15:52:43 -04:00
David Baumgold
cd538bd800 Create edx remote if it doesn't exist 2014-05-02 15:41:17 -04:00
David Baumgold
c694aaf511 removed unused import 2014-05-02 11:50:03 -04:00
David Baumgold
76d1ea0b8e Removed unused function 2014-05-02 11:49:37 -04:00
David Baumgold
333ec9d38a Major refactoring based on Cale's branch approach 2014-05-02 11:45:49 -04:00
David Baumgold
460ee964fd Make release table by PR, instead of by commit 2014-05-02 10:46:37 -04:00
Jason Zhu
fca915c365 install and set up paver before using it
install and set up paver before using it
2014-04-19 17:21:21 +08:00
Jason Zhu
2231d6ccf3 install and set up paver before using it
install and set up paver before using it
2014-04-17 14:28:00 +08:00
Will Daly
44dad41ede Switch from Rake to Paver 2014-03-25 11:32:19 -04:00
Han Su Kim
9bccb3e45c also delete two files associated with Vagrantfile in edx-platform 2014-02-28 15:03:06 -05:00
Will Daly
812e71bbbb Revert "Fix sys.path manipulation in pavement.py, with detailed comment"
This reverts commit 544616be4b.
2014-02-24 11:30:40 -05:00
Will Daly
544616be4b Fix sys.path manipulation in pavement.py, with detailed comment
Restore reverted changes from paver part 1
2014-02-18 15:09:07 -05:00
Will Daly
c85c4b22ed Revert "Replace rake functions with python paver functions"
This reverts commit df2e410f2a.
2014-02-14 14:25:28 -05:00
David Glance
df2e410f2a Replace rake functions with python paver functions
Deprecated rake functions issue a warning and then call paver
replacements

Bring Paver commands up to date with master for servers, assets, and docs.
Revert deprecation of quality, tests, and i18n for a future pull request.
Deprecate workspace migration
2014-02-14 11:25:55 -05:00
David Baumgold
3f1612acea Merge pull request #2497 from edx/db/brew-bundle-install-script
Teach install-system-req.sh about `brew bundle`
2014-02-06 16:12:37 -05:00
David Baumgold
decda74899 Teach install-system-req.sh about brew bundle 2014-02-06 14:11:11 -05:00
David Baumgold
c273648395 fixup create-dev-env.sh 2014-02-06 14:09:05 -05:00
hkim823
70ca3a4729 fixing create-dev-env.sh to use Brewfile 2014-02-06 11:10:05 -05:00
Will Daly
8ee601a5e3 Clean up Mongo databases created by the test suite. 2014-02-05 11:07:34 -05:00
Will Daly
a86d56ccba Cache databases to speed up acceptance tests 2014-01-28 14:39:26 -05:00
Calen Pennington
7db4cca826 Make the release script not fall over when piping data to a file 2014-01-06 12:59:47 -05:00
e0d
6134bb5384 cr comments 2013-12-19 23:09:23 -05:00
e0d
c5ecbc1d42 script bombs if comments include unicode 2013-12-18 21:47:49 -05:00
David Baumgold
fb13bed947 Updating comments and docs for MITx -> edX transition 2013-12-10 13:21:18 -05:00
Ned Batchelder
149c3fd05f Make runone work with more test output. 2013-12-03 14:13:54 -05:00
David Baumgold
6bdff09a5c Removed old release script 2013-11-13 13:23:17 -05:00
David Baumgold
da49c353b5 Ignore certain emails in release script 2013-10-28 16:56:42 -04:00
David Baumgold
881b1ef9d4 Fixes to release.py script 2013-10-28 16:06:24 -04:00
David Baumgold
c1a152d60a Improved release script 2013-10-28 11:48:05 -04:00
David Baumgold
ac47b18996 Release email script: use --no-pager 2013-10-21 13:45:31 -04:00
Greg Price
6b7749f25e Fix bug that omits commits in release email script
The command built to generate the list of commits committed but not
authored by a particular individual was incorrect, so some commits
were incorrectly omitted in the table as entries belonging to the
committer.
2013-10-08 15:22:57 -04:00
Will Daly
c37a74d2e2 Added script to install acceptance test requirements;
updated Vagrantfile

Added dbus-x11 requirement (for FF); increased VM memory

Updated ChromeDriver version
2013-09-18 10:07:18 -04:00
Calen Pennington
8201b1412e Use XBlock 0.3 2013-09-06 09:45:59 -04:00
Xavier Antoviaque
0a5b68263e vagrant: Add flag to ensure install is completed at least once
The provisioning script used to check for the existence of the
`/opt/edx/node_modules` folder to decide if the installation has already
been completed. However, since additional instructions were executed
by the installer afterwards, any installation error (eg. download
timeouts on low quality connections) happening between the creation of
that folder and the end of the installation wouldn't be recovered from
on the next vagrant instance boot.
2013-09-05 13:10:48 -03:00
Slater-Victoroff
ccc10f25f5 Small fixup to final print statement in Create Dev Env script
Fixed Typo
2013-08-06 11:20:11 -04:00
David Baumgold
7d7513b6fe Merge pull request #470 from edx/db/course-team-admin-grants
Grant admin rights to members of the course team
2013-07-30 13:36:56 -07:00
Calen Pennington
f0d0da37f1 Merge pull request #454 from edx/cale/default-branch-info-for-release-email-script
Default branch info for release email script
2013-07-29 11:47:28 -07:00
David Baumgold
8a10695d7e Extend runone script to accept pdb flags 2013-07-29 13:12:05 -04:00