Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge branch 'master' of git://git.fedorahosted.org/cobbler into HEAD | James Cammarata | 2009-06-09 | 9 | -424/+229 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' of git://git.fedorahosted.org/cobbler into HEAD | James Cammarata | 2009-06-05 | 10 | -542/+185 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' of git://git.fedorahosted.org/cobbler into HEAD | James Cammarata | 2009-06-03 | 21 | -506/+104 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Removed duplicate file line from cobbler.spec | James Cammarata | 2009-06-02 | 1 | -1/+0 | |
| | | | | | | | ||||||
* | | | | | | | Fix netboot enabled handling in webapp | Peter Vreman | 2009-06-25 | 2 | -1/+8 | |
| | | | | | | | ||||||
* | | | | | | | Various patches WRT background task engine | Peter Vreman | 2009-06-25 | 3 | -8/+33 | |
| | | | | | | | ||||||
* | | | | | | | Fix typo in network config snippet | Michael DeHaan | 2009-06-25 | 2 | -1/+5 | |
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG | |||||
* | | | | | | Remove debuginfo packages which we don't need. | Michael DeHaan | 2009-06-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler.spec | |||||
* | | | | | | Remove ExclusiveArch | Michael DeHaan | 2009-06-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler.spec | |||||
* | | | | | | Fix the URL in the PXE template | Michael DeHaan | 2009-06-10 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Stderr redirection not compatible, working on a replacement. | Michael DeHaan | 2009-06-10 | 1 | -9/+4 | |
| | | | | | | ||||||
* | | | | | | Removal of daemonize code in cobblerd allows for fixing subprocess fork ↵ | Michael DeHaan | 2009-06-10 | 2 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calls from threads in remote. We still need to rework the way stderr/stdout is redirected across the entire app, esp with this change, to avoid output from actions hitting the console. | |||||
* | | | | | | Working on threading engine | Michael DeHaan | 2009-06-10 | 1 | -10/+50 | |
| | | | | | | ||||||
* | | | | | | Simple change to task engine, background tasks need to be authorized. | Michael DeHaan | 2009-06-10 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | WIP on cleaning up task ids | Michael DeHaan | 2009-06-09 | 1 | -0/+10 | |
| | | | | | | ||||||
* | | | | | | The initial start of a task engine for background tasks. | Michael DeHaan | 2009-06-09 | 1 | -0/+62 | |
| | | | | | | ||||||
* | | | | | | Some more cleanup/fixing with regard to setting names and reducing boilerplate. | Michael DeHaan | 2009-06-09 | 8 | -58/+48 | |
| | | | | | | ||||||
* | | | | | | Seeing various boilerplate methods were already generalized, we can | Michael DeHaan | 2009-06-09 | 6 | -152/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | now move the various object classes. | |||||
* | | | | | | If reposyncing a new repo and we have an old createrepo, don't continue, ↵ | Michael DeHaan | 2009-06-09 | 3 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | tell the user to upgrade createrepo. | |||||
* | | | | | | Tweaks to previous reposync patch | Michael DeHaan | 2009-06-09 | 4 | -4/+17 | |
| | | | | | | ||||||
* | | | | | | Search for the repomd file, rather than relying on specific filenames, since | Garrett Holmstrom | 2009-06-09 | 3 | -5/+33 | |
| |_|_|/ / |/| | | | | | | | | | | | | | | F11 and later have hashes in the filenames | |||||
* | | | | | Update changelog on devel branch to reflect release16 changelog | Michael DeHaan | 2009-06-08 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Tweaking specfile so koan is buildable on EL-2 | Michael DeHaan | 2009-06-08 | 2 | -3/+3 | |
| | | | | | ||||||
* | | | | | RPM changes to support EL 2 | Michael DeHaan | 2009-06-08 | 2 | -1/+2 | |
| | | | | | ||||||
* | | | | | Build changes to support EL 2 | Michael DeHaan | 2009-06-08 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | A series of heinous-evil hacks to make koan, when invoked for --replace-self ↵ | Michael DeHaan | 2009-06-08 | 2 | -96/+136 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and by the API /only/, work on EL 2.1 (python 1.5) Conflicts: koan/utils.py | |||||
* | | | | | Simply snippet inclusion in RPM | Michael DeHaan | 2009-06-08 | 1 | -20/+1 | |
| | | | | | ||||||
* | | | | | Add snippet to RPM, remove extra log print | Peter Vreman | 2009-06-08 | 2 | -1/+1 | |
| | | | | | ||||||
* | | | | | Various web application fixes | Peter Vreman | 2009-06-08 | 2 | -7/+15 | |
| | | | | | ||||||
* | | | | | More remote.py refactoring | Peter Vreman | 2009-06-08 | 1 | -23/+23 | |
| | | | | | ||||||
* | | | | | Refactoring remote.py | Peter Vremen | 2009-06-08 | 1 | -297/+70 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobbler | Michael DeHaan | 2009-06-08 | 13 | -486/+198 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobbler | Michael DeHaan | 2009-06-05 | 4 | -14/+23 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Added a new "reinstall entry" snippet useful for labs/classrooms, fixed ↵ | Michael DeHaan | 2009-06-03 | 4 | -14/+23 | |
| | | | | | | | | | | | | | | | | | | | | non-system editing in CLI | |||||
| * | | | | Update cobblerd remote methods to use the new common infrastructure for ↵ | Michael DeHaan | 2009-06-05 | 2 | -377/+94 | |
| | | | | | | | | | | | | | | | | | | | | basic object tasks (save some code), also add some comments (with more to add). Notice that with this change the remote XMLRPC communication from cobblerd does /not/ make cobbler up to date WRT cobblerd and vice versa anymore, which is being done because we will be remoting the command line very soon -- after adding first a task engine to cobblerd. | |||||
| * | | | | Working on cleanup to a previous refactoring, among other things | Michael DeHaan | 2009-06-05 | 9 | -95/+87 | |
| | | | | | ||||||
* | | | | | Add new snippet | Michael DeHaan | 2009-06-08 | 1 | -0/+6 | |
|/ / / / | ||||||
* | | | | Remove cache update functions from web app (we're going to be remoting the ↵ | Michael DeHaan | 2009-06-05 | 1 | -62/+0 | |
| | | | | | | | | | | | | | | | | command line and making this unneccessary) | |||||
* | | | | Remove global. | Michael DeHaan | 2009-06-05 | 1 | -8/+4 | |
|/ / / | ||||||
* | | | Update pusher script | Michael DeHaan | 2009-06-02 | 1 | -2/+1 | |
| | | | ||||||
* | | | Make interface editing on the CLI work again, now with multiple interface ↵ | Michael DeHaan | 2009-06-02 | 8 | -451/+38 | |
| | | | | | | | | | | | | at-a-time support. Also remove some old field code from before the refactoring that we are no longer using. | |||||
* | | | update todo file | Michael DeHaan | 2009-06-02 | 2 | -5/+0 | |
| | | | ||||||
* | | | Fix error message when wrong virt-ram setting is applied | Michael DeHaan | 2009-06-01 | 2 | -3/+4 | |
| | | | ||||||
* | | | Various field type corrections, moving more things to select boxes, some CSS ↵ | Michael DeHaan | 2009-06-01 | 5 | -7/+28 | |
| | | | | | | | | | | | | class changes | |||||
* | | | Update TODO file with things that are already done | Michael DeHaan | 2009-06-01 | 1 | -5/+5 | |
| | | | ||||||
* | | | Fix color coding on the network objects edit page | Michael DeHaan | 2009-06-01 | 1 | -0/+4 | |
| | | | ||||||
* | | | Fix webapp so that right hand side never renders below the sidebar. Note to ↵ | Michael DeHaan | 2009-06-01 | 2 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | HTML purists, this fix contains a table! If you hate tables, patches are welcome, but this patch comes because I yet haven't had a patch and do not pretend to be a CSS wizard when it comes to DIV alignments. | |||||
* | | | remove reference to removed file | Michael DeHaan | 2009-06-01 | 1 | -1/+0 | |
| | | | ||||||
* | | | This file is no longer used | Michael DeHaan | 2009-06-01 | 1 | -24/+0 | |
| | | | ||||||
* | | | Don't run createrepo on reposynced repos, it is redundant. Also, change ↵ | Michael DeHaan | 2009-06-01 | 3 | -2/+4 | |
| | | | | | | | | | | | | default for rpm_list |