Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
18cde9d
Temporarily stop Hail tests
a0x8o Jun 30, 2022
b875a63
Fix yet another broken link in the docs (Repos sync)
a0x8o Jun 30, 2022
9a095b3
Add Docker images build for DBR 9.1 LTS
a0x8o Jun 30, 2022
7b51417
Initial tutorial on contributing to the github repo
a0x8o Jul 28, 2022
d56716d
Updated config.yml
a0x8o Jul 29, 2022
426514d
Updated config.yml
a0x8o Jul 29, 2022
ffab2e1
Updated config.yml
a0x8o Jul 29, 2022
c085668
Updated config.yml
a0x8o Jul 29, 2022
194800f
Updated config.yml
a0x8o Jul 29, 2022
f14f5a7
Updated config.yml
a0x8o Jul 29, 2022
af7c616
Updated config.yml
a0x8o Jul 29, 2022
83f6428
Updated config.yml
a0x8o Jul 29, 2022
c437440
Update Broken Link to Databricks File System Docs
willsmithDB Sep 7, 2022
c8e131e
Updated Cloud Object Storage Docs
willsmithDB Sep 7, 2022
0b37197
Fixed broken 'local DBFS API' anchor reference to be: https://docs.da…
a0x8o Sep 16, 2022
9542551
Halt Hail tests
a0x8o Sep 16, 2022
f41f506
Remove .metals
a0x8o Oct 7, 2022
5fd4ee8
Bump acceptance tests
a0x8o Oct 8, 2022
5fea959
Added to .gitignore due to sbt generate files
willsmithDB Oct 18, 2022
dabff95
Remove 2xlarge resource reference
a0x8o Oct 20, 2022
0ba4f97
Re-trigger stalled tests
a0x8o Nov 2, 2022
50c5127
Merge branch 'projectglow:master' into master
a0x8o Nov 30, 2022
b2424dd
Merge branch 'master' into master
a0x8o Jan 26, 2023
794f218
Levels ridge regression tutorial
Mar 8, 2023
d11c66e
Merge branch 'projectglow:master' into master
a0x8o Oct 23, 2023
4ea2d08
Merge branch 'projectglow:master' into master
a0x8o Feb 1, 2024
6df1388
Merge pull request #4 from projectglow/master
a0x8o Feb 12, 2024
eb7b553
Merge branch 'projectglow:main' into master
a0x8o Mar 12, 2024
6dbc154
Merge branch 'projectglow:main' into master
a0x8o Mar 13, 2024
5e46067
Merge branch 'projectglow:main' into master
a0x8o Mar 13, 2024
77f25f4
Merge branch 'projectglow:main' into main
a0x8o Jun 6, 2024
a007de8
Merge branch 'projectglow:main' into main
a0x8o Jun 18, 2024
b9eaeee
Update tests.yml
a0x8o Jun 26, 2024
c0addc2
Merge pull request #6 from genomics-lakehouse/continue-on-error-for-d…
a0x8o Jun 26, 2024
65984c9
Scala 2.12.15 -> 2.12.19
a0x8o Jun 26, 2024
2c8dfb0
2.12.15 -> 2.12.19
a0x8o Jun 26, 2024
e2b3a10
Update dependabot.yml to include a0x8o as an assignee
a0x8o Jun 26, 2024
945a4b9
Rename noteook-tests.yml to notebook-tests.yml
a0x8o Jun 26, 2024
290d8c9
Merge pull request #5 from projectglow/main
a0x8o Jun 26, 2024
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
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ updates:
patterns:
- "*"
assignees:
- "kermany"
- "kermany"
- "a0x8o"
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:

- name: Run all notebook tests
run: |
python docs/dev/run-nb-test.py --cli-profile docs-ci
python docs/dev/run-nb-test.py --cli-profile docs-ci
2 changes: 1 addition & 1 deletion .github/workflows/staging-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
default: "3.5.1"
scala-version:
description: "Scala version to use when building Glow"
default: "2.12.15"
default: "2.12.19"
java-version:
description: "Java version to use when building Glow"
default: "8"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:

spark_version: [3.4.1, 3.5.1]
scala_version: [2.12.15]
scala_version: [2.12.19]
env:
SPARK_VERSION: ${{ matrix.spark_version }}
SCALA_VERSION: ${{ matrix.scala_version }}
Expand Down