Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
92f0399
Add back logic split from the big gitter PR
Ly-Joey Feb 27, 2026
3912e92
making intro=0 work
Ly-Joey Feb 27, 2026
e8d20bd
Add a sort to the cherrypick test because maps
Ly-Joey Mar 5, 2026
671bd97
New affected commits logic + individual cherrypick
Ly-Joey Mar 8, 2026
32d12ef
lint
Ly-Joey Mar 8, 2026
4360bcc
new new logic + update tests
Ly-Joey Mar 9, 2026
9e5da52
🍒⛏️
Ly-Joey Mar 9, 2026
cb5c021
lint
Ly-Joey Mar 9, 2026
be723fe
lint :0)
Ly-Joey Mar 9, 2026
ad67fc1
Fix a test
Ly-Joey Mar 9, 2026
e53c6f2
Protobuf for response. Include branches as well.
Ly-Joey Mar 9, 2026
f751012
Fix lint
Ly-Joey Mar 9, 2026
1c610ad
Address gemini review
Ly-Joey Mar 9, 2026
228ec5f
Change naming tag->ref. Update test.
Ly-Joey Mar 9, 2026
19951ae
Don't do maps.Clone everytime
Ly-Joey Mar 10, 2026
97b9e25
Put duplicated hash parsing into cleaner function
Ly-Joey Mar 10, 2026
354351e
Use cmp.Options to simply prettify and sorting
Ly-Joey Mar 10, 2026
566a815
lint
Ly-Joey Mar 10, 2026
c411313
Gemini review changes
Ly-Joey Mar 10, 2026
2aba9ca
Fix how we reset the global vars for tests
Ly-Joey Mar 10, 2026
dc52dff
robot wants better tests, robot gets better tests
Ly-Joey Mar 10, 2026
38e2353
address comments on comments
Ly-Joey Mar 11, 2026
616046e
Proto-ify events and split it into SeparatedEvents
Ly-Joey Mar 11, 2026
98c69c9
clean up some unnecessary ifs
Ly-Joey Mar 11, 2026
271f737
add comment on the cmp.Option used in tests
Ly-Joey Mar 11, 2026
3631dbb
Array goes zoom 💨
Ly-Joey Mar 13, 2026
7b58e42
Don't add intro=0 multiple times, removed arg
Ly-Joey Mar 13, 2026
d31c4d9
Add repo LRU cache
Ly-Joey Mar 17, 2026
cb86421
intro=0 should not reach decodeString at all
Ly-Joey Mar 17, 2026
e92be8d
Make repo cache configurable
Ly-Joey Mar 17, 2026
abea20e
Cleanup repo_test. Add intro=0 and more edge cases
Ly-Joey Mar 18, 2026
134d705
Lint
Ly-Joey Mar 18, 2026
dceedbc
It's never just one lint commit
Ly-Joey Mar 18, 2026
ef8f460
Bring refs to top-level response
Ly-Joey Mar 18, 2026
d415c39
Address more comments
Ly-Joey Mar 19, 2026
c44217c
🔴✋🍒⛏️
Ly-Joey Mar 19, 2026
2c06274
lint
Ly-Joey Mar 19, 2026
367eee3
lint ^2 and remove ssh
Ly-Joey Mar 19, 2026
6a3d09a
rename vars
Ly-Joey Mar 19, 2026
789bf40
Merge branch 'master' into feat-gitter-affected-commits
Ly-Joey Mar 20, 2026
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
2 changes: 2 additions & 0 deletions deployment/clouddeploy/gke-workers/base/gitter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- "--port=8888"
- "--work-dir=/work/gitter"
- "--fetch-timeout=1h"
- "--repo-cache-ttl=1h"
- "--repo-cache-max-cost=100GiB"
env:
- name: GOMEMLIMIT
value: "100GiB"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
- "--port=8888"
- "--work-dir=/work/gitter"
- "--fetch-timeout=1h"
- "--repo-cache-ttl=1h"
- "--repo-cache-max-cost=100GiB"
env:
- name: GOOGLE_CLOUD_PROJECT
value: oss-vdb-test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spec:
- "--port=8888"
- "--work-dir=/work/gitter"
- "--fetch-timeout=1h"
- "--repo-cache-ttl=1h"
- "--repo-cache-max-cost=100GiB"
env:
- name: GOOGLE_CLOUD_PROJECT
value: oss-vdb
Loading
Loading