| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
* Add check for empty set when dropping indexes during migration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Change tests to make it possible to run TestGit with 1.7.2
* Make merge run on 1.7.2
* Fix tracking and staging branch name problem
* Ensure that git 1.7.2 works on tests
* ensure that there is no chance for conflicts
* Fix-up missing merge issues
* Final rm
* Ensure LFS filters run on the tests
* Do not sign commits from temp repo
* Restore tracking fetch change
* Apply suggestions from code review
* Update modules/repofiles/temp_repo.go
|
| |
|
| |
|
|
|
| |
It was just missing
|
|
|
|
|
|
|
|
| |
* move change issue title from models to issue service package
* make the change less
* fix typo
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Draft for ResolveMentionsByVisibility()
* Correct typo
* Resolve teams instead of orgs for mentions
* Create test for ResolveMentionsByVisibility
* Fix check for individual users and doer
* Test and fix team mentions
* Run all mentions through visibility filter
* Fix error check
* Simplify code, fix doer included in teams
* Simplify team id list build
|
| |
|
| |
|
|
|
| |
It's(swagger api link) mentioned vaguely in the FAQ but IMHO missing from API usage page.
|
| |
|
|
|
|
|
|
|
|
| |
* Doc recommend to use reverse proxy if Apache/nginx is also running on server
* Update docs/content/doc/usage/https-support.md
Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
|
|
|
|
|
|
| |
* Doc updated list of supported webhooks and added example
* Replaced webhook password verification by signature verification
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Check for either escaped or unescaped wiki filenames
+ Gitea currently saves wiki pages with escaped filenames.
+ Wikis mirrored from other places like Github use unescaped filenames.
+ We need to be checking for filenames in either format to increase compatibility.
* Better logic for escaped and unescaped wiki filenames
Co-Authored-By: null <guillep2k@users.noreply.github.com>
|
| |
|
|
|
|
|
|
| |
* Fix migration v96 to keep issue attachments
* Fix == operator
|
| |
|
|
|
|
|
|
|
|
|
| |
* changelog
* Update CHANGELOG.md
We ned to revert this then ...
Co-Authored-By: Lauris BH <lauris@nix.lv>
|
|
|
|
|
|
|
|
|
|
| |
* Update golangci to v1.20
Signed-off-by: kolaente <k@knt.li>
* Use the timeout flag instead of deadline, move it to config
Signed-off-by: kolaente <k@knt.li>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(#8427)
This reverts commit 78438d310be42f9c5e0e2937ee54e6050cc8f381.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix issues/pr list broken when there are many repositories
* remove unused codes
* fix counting error on issues/prs
* keep the old logic
* fix panic
* fix tests
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
improvements (#8411)
* update milestone issues numbers when save milestone and other code improvements
* fix tests
* extract duplicate codes as a new function
|
| |
|
| |
|
|
|
| |
Signed-off-by: kolaente <k@knt.li>
|
| |
|
|
|
|
|
|
|
| |
Also reworked the header to remove the filename (which is redundant with
the file path above) and made the header a flexbox with a monospace
font.
Fixes: https://github.com/go-gitea/gitea/issues/8170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix milestone num_issues
* update missing completeness
* only update milestone closed number when closed issue is assigned a new milestone or clear milestone
* fix tests
* fix update milestone num
* fix completeness calculate
* make completeness calucation more clear
|
|
|
| |
When using unix socket as listener (`HTTP_ADDR = /run/gitea/gitea.socket`) then it's required to have the folder `/run/gitea` with appropriate owner/group. Manual creation leads to vanishing after reboot. This directive enables Systemd to handle this.
|
| |
|
|
|
|
| |
info (#8385)
|
|
|
|
|
|
|
|
| |
* add extra user information when migrating release
* add migrations
* fix tests
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Resolve error when comparing images
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Check blob existence instead of git-ls when checking if file exists
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Show file metadata also when a file was newly added
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Fixes error in commit view
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Excludes assigning path and image infos for compare routers to service package
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Removes nil default and fixes import order
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Adds missing comments
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Moves methods for assigning compare data to context into repo router package
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Show image compare for deleted images as well. Simplify check if image should be displayed
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
|
|
|
| |
Buildbot can work with Gitea
|
| |
|
|
|
|
| |
(#8359)
|
| |
|
|
|
|
|
| |
fixes #8299, a regression from 867f46f.
unlike it's name suggests, the .markdown class is needed for most markup types.
a future refactor should rename this class to something more generic
|
|
|
|
| |
* Extend time window for TestAPILFSLocksLogged
|
|
|
|
|
|
|
|
| |
* Add test for FilterModeMention
* Fix column name ambiguity
* Fix fmt
|