Check-in Differences
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Difference From 00532db4911111ae To 5c2d6c24ac6f1a49

2022-07-01
15:31
Tweaked the formatting of avg update times (show window size, elements going into the result) Bugfix: Normalize the project name before putting it into lists. Flatten to single line, remove superfluous whitespace. Look at the description of https://github.com/luaforge/tclua. The multi-line broke MD formatting of the table) Added run time stamps to site generator (only at the major places) check-in: b6d8811f29 user: work tags: vcs-plugged
14:21
1. db migration, main and site 1. mirror set renamed to project. 1. updated cmdr spec, most commands 1. several commands switch to take repos instead of projects 1. completed the conversion of common vcs to call out to the backoffice code 1. reworked repo, store, vcs handling for the new schema 1. iterated over commands to check for issues and fix them 1. previous not complete, see merge, split, web pages 1. even so, the majority of the functionality looks to be working again 1. especially add/update of repos, i.e. the core. 1. and yet, still more testing needed to validate handling of issues with network and/or repo servers. 1. issues should be more localised however, as access (especially to github) should now use smaller requests overall 1. website, touch up of generated pages (lists, store details, new list of forks for > 5 forks of a repo) 1. see TODO.md for general things outside of fixes check-in: 5c2d6c24ac user: work tags: vcs-plugged
2022-06-28
15:19
Fix v2/v3 repository migration check-in: 0f1fc429ce user: work tags: vcs-plugged
14:06
Fix eols in scratch area check-in: e0637d5770 user: work tags: vcs-plugged
14:04
Blind work in vcs layer have more commands call on the backoffice code. Untested. Likely broken. check-in: 00532db491 user: work tags: vcs-plugged
2019-10-30
17:30
`m vcs *`: - Converted `url-to-name` (was `name-from-url`) - Converted `update`. - Removed `revs`, `remotes`. - Still kept: `detect`. - Added tests for the converted commands. check-in: ce42f93675 user: aku tags: vcs-plugged

Added TODO.md.

Changes to _scratch_/gh-org-pull.

Changes to _scratch_/git-tag-check.

Changes to _scratch_/v3-exec.tcl.

Changes to _scratch_/vcs-api-3-schema.md.

Added doc/schema-v2-issues.md.

Added doc/schema-v2.md.

Added doc/schema-v3.md.

Deleted doc/schema.md.

Changes to lib/cli/cmdr.tcl.

Changes to lib/cli/glue.tcl.

Changes to lib/db/db.tcl.

Changes to lib/db/site.tcl.

Deleted lib/logic/mset.tcl.

Added lib/logic/project.tcl.

Changes to lib/logic/repo.tcl.

Changes to lib/logic/store.tcl.

Deleted lib/logic/vt_mirrorset.tcl.

Added lib/logic/vt_project.tcl.

Changes to lib/mail/sender.tcl.

Changes to lib/utils/format.tcl.

Changes to lib/utils/ops.tcl.

Changes to lib/utils/setup.tcl.

Changes to lib/vcs/github.tcl.

Changes to lib/vcs/vcs.tcl.

Changes to lib/web/site.tcl.