-
Notifications
You must be signed in to change notification settings - Fork 200
PackageRank #1091
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
Open
kubaneko
wants to merge
130
commits into
haskell:master
Choose a base branch
from
kubaneko:PageRank
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
PackageRank #1091
Changes from all commits
Commits
Show all changes
130 commits
Select commit
Hold shift + click to select a range
2563231
started new PageRank branch
kubaneko 64b7f9b
correct the error
kubaneko b937df5
Created PackageRank module and added it to build
kubaneko 5eed33c
write out ranking criteria
kubaneko d6abb2f
started with maintainer number
kubaneko 1cf1a9f
added Upload Feature and got number of maintainers for package
kubaneko 6ad9db2
divided rankPackage to pure and IO version
kubaneko b9a2417
added benchmark and test info
kubaneko 9dbea87
added Download Feature
kubaneko fcbdd2d
formatted a bit
kubaneko d0b73cf
used brittany
kubaneko 8a80277
added further info about the package
kubaneko 9d68303
added isApp function
kubaneko 2af5b62
added Scorer type and started to extract versions
kubaneko 3d6b96e
more work on versions
kubaneko 7dc4589
got versions and partitioned based on status
kubaneko 96cdd01
separated versions into versionList and verPart
kubaneko 206a412
added last upload times
kubaneko 1676b3d
added freshnessScore
kubaneko 19d200d
added Download Scorer
kubaneko 22ed2b4
finished simple temporalScore (rankPackageIO)
kubaneko 05c74bf
separated rankIO from temporalScore
kubaneko f8f78bc
added pageRank
kubaneko a1f5315
added versionScore
kubaneko 0e6db67
added authorScore
kubaneko 10d14a2
Fix `non-canonical-return` warnings
andreasabel 1daad17
Bump CI to GHC 9.2.3 and restrict to master branch
andreasabel 5329594
Check authorisation (#1111)
AliasQli 22614b5
instance Semigroup Scorer
kubaneko 90717dd
got tarballs and fixed warnings
kubaneko 973a957
extracted documentation length
kubaneko 03b3f81
got tarEntries for package and fixed it for documentation
kubaneko c84f467
Fix #1105: change order of markdown parsers to allow pipes in lists
andreasabel 09e058c
added codeScore
kubaneko a8ae12e
replaced some Features by ListFeature
kubaneko 124006f
added some Features to BrowseFeatures - prototype
kubaneko f8d176b
Revert "added some Features to BrowseFeatures - prototype"
kubaneko 18e769d
Revert "replaced some Features by ListFeature"
kubaneko 0bae698
changed ListFeature to fit PackageRank
kubaneko 500571b
changed PackageRank to fit in constructItem
kubaneko de621f7
integrated PackageRank into ListFeature
kubaneko 327af26
--no-edit
kubaneko 343af58
tried to add an column and failed
kubaneko 3ec7a86
switch Doubles for Floats
kubaneko 82444ac
added the column and redid some packageRank issues
kubaneko c3aa816
fixed some basic bugs
kubaneko 212d169
removed Browse/parser changes
kubaneko 7304a06
Fixed missing titile and changed fixed description
kubaneko 8380020
Strict Scorer
kubaneko 868e58d
fixed some partial functions
kubaneko e033aa5
fixed some bugs
kubaneko 60f8b83
fixed a bug
kubaneko ff667de
retrieves src correctly
kubaneko 137d09d
fixed documentation retrieval
kubaneko 33d7807
Fix #1128, fix #1130 by adding bounds to Cabal-syntax and haddock-lib…
andreasabel 2377900
Bump CI to 9.2.4 and some deps
andreasabel a36abf9
changed the algorithm to match cargo
kubaneko c8a07a6
prototype for readme parser (collects some info about markdown)
kubaneko 919b311
forgot to add the parser
kubaneko db0f10a
Force .txt and .text to have UTF-8 MIME charset (#1133)
Kleidukos f6c1e48
Upgrade to haddock-library-1.11.0 (#1126)
AliasQli 0a8a85d
finished readmeScore
kubaneko a0e7a8f
changed documentation parameter to get reasonable output
kubaneko 07fb0a2
changed some parameters to reflect hackage
kubaneko 413038c
moved PackageRank into PackageList Feature and changed UI so packageR…
kubaneko 834a12f
added some Exception handling
kubaneko 7c36cf7
some comments and refactoring
kubaneko 3a4ebbc
Use NonEmpty (#1)
ysangkok 4f60d74
started new PageRank branch
kubaneko d071bd7
correct the error
kubaneko c5eb106
Created PackageRank module and added it to build
kubaneko a8f4d09
write out ranking criteria
kubaneko 6abacff
started with maintainer number
kubaneko 745ba37
added Upload Feature and got number of maintainers for package
kubaneko 5b83f9a
divided rankPackage to pure and IO version
kubaneko 1b3ddb1
added benchmark and test info
kubaneko d28983a
added Download Feature
kubaneko 7b989ee
formatted a bit
kubaneko cec9c72
used brittany
kubaneko 51ee598
added further info about the package
kubaneko ce5d6ae
added isApp function
kubaneko 902f404
added Scorer type and started to extract versions
kubaneko 29104fa
more work on versions
kubaneko 62021ba
got versions and partitioned based on status
kubaneko 4a521b8
separated versions into versionList and verPart
kubaneko c0d0e34
added last upload times
kubaneko 9413a0d
added freshnessScore
kubaneko 8f0f49c
added Download Scorer
kubaneko 7ae9ac8
finished simple temporalScore (rankPackageIO)
kubaneko f0e7920
separated rankIO from temporalScore
kubaneko 0eb4c94
added pageRank
kubaneko 924c06a
added versionScore
kubaneko a6bfafd
added authorScore
kubaneko 0186f6e
instance Semigroup Scorer
kubaneko d3a6c06
got tarballs and fixed warnings
kubaneko a34fed2
extracted documentation length
kubaneko 6058249
got tarEntries for package and fixed it for documentation
kubaneko b1ac101
added codeScore
kubaneko 68d2d67
replaced some Features by ListFeature
kubaneko 544e9c0
added some Features to BrowseFeatures - prototype
kubaneko 5e5cc6a
Revert "added some Features to BrowseFeatures - prototype"
kubaneko 8c08fd1
Revert "replaced some Features by ListFeature"
kubaneko 2e5ac4b
changed ListFeature to fit PackageRank
kubaneko 8e8bf89
changed PackageRank to fit in constructItem
kubaneko da3c345
integrated PackageRank into ListFeature
kubaneko a9351aa
--no-edit
kubaneko 728fb0d
tried to add an column and failed
kubaneko 0d538ec
switch Doubles for Floats
kubaneko 83cf50c
added the column and redid some packageRank issues
kubaneko 1865b9d
fixed some basic bugs
kubaneko 3c562bf
removed Browse/parser changes
kubaneko 2e266dc
Fixed missing titile and changed fixed description
kubaneko 7ed9cf5
Strict Scorer
kubaneko 30d48cc
fixed some partial functions
kubaneko 830cfd5
fixed some bugs
kubaneko df26e92
fixed a bug
kubaneko d889087
retrieves src correctly
kubaneko 40bfc1b
fixed documentation retrieval
kubaneko a568a40
changed the algorithm to match cargo
kubaneko bec7e05
prototype for readme parser (collects some info about markdown)
kubaneko c0d4cb6
forgot to add the parser
kubaneko 0a98ed2
finished readmeScore
kubaneko e1e6452
changed documentation parameter to get reasonable output
kubaneko 618dea1
changed some parameters to reflect hackage
kubaneko 560050c
moved PackageRank into PackageList Feature and changed UI so packageR…
kubaneko 0bb394e
added some Exception handling
kubaneko dbc9141
some comments and refactoring
kubaneko b9b73cc
Use NonEmpty (#1)
ysangkok 8f119d2
Merge branch 'PageRank' of github.com:kubaneko/hackage-server into Pa…
kubaneko a41b375
test commit
kubaneko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.