This repository was archived by the owner on Nov 8, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork20
refactor: debug new schema#429
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
25 commits Select commitHold shift + click to select a range
e8e50b7
chore(community): missing field
mydearxym901ed9a
refactor: add some seed
mydearxymb34b5ec
refactor: fmt
mydearxym4766d38
refactor: seeds script for debug
mydearxymc9dee45
chore: wip
mydearxym9c15667
fix: modeule naming
mydearxym078cd34
fix: digest length test case
mydearxym0acdff5
chore: wip
mydearxym0125a61
chore: seed fix
mydearxym1f8a3d9
chore: debug
mydearxyma737dc1
chore: radar & article tags enhance
mydearxym5dc8446
refactor(article-meta): add latest_upvoted_users
mydearxymebfb88c
refactor(test): imporve exsit_in / exist_user_in
mydearxymb06f3cc
fix(article): digest length test case
mydearxym9b0d398
fix(article): tag tests
mydearxyme1cf65a
fix(article): tag tests
mydearxym581c0bd
fix(article): tag tests
mydearxym69f0b92
fix: article gq workflow args
mydearxym47783e4
fix: article tag tests
mydearxymee922ac
fix: article tag tests
mydearxymd749056
fix: article tag tests
mydearxym295d0fa
chore: wip
mydearxyme60108c
fix(article): wip
mydearxym8dd0274
fix(article): enhance seed
mydearxym96095c1
chore: add link to repo & clean up
mydearxymFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
5 changes: 4 additions & 1 deletionconfig/config.exs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
7 changes: 6 additions & 1 deletionlib/groupher_server/cms/cms.ex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletionslib/groupher_server/cms/delegates/Seeds/domain.ex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
9 changes: 6 additions & 3 deletionslib/groupher_server/cms/delegates/Seeds/helper.ex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
76 changes: 69 additions & 7 deletionslib/groupher_server/cms/delegates/Seeds/seeds.ex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
45 changes: 33 additions & 12 deletionslib/groupher_server/cms/delegates/Seeds/tags.ex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionlib/groupher_server/cms/delegates/Seeds/threads.ex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -23,7 +23,7 @@ defmodule GroupherServer.CMS.Delegate.Seeds.Threads do | ||
}, | ||
%{ | ||
title: "CPer", | ||
raw: "cper", | ||
index: 5 | ||
}, | ||
%{ | ||
4 changes: 2 additions & 2 deletionslib/groupher_server/cms/delegates/article_collect.ex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionlib/groupher_server/cms/delegates/article_curd.ex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletionlib/groupher_server/cms/delegates/article_tag.ex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletionslib/groupher_server/cms/delegates/article_upvote.ex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.