phab/src/applications/harbormasterproduction
phab/src/applications/harbormaster
production
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
25f91567a76b | epriestley | Make various minor Harbormaster UI improvements | Mar 26 2014 | |||
cec8d1073150 | epriestley | Rename concrete Harbormaster step implementations | Mar 26 2014 | |||
281f06e2810a | epriestley | Rename "BuildStepImplementation" to "HarbormasterBuildStepImplementation" | Mar 26 2014 | |||
a246c85c6b51 | epriestley | Use ApplicationTransactions and CustomField to implement build steps | Mar 26 2014 | |||
72337dedaff9 | epriestley | Make Harbormaster input and output artifacts more explicit | Mar 26 2014 | |||
5b74fa0a756c | epriestley | Make all build steps support variables | Mar 26 2014 | |||
150a3adf2c78 | epriestley | Minor UI improvements for Harbormaster | Mar 25 2014 | |||
a2a4f4b3da92 | epriestley | Fix validation of Harbormaster HTTP methods | Mar 18 2014 | |||
29436dfe378c | William R. Otte/epriestley | Added 'method' field to the HTTP request build step. | Mar 13 2014 | |||
458a28eed3a0 | epriestley | Truncate `logSource` in Harbormaster to the database column limit | Mar 8 2014 | |||
70b008d18da5 | epriestley | Add test coverage that our definition of BMP agrees with MySQL | Feb 24 2014 | |||
21de2b1a0c7c | epriestley | Make Projects a PhabricatorSubscribableInterface, but with restricted defaults | Feb 10 2014 | |||
96dd530c4472 | epriestley | Distinguish between "Remote URI" and "Clone URI" in Repositories | Jan 30 2014 | |||
51c4f697f994 | James Rhodes/epriestley | Delete artifacts when restarting build | Jan 29 2014 | |||
996930da2ae0 | epriestley | Improve several exception behaviors for Harbormaster workers | Jan 13 2014 | |||
5502fca5f437 | epriestley | Make Drydock blueprint create workflow somewhat more standard | Jan 8 2014 | |||
46139bd1f6a2 | epriestley | Allow entire buildables to restart/stop/resume | Jan 6 2014 | |||
b952b6f61973 | epriestley | Improve restart/stop/resume UI | Jan 6 2014 | |||
6dc582f459f2 | epriestley | Make HarbormasterBuild a better source of truth about… | Jan 6 2014 | |||
1786093c6e41 | epriestley | Replace "Cancel Build" with "Stop", "Resume" and "Restart" | Jan 6 2014 | |||
4d5e8a149a7d | epriestley | Split Harbormaster workers apart so build steps can run in parallel | Jan 6 2014 | |||
e397103bf211 | epriestley | Extend all "ManagementWorkflow" classes from a base class | Dec 27 2013 | |||
9b0fa5747bf4 | epriestley | Make Drydock more broadly aware of policies | Dec 27 2013 | |||
f9f70dc2e9ca | epriestley | Use correct method name in Harbormaster UI event listener | Dec 26 2013 | |||
6b2d480fe793 | epriestley | Make DrydockLease a policy-aware object | Dec 26 2013 | |||
aad6b57c36f8 | epriestley | Add `bin/harbormaster` to make builds easier to debug | Dec 26 2013 | |||
ac19c558225c | epriestley | Formalize "manual" buildables in Harbormaster | Dec 26 2013 | |||
4a56e26a6767 | epriestley | Allow buildables to be queried by container and underlying buildable | Dec 26 2013 | |||
60288edf80cb | epriestley | Allow Harbormaster build plans to be disabled | Dec 26 2013 | |||
9c938701c3dd | epriestley | Modernize Diffusion `commitparentsquery` | Dec 20 2013 | |||
a5dc9067af0c | epriestley | Provide convenience method addTextCrumb() to PhabricatorCrumbsView | Dec 19 2013 | |||
0011068d7a69 | epriestley | Fix an issue in Harbormaster when a buildable has no repository | Dec 14 2013 | |||
270c8d27ab4e | James Rhodes | Implement "Wait for Previous Builds" build step | Dec 10 2013 | |||
8fd256a1fd69 | James Rhodes | Implement step for publishing files as fragments to Phragment in Harbormaster | Dec 8 2013 | |||
79d153b85d52 | James Rhodes | Implement explicit build step ordering in Harbormaster | Dec 6 2013 | |||
dd01535ed6d7 | James Rhodes | Implement "Upload Artifact" build step | Dec 6 2013 | |||
a8b27130cbcd | James Rhodes | Make "Edit Build Plan" more resiliant so old build configurations can be deleted | Dec 5 2013 | |||
5c02113bf9eb | James Rhodes | Migrate "Run Command" to use Drydock hosts | Dec 5 2013 | |||
d8d1173f5297 | James Rhodes | Implement support for leasing from Drydock hosts in Harbormaster | Dec 5 2013 | |||
53250d84dfc5 | James Rhodes | Introduce HarbormasterBuildTarget to snapshot build steps through a build | Dec 5 2013 | |||
91d084624b9c | epriestley | Passphrase v0 | Nov 20 2013 | |||
a29b5b070f5a | Jakub Vrana | Replace some hsprintf() by phutil_tag() | Nov 11 2013 | |||
eccbbce9a282 | James Rhodes/epriestley | Allow users to create buildables from diffs | Nov 10 2013 | |||
79ef667dfdc8 | James Rhodes/epriestley | Render build status on revisions and commits | Nov 10 2013 | |||
56c65e33ef1b | epriestley | Add a "Make an HTTP Request" build step | Nov 9 2013 | |||
43847d6bd7bb | James Rhodes/epriestley | Prevent crashes when more than one buildable for an object exists | Nov 9 2013 | |||
3eaac9eda9d5 | James Rhodes/epriestley | Added `build.id` variable and other improvements / fixes | Nov 9 2013 | |||
197e9b6f49aa | James Rhodes/epriestley | Put back the stronger variable replacement | Nov 9 2013 | |||
8f52778f32c4 | James Rhodes/epriestley | Fix content being missed in the build logs | Nov 9 2013 | |||
e64efa05c3ff | James Rhodes/epriestley | Implement "Run Remote Command" build step implementation. | Nov 9 2013 | |||
0ac1be709434 | James Rhodes/epriestley | Implemented support for build logs | Nov 9 2013 | |||
7ffea0463e42 | James Rhodes/epriestley | Use herald to trigger builds of revisions and commits. | Nov 9 2013 | |||
377742c23af0 | epriestley | Get some level of meaningful status information into Harbormaster buildable list | Nov 6 2013 | |||
8cae7f999f41 | James Rhodes/epriestley | Make the buildables list a little nicer. | Nov 6 2013 | |||
e4569e7e7e2e | James Rhodes/epriestley | Implement interface for adding, editing and deleting build steps on plans. | Nov 5 2013 | |||
c514d34b9456 | James Rhodes/epriestley | Add build step implementation infrastructure and sleep build step. | Nov 5 2013 | |||
ca5400d14bcb | James Rhodes/epriestley | Implement basic Harbormaster daemon and start builds. | Nov 5 2013 | |||
b5a009337f8e | epriestley | Harbormaster v(-2) | Oct 23 2013 | |||
c467cc464fb5 | epriestley | Make most repository reads policy-aware | Sep 26 2013 | |||
adfe84ffce4f | epriestley | Add HarbormasterRunnerWorker, for running CI tests | Dec 17 2012 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
7cf6313be957 | epriestley | Add a generic object for unit tests | Jul 9 2012 | |||
6cc196a2e557 | vrana | Move files in Phabricator one level up | Jun 1 2012 | |||
09c8af4de065 | epriestley | Upgrade phabricator to libphutil v2 | May 30 2012 | |||
a89cef8e396c | epriestley | Remove PHID database, add Harbormaster database | May 20 2012 |
c4science · Help