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.
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 | + | #!/usr/bin/env tclsh ## -*- tcl -*- # # ## ### ##### ######## ############# ###################### ## Syntax: $0 user-or-org ?name? # Pull a list of github repositories for a person or org. # Resolve forked repositories to the main repository. # Print the result as a mirror import spec. # # ## ### ##### ######## ############# ###################### |
︙ |
Changes to _scratch_/git-tag-check.
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 | + | #!/usr/bin/env tclsh ## -*- tcl -*- # # ## ### ##### ######## ############# ###################### ## Syntax: $0 gitdir package require Tcl 8.6 package require m::futil proc main {} { global argv |
︙ |
Changes to _scratch_/v3-exec.tcl.
︙ |
Changes to _scratch_/vcs-api-3-schema.md.
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - | ### Failure Flag for attend. Note: Need a command to re-parent|elect-new-primary Query github to determine parent of a repo. |
︙ |
Added doc/schema-v2-issues.md.
|
Added doc/schema-v2.md.