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

Fix topics dropdown #10167

Merged
merged 2 commits into from
Feb 7, 2020
Merged

Fix topics dropdown #10167

merged 2 commits into from
Feb 7, 2020

Conversation

jolheiser
Copy link
Member

Fixes #10160

Related to fomantic switch, so needs a backport as well.

Note that {variable} is semantic syntax, not JS ${variable}

Signed-off-by: jolheiser <[email protected]>
@lafriks lafriks added this to the 1.12.0 milestone Feb 6, 2020
Copy link
Member

@silverwind silverwind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Feb 6, 2020
Copy link
Contributor

@zeripath zeripath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Presumably fomantic is doing the encodeUriComponent itself?

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Feb 7, 2020
@codecov-io
Copy link

Codecov Report

Merging #10167 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10167      +/-   ##
==========================================
+ Coverage    43.4%   43.41%   +0.01%     
==========================================
  Files         576      576              
  Lines       79640    79640              
==========================================
+ Hits        34566    34575       +9     
+ Misses      40798    40789       -9     
  Partials     4276     4276
Impacted Files Coverage Δ
modules/process/manager.go 74.69% <0%> (-3.62%) ⬇️
modules/queue/workerpool.go 45.55% <0%> (-1.07%) ⬇️
models/error.go 30.95% <0%> (+0.54%) ⬆️
routers/repo/view.go 40% <0%> (+0.86%) ⬆️
services/pull/check.go 33.33% <0%> (+1.85%) ⬆️
modules/queue/unique_queue_disk_channel.go 54.48% <0%> (+1.92%) ⬆️
models/unit.go 39.5% <0%> (+2.46%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5262f3c...21898f8. Read the comment docs.

@lafriks lafriks merged commit d32b65a into go-gitea:master Feb 7, 2020
@silverwind
Copy link
Member

Presumably fomantic is doing the encodeUriComponent itself?

I think fetch/XHR do that automatically in any case.

@alexanderadam
Copy link

Awesome, thank you for this fast fix! 🙏

@jolheiser jolheiser deleted the topics branch February 7, 2020 17:41
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete of topics doesn't work anymore
8 participants