| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(#2714)
* Fix PR, milestone and label functionality if issue unit is disabled or not assigned to user
* Fix multi-actions in PR page
* Change error message
* Fix comment update and delete functionality in PR
|
|
|
|
|
|
|
| |
* fix plain readme didn't render correctly on repo home page
* fix missing render
* remove unused template variables
|
|
|
|
|
|
|
|
|
| |
(#2699) (#2707)
* Fix so that user can still fork his own repository to his organizations
* Fix to only use owned organizations
* Add integration test for forking own repository to owned organization
|
|
|
|
|
| |
* provide both possible authentication solutions
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
|
| |
|
|
|
|
|
|
| |
* add release notes for v1.2.0
* improve release notes for v1.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Rewrite migrations to not depend on future code changes (#2604)
* v38 migration used an outdated version of RepoUnit model (#2602)
* change repoUnit model in migration
* fix v16 migration repo_unit table
* fix lint error
* move type definition inside function
* Fix migration from Gogs
* Refactor code
* add error check
* Additiomal fixes for migrations
* Add back nil check
* replace deprecated .Id with .ID
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* change string map to interface map
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
|
|
|
|
|
|
|
|
|
| |
* fix panic on gogs webhook creation
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* fix panic in gogs webhook edit
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MSSQL rejects the query:
SELECT "repository"."id" FROM "repository"
INNER JOIN "team_repo" ON "team_repo".repo_id="repository".id AND
"repository".is_mirror=1
WHERE (
("repository".owner_id=2 AND "repository".is_private=0)
OR team_repo.team_id IN (1)
)
GROUP BY "repository".id ORDER BY updated_unix DESC
when the order by term (updated_unix) is not included in the group by
term.
|
|
|
|
|
| |
* Fix go get response if only app URL is custom in configuration
* Rewrite to update Domain setting to match AppURL
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix deletion of unprotected branches
* fmt fix
* changed internal protected branch api
* fix lint error
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
|
|
|
|
| |
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* change repoUnit model in migration
* fix v16 migration repo_unit table
* fix lint error
* move type definition inside function
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
|
|
|
|
|
| |
* fix go get subpackage bug
* merge the duplicated funtions
|
| |
|
| |
|
| |
|
|
|
| |
Signed-off-by: Jonas Franz <info@jonasfranz.software>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Sync releases table with tags on push and for mirrors
* Code style fixes
* Fix api to return only releases
* Optimize release creation and update
Minimize posibility of race conditions
* Fix release lower tag name updating
* handle tag reference update by addionally comparing commit id
|
|
|
|
|
|
|
|
| |
* Fix adding branch as protected to not allow pushing to it
* Fix can_push value to false in protected_branch (#2560)
* Fix integration test
|
|
|
|
|
|
|
|
|
|
| |
* Fix lint errors
* Fix fmt errors (#2544)
* Hotfix for integration testing (#2473)
* Hotfix for integration testing
|
| |
|
|
|
| |
Signed-off-by: Jonas Franz <info@jonasfranz.software>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
1.2.0-dev is less than 1.2.0, according to semver
|
| |
|
| |
|
|
|
|
|
|
|
| |
* fix missing collabrative repos
* fix bug of collabrative
* fix SQL quotes
|
|
|
|
|
|
|
|
|
| |
This commit cherry picks the following commits (master -> v1.2):
a915a09
874f9be
233bbcf
Ref: https://github.com/go-gitea/gitea/issues/1484
Signed-off-by: Michael Lustfield <michael@lustfield.net>
|
| |
|
|
|
|
| |
* add more test for login links and fix a bug on action retrieve
|
|
|
| |
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
|
| |
|
| |
|
|
|
| |
This reverts commit faf4b503b24d33a2a0f455d26bb782345ab8e0c9.
|
|
|
|
|
|
|
|
|
|
| |
* Add collaborative repositories to the dashboard
Remove some unused code from the Dashboard func
* fix some bug and some refactor
* fix tests
|
| |
|
|
|
|
|
|
| |
* Rename some shorthands
* Remove (almost) server side data rendering from repo-search component template
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add swagger comment for adminCreateOrg
* Add swagger comment for admin route
* add hook swagger doc
* Add tags
* Add auth
* Fix name of responses
* Edit name method
* Update vendor
* make generate-swagger
|
|
|
|
|
|
|
| |
Avoids override of source file upon running `make test-pgsql`
Long story: settings.NewContext *adds* an INTERNAL_TOKEN if none
is found; the other ini files under integration/ all have an
INTERNAL_TOKEN
|
| |
|