FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for central/processbaseline/store/postgres - stackrox/stackrox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
stackrox
/
stackrox
Public
Notifications
You must be signed in to change notification settings
Fork
191
Star
1.3k
Code
Issues
54
Pull requests
604
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
stackrox
central
processbaseline
store
postgres
on
master
User selector
Datepicker
Commit history
Commits on Dec 15, 2025
refactor(perf): do not generate copyFrom columns on each large upsert (#17594)
rhybrillou
authored
39b8fc9
View commit details
Copy full SHA for 39b8fc9
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
refactor(pgstore): generate datamodel helpers on demand (#17618)
rhybrillou
authored
2d3aaf4
View commit details
Copy full SHA for 2d3aaf4
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
fix(pg): do not batch with copyFrom (#17402)
Show description for 5262b7a
janisz
authored
5262b7a
View commit details
Copy full SHA for 5262b7a
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
chore(store): test UpsertMany (#17562)
Show description for 4a68181
janisz
authored
4a68181
View commit details
Copy full SHA for 4a68181
View code at this point
Browse repository at this point
Commits on Oct 24, 2025
ROX-9499: remove unnecessary log (#17488)
Show description for 98ba7d5
janisz
authored
98ba7d5
View commit details
Copy full SHA for 98ba7d5
View code at this point
Browse repository at this point
Commits on Sep 23, 2025
chore(store): use slices.Chunk for batching (#16911)
Show description for a120eb1
janisz
authored
a120eb1
View commit details
Copy full SHA for a120eb1
View code at this point
Browse repository at this point
Commits on Sep 15, 2025
ROX-30815: no id deletebyquery (#16728)
dashrews78
authored
1c27b24
View commit details
Copy full SHA for 1c27b24
View code at this point
Browse repository at this point
Commits on Aug 4, 2025
ROX-29989: Allow for store generation of default sort (#15945)
Show description for f48df14
dashrews78
authored
f48df14
View commit details
Copy full SHA for f48df14
View code at this point
Browse repository at this point
Commits on May 5, 2025
refactor: add constructor for globally scoped stores (#15153)
rhybrillou
authored
2c4a2fa
View commit details
Copy full SHA for 2c4a2fa
View code at this point
Browse repository at this point
Commits on Apr 30, 2025
ROX-28939: Create GetByQueryFn (#15010)
Show description for 76d1864
janisz
and
dashrews78
authored
76d1864
View commit details
Copy full SHA for 76d1864
View code at this point
Browse repository at this point
Commits on Mar 21, 2025
chore(pg): Teardown DB at test Cleanup (#14672)
Show description for 70bbfde
janisz
authored
70bbfde
View commit details
Copy full SHA for 70bbfde
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
chore: use MarshalVT in generated code (#12128)
Show description for 2f91201
janisz
authored
2f91201
View commit details
Copy full SHA for 2f91201
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
ROX-24916: adding prune option in the store (#11886)
dashrews78
authored
c8adb77
View commit details
Copy full SHA for c8adb77
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
test(pg): remove duplicated assertions (#11690)
Show description for c083e05
janisz
authored
c083e05
View commit details
Copy full SHA for c083e05
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
test: protoassert in stores (#11583)
Show description for 8546d24
janisz
and
mtodor
authored
8546d24
View commit details
Copy full SHA for 8546d24
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
ROX-22380: remove indexer from central (#9819)
md2119
authored
eb04925
View commit details
Copy full SHA for eb04925
View code at this point
Browse repository at this point
Commits on Jan 24, 2024
chore(func): Add WalkByQuery to Postgres stores (#9520)
connorgorman
authored
0f3a255
View commit details
Copy full SHA for 0f3a255
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
refactor: use store cache for ProcessBaseline datastore (#9216)
rhybrillou
authored
3db6b5e
View commit details
Copy full SHA for 3db6b5e
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
refactor(postgres): make DeleteByQuery cache friendly (#8947)
rhybrillou
authored
8dc5a64
View commit details
Copy full SHA for 8dc5a64
View code at this point
Browse repository at this point
Commits on Nov 23, 2023
refactor(postgres): adjust generated store tests for cached stores (#8762)
rhybrillou
authored
a8c329b
View commit details
Copy full SHA for a8c329b
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
fix(db): do not over allocate memory (#8542)
Show description for 99fa7b3
janisz
authored
99fa7b3
View commit details
Copy full SHA for 99fa7b3
View code at this point
Browse repository at this point
chore(deps): upgrade pgx to v5 (#6916)
Show description for cb4fffa
janisz
authored
cb4fffa
View commit details
Copy full SHA for cb4fffa
View code at this point
Browse repository at this point
Commits on Jul 27, 2023
refactor: Use common test cases for generated SAC store tests: cleanup (#7063)
rhybrillou
authored
d9337ee
View commit details
Copy full SHA for d9337ee
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
refactor: Use common test cases for generated SAC store tests: Delete* (#7062)
rhybrillou
authored
8fb35a8
View commit details
Copy full SHA for 8fb35a8
View code at this point
Browse repository at this point
refactor: Use common test cases for generated SAC store tests: Get (#7061)
rhybrillou
authored
b58170b
View commit details
Copy full SHA for b58170b
View code at this point
Browse repository at this point
refactor(pg): remove unused context arg (#7051)
Show description for 311680e
janisz
authored
311680e
View commit details
Copy full SHA for 311680e
View code at this point
Browse repository at this point
refactor: Use common test cases for generated SAC store tests: Exists (#7060)
rhybrillou
authored
fa22a12
View commit details
Copy full SHA for fa22a12
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
refactor: Use common test cases for generated SAC store tests: GetIDs (#7059)
rhybrillou
authored
b8df965
View commit details
Copy full SHA for b8df965
View code at this point
Browse repository at this point
refactor: Use common test cases for generated SAC store tests: Walk (#7058)
rhybrillou
authored
482d97a
View commit details
Copy full SHA for 482d97a
View code at this point
Browse repository at this point
refactor(pg): remove store impl wrapper (#7050)
Show description for f93bbc7
janisz
authored
f93bbc7
View commit details
Copy full SHA for f93bbc7
View code at this point
Browse repository at this point
refactor: Use common test cases for generated SAC store tests: Count (#7057)
rhybrillou
authored
0792427
View commit details
Copy full SHA for 0792427
View code at this point
Browse repository at this point
Commits on Jul 24, 2023
refactor: Use common test cases for generated SAC store tests: GetMany (#7056)
rhybrillou
authored
ffa8961
View commit details
Copy full SHA for ffa8961
View code at this point
Browse repository at this point
refactor: Use common test cases for generated SAC store tests: Upsert* (#6992)
rhybrillou
authored
fa3cecd
View commit details
Copy full SHA for fa3cecd
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
refactor: move resources from central/role to pkg/sac (#6895)
rhybrillou
authored
b614826
View commit details
Copy full SHA for b614826
View code at this point
Browse repository at this point
Commits on Jul 14, 2023
refactor(pg): preallocate memory when copy
Show description for 1240370
janisz
authored
1240370
View commit details
Copy full SHA for 1240370
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL