Results 25 issues of techknowlogick

move to drone 1.0.0

[{"_id":"6703089aad3c4128c70d562f","body":"I think we can't move to latest version of drone before drone release source code. If so, we can try the [free cloud service of drone](https:\/\/cloud.drone.io\/).","issue_id":1714977216758,"origin_id":455037642,"user_origin_id":21979,"create_time":1547698982,"update_time":1547874637,"id":1728252058429,"updated_at":"2024-10-06T22:00:58.429000Z","created_at":"2024-10-06T22:00:58.429000Z"},{"_id":"6703089aad3c4128c70d5630","body":"@techknowlogick I agree with @appleboy we should use stable version of drone.","issue_id":1714977216758,"origin_id":455078072,"user_origin_id":81045,"create_time":1547712258,"update_time":1547712258,"id":1728252058447,"updated_at":"2024-10-06T22:00:58.446000Z","created_at":"2024-10-06T22:00:58.446000Z"},{"_id":"6703089aad3c4128c70d5631","body":"There is also no automated upgrade path, currently you will loose the secrets and the entire build logs, even with the migration tool.","issue_id":1714977216758,"origin_id":455079100,"user_origin_id":156964,"create_time":1547712517,"update_time":1547712517,"id":1728252058455,"updated_at":"2024-10-06T22:00:58.454000Z","created_at":"2024-10-06T22:00:58.454000Z"},{"_id":"6703089aad3c4128c70d5632","body":"drone release 1.0?","issue_id":1714977216758,"origin_id":464474535,"user_origin_id":21979,"create_time":1550419393,"update_time":1550419393,"id":1728252058469,"updated_at":"2024-10-06T22:00:58.469000Z","created_at":"2024-10-06T22:00:58.469000Z"},{"_id":"6703089aad3c4128c70d5633","body":"@appleboy per suggestions I decided against using RC. So I will wait until 1.0.0 is released ","issue_id":1714977216758,"origin_id":464475263,"user_origin_id":164197,"create_time":1550419756,"update_time":1550419756,"id":1728252058473,"updated_at":"2024-10-06T22:00:58.473000Z","created_at":"2024-10-06T22:00:58.473000Z"},{"_id":"6703089aad3c4128c70d5634","body":"Migration tool just updated with ability to migrate logs. Will run migration locally and comment on this PR if it is successful.","issue_id":1714977216758,"origin_id":475380779,"user_origin_id":164197,"create_time":1553198439,"update_time":1553198439,"id":1728252058488,"updated_at":"2024-10-06T22:00:58.487000Z","created_at":"2024-10-06T22:00:58.487000Z"},{"_id":"6703089aad3c4128c70d5635","body":"I ran the migration using the migration utility, and the DB went from 6.3GB->5.9GB. It appears as though everything has been migrated (from a few queries comparing the two DBs).\r\n\r\nI think this is ready for review now.","issue_id":1714977216758,"origin_id":475390361,"user_origin_id":164197,"create_time":1553200229,"update_time":1553200229,"id":1728252058490,"updated_at":"2024-10-06T22:00:58.490000Z","created_at":"2024-10-06T22:00:58.490000Z"}] comment

As title Edit: Next steps include requesting a Drone Enterprise key from: https://my.drone.io/order/personal (ask Brad first if it's ok to use for Gitea, because it's not entirely personal but it's...

lgtm/need 2

bump minimum version of go used to build cli

[{"_id":"670977a334eadd79280e8d97","body":"Thanks, the team will take a look!","issue_id":1715112550398,"origin_id":1775187287,"user_origin_id":108670,"create_time":1698067419,"update_time":1698067419,"id":1728673699762,"updated_at":"2024-10-11T19:08:19.761000Z","created_at":"2024-10-11T19:08:19.761000Z"},{"_id":"670977a334eadd79280e8d98","body":"Hi @tasn, would you, or someone else at svix, be able to poke at this PR?","issue_id":1715112550398,"origin_id":2266425653,"user_origin_id":164197,"create_time":1722664425,"update_time":1722664425,"id":1728673699767,"updated_at":"2024-10-11T19:08:19.767000Z","created_at":"2024-10-11T19:08:19.767000Z"}] comment

Due to the CLI setting go.mod to go1.16 building the CLI fails due to modules requiring a newer version of go. Errors received: ``` # golang.org/x/sys/unix vendor/golang.org/x/sys/unix/syscall.go:83:16: unsafe.Slice requires go1.17...

Saved replies to issues and PRs (Canned/Templated Responses)

[{"_id":"68476716dee152bd17070d03","body":"Why `canned`? Wouldn't that be `saved`?\r\n\r\nAlso, I see a huge benefit with your proposed approach: We can even allow for inserting variables, i.e. the issue open date, its title, its description, \u2026\r\nFor that to be efficient, however, there is only one possible approach:\r\nFirst, define a query that simply lists the available saved replies. It doesn't query their contents, only their names.\r\n(Then, display these results in the UI\/ offer an API endpoint to show these names)\r\nThen, simply offer a route that takes a named reply, and use the response of querying for this named reply as output for whatever you want to write.\r\n\r\n(To be fair, I haven't used that feature on GitHub yet, so I don't know how they implemented it. Those are simply the thoughts at the top of my head)","issue_id":1716618708521,"origin_id":1419616449,"user_origin_id":51889757,"create_time":1675711098,"update_time":1675711098,"id":1749509910483,"updated_at":"2025-06-09T22:58:30.483000Z","created_at":"2025-06-09T22:58:30.483000Z"},{"_id":"68476716dee152bd17070d04","body":"Here on GH they are called \"Saved Replies\" because a user makes them and saves them. In this case they are more like \"templates\". ","issue_id":1716618708521,"origin_id":1419686304,"user_origin_id":451841,"create_time":1675714404,"update_time":1675714404,"id":1749509910489,"updated_at":"2025-06-09T22:58:30.488000Z","created_at":"2025-06-09T22:58:30.488000Z"},{"_id":"68476716dee152bd17070d05","body":"> Why canned? Wouldn't that be saved?\r\n\r\n> Here on GH they are called \"Saved Replies\" because a user makes them and saves them. In this case they are more like \"templates\".\r\n\r\nYeah, I also used snippet, canned response, and perhaps another in my initial description. I've updated title to cover all the possible names.","issue_id":1716618708521,"origin_id":1419833771,"user_origin_id":164197,"create_time":1675720830,"update_time":1675720830,"id":1749509910495,"updated_at":"2025-06-09T22:58:30.495000Z","created_at":"2025-06-09T22:58:30.495000Z"},{"_id":"68476716dee152bd17070d06","body":"I have a WIP branch of this right now. Right now, it is an API endpoint that fetches the config file from the repo, and returns the config to be used by the issue\/PR comment area.\r\n\r\nThe file name is: `.gitea\/comment_snippets.yml` (not sure about this filename, but figured rather than yakshaving it, I'd working on the PR is better)\r\n\r\nThe yaml schema I'm working with is:\r\n```\r\nversion: 1.0 # schema version, in case it needs to be updated\r\nsnippets: # array of all snippets\r\n - title: Snippet Title, short description\r\n description: description of snippet to provide more details about what snippet is\r\n body: |\r\n Full snippet body\r\n with multiple lines.\r\n This full body will be inserted into the editor.\r\n```","issue_id":1716618708521,"origin_id":1487901504,"user_origin_id":164197,"create_time":1680061261,"update_time":1680061261,"id":1749509910501,"updated_at":"2025-06-09T22:58:30.501000Z","created_at":"2025-06-09T22:58:30.501000Z"},{"_id":"68476716dee152bd17070d07","body":"Alternatively, what we could as well would be something like `.gitea\/replies\/<saved response name>.yaml`.\r\nI'm not sure which one would be better, the one saving one reply per file, or the one saving all replies in the same file?","issue_id":1716618708521,"origin_id":1488251737,"user_origin_id":51889757,"create_time":1680081911,"update_time":1680081911,"id":1749509910506,"updated_at":"2025-06-09T22:58:30.506000Z","created_at":"2025-06-09T22:58:30.506000Z"},{"_id":"68476716dee152bd17070d08","body":"I wasn't aware of this PR, but I created an extension that basically does what is proposed here.\r\n\r\nSince it is an extension, the \"canned responses\" are individual for each user.\r\nhttps:\/\/chrome.google.com\/webstore\/detail\/canned-responses-for-blen\/ofenfmlpeilfjabiakajogfjjbhlpden?hl=pt-BR&authuser=0\r\n\r\nI would be glad to see something like this in gitea.","issue_id":1716618708521,"origin_id":1680651860,"user_origin_id":11931329,"create_time":1692193884,"update_time":1692193884,"id":1749509910512,"updated_at":"2025-06-09T22:58:30.511000Z","created_at":"2025-06-09T22:58:30.511000Z"},{"_id":"68476716dee152bd17070d09","body":"Saving replies would be really helpful, especially if there is an option to add variables like the username of the person who opened the issue\/PR, your own username and potentially quite a few more variables.","issue_id":1716618708521,"origin_id":2129800102,"user_origin_id":61777131,"create_time":1716563933,"update_time":1716563933,"id":1749509910516,"updated_at":"2025-06-09T22:58:30.516000Z","created_at":"2025-06-09T22:58:30.516000Z"}] comment

### Feature Description canned responses would allow faster responses to common queries. I currently use them for pasting a closing an issues as a dupe, or direction questions to the...

type/proposal
type/feature

lgtm/need 1
topic/build
size/L
modifies/go
modifies/cli
modifies/migrations
modifies/internal
modifies/dependencies

This will allow instance admins to view signup pattern patterns for public instances. It is modelled after discourse, mastodon, and MediaWiki's approaches. Note: This has privacy implications, but as the...

lgtm/done
size/M
modifies/go
docs-update-needed

Note: any external integrations would be entirely optional.

lgtm/need 2
size/M
modifies/go

I'm opening this ticket so that this request is tracked somewhere and made with no expectations/demands that it be completed or even looked into. Also, since `riscv64` has limited support...

I just wanted to report it here so it is logged somewhere, but cilium is dropping support of consul as a kvstore, the last version it will be in is...

bug
help wanted

Thanks for this project. I see it's licensed as MIT from package.json https://github.com/sujjeee/dubco/blob/main/package.json#L16 Could you add a full license file so that license scanners can detect it?

Thanks for your work on `work`. I am working on a project that I want to keep the numbers of processes running limited, so I've implemented the queue using cockroachdb's...