4017 Commits

Author SHA1 Message Date
LinkinStars 82fdfc7763 Release/1.2.1 (#678)
Build Binary For Release / build-goreleaser (push) Has been cancelled
Build Docker Image For Release / build (push) Has been cancelled
Co-authored-by: shuai <lishuailing@sifou.com>
Co-authored-by: kelvinkuo <kelvinkuo224@gmail.com>
Co-authored-by: hgaol <dhangao@hotmail.com>
Co-authored-by: sy-records <52o@qq52o.cn>
v1.2.1-RC1 v1.2.1
2023-12-14 15:07:58 +08:00
Han Gao a00f660411 fix: can't show tag description in tag edit page (#664)
fix #637 .
2023-11-30 14:42:09 +08:00
LinkinStars 03b5950d71 docs(image): rename all docker image name to apache/answer 2023-11-29 17:21:19 +08:00
lufei 7aa16f245b optimize code 2023-11-29 16:44:08 +08:00
sy-records 9dc0d566cc fix by code review 2023-11-29 16:44:08 +08:00
sy-records 3e76a0368f fix: permalink error on some pages 2023-11-29 16:44:08 +08:00
LinkinStars 1a76d0aa67 ci(github): add docker image github action 2023-11-29 15:14:18 +08:00
Fen b01717c49e docs: update link 2023-11-28 15:42:04 +08:00
shuai 3eeb289aa0 fix: google snapshots error #649 2023-11-27 15:24:05 +08:00
sy-records 0267f4bd69 fix: canonical link error 2023-11-22 16:26:44 +08:00
Lu Fei 2cf77adbb5 fix: license header breaks helm chart (#591)
This fixes #590.
2023-11-22 15:44:23 +08:00
Lu Fei 13b6fa2157 fix(sitemap): move asf header after xmlheader (#633)
This fixes #631.
2023-11-22 15:14:20 +08:00
LinkinStars c1cd2bbadd ci(github): remove GOPROXY for github action 2023-11-17 20:02:11 +08:00
LinkinStars e11aa93c14 ci(github): rename the secret name 2023-11-17 18:53:55 +08:00
LinkinStars 58dadefc99 ci(github): update docker login action version and config username 2023-11-17 16:42:59 +08:00
LinkinStars 84ef7d0e55 ci(asf): change the check-asf-header script to docker command via hawkeye-native 2023-11-17 15:54:27 +08:00
LinkinStars 274eaf29cf ci(github): update docker user and token secrets 2023-11-17 15:54:27 +08:00
LinkinStars fd6808b7ea ci(lic): add excludes for some files 2023-11-17 15:54:27 +08:00
LinkinStars 47b1366b13 docs(README): add build from source description 2023-11-17 10:58:44 +08:00
LinkinStars ff82298416 docs(README): update the call of this project Apache Answer instead of Answer #630 2023-11-17 10:58:44 +08:00
LinkinStars 8a3b19fd32 docs(SECURITY): remove SECURITY.md to fix #627
Build Binary For Release / build-goreleaser (push) Has been cancelled
Build Docker Image For Release / build (push) Has been cancelled
v1.2.0 v1.2.0-RC1
2023-11-15 17:35:52 +08:00
LinkinStars a72ebc5262 Add dependencies license for release binary (#610)
The files that in the `docs/release` will be pack into binary release
zip.

- [x] put all the dependency licenses into `docs/release/licenses`.
- [x] add LICENSE for release binary. (We need to check this format
whether meet the requirements or not.)
- [x] add NOTICE for release binary.

---------

Co-authored-by: tison <wander4096@gmail.com>
Co-authored-by: shuai <lishuailing@sifou.com>
2023-11-15 15:17:11 +08:00
Xia Lei fa3255ad20 fix(i18n): fix time format in de-DE (#622)
Fix time format problem in **de-DE**
2023-11-14 18:32:15 +08:00
Yvan Zhu d83d92c11f fix: 🐛 link (#604)
use `Link` instead of `<a>` tag to prevent wrong link in this situation

www.xxx.com/answer/
2023-11-10 12:18:44 +08:00
kelvinkuo 57e93f2dec fix: issue-609 (#614)
fix #609
2023-11-10 12:16:38 +08:00
sy-records 44a724cde2 chore: use actions/checkout@v4 2023-11-09 11:52:06 +08:00
Saurabh Chatterjee aa65f7c8b5 test(repo): Change to fix repo tests for Admin and Cache
Change to fix repo tests for Admin and Cache which were broken after a recent change to  how userCacheInfo handles response for non-existent keys
2023-11-09 11:46:40 +08:00
kelvinkuo cf992eb3d9 fix:rename controller to conform convention 2023-11-09 11:39:14 +08:00
Eng Zer Jun b6f0c70874 refactor: remove redundant len and nil check
From the Go specification [1]:

  "1. For a nil slice, the number of iterations is 0."

`len` returns 0 if the slice [2]. Therefore, checking `len(v) > 0`
around a loop is unnecessary.

[1]: https://go.dev/ref/spec#For_range
[2]: https://pkg.go.dev/builtin#len

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-11-09 11:37:40 +08:00
Fen e6a9dc91d6 disable GitHub discussion feature (#606) 2023-11-02 14:28:22 +08:00
Fen 42a98b0865 fix: typo (#605) 2023-11-02 10:46:03 +08:00
Lu Fei bf556fb73d fix: typo (#577)
close #576
2023-11-01 15:01:04 +08:00
LinkinStars a458f3409c rename all old answerdev/answer link to apache/incubator-answer (#603)
Co-authored-by: shuai <lishuailing@sifou.com>
2023-11-01 14:48:35 +08:00
LinkinStars 2404a2f3da Add NOTICE and DISCLAIMER for release. (#588)
Co-authored-by: tison <wander4096@gmail.com>
2023-11-01 11:24:07 +08:00
tison 3d2187d849 chore: add license headers
Signed-off-by: tison <wander4096@gmail.com>
2023-10-26 11:11:23 +08:00
tison e5aa0a2633 ci: check licnese header
Signed-off-by: tison <wander4096@gmail.com>
2023-10-26 11:11:23 +08:00
tison f90bef5dbf chore: update website url (#584)
This fixes https://github.com/apache/incubator-answer/issues/583.
2023-10-26 10:39:48 +08:00
tison 3e6a202d37 chore: fixup merge button settings
Signed-off-by: tison <wander4096@gmail.com>
2023-10-23 22:33:03 +08:00
tison 0eabb75cc8 chore: add .asf.yaml file for repo settings
Signed-off-by: tison <wander4096@gmail.com>
2023-10-19 13:43:51 +08:00
LinkinStars 67d5e6fbf8 fix(build): ignore plugins dir when no plugins for build 2023-10-18 17:57:29 +08:00
LinkinStars 731e8b3001 ci(build): update goreleaser args 2023-10-18 17:24:19 +08:00
LinkinStars 36b40ecad6 ci(build): update pnpm version 2023-10-18 17:14:20 +08:00
LinkinStars c951cd0784 ci(build): update node version 2023-10-18 17:11:28 +08:00
LinkinStars 8bc5b5044e ci(build): update node version 2023-10-18 17:03:13 +08:00
Fen 68419c558c New Crowdin updates (#573) 2023-10-18 16:04:57 +08:00
dashuai 829a258e31 Feat/1.2.0/UI (#574) 2023-10-18 16:03:01 +08:00
LinkinStars 742437f234 docs(plugin): update basic plugin 2023-10-18 14:50:21 +08:00
LinkinStars ec9ee11448 docs(makefile): upgrade 1.2.0 2023-10-18 14:44:48 +08:00
dashuai 223147e29d fix: conflict (#572) 2023-10-18 14:27:48 +08:00
LinkinStars e8c7e7520f feat(plugin): delete \n when no plugins 2023-10-18 13:08:12 +08:00