| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
(#8658)
* Hide some user information via API if user have no enough permission
* fix test
|
|
|
|
|
|
| |
Partial backport without changes to locale files.
Fix #8461 - fix misspelling of {{AppSubUrl}} and other misspelling in template
Fixes /explore and organisation redirection
|
|
|
| |
Signed-off-by: jolheiser <john.olheiser@gmail.com>
|
|
|
|
| |
* Update heatmap fixtures to restore tests
* Add hint to check the fixture age on fail
|
|
|
|
|
|
|
|
|
| |
* Fix #8582 by handling empty repos
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix tests
Signed-off-by: Jonas Franz <info@jonasfranz.software>
|
|
|
|
| |
another user or orgnization (#8571)
|
| |
|
|
|
|
|
|
|
|
|
| |
* Ensure .ssh dir exists before rewriting public keys
* Ensure .ssh dir exists before appending to authorized_keys
* Log the error because it would be useful to know where it is trying to MkdirAll
* Only try to create RootPath if it's not empty
|
|
|
|
|
| |
* IsBranchExist: return false if provided name is empty
* Ensure that the reference returned is actually of a valid type
|
|
|
|
|
|
| |
* Ignore mentions for users with no access
* Fix fmt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* Apply suggestions from code review
* Update modules/repofiles/temp_repo.go
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* changelog
* Update CHANGELOG.md
We ned to revert this then ...
Co-Authored-By: Lauris BH <lauris@nix.lv>
|
|
|
| |
This reverts commit 0ea4b786cb99054a381f3005f11f4cf413214617.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#8409) (#8418)
* Fix issues/pr list broken when there are many repositories (#8409)
* 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
* rm unused import
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* feat: highlight issue references with :
e.g. #1287: my commit msg
e.g. ABC-1234: my commit msg
* ref: update model regex to consistent with issueNumericPattern
* test: check highlight issue with : in commits messages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
|
| |
* fix depenedency
* make vendor first
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use correct index when fetching commit status
Signed-off-by: Elias Norberg <elias@aisle.se>
* Compare against base repo to avoid mismatch when merging from fork
Signed-off-by: Elias Norberg <elias@aisle.se>
* Fix pull request commit status in user dashboard list
|
|
|
|
|
|
| |
* Add logging for when user requested attachment doesn't belong to the specified release.
* Fix API to use correct variable for release asset (attachment)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The current webhook just shows the amount of commits, but misses the actual commit description. While the code is actually there to include the description, it is just not included.
Signed-off-by: Bjoern Petri <bjoern.petri@sundevil.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix data race
* Fix data race in modules/log
* Make the scope of lock finner-grained
* Use syc.Map
* Fix missing change in the test
* Do not export LoggerMap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix team user api
* fix tests
* fix api
* fix team user api
* change user convert
* fix tests
* fix tests
|
| |
|
|
|
|
|
|
|
|
|
| |
(#8193)
The gitea flags must appear in front of the gitea command. Otherwise
they are ignored.
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
(cherry picked from commit 89648746a5acd4892a026d2962ff217280dbdf5b)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix reading notes from nested trees
The GIT documentation for notes states "Permitted pathnames have the
form ab/cd/ef/.../abcdef...: a sequence of directory names of two
hexadecimal digits each followed by a filename with the rest of
the object ID."
* Add test case
* Fix new lines
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use vendored go-swagger (#8087)
* Use vendored go-swagger
* vendor go-swagger
* revert un wanteed change
* remove un-needed GO111MODULE
* Update Makefile
Co-Authored-By: techknowlogick <matti@mdranta.net>
* re-generate swagger file
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Changelog for 1.9.3
* Fix ref to 8071
* Correct punctuation
Co-Authored-By: techknowlogick <matti@mdranta.net>
|
|
|
|
|
|
|
|
|
|
| |
* Fix Go 1.13 invalid import path creation
Signed-off-by: Rutger Broekhoff <rutger@viasalix.nl>
* Apply suggested changes from #8100
Signed-off-by: Rutger Broekhoff <rutger@viasalix.nl>
|
|
|
|
|
|
| |
* Strict name matching for Repository.GetTagID()
* Add test for GetTagID()
|
|
|
|
| |
(#8066) (#8070)
|
|
|
|
|
|
|
|
|
|
| |
* Fixes deformed emoji in pull request comments or reviews
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* Generate css via command
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
|
| |
|
|
|
| |
Signed-off-by: Tamal Saha <tamal@appscode.com>
|
|
|
|
| |
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
(cherry picked from commit 08c63190c68ca63f99f510f7f2c6cda41d531343)
|
|
|
|
| |
file (#8007) (#8009)
|
| |
|
|
|
| |
Signed-off-by: Gary Kim <gary@garykim.dev>
|