Lunny Xiao and GitHub
71e4c75a61
Fix bug about comment attachment ( #11272 )
2020-05-02 15:03:47 +01:00
Lunny Xiao and GitHub
fcc8cdd446
Improve config logging when WrappedQueue times out ( #11174 )
...
Before
```sh
Unable to set the internal queue for -wrapper Error: Timedout creating queue redis with cfg []byte{0x7b, 0x22, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x22, 0x3a, 0x22, 0x31, 0x32, 0x37, 0x2e, 0x30, 0x2e, 0x30, 0x2e, 0x31, 0x3a, 0x36, 0x33, 0x37, 0x39, 0x22, 0x2c, 0x22, 0x42, 0x61, 0x74, 0x63, 0x68, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x22, 0x3a, 0x32, 0x30, 0x2c, 0x22, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x22, 0x3a, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x2c, 0x22, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x22, 0x3a, 0x33, 0x30, 0x30, 0x30, 0x30, 0x30
......
```
After
```sh
Unable to set the internal queue for -wrapper Error: Timedout creating queue redis with cfg "{\"Addresses\":\"127.0.0.1:6379\",\"BatchLength\":20,\"BlockTimeout\":1000000000,\"BoostTimeout\":300000000000,\"BoostWorkers\":5,\"DBIndex\":0,\"DataDir\":\".../data/queues/mail\",\"MaxWorkers\":10,\"Name\":\"mail\",\"Network\":\"\",\"Password\":\"\",\"QueueLength\":20,\"QueueName\":\"mail_queue\",\"SetName\":\"\",\"Workers\":1}" in
```
2020-04-22 13:38:40 +01:00
7c8e116987
Add translation head on docs site ( #11063 )
...
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com >
2020-04-15 01:42:09 -03:00
686850e21f
Fix cross compile ( #10952 )
...
* Fix cross compile
* Add test for cross compile
* Fix drone
* Fix drone
* Also prevent CC environment not to generate
Co-authored-by: zeripath <art27@cantab.net >
2020-04-05 20:28:18 +08:00
b264c30394
Move gocovmerge as vendor ( #10947 )
...
* Move gocovmerge as vendor
* Update Makefile
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com >
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com >
2020-04-04 11:45:26 +03:00
4f63f283c4
Rename scripts to build and add revive command as a new build tool command ( #10942 )
...
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-04-03 22:29:12 +03:00
Lunny Xiao and GitHub
73cf0e2614
Fix milestones too many SQL variables bug ( #10880 )
...
* Fix milestones too many SQL variables bug
* Fix test
* Don't display repositories with no milestone and fix tests
* Remove unused code and add some comments
2020-03-31 10:47:00 +03:00
f490291bea
Use subquery to instead In ( #10874 )
...
* Use subquery to instead In
* Support excludedLabelNames on issues options
* Fix tests
Co-authored-by: zeripath <art27@cantab.net >
2020-03-30 02:30:39 -03:00
61f603cd8a
Create a new function to build search repository condition ( #10858 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com >
2020-03-29 02:27:06 -03:00
73f5ca70de
Upgrade xorm to v1.0.1 and fix start fail with potgres ( #10819 )
...
* upgrade xorm to v1.0.1
* fix start fail with postgres
Co-authored-by: zeripath <art27@cantab.net >
2020-03-25 16:32:23 +02:00
Lunny Xiao and GitHub
c61b902538
Upgrade xorm to v1.0.0 ( #10646 )
...
* Upgrade xorm to v1.0.0
* small nit
* Fix tests
* Update xorm
* Update xorm
* fix go.sum
* fix test
* Fix bug when dump
* Fix bug
* update xorm to latest
* Fix migration test
* update xorm to latest
* Fix import order
* Use xorm tag
2020-03-22 11:12:55 -04:00
dcaa5643d7
Fix branch api canPush and canMerge ( #10776 )
...
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-03-20 23:41:33 -04:00
Lunny Xiao and GitHub
83fe7d414e
Fix bug on branch API ( #10767 )
2020-03-19 11:39:08 -04:00
Lunny Xiao and GitHub
cf7ece6245
Fix queue log param ( #10733 )
2020-03-16 16:59:21 +08:00
3378fc9149
Add changelog for v1.11.3 ( #10700 ) ( #10708 )
...
* Add changelog for v1.11.3
* Apply suggestions from code review
* Update CHANGELOG.md
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com >
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-03-11 13:49:07 +08:00
ac1e411b2b
Changelog for v1.10.6 ( #10699 ) ( #10710 )
...
* Changelog for v1.10.6
* Add warnning
* Apply suggestions from code review
Co-Authored-By: John Olheiser <john.olheiser@gmail.com >
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
2020-03-11 07:01:07 +02:00
6618348e23
cross compile using go 1.13.x ( #10684 ) ( #10697 )
...
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-03-10 16:36:59 +01:00
Lunny Xiao and GitHub
a5281895c7
Fix bug on pull view when required status check no ci result ( #10648 )
2020-03-07 07:33:20 +00:00
345515a2a5
add changelog for v1.10.5 ( #10628 ) ( #10631 )
...
Co-authored-by: zeripath <art27@cantab.net >
2020-03-06 15:39:52 +08:00
5abe1c52de
Display pull request head branch even the branch deleted or repository deleted ( #10413 )
...
* Display pull request head branch even the branch deleted or repository deleted
* Merge getHeadRepo/loadHeadRepo and getBaseRepo/loadBaseRepo on pull and fill repo when pr.Issue.Repo is available
* retrieve sha from pull head when pull request branch deleted and fix tests
* Fix test
* Ensure MustHeadRepoName returns empty string if no head repo
Co-authored-by: zeripath <art27@cantab.net >
2020-03-02 22:31:55 +00:00
Lunny Xiao and GitHub
753c0675c1
Fix migration bug on v96.go ( #10572 )
2020-03-02 12:53:39 -03:00
542bd59239
Fix webhook bug ( #10427 )
...
Co-authored-by: techknowlogick <matti@mdranta.net >
2020-02-23 13:49:40 -05:00
efbd7ca39b
Fix wrong num closed issues on repository when close issue via commit ( #10364 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-02-20 09:46:46 +02:00
Lunny Xiao and GitHub
8db20e807d
Fix test ( #10363 )
2020-02-19 10:46:14 -05:00
Lunny Xiao and GitHub
21e771c41b
Fix notification ( #10331 )
2020-02-18 10:52:57 +02:00
ce0413ff88
Fix migration information update bug when linked github account ( #10310 )
...
* Fix bug on upgrade migrated reactions
* Fix migration information update bug when linked github account
Co-authored-by: zeripath <art27@cantab.net >
2020-02-17 19:42:13 -05:00
Lunny Xiao and GitHub
5dbf36f356
Issue search support elasticsearch ( #9428 )
...
* Issue search support elasticsearch
* Fix lint
* Add indexer name on app.ini
* add a warnning on SearchIssuesByKeyword
* improve code
2020-02-13 14:06:17 +08:00
17656021f1
Fix reply on code review ( #10227 )
...
Co-authored-by: zeripath <art27@cantab.net >
2020-02-13 13:22:15 +08:00
Lunny Xiao and GitHub
3d69bbd58f
Fix queue pop error and stat empty repository error ( #10248 )
...
* Fix queue pop error and stat empty repository error
* Fix error
2020-02-12 18:12:27 +08:00
Lunny Xiao and GitHub
83a8944fcf
Add feishu webhook support ( #10229 )
...
Add feishu webhook support
2020-02-12 08:48:28 +00:00
Lunny Xiao and GitHub
48ce135cc9
Move PushUpdateAddDeleteTags to repository module from models ( #10106 )
...
* Move PushUpdateAddDeleteTags to repository module from models
* Fix deadlock on sqlite
2020-02-03 09:47:04 +01:00
bf1970d0bd
Improve push update options ( #10105 )
...
* Improve push update options
* fix test
* More refactor and fix lint
* fix lint
* Fix lint
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-02-02 15:27:34 -05:00
Lunny Xiao and GitHub
ce7062a422
Cache last commit to accelerate the repository directory page visit ( #10069 )
...
* Cache last commit to accelerate the repository directory page visit
* Default use default cache configuration
* add tests for last commit cache
* Simplify last commit cache
* Revert Enabled back
* Change the last commit cache default ttl to 8760h
* Fix test
2020-02-01 19:11:32 +00:00
Lunny Xiao and GitHub
3ccd271081
Fix branch page pull request title and link error ( #10092 )
...
* Fix branch page pull request title and link error
* Fix ui
2020-02-01 15:54:25 +02:00
Lunny Xiao and GitHub
107a694fd6
Fix IsErrPullClosed ( #10093 )
2020-02-01 11:24:26 +00:00
eac5142ac7
Fix leveldb test race ( #10054 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-01-30 11:09:39 -05:00
Lunny Xiao and GitHub
e2c505f5ce
Add RACE_ENABLED=1 envs for make test* ( #10055 )
2020-01-29 15:43:07 +00:00
79ce91fdde
Movde dependents on macaron from modules/setting ( #10050 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-01-29 09:47:46 +02:00
Lunny Xiao and GitHub
c09e020558
Fix milestone API state parameter unhandled ( #10049 )
...
* Fix milestone API state parameter unhandled
* Fix test
2020-01-29 08:36:32 +02:00
Lunny Xiao and zeripath
c58edc7c78
Fix wiki raw view on sub path ( #10002 )
...
* Fix wiki raw view on sub path
* Add test for subpath wiki raw file
* Fix bug
2020-01-28 09:44:08 +00:00
Lunny Xiao and zeripath
e8860ef4f9
Some refactor on git diff and ignore getting commit information failed on migrating pull request review comments ( #9996 )
...
* Some refactor on git diff and ignore getting commit information failed on migrating pull request review comments
* fix test
* fix lint
* Change error log to warn
2020-01-28 08:02:03 +00:00
Lunny Xiao and GitHub
8d51f28ba0
Fix wrong paging on org members ( #9990 )
2020-01-26 15:32:53 +08:00
Lunny Xiao and zeripath
a67c06ce90
Sanitize credentials in mirror form ( #9975 )
2020-01-25 10:57:42 +00:00
f2d12f7b03
Fix pull view when head repository or head branch missed and close related pull requests when delete head repository or head branch ( #9927 )
...
* fix pull view when head repository or head branch missed and close related pull requests when delete branch
* fix pull view broken when head repository deleted
* close pull requests when head repositories deleted
* Add tests for broken pull request head repository or branch
* fix typo
* ignore special error when close pull request
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-01-25 10:48:22 +08:00
Lunny Xiao and Lauris BH
f6067a8465
Migrate reviews when migrating repository from github ( #9463 )
...
* fix typo
* Migrate reviews when migrating repository from github
* fix lint
* Added test and migration when external user login
* fix test
* fix commented state
* Some improvements
* fix bug when get pull request and ref original author on code comments
* Fix migrated line; Added comment for review
* Don't load all pull requests attributes
* Fix typo
* wrong change copy head
* fix tests
* fix reactions
* Fix test
* fix fmt
* fix review comment reactions
2020-01-23 19:28:15 +02:00
Lunny Xiao and GitHub
81daf26878
Fix wrong hint when status checking is running on pull request view ( #9886 )
...
* Fix wrong hint when status checking is running on pull request view
* fix lint
* fix test
* fix test
* fix wrong tmpl
* fix import
* rename function name
2020-01-22 11:46:04 +08:00
ad3a9577a8
fix wrong font url on semantic-ui ( #9917 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-01-21 18:07:34 +00:00
5cf241b312
Use npm to manage fomantic and only build needed components ( #9561 )
...
* Use npm to manage fomantic
* Only build needed semantic components
* Fix make
* Don't import fonts from google sites since we have loaded
* [misc] devendor fomantic-ui and rebuild upon src or config changes only
Signed-off-by: Jakob Ackermann <das7pad@outlook.com >
* Change sort alphabetically of semantic components
* Fix trailing slash
* fix makefile
* Remove dependency to gulp from package.json
* Fix something
* Simplife the makefile
* add missed fomantic compnent
Co-authored-by: Jakob Ackermann <das7pad@outlook.com >
2020-01-21 13:17:58 +08:00
Lunny Xiao and zeripath
d92781bf94
Refactor repository check and sync functions ( #9854 )
...
Move more general repository functions out of models/repo.go
2020-01-20 20:01:19 +00:00
6d6f1d568e
Fix wrong permissions check when issues/prs shared operations ( #9885 )
...
* Fix wrong permissions check when issues/prs shared operations
* move redirect to the last of the function
* fix swagger
Co-authored-by: zeripath <art27@cantab.net >
Co-authored-by: Lauris BH <lauris@nix.lv >
2020-01-20 13:00:32 +01:00
Lunny Xiao and GitHub
f540d0ac87
Fix issues/pulls dependencies problems ( #9842 )
...
* Fix issues/pulls dependencies problems
* fix swagger and api param name
* fix js
2020-01-19 14:43:38 +08:00
Lunny Xiao and Antoine GIRARD
b641c68fee
Improve notification pager ( #9821 )
...
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com >
2020-01-17 19:31:26 +01:00
Lunny Xiao and GitHub
737ea6d83c
Fix download file wrong content-type ( #9825 )
...
* Fix download file wrong content-type
* change the error text to be more precise
* fix test
2020-01-17 20:16:05 +08:00
Lunny Xiao and Antoine GIRARD
088759f180
Fix wrong identify poster on a migrated pull request when submi… ( #9827 )
2020-01-17 11:23:46 +01:00
Lunny Xiao and techknowlogick
9f40bb020e
fix dump non-exist log directory ( #9818 )
2020-01-16 21:56:51 -05:00
d3468ed79f
Fix compare ( #9808 )
...
Co-authored-by: techknowlogick <matti@mdranta.net >
2020-01-16 21:59:07 +02:00
dbd89acf98
Remove unnecessary permissions load ( #9796 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: techknowlogick <matti@mdranta.net >
2020-01-16 15:18:30 +01:00
Lunny Xiao and techknowlogick
9343d2fc85
Fix missing msteam webhook on organization ( #9781 )
2020-01-15 13:38:44 -05:00
Lunny Xiao and Antoine GIRARD
2b3e931cde
Migrate reactions when migrating repository from github ( #9599 )
...
* Migrate reactions when migrating repository from github
* fix missed sleep
* fix tests
* update reactions when external user binding
* Fix test
* fix tests
* change the copy head
* fix test
* fix migrator add/delete reaction
2020-01-15 12:14:07 +01:00
Lunny Xiao and Antoine GIRARD
d32eac44b1
Move RepoWorkingPool to services/repository package ( #9754 )
...
* Move RepoWorkingPool to services/repository package
* Make repoWorkingPool private
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com >
2020-01-15 04:14:50 +01:00
7f869c061e
Fix missing updated time on migrated issues and comments ( #9744 )
...
* Fix missing updated time on migrated issues and comments
* Fix testing and missing updated on migrating pullrequest
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com >
2020-01-14 10:29:22 +00:00
Lunny Xiao and GitHub
2677d071f9
Move newbranch to standalone package ( #9627 )
...
* Move newbranch to standalone package
* move branch functions to modules to avoid dependencies cycles
* fix tests
* fix lint
* fix lint
2020-01-14 11:38:04 +08:00
Lunny Xiao and GitHub
b465d0d787
Move create/fork repository from models to modules/repository ( #9489 )
...
* Move create/fork repository from models to modules/repository
* fix wrong reference
* fix test
* fix test
* fix lint
* Fix DBContext
* remove duplicated TestMain
* fix lint
* fix conflicts
2020-01-12 20:11:17 +08:00
5765212c6d
Add owner_name column for table repository for maintaince reason ( #9717 )
...
* Add owner_name column for table repository for maintaince reason
* refactor
* Fix tests
* fix test
* fix bug when fork repository
Co-authored-by: zeripath <art27@cantab.net >
2020-01-12 17:36:21 +08:00
Lunny Xiao and Antoine GIRARD
f69f5a9f10
Add a new command doctor to check if some wrong configurations on gitea instance ( #9095 )
...
* add doctor
* Add a new command doctor to check if some wrong configurations on gitea instance
* fix import
* use regex match authorized_keys on doctor
* Add documentation
2020-01-11 15:24:57 +01:00
Lunny Xiao and techknowlogick
4d06d10dba
Move tracked time api convert to convert package ( #9665 )
2020-01-10 21:59:41 -05:00
Lunny Xiao and GitHub
7a3a90aca3
Fix wrong original git service type on a migrated repository ( #9693 )
2020-01-10 23:35:17 +08:00
99d869fa63
Move push commits from models to modules/repository ( #9370 )
...
* Move push commits from models to modules/repository
* fix test
* fix test
* fix test
* fix test
* fix test
Co-authored-by: zeripath <art27@cantab.net >
2020-01-10 17:34:21 +08:00
Lunny Xiao and GitHub
384c2b342e
Move pull request api convert to convert package ( #9664 )
...
* Move pull request api convert to convert package
* Rename ToPullRequest to ToAPIPullRequest
2020-01-10 15:53:53 +08:00
Lunny Xiao and GitHub
8878cfa4a1
Fix lint ( #9688 )
2020-01-10 13:50:23 +08:00
Lunny Xiao and zeripath
b9309e52f0
Move wiki related funtions from models to services/wiki ( #9355 )
...
* Move wiki related funtions from models to services/wiki
2020-01-07 18:27:36 +00:00
Lunny Xiao and zeripath
ed67bbe444
Fix repository issues pagination bug when there are more than one label filter ( #9512 )
2019-12-28 14:43:46 +00:00
Lunny Xiao and zeripath
0bcf644da4
Fix deleted branch isn't removed when push the branch again ( #9516 )
2019-12-27 19:17:37 +00:00
Lunny Xiao and zeripath
3d5f31f77d
Fix SetExpr failed ( #9506 )
2019-12-27 14:18:07 +00:00
Lunny Xiao and techknowlogick
c0f8795462
Upgrade lato fonts to v16. ( #9498 )
...
* Upgrade lato fonts to v16
* Upgrade lato fonts to v16
* fix bug
2019-12-25 23:11:39 -05:00
Lunny Xiao and GitHub
8b2f29c0d2
fix datarace on issue indexer queue ( #9490 )
2019-12-25 17:44:09 +08:00
Lunny Xiao and GitHub
89b4e0477b
Refactor code indexer ( #9313 )
...
* Refactor code indexer
* fix test
* fix test
* refactor code indexer
* fix import
* improve code
* fix typo
* fix test and make code clean
* fix lint
2019-12-23 20:31:16 +08:00
Lunny Xiao and GitHub
050a8af424
Response for context on retry database connection ( #9444 )
2019-12-20 13:39:33 +08:00
Lunny Xiao and GitHub
59fc29db38
fix wrong migration ( #9381 )
2019-12-17 14:58:30 +08:00
Lunny Xiao and techknowlogick
ffc904b1e0
Sleep longer if request speed is over github limitation ( #9335 )
...
* Sleep longer if request speed is over github limitation
* improve code
* remove unused code
* fix lint
* Use github's rate limit remain value to determine how long to sleep
* Save reset time when finished github api request
* fix bug
* fix lint
* Add context.Context for sleep
* fix test
* improve code
* fix bug and lint
* fix import order
2019-12-16 23:16:54 -05:00
Lunny Xiao and GitHub
59d6401486
Use ioutil.TmpDir for new created temp directory ( #9368 )
...
* Use os.TmpDir for new created temp directory
* fix error message
2019-12-16 13:17:55 +08:00
Lunny Xiao and GitHub
43ada65571
remove unused method and rename createcommentWithNoAction ( #9367 )
2019-12-16 11:54:24 +08:00
Lunny Xiao and techknowlogick
67b316a954
Refactor comment ( #9330 )
...
* Refactor comment
* fix test
* improve code
2019-12-15 16:57:34 -05:00
Lunny Xiao and techknowlogick
c6b3c5bcef
Fix cache problem on dashboard ( #9358 )
2019-12-15 15:44:23 -05:00
Lunny Xiao and Antoine GIRARD
ce2d488c94
Move PushToBaseRepo from models to services/pull ( #9352 )
2019-12-15 04:28:51 +01:00
Lunny Xiao and Antoine GIRARD
7b2ff82d20
Move some repository methods from models to modules/repository ( #9353 )
...
* Move some repository methods from models to modules/repository
* fix test
2019-12-14 18:30:01 +01:00
Lunny Xiao and techknowlogick
484e3dc5a9
site admin could view org's members ( #9346 )
2019-12-14 01:36:59 -05:00
Lunny Xiao and techknowlogick
bfcce5f86c
Remove release attachments which repository has been deleted ( #9334 )
2019-12-13 22:30:39 -05:00
Lunny Xiao and Lauris BH
ba1acf5b50
fix issue indexer not triggered when migrating a repository ( #9332 )
2019-12-12 23:46:43 +02:00
Lunny Xiao and GitHub
751cfb805d
Fix bug that release attachment files not deleted when deleting repository ( #9322 )
...
* Fix bug that release attachment files not deleted when deleting repository
* improve code
* add quote
* improve code
2019-12-12 13:31:05 +08:00
Lunny Xiao and Antoine GIRARD
50da9f7dae
Move modules/indexer to modules/indexer/code ( #9301 )
2019-12-10 14:29:40 +01:00
Lunny Xiao and techknowlogick
be06dee04c
Move code indexer related code to a new package ( #9191 )
...
* move code indexer related code to a new package
* fix lint
* fix tests
* fix fmt
* GetMaxID support interface parameter
2019-12-08 14:15:35 -05:00
Lunny Xiao and GitHub
ef98b168f7
Move UpdateIssuesCommit from models to repofiles ( #9276 )
2019-12-07 23:52:36 +08:00
Lunny Xiao and techknowlogick
82e0383d21
Move some pull request functions from models to services ( #9266 )
...
* Move some pull request functions from models to services
* Fix test
2019-12-06 21:44:10 -05:00
Lunny Xiao and GitHub
e3081c667a
Only show part of members on orgnization dashboard and add paging for orgnization members page ( #9092 )
...
* Only show part of members on orgnization dashboard and add paging for orgnization members page
* fix test
* fix typo
2019-12-06 13:34:54 +08:00
Lunny Xiao and GitHub
77730db257
Move repoWorkPool outside rename/transfer repository ( #9086 )
...
* Move repoWorkPool outside rename/transfer repository
* fix import
* Fix test
2019-12-06 12:00:50 +08:00
Lunny Xiao and techknowlogick
48be1889cd
Fix latest docker image haven't include static files. ( #9252 )
...
* add warnging on docs
* fix docs
2019-12-05 12:18:28 -05:00
Lunny Xiao and Lauris BH
6e81eafdd6
Remove unused comment actions ( #9222 )
...
* Remove unused comment actions
* improve code
2019-12-02 16:43:39 +02:00
Lunny Xiao and techknowlogick
2011a5b818
Extract createComment ( #9125 )
...
* Extract createComment
* fix lint
* fix lint
2019-11-30 21:44:39 -05:00
Lunny Xiao and GitHub
e151674cfa
Move PushUpdateOptions from models to repofiles ( #9124 )
2019-11-29 10:21:05 +08:00