Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patcito/projects enhancements #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    52378bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68702e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fd630c View commit details
    Browse the repository at this point in the history
  4. fix backend lint

    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 <art27@cantab.net>
    
    update swagger
    
    Clean up the indenting
    
    Co-authored-by: zeripath <art27@cantab.net>
    
    use tabs
    
    Co-authored-by: zeripath <art27@cantab.net>
    
    use tabs
    
    add loadRepository as per @zeripath suggestion
    
    move projects css to features/projects.less
    as per @silverwind request
    go-gitea#12506 (review)
    
    use transaction to update projects issues priorities
    as per @zeripath suggestion
    go-gitea#12506 (comment)
    
    make import fit on one line
    
    make use of loadRepository
    
    indent html properly
    as per suggestion by @silverwind
    go-gitea#12506 (comment)
    
    remove non-working code as per @zeripath suggestion
    go-gitea#12506 (comment)
    
    remove non-used code
    as per @zeripath suggestion
    go-gitea#12506 (comment)
    
    fix syntax, remove content-type on request
    go-gitea#12506 (comment)
    
    use closest instead of parent
    as per @silverwind suggestion
    go-gitea#12506 (review)
    
    use for instead of forEach because @silverwind
    
    use for instead of forEach because @silverwind
    
    go-gitea#12506 (review)
    
    use // falls through as per @silverwind
    
    go-gitea#12506 (comment)
    
    listen to body keyup only on project page
    
    go-gitea#12506 (review)
    
    Update models/project_board.go
    
    Co-authored-by: Lauris BH <lauris@nix.lv>
    
    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 <6543@obermui.de>
    
    fix linting
    
    Update web_src/js/features/issuesutil.js
    
    Co-authored-by: silverwind <me@silverwind.io>
    
    Update web_src/js/features/issuesutil.js
    
    Co-authored-by: silverwind <me@silverwind.io>
    
    Update web_src/js/features/issuesutil.js
    
    Co-authored-by: silverwind <me@silverwind.io>
    
    Update web_src/js/features/projects.js
    
    Co-authored-by: silverwind <me@silverwind.io>
    
    Update web_src/js/features/projects.js
    
    Co-authored-by: silverwind <me@silverwind.io>
    
    Update models/project_issue.go
    
    Update models/issue.go
    
    Co-authored-by: zeripath <art27@cantab.net>
    
    Update web_src/js/features/issuesutil.js
    
    Co-authored-by: silverwind <me@silverwind.io>
    
    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
    
    go-gitea#12506 (review)
    
    go-gitea#12506 (comment)
    
    Update templates/repo/projects/view.tmpl
    
    Co-authored-by: silverwind <me@silverwind.io>
    
    Update templates/repo/projects/view.tmpl
    
    Co-authored-by: silverwind <me@silverwind.io>
    
    Update web_src/js/features/projects.js
    
    Co-authored-by: silverwind <me@silverwind.io>
    
    fix project_issue table name in query
    make another fetch async as per @silverwind
    
    Update models/project.go
    
    Co-authored-by: Lauris BH <lauris@nix.lv>
    
    Update models/project.go
    
    Co-authored-by: Lauris BH <lauris@nix.lv>
    
    more and rename UpdateBoards functions as per @6543
    
    Update models/project.go
    
    Co-authored-by: Lauris BH <lauris@nix.lv>
    
    Update models/project.go
    
    Co-authored-by: Lauris BH <lauris@nix.lv>
    
    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 <art27@cantab.net>
    
    Update routers/repo/issue.go
    
    Co-authored-by: zeripath <art27@cantab.net>
    
    Update web_src/less/features/projects.less
    
    Co-authored-by: silverwind <me@silverwind.io>
    
    fix uneeded column in query and remove css class
    as suggested by @silverwind
    
    Update models/project.go
    
    Co-authored-by: Lauris BH <lauris@nix.lv>
    
    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
    patcito committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    ee388a2 View commit details
    Browse the repository at this point in the history