This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
gitea
mirror of
https://github.com/go-gitea/gitea.git
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bebc6a3c77
gitea
/
models
/
fixtures
/
repo_topic.yml
20 lines
151 B
YAML
Raw
Normal View
History
Unescape
Escape
Add topic support (#3711) * add topic models and unit tests * fix comments * fix comment * add the UI to show or add topics for a repo * show topics on repositories list * fix test * don't show manage topics link when no permission * use green basic as topic label * fix topic label color * remove trace content * remove debug function
2018-04-10 20:51:44 -06:00
-
repo_id
:
1
topic_id
:
1
-
repo_id
:
1
topic_id
:
2
-
repo_id
:
1
topic_id
:
3
feat(repo): support search repository by topic name (#4505) * feat(repo): support search repository by topic name
2018-09-12 20:33:48 -06:00
-
repo_id
:
33
topic_id
:
1
-
repo_id
:
33
topic_id
:
4