Граф коммитов

62 Коммитов

Автор SHA1 Сообщение Дата
mike.morgan%oregonstate.edu 131cbd796d Updating a Sunbird version from bug 372818. 2007-03-08 03:01:25 +00:00
mike.morgan%oregonstate.edu 01c00b623a Fixed typo in comment. 2007-01-29 18:48:32 +00:00
mike.morgan%oregonstate.edu 08704de6d4 Checked in patch for lilmatt from bug 365342. It added a version for sunbird in the AUS config. 2007-01-16 19:43:47 +00:00
mike.morgan%oregonstate.edu 83d22fbc83 Checking in patch from bug 364628 that makes the AUS2 config more flexible and helps avoid cross-product version conflicts for nightly updates. 2006-12-23 00:55:56 +00:00
mike.morgan%oregonstate.edu 4fce84d072 Removed trailing slash at the end of $host. 2006-12-23 00:25:40 +00:00
mike.morgan%oregonstate.edu 6a637079cf Fixed acceptance tests to make sure updateVersion and osVersion are granular and adjustable. 2006-12-23 00:23:22 +00:00
mike.morgan%oregonstate.edu f40a21b543 Checked in added versions for nightly updates from bug 364477. 2006-12-21 21:14:49 +00:00
mike.morgan%oregonstate.edu 8c277ac888 Checking in patch to add 2.0.0.* versions from bug 360585. 2006-11-22 10:02:09 +00:00
mike.morgan%oregonstate.edu a437d21c78 Added check for v2 URIs so we don't offer updates to borked installs. See discussion in bug 360127. 2006-11-17 00:54:13 +00:00
mike.morgan%oregonstate.edu 2caa049481 Removing debug flag. 2006-11-06 22:15:54 +00:00
mike.morgan%oregonstate.edu 39fb6ef46e Adding trunk versions for sunbird updates. This is from bug 341971. 2006-11-06 21:27:07 +00:00
mike.morgan%oregonstate.edu 12562e8e43 Added cases based on discussions with preed. Trying to be more concise and exhaustive. 2006-11-03 01:21:12 +00:00
mike.morgan%oregonstate.edu e244744e61 Test cases for default behavior, for build comparison acceptance tests. 2006-11-03 00:56:09 +00:00
mike.morgan%oregonstate.edu ea13b9f4a3 Check in of patch in bug 357892. I thought I had initially checked it in, but instead I re-tagged STAGING with the old versions. Should be up-to-date. Verified that acceptance tests all passed. 2006-11-02 23:50:43 +00:00
mike.morgan%oregonstate.edu af455fb559 Checked in test case for updating a nightly channel when destination ID is older. 2006-11-02 23:46:30 +00:00
mike.morgan%oregonstate.edu ec087d3f54 Added test case for updating on a nightly channel when build id is older. 2006-11-02 23:44:02 +00:00
mike.morgan%oregonstate.edu 492f160582 Added additional test cases to cover the build comparison bug. See bug 357892. 2006-11-01 01:06:18 +00:00
mike.morgan%oregonstate.edu 1f976f7dd3 Added isPatch declaration back in, renamed isNewBuild to isNewerBuild and simplified its return statement based on conversation with preed. See bug 357892. 2006-11-01 01:01:16 +00:00
mike.morgan%oregonstate.edu 282e0b89ef Checked in a merged patch from bug 344742. 2006-10-26 00:21:23 +00:00
mike.morgan%oregonstate.edu f2538777de These should be blank. 2006-10-25 21:51:29 +00:00
mike.morgan%oregonstate.edu 62bcafd4d5 Added test cases for fallback testing. 2006-10-25 21:50:21 +00:00
mike.morgan%oregonstate.edu 96fabb03d1 Checked in patch for bug 357455, also fixed the build comparison bug that would cause release channels to not offer an update for a build that was older. Will tag the config change for prod, but other changes only for staging. 2006-10-24 19:04:46 +00:00
mike.morgan%oregonstate.edu 8255a9d632 Adding support for licenseUrl. See bug 347256 attachment 239218. 2006-09-19 20:30:15 +00:00
mike.morgan%oregonstate.edu 61f8622e67 Removed whitespace after detailsUrl in test snippet files. 2006-09-19 20:01:28 +00:00
mike.morgan%oregonstate.edu 5767f867f2 Added tests for verifying license URL in new snippet schemas. 2006-09-19 19:11:31 +00:00
mike.morgan%oregonstate.edu 6625e9cb03 Added licenseUrl to major update to test functionality. 2006-09-19 19:08:04 +00:00
mike.morgan%oregonstate.edu ff9445cc70 Pulling out fallback patch until we can determine how we're going to stop the fallback from happening when we know we don't want it to fallback... :\ See bug 344742. 2006-09-15 18:46:01 +00:00
mike.morgan%oregonstate.edu c51dcfe9b9 Applied patch from bug 347256 to allow for minor|major metadata to be supplied by build snippets. Also added support for new build schema in the process (key=value pairings), in addition to already-existing support for default snippet format.. 2006-09-13 23:34:04 +00:00
mike.morgan%oregonstate.edu 68b15ac739 Checking config changes for 2.0b#pre from bug 351682. 2006-09-13 18:36:33 +00:00
mike.morgan%oregonstate.edu adafa5088d Added conditionals to assignment of table parameters. They should only be used if a row value isn't present.
Added nightly acceptance tests, and the synthetic build data to go along with them.
2006-09-12 03:54:26 +00:00
mike.morgan%oregonstate.edu 3c80f08a12 Added synthetic build data for nightly test cases. 2006-09-12 03:14:19 +00:00
mike.morgan%oregonstate.edu 0633fcce2f Modified metadata updates (for setting updateType) to use preed's new schema type.
Added another case (3rd, default case) to cover legacy behavior, where the data is not passed in the file, and we assume it's a minor.

Added appropriate synthetic data to support all of the above acceptance tests..
2006-09-11 06:11:50 +00:00
mike.morgan%oregonstate.edu c9008e8afa Unfugly-ing the wiki by taking the row arguments back out and placing them in the table params. Cleaned up some Python based on feedback from the resident Python expert. 2006-09-09 09:57:22 +00:00
mike.morgan%oregonstate.edu 2ce67f8bbb Checking in work done on AUS acceptance tests. Please see README for instructions on how to get started and set things up. 2006-09-08 09:55:22 +00:00
mike.morgan%oregonstate.edu 45f172fe0e Checking in fallback patch, plus the removal of the if-else that rhelmer spotted earlier. See bug 344742. 2006-09-08 00:57:27 +00:00
mike.morgan%oregonstate.edu ce8418b7bf Backing out fallback patch, making the build data structure patch standalone. We are doing this so we can resolve bug 342797 and push it before the fallback patch in bug 344742. We are stalling on bug 344742 because we don't have verification tests for that completed yet. 2006-08-28 19:59:13 +00:00
mike.morgan%oregonstate.edu 87ec75a980 Adding correct new versions for staging now that we've cleared up our staging/production tagging issues. This is from bug 342797, see attachment 234242. 2006-08-25 22:19:44 +00:00
mike.morgan%oregonstate.edu 3b0a0bc5f4 Updated config values to _not_ have 1.5.0.x mappings... 2006-08-19 00:34:10 +00:00
mike.morgan%oregonstate.edu f654294cd0 Update to available nightly branches -- bug 234242. 2006-08-18 22:22:08 +00:00
mike.morgan%oregonstate.edu 5882f37d6a Loosening up the regular expression for fallback channels, based on discussion this morning. Also see bug 344742. 2006-08-18 16:58:48 +00:00
mike.morgan%oregonstate.edu f93af3b63a Updated config for bug 342797. Needed to add new mappings to test the nightly branch directory "1.5.0.x". This should work fine without any affects on non-nightly channels. 2006-08-14 22:15:20 +00:00
mike.morgan%oregonstate.edu a9ad2b8ab4 Patch to allow for release and nightly build data directory structures to differ. See bug 342797. 2006-08-14 17:06:17 +00:00
mike.morgan%oregonstate.edu 3f15d1bb4c -cck- patch for bug 344742. 2006-08-08 22:23:23 +00:00
mike.morgan%oregonstate.edu bda8120033 Rollback for bug 344742 partner build patch. 2006-08-03 00:49:58 +00:00
mike.morgan%oregonstate.edu 48e74c7bd6 Update for 1.5.0.5 client->branch relationship. 2006-07-31 21:16:14 +00:00
mike.morgan%oregonstate.edu 898cee065c Adjustment to patch class to allow additional checks for partner channels to fall back on release channels. See bug 344742. 2006-07-25 23:02:21 +00:00
mike.morgan%oregonstate.edu f3ff7f639c Added support for new URI schema, checking for OS_VERSION param, placeholder for "no updates" behavior for certain OS_VERSION strings which can be set up in config.php. 2006-07-06 06:13:03 +00:00
mike.morgan%oregonstate.edu cd6938d399 Backing out yet another patch (changing the mappings would break things and we need to have more discussion about the branch vs. minor/subversion problem -- see bug 342797). 2006-06-26 21:55:16 +00:00
mike.morgan%oregonstate.edu e6ca066a5a Checking in modified $branchVersions per cf/preed's request. This is made to mirror changes in tinderbox configuration that adjusted where build data is distributed for aus2. 2006-06-26 21:27:58 +00:00
mike.morgan%oregonstate.edu 328a1d3d60 Cleaned up comments, variable naming and function names to be less ambiguous. Also reimplemented fixes for the isComplete and isPartial boolean checks there were added on as a part of the bug 342549 patch (but didn't have to be backed out). 2006-06-24 01:05:51 +00:00