Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildgrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
BuildGrid
buildgrid
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
b1c0ef094b94ec2105a7b86e2c18217544755f2c
Select Git revision
Branches
4
master
default
protected
sminskyprimu/blake3
sotk/logstream-testing
zchen723/skip-scheduler-metrics
Tags
20
0.2.1
protected
0.2.0
protected
0.1.32
protected
0.1.31
protected
0.1.30
protected
0.1.29
protected
0.1.28
protected
0.1.27
protected
0.1.26
protected
0.1.25
protected
0.1.24
protected
0.1.23
protected
0.1.22
protected
0.1.21
protected
0.1.20
protected
0.1.19
protected
0.1.18
protected
0.1.17
protected
0.1.16
protected
0.1.15
protected
24 results
Begin with the selected commit
Created with Raphaël 2.2.0
4
Feb
3
31
Jan
30
29
27
24
23
21
16
15
14
13
10
9
8
7
6
2
23
Dec
20
18
13
12
11
9
6
4
29
Nov
27
26
25
21
20
19
18
14
13
11
10
6
5
4
22
Oct
21
17
16
14
11
9
8
4
2
27
Sep
26
25
24
23
20
18
16
12
11
10
9
6
5
31
Aug
28
26
23
22
13
30
Jul
26
25
24
19
8
25
Jun
21
18
7
6
29
May
23
22
20
14
13
8
6
15
Apr
12
11
10
9
8
5
1
22
Mar
21
20
15
14
11
8
6
26
Feb
25
22
21
20
19
18
14
13
7
31
Jan
25
24
21
18
15
14
10
9
18
Dec
17
11
10
6
4
30
Nov
29
28
27
26
23
22
12
8
6
31
Oct
30
29
26
25
24
23
22
15
11
10
8
5
4
3
2
1
28
Sep
25
24
20
19
17
14
12
11
10
6
29
Aug
28
24
23
21
20
16
15
14
Bump moto, boto, and botocore
Check the database on startup
Fix validation and update model from data_store
Handle BotSession exceptions in CreateBotSession; Improve logging; Retire unused OutOfSyncError
More indexed CAS stress testing enhancements
Freeze all requirements to the latest, compatible versions.
Add sleep setting and postgres tip
Fix timeout kwarg
Make indexed CAS + Postgres stress tester execution service use indexed CAS
Fix race conditions with re-connecting and disappearing bots resulting in the BotsInstance to not properly clean up
Remove support for python 3.5
document how to use buildbox with buildgrid
Fix typos around logging in bots/instance.py, causing re-creating bot-sessions to stop working
Enable server reflection.
Support async client requests in the in-memory scheduler.
Revert "Make monitoring period configurable; Update monitoring config variable prefix"
Fix BotSession reaper Race Condition and Bugs, Improve BotSession exceptions and logging
Require the BotsInterface to be explicitly configured
Remove the `done` column from the operations table
Fix Alembic migration autogeneration
Change parent to `instance-name` in the bot command line and all subsequent references.
CAS/Bytestream: Add invalid hash reporting in batch mode
Add a getting started page
Revert "Require the BotsInterface to be explicitly configured"
Add a brief guide to implementing a new data store backend
Add docstrings and type annotations to the DataStoreInterface
Require the BotsInterface to be explicitly configured
Raise custom DatabaseError when database session cannot be acquired so the caller can handle that as needed; Give Bots no leases in such case to keep them running and querying for work again, later.
Make monitoring period configurable; Update monitoring config variable prefix
Add test for read only CAS/ByteStream
cas/instance.py: Allow read only CAS/ByteStream
Update data-store interface to include all required methods and fix wait_for_job_updates signature
Remove unused query_n methods now that we have data_store.get_metrics(), add a _ prefix to some private methods of in-memory data-store
Fix enum usage in server/instance metrics
Union Select all scheduler metrics at once
Add methods for state metrics to DataStoreInterface
Minor docs fixes
DOAP: Update name and email to reflect the most active group of project maintainers
Use get instead of bracket operator for tls settings
Remove unnecessary session.query in SQL Index
Loading