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

own: index recent contributors for ownership signals #51188

Merged
merged 34 commits into from
May 3, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
30b76c2
Pull migration from #50727
cbart Apr 20, 2023
7b85767
Migrations and slightly massaged stores
cbart Apr 21, 2023
73e0ff9
Experimenting with inserting paths
cbart Apr 21, 2023
e5bfdc9
Clean up commit_signals.go
cbart Apr 21, 2023
6480636
rename RecentContributionSignalStore
cbart Apr 21, 2023
98c919c
Tidy and comment commit_signals.go, reverse index on aggregate
cbart Apr 21, 2023
be338f1
Make up.sql idempotent
cbart Apr 21, 2023
ee0dd16
Rename commit_signals to recent_contribution_signal
cbart Apr 21, 2023
321358b
Update BUILD files
cbart Apr 21, 2023
ec01a80
Sync main
cbart Apr 21, 2023
543a16a
bazel configure again
cbart Apr 21, 2023
614333a
Merge branch 'main' into cclark/fixup-cezarys-branch
coury-clark Apr 25, 2023
81bbaab
pr comments
coury-clark Apr 25, 2023
11d0960
wip
coury-clark Apr 26, 2023
1ee3bdc
wip
coury-clark Apr 26, 2023
ee4bf6b
convert commit column to bytea
coury-clark Apr 26, 2023
f087f69
wip
coury-clark Apr 26, 2023
3b2956f
wip
coury-clark Apr 26, 2023
075090f
Merge branch 'main' into cclark/own/wire-up-indexer
coury-clark Apr 26, 2023
eee5961
Remove transactions from commit insertion
cbart Apr 30, 2023
1590f83
remove comment
coury-clark May 1, 2023
e52ea14
refactor for testing
coury-clark May 1, 2023
610e952
test for indexer
coury-clark May 1, 2023
bef3b2a
remove print
coury-clark May 1, 2023
e43d448
wrap error
coury-clark May 1, 2023
0839bc1
add counter
coury-clark May 1, 2023
ac435f4
Merge branch 'main' into cclark/own/wire-up-indexer
coury-clark May 1, 2023
db4cdfc
cleanup
coury-clark May 1, 2023
768f362
bazel
coury-clark May 1, 2023
f3b2a74
Apply suggestions from code review
coury-clark May 2, 2023
e33d681
Apply suggestions from code review
coury-clark May 2, 2023
d2a2fd7
pr comments
coury-clark May 2, 2023
7b6e8ce
tests and fixes
coury-clark May 2, 2023
afdd075
bazel
coury-clark May 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update BUILD files
  • Loading branch information
cbart committed Apr 21, 2023
commit 321358be201f9d715d3dd58978b824368669f2c6
5 changes: 1 addition & 4 deletions dev/linters/bodyclose/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dev/linters/depguard/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions dev/linters/exportloopref/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dev/linters/unparam/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions internal/database/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions migrations/BUILD.bazel

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.