You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as reported in https://drone.gitea.io/go-gitea/gitea/28939/1/4
use log.Error instead of log.Info
fix comments
fix eslint
fix goimport order
add migrations for project priorities
fix _repository.less lint errors
update swagger
fixes according to @6543 suggestions
s/NotInProjectID/ExcludeProjectID/g
update boards priority in a single transaction as per @zeripath
Co-authored-by: zeripath <[email protected]>
update swagger
Clean up the indenting
Co-authored-by: zeripath <[email protected]>
use tabs
Co-authored-by: zeripath <[email protected]>
use tabs
add loadRepository as per @zeripath suggestion
move projects css to features/projects.less
as per @silverwind request
#12506 (review)
use transaction to update projects issues priorities
as per @zeripath suggestion
#12506 (comment)
make import fit on one line
make use of loadRepository
indent html properly
as per suggestion by @silverwind#12506 (comment)
remove non-working code as per @zeripath suggestion
#12506 (comment)
remove non-used code
as per @zeripath suggestion
#12506 (comment)
fix syntax, remove content-type on request
#12506 (comment)
use closest instead of parent
as per @silverwind suggestion
#12506 (review)
use for instead of forEach because @silverwind
use for instead of forEach because @silverwind#12506 (review)
use // falls through as per @silverwind#12506 (comment)
listen to body keyup only on project page
#12506 (review)
Update models/project_board.go
Co-authored-by: Lauris BH <[email protected]>
move all issue related code to its own util file
and re-use those functions in index.js and projects.js
as per @silverwind and @zeripath
Update models/project_issue.go
Co-authored-by: 6543 <[email protected]>
fix linting
Update web_src/js/features/issuesutil.js
Co-authored-by: silverwind <[email protected]>
Update web_src/js/features/issuesutil.js
Co-authored-by: silverwind <[email protected]>
Update web_src/js/features/issuesutil.js
Co-authored-by: silverwind <[email protected]>
Update web_src/js/features/projects.js
Co-authored-by: silverwind <[email protected]>
Update web_src/js/features/projects.js
Co-authored-by: silverwind <[email protected]>
Update models/project_issue.go
Update models/issue.go
Co-authored-by: zeripath <[email protected]>
Update web_src/js/features/issuesutil.js
Co-authored-by: silverwind <[email protected]>
various js fix per @silverwind suggestions
various fixes according to @silverwind and @zeripath
use await for fetch when possible
specify table name as per @lafriks suggestion
specify table name as per @lafriks suggestion in more queries
#12506 (review)#12506 (comment)
Update templates/repo/projects/view.tmpl
Co-authored-by: silverwind <[email protected]>
Update templates/repo/projects/view.tmpl
Co-authored-by: silverwind <[email protected]>
Update web_src/js/features/projects.js
Co-authored-by: silverwind <[email protected]>
fix project_issue table name in query
make another fetch async as per @silverwind
Update models/project.go
Co-authored-by: Lauris BH <[email protected]>
Update models/project.go
Co-authored-by: Lauris BH <[email protected]>
more and rename UpdateBoards functions as per @6543
Update models/project.go
Co-authored-by: Lauris BH <[email protected]>
Update models/project.go
Co-authored-by: Lauris BH <[email protected]>
add / to route
fixup! fix backend lint as reported in https://drone.gitea.io/go-gitea/gitea/28939/1/4
Update models/project.go
Co-authored-by: zeripath <[email protected]>
Update routers/repo/issue.go
Co-authored-by: zeripath <[email protected]>
Update web_src/less/features/projects.less
Co-authored-by: silverwind <[email protected]>
fix uneeded column in query and remove css class
as suggested by @silverwind
Update models/project.go
Co-authored-by: Lauris BH <[email protected]>
add X to close sidebar and other css suggestions by @silverwind
add emoji to project issue titles
use issue.* instead as suggested by @zeripath
still waiting for xorm v1.0.5 to update go.mod
fix project_issue query for now
fix card details css
Cols("issue.id, issue.repo_id, issue.index, issue.poster_id,issue.name,issue.milestone_id,issue.is_closed,issue.is_pull,issue.created_unix,issue.updated_unix, project_issue.id as project_issue_id, project_issue.project_id as project_issue_project_id, project_issue.project_board_id as project_issue_project_board_id").
0 commit comments