pipelines
Here are 458 public repositories matching this topic...
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.
Tell us about the problem you're trying to solve
We have a spec cache CachingSchedulerJobClient
which contains a method invalidateCache
which invalidates the whole cache wholesale. It would be nice to have a method evictFromCache
which invalidates a specific cache entry to allow invalidating portions of the cache.
The PR JuliaData/CategoricalArrays.jl#310 means that an array with elements of type Symbol
can no longer be wrapped as a CategoricalArray
.
This means all MLJ documentation and test code that uses symbols in categorical data must be refactored to use strings instead.
These repos, at least, need checking/refactoring, in order of priority:
-
MLJ
-
[x]
Describe the bug
ZenML fails with custom step on no commit git repo.
To Reproduce
Steps to reproduce the behavior:
git init
zenml init
python run.py # run any pipeline with a custom step
Expected behavior
If there is no commit, make the pipeline un-pinned.
Screenshots
Stack Trace
** Context (please complete the following information):**
- OS: U
As suggested in this issue comment, the code snippets documentation needs to be more clear about its metadata properties and better describe them.
 and also tweaked the
api/v1/user
endpoint to contain a newdisplay_user_id
field. The new field should be used to show the user in the top bar, since it reflects the same value that Concourse tracks as the build creator.We should be able to replace [this function](https://github.com/concourse/concour