Deployed on WindRiver
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Oct 26 2024
Oct 26 2024
dereckson moved T2063: Consider if 403 is the correct HTTP code when no upload is provided to wurf from Backlog to Dev on the discussion board.
Oct 19 2024
Oct 19 2024
dereckson moved T2060: Document properly woof history in Git history from In progress to Done on the wurf board.
dereckson moved T2041: Python 3.13 will remove cgi library used by woof from To review to Done on the wurf board.
dereckson added a revision to T2058: Fork woof repository: D3541: Adopt wurf on shellserver and devserver roles.
Import script to create the commits:
1 | #!/bin/sh |
---|---|
2 | |
3 | set -e |
4 | |
5 | BASE_DIR=$HOME/dev/nasqueron/wurf/archiv |
6 | DATE="Fri Dec 31 23:59:59 2004 +0000" |
7 | |
8 | for file in $(grep fileserv /tmp/all.txt) |
9 | do |
10 | cp $BASE_DIR/$file fileserv.py |
11 | git add fileserv.py |
12 | git commit -m "Import archive of $file" --author="Simon Budig <simon@budig.de>" --date="$DATE" |
13 | done |
14 | |
15 | git mv fileserv.py woof.py |
16 | |
17 | for file in $(grep woof /tmp/all.txt) |
18 | do |
19 | cp $BASE_DIR/$file woof.py |
20 | git add woof.py |
21 | git commit -m "Import archive of $file" --author="Simon Budig <simon@budig.de>" --date="$DATE" |
22 | done |
dereckson moved T2060: Document properly woof history in Git history from Backlog to In progress on the wurf board.
Oct 18 2024
Oct 18 2024
dereckson moved T2065: Add support for HEAD requests in wurf from Backlog to Dev on the good-first-issue board.
https://github.com/simon-budig/woof/pull/17 offers a solution, but the code is very tangled. My initial plan noted in task description is based on my review on that pull request.
dereckson added a revision to T2059: Provide wurf man page: D3537: Import man page from Debian package.
dereckson updated the task description for T2063: Consider if 403 is the correct HTTP code when no upload is provided to wurf.
dereckson triaged T2063: Consider if 403 is the correct HTTP code when no upload is provided to wurf as Normal priority.
dereckson added a revision to T2058: Fork woof repository: D3535: Update code to the Black code style.
dereckson added a revision to T2058: Fork woof repository: D3534: Split license and contributors from source code.
dereckson moved T2041: Python 3.13 will remove cgi library used by woof from Backlog to To review on the wurf board.
After two weeks of thinking, let's go with the wurf fork plan.
Documentation: https://agora.nasqueron.org/wurf
Nasqueron DevCentral · If it had been much bigger the moon would have had a core of ice. · Powered by Phabricator