summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix checks for `needs` in Actions (#23789)Jason Song2023-03-301-1/+3
* Set repository link based on the url in package.json for npm packages (#20379)Mai-Lapyst2023-03-282-0/+105
* Add API to manage issue dependencies (#17935)qwerty2872023-03-282-10/+15
* Create commit status when event is `pull_request_sync` (#23683)sillyguodong2023-03-241-1/+1
* Improve indices for `action` table (#23532)Zettat1232023-03-243-6/+51
* Drop migration for ForeignReference (#23605)Jason Song2023-03-231-15/+2
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-211-3/+3
* Display the version of runner in the runner list (#23490)sillyguodong2023-03-193-0/+17
* Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538)yp053272023-03-191-0/+11
* Do not store user projects as organization projects (#23353)yp053272023-03-174-2/+54
* Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491)Hester Gong2023-03-161-0/+22
* Replace `repo.namedBlob` by `git.TreeEntry`. (#22898)Nick2023-03-151-1/+1
* Add login name and source id for admin user searching API (#23376)Lunny Xiao2023-03-151-0/+9
* Fix missed migration in #22235 (#23482)Lunny Xiao2023-03-153-0/+22
* Remove wrongly added column on migration test fixtures (#23456)Lunny Xiao2023-03-141-5/+0
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-142-4/+4
* Fix missing commit status in PR which from forked repo (#23351)sillyguodong2023-03-131-0/+11
* Add Swift package registry (#22404)KN4CK3R2023-03-132-0/+9
* Use context for `RepositoryList.LoadAttributes` (#23435)yp053272023-03-131-7/+3
* Add missing tabs to org projects page (#22705)yp053272023-03-102-0/+31
* Add user webhooks (#21563)KN4CK3R2023-03-108-34/+116
* Test renderReadmeFile (#23185)Nick2023-03-095-4/+23
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-8/+4
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-0726-58/+58
* Add default owner team to privated_org and limited_org in unit test (#23109)yp053272023-03-042-2/+24
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-032-7/+10
* Use correct README link to render the README (#23152)yp053272023-03-031-1/+1
* Add loading yaml label template files (#22976)Lauris BH2023-03-022-65/+52
* Order pull request conflict checking by recently updated, for each push (#23220)Brecht Van Lommel2023-03-011-0/+1
* Avoid too long names for actions (#23162)Jason Song2023-02-282-1/+3
* Speed up HasUserStopwatch & GetActiveStopwatch (#23051)zeripath2023-02-272-14/+24
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-0/+61
* Fix DBConsistency checks on MSSQL (#23132)zeripath2023-02-241-4/+4
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-243-18/+28
* Fix db.Find bug (#23115)Lunny Xiao2023-02-242-2/+50
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-247-30/+39
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-245-7/+43
* improve FindProjects (#23085)yp053272023-02-241-10/+3
* Remove all package data after tests (#22984)KN4CK3R2023-02-232-1/+13
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-224-4/+4
* Fix intermittent panic in notify issue change content (#23019)zeripath2023-02-201-6/+8
* Add scopes to API to create token and display them (#22989)zeripath2023-02-201-3/+22
* Improve issues.LoadProject (#22982)yp053272023-02-202-6/+2
* Make CI use a dummy password hasher for all tests (#22983)zeripath2023-02-202-66/+76
* Use beforeCommit instead of baseCommit (#22949)Kyle D2023-02-202-1/+14
* Add comment marking the end of database migrations in `1.19.0` (#22975)Yarden Shoham2023-02-201-0/+2
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-205-7/+7
* Migration v244.go should be v243.go (#22988)zeripath2023-02-191-0/+0
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-192-8/+4
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-193-137/+71