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

Cleaning and improvements in the Build Pipeline #2873

Merged
merged 63 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
009db23
add poe to control pre-build hooks
mquinnfd Aug 18, 2024
9d56fc9
sorting pipeline
mquinnfd Aug 19, 2024
a13fc97
Merge branch 'master' into build-pipeline-cleanup
mquinnfd Aug 19, 2024
cede86e
testing
mquinnfd Aug 22, 2024
127a0a9
testing
mquinnfd Aug 22, 2024
178ad04
update lock
mquinnfd Aug 23, 2024
49ba5ff
testing pipeline
mquinnfd Aug 23, 2024
3e48d0c
test
mquinnfd Aug 23, 2024
b7ed816
test
mquinnfd Aug 23, 2024
6e678a9
testy test
mquinnfd Aug 24, 2024
436c703
test
mquinnfd Aug 24, 2024
8915d84
dumdum
mquinnfd Aug 24, 2024
3ee90b3
test
mquinnfd Aug 24, 2024
de7fe52
test
mquinnfd Aug 24, 2024
7566920
test
mquinnfd Aug 24, 2024
1c2236e
test
mquinnfd Aug 24, 2024
a864e79
testing
mquinnfd Aug 24, 2024
2042b42
outputs
mquinnfd Aug 24, 2024
4f2aedb
testing
mquinnfd Aug 24, 2024
0919a78
agaib
mquinnfd Aug 24, 2024
4ddcb1f
echo
mquinnfd Aug 24, 2024
2264ce8
more
mquinnfd Aug 24, 2024
ab62d61
testing
mquinnfd Aug 25, 2024
0be28e4
yaml
mquinnfd Aug 25, 2024
ab9e204
test
mquinnfd Aug 25, 2024
39bac00
test
mquinnfd Aug 25, 2024
ecea0d2
test
mquinnfd Aug 25, 2024
cc50f1c
test
mquinnfd Aug 25, 2024
90a14d9
test
mquinnfd Aug 25, 2024
f81b351
docker
mquinnfd Aug 25, 2024
92b6ce1
image
mquinnfd Aug 25, 2024
d14e4d7
dist pat
mquinnfd Aug 25, 2024
63e71fe
test
mquinnfd Aug 25, 2024
13d507a
dockerignore
mquinnfd Aug 25, 2024
210306f
test
mquinnfd Aug 26, 2024
1735bd8
testing
mquinnfd Aug 26, 2024
1f83dbe
testing
mquinnfd Aug 26, 2024
10c419b
docker test why not
mquinnfd Aug 26, 2024
eda7b46
test docker image
mquinnfd Aug 26, 2024
8373394
cleanup
mquinnfd Aug 26, 2024
9daba61
merge from master
mquinnfd Aug 26, 2024
fa68961
non interactive shell
mquinnfd Aug 26, 2024
0e25a5d
test caching
mquinnfd Aug 26, 2024
1059fc8
vscode revert
mquinnfd Aug 26, 2024
cf78766
merge updates
mquinnfd Aug 26, 2024
2651778
adding docs build test
mquinnfd Aug 26, 2024
7f0fcf6
dependencies
mquinnfd Aug 26, 2024
f35b42f
force cache invalidation
mquinnfd Aug 26, 2024
da999eb
cached
mquinnfd Aug 26, 2024
3a6bdf8
run docs build through tox
mquinnfd Aug 26, 2024
047682b
locking
mquinnfd Aug 26, 2024
64810d2
another cache for tox
mquinnfd Aug 26, 2024
8894822
tox docs
mquinnfd Aug 26, 2024
dedd766
only docsd
mquinnfd Aug 26, 2024
590cf1c
rebuilding pipeline
mquinnfd Aug 26, 2024
427ffd8
caching run
mquinnfd Aug 27, 2024
ebf9f05
test cache hit
mquinnfd Aug 27, 2024
7ba485d
cache packages again
mquinnfd Aug 27, 2024
c409eb7
fixes
mquinnfd Aug 27, 2024
4fb7e03
updating publishing changes
mquinnfd Aug 28, 2024
7d7bfc6
updating PR comments
mquinnfd Aug 30, 2024
0c8c7bf
make pip caching more reliable?
mquinnfd Aug 30, 2024
33629a0
flaky caching
mquinnfd Aug 30, 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
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
locust.egg-info/**
locustio.egg-info/**
dist/
build/
.coverage
.tox/
Expand Down
Loading