- 08 Jan, 2020 1 commit
-
-
David Svantesson authored
Co-authored-by:
zeripath <art27@cantab.net>
-
- 07 Jan, 2020 10 commits
-
-
Shashvat Kedia authored
-
Lunny Xiao authored
* Move wiki related funtions from models to services/wiki
-
zeripath authored
Once a branch has been merged if the commit ID no longer equals that of the pulls ref commit id don't offer to delete the branch on the pull screen and don't list it as merged on branches. Fix #9201 When looking at the pull page we should also get the commits from the refs/pulls/x/head Fix #9158
-
6543 authored
-
GiteaBot authored
-
zeripath authored
-
GiteaBot authored
-
zeripath authored
* Queue: Add generic graceful queues with settings * Queue & Setting: Add worker pool implementation * Queue: Add worker settings * Queue: Make resizing worker pools * Queue: Add name variable to queues * Queue: Add monitoring * Queue: Improve logging * Issues: Gracefulise the issues indexer Remove the old now unused specific queues * Task: Move to generic queue and gracefulise * Issues: Standardise the issues indexer queue settings * Fix test * Queue: Allow Redis to connect to unix * Prevent deadlock during early shutdown of issue indexer * Add MaxWorker settings to queues * Merge branch 'master' into graceful-queues * Update modules/indexer/issues/indexer.go Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Update modules/indexer/issues/indexer.go Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Update modules/queue/queue_channel.go Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Update modules/queue/queue_disk.go * Update modules/queue/queue_disk_channel.go Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * Rename queue.Description to queue.ManagedQueue as per @guillep2k * Cancel pool workers when removed * Remove dependency on queue from setting * Update modules/queue/queue_redis.go Co-Authored-By:
guillep2k <18600385+guillep2k@users.noreply.github.com> * As per @guillep2k add mutex locks on shutdown/terminate * move unlocking out of setInternal * Add warning if number of workers < 0 * Small changes as per @guillep2k * No redis host specified not found * Clean up documentation for queues * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md * Update modules/indexer/issues/indexer_test.go * Ensure that persistable channel queue is added to manager * Rename QUEUE_NAME REDIS_QUEUE_NAME * Revert "Rename QUEUE_NAME REDIS_QUEUE_NAME" This reverts commit 1f83b4fc9b9dabda186257b38c265fe7012f90df. Co-authored-by:
guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by:
Lauris BH <lauris@nix.lv> Co-authored-by:
techknowlogick <matti@mdranta.net> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com>
-
GiteaBot authored
-
8ctopus authored
-
- 06 Jan, 2020 3 commits
-
-
GiteaBot authored
-
Timon Engelke authored
* Add a /user/login landing page option * Add test case for login landing page
-
6543 authored
-
- 05 Jan, 2020 8 commits
-
-
zeripath authored
* Add some padding to the shadowed comment box * prevent the padding affecting the other comments
-
6543 authored
* Restrict AllPublic to actually public repos. * Add new parameter to add in AllLimited Repos
-
6543 authored
* introduce "make help" * fix + add more routienes * Update Makefile * add make vet Co-authored-by:
techknowlogick <matti@mdranta.net>
-
GiteaBot authored
-
6543 authored
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
David Svantesson authored
* Fix access issues on milestone and issue overview pages. * Fix filter algorithm
-
- 04 Jan, 2020 6 commits
-
-
Antoine GIRARD authored
* test: add current attachement responses * refactor: check if attachement is linked and accessible by user * chore: clean TODO * fix: typo attachement -> attachment * revert un-needed go.sum change * refactor: move models logic to models * fix TestCreateIssueAttachment which was wrongly successful * fix unit tests with unittype added * fix unit tests with changes * use a valid uuid format for pgsql int. test * test: add unit test TestLinkedRepository * refactor: allow uploader to access unlinked attachement * add missing blank line * refactor: move to a separate function repo.GetAttachment * typo * test: remove err test return * refactor: use repo perm for access checking generally + 404 for all reject
-
GiteaBot authored
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com>
-
GiteaBot authored
-
Lauris BH authored
-
6543 authored
* draft 1 * add suggestions thanks to @bagasme @techknowlogick @davidsvantesson * http methods * use permalinks * Apply suggestions from code review Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Apply suggestions from code review Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * code format + add to INDEX Co-authored-by:
John Olheiser <42128690+jolheiser@users.noreply.github.com> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 03 Jan, 2020 5 commits
-
-
guillep2k authored
* Fix error logged when repos qs is empty * Update routers/user/home.go Co-Authored-By:
Lauris BH <lauris@nix.lv> Co-authored-by:
techknowlogick <matti@mdranta.net> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
GiteaBot authored
-
Bagas Sanjaya authored
* Add footer extra links template * [Docs] Update to mention extra links footer template * Commit suggestion from @davidsvantesson Co-Authored-By:
David Svantesson <davidsvantesson@gmail.com> * Move template placement to right side of footer Co-authored-by:
David Svantesson <davidsvantesson@gmail.com> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
David Svantesson authored
* Add branch protection option to block merge on requested changes. * Add migration step * Fix check to correct negation * Apply suggestions from code review Language improvement. Co-Authored-By:
John Olheiser <42128690+jolheiser@users.noreply.github.com> * Copyright year. Co-authored-by:
John Olheiser <42128690+jolheiser@users.noreply.github.com> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
mrsdizzie authored
* Some more e-mail notification fixes A few more small e-mail notification fixes/changes * Style footer of notification email to be smaller * Include text for when pull request is merged * Don't include original body of issue or PR when merging/closing by setting issue.Content to "" in these cases * Set Re: prefix and meessage-ID headers based on actName instead of checking for a comment. This fixes a bug where certain actions that didn't have a comment were setting Message-ID instead of In-Reply-To which caused some mail programs not to show those messages as they would have had the same Message-ID as a previous message. Also fixes the case where a final comment and closing message would have been displayed out of order if you didn't have a copy of the original issue/pr cretion message. * Update other template footers for consistency
-
- 02 Jan, 2020 7 commits
-
-
6543 authored
* dont reqToken on GetReactions * ctx.Repo.CanWrite has ctx.User.IsAdmin in It Co-authored-by:
Lauris BH <lauris@nix.lv>
-
John Olheiser authored
-
GiteaBot authored
-
6543 authored
-
6543 authored
-
John Olheiser authored
Signed-off-by:
jolheiser <john.olheiser@gmail.com> Co-authored-by:
Lauris BH <lauris@nix.lv>
-
6543 authored
-