summaryrefslogtreecommitdiffstats
path: root/models/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-0/+11
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-171-0/+1
* RSS/Atom support for Repos (#19055)65432022-03-131-7/+7
* Set is_empty in fixtures (#18869)KN4CK3R2022-02-262-2/+32
* Set is_private in fixtures. (#18868)KN4CK3R2022-02-251-0/+2
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-011-0/+1
* Support webauthn (#17957)Lunny Xiao2022-01-142-7/+8
* migrations: a deadline at January 1st, 1970 is valid (#18237)Aravinth Manivannan2022-01-131-0/+5
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-1/+46
* tests: add coverage for models migration helpers (#18162)Aravinth Manivannan2022-01-031-0/+5
* Allow U2F 2FA without TOTP (#11573)Kamil Domański2021-11-082-1/+17
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-2/+2
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-0/+1
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+5
* Fix commit status index problem (#17061)Lunny Xiao2021-09-231-0/+5
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-0/+11
* Fix wrong user in OpenID response (#16736)KN4CK3R2021-08-191-0/+16
* Add filter by owner and team to issue/pulls search endpoint (#16662)Jimmy Praet2021-08-132-1/+13
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-1/+17
* Fix heatmap activity (#15252)siddweiker2021-06-251-0/+24
* Rework repository archive (#14723)Lunny Xiao2021-06-231-0/+1
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-171-8/+19
* [API] ListIssues add more filters (#16174)65432021-06-161-1/+1
* Add a new table issue_index to store the max issue index so that issue could ...Lunny Xiao2021-06-142-2/+26
* Always store primary email address into email_address table and also the stat...Lunny Xiao2021-06-081-5/+249
* fix some ui bug about draft release (#15137)a10121127962021-05-061-0/+12
* API: fix set milestone on PR creation (#14981)Norwin2021-03-133-1/+18
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+7
* Add dismiss review feature (#12674)a10121127962021-02-111-1/+1
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-0/+4
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-124-0/+97
* Minimal OpenID Connect implementation (#14139)Johnny Oskarsson2021-01-021-0/+1
* rework heatmap permissions (#14080)Norwin2020-12-221-0/+9
* [RFC] Make archival asynchronous (#11296)Kyle Evans2020-11-072-1/+14
* Delete tag API (#13358)John Olheiser2020-10-301-0/+16
* Update heatmap fixtures to restore tests (#13224)65432020-10-201-1/+1
* Add review request api (#11355)a10121127962020-10-204-1/+45
* Add team support for review request (#12039)赵智超2020-10-121-0/+4
* Use argon as default password hash algorithm (#12688)zeripath2020-09-031-29/+58
* Kanban board (#8346)Lanre Adelowo2020-08-165-0/+96
* API: Add pull review endpoints (#11224)65432020-05-022-3/+6
* [API] ListIssues add filter for milestones (#10148)65432020-04-302-1/+2
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-012-0/+25
* Fix "access" fixtures and tests (#10247)guillep2k2020-02-153-37/+133
* Index code and stats only for non-empty repositories (#10251)Lauris BH2020-02-141-0/+1
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-173-2/+27
* Restricted users (#6274)Manush Dodunekov2020-01-136-4/+48
* [API] Add "before" query to ListIssueComments and ListRepoIssue… (#9685)65432020-01-131-1/+3
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-0/+48
* [API] Add notification endpoint (#9488)65432020-01-091-9/+20