summaryrefslogtreecommitdiff
path: root/scripts/pre-commit (unfollow)
Commit message (Expand)AuthorFilesLines
12 daysMakefile, main.go: Add go.* to the served sourcesRunxi Yu2-2/+2
12 daysbench.go: Use deadlock instead of timed exitRunxi Yu1-10/+7
12 daysbench: Fix timerRunxi Yu1-2/+2
12 days*: Overhaul structure again and embed everythingRunxi Yu32-151/+144
12 daysMakefile: Add tmpl to .PHONYv0.1.4Runxi Yu1-1/+1
12 days*/Makefile: Update againRunxi Yu6-14/+45
12 days*: Further restructuringRunxi Yu11-7/+66
12 days*.go: Move to backendRunxi Yu18-2/+4
12 daysiadocs: Update IA documentationRunxi Yu10-44/+279
13 daysdocs: max-width: 50rem;Runxi Yu1-1/+1
13 daysdocs/admin: Document database setupRunxi Yu1-1/+10
13 daysdocs/admin: Update protocol informationRunxi Yu1-3/+2
13 daysiadocs: Cover page updateRunxi Yu1-5/+5
13 days{,u}sem.go, ws*.go: Restructure filesRunxi Yu5-235/+319
13 days{config,main}.go: Enhance configuration file processingRunxi Yu2-8/+124
13 daysbench.go: ReformatRunxi Yu1-2/+2
13 daysbench.go: Separate connection stage from selection stagev0.1.3Runxi Yu1-2/+10
13 daysbench.go: More realistic benchmark for one course onlyRunxi Yu1-9/+18
13 daysMakefile: BSD Make also supports wildcards in targetsRunxi Yu1-1/+1
13 daysMakefile: Add sem.go to source file listRunxi Yu1-1/+1
13 days{config,ws}.go, cca.scfg.example: Add perf.course_update_intervalRunxi Yu3-6/+14
13 days{courses,wsm}.go: Use in-memory structure to fetch cgroup, not SQLRunxi Yu2-26/+18
13 days{config,ws}.go, cca.scfg.example: Remove chanPool/SendQRunxi Yu3-59/+0
13 daysws.go: &usemT{} //exhaustruct:ignoreRunxi Yu1-1/+1
13 daysws.go: Check error of populateUserCourseGroupsRunxi Yu1-1/+4
13 dayswsm.go: Omit comparison to bool constantRunxi Yu1-1/+1
12 dayswsm.go: Report error when course doesn't existRunxi Yu1-0/+8
12 days{courses,sem,ws,wsm}.go: Second step towards an efficient state propagatorRunxi Yu4-16/+24
12 days{courses,sem,ws}.go: First step towards an efficient state propagatorRunxi Yu3-6/+110
12 daysgo.sum: go mod tidy (removing old checksums)Runxi Yu1-6/+0
12 daysws.go: Index chanPool by userID, rather than session cookieRunxi Yu1-5/+2
12 days{main,utils,ws}.go: Initialize cancelPool directly tooRunxi Yu3-25/+1
12 daysBump dependenciesRunxi Yu2-3/+9
12 days{main,ws}.go: Initialize chanPool directly instead of setupChanPool()Runxi Yu2-22/+1
12 dayscourses.go: ReformatRunxi Yu1-1/+1
12 days{courses,wsm}.go: Add getCourseByIDRunxi Yu2-10/+8
12 days{courses,wsm}.go: Add (*courseT).decrementSelectedAndPropagateRunxi Yu2-24/+15
12 days{courses,ws,wsm}.go: Update userCourseGroups during choose/unchooseRunxi Yu3-12/+51
12 daysconfig.go: Emit warning when fake auth is enabledRunxi Yu1-0/+2
12 daysbench.go: Don't close request bodyRunxi Yu1-6/+0
12 days{courses,ws}.go: Populate userCourseGroups in a separate functionRunxi Yu2-32/+35
13 days{courses,ws}.go: Populate userCourseGroups for each connectionRunxi Yu2-5/+63
13 dayscourses.go, schema.sql: Validate course{Type,Group} in server, not SQLRunxi Yu4-30/+45
13 days*.sql: New schema with ctypes and cgroupsRunxi Yu3-18/+39