Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pypelines
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HaissLab
Data Management
Pypelines
Graph
a1a64e4134215d32b626a4a59eae8906c8f26cbe
Select Git revision
Branches
3
dev
feature-filter
main
default
protected
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Mar
19
8
Oct
24
Sep
13
11
10
27
Jun
3
31
May
30
29
28
14
3
10
Apr
5
4
28
Mar
27
26
19
16
14
6
5
27
Feb
17
8
5
11
Jan
9
8
3
31
Dec
22
21
20
19
18
16
15
14
13
11
8
7
4
28
Nov
24
21
20
13
3
10
Oct
7
6
5
4
fix typo
main
main
adding a fast worker creation method to the celery app
dev
dev
allow to IGNORE_VERSIONS at the package level
adding load_requirement ability to scan through kwargs to output what it needs, if the arg is present, or not
just changing default value of version from 0 to None (backward compatibility quick fix)
just adding one more test
adding more tests to support the three pipeline creation strategies and to test requirements processing
adding cleaner ways to create pypelines
ongoing developpement of improved typing support via other means of creation than decorators
tests : making new tests to verify basic behaviour is correct
adding test
adding tests
testing to add a better type hinting support means to create a pypeline
get default extra with None in get_run_callbacks
bump version
run callback got improved : ability to be dispatched or not
PypelineLoggerProtocol typehint on getLogger
ability to change inclusion policy for start and stop
changes to pipelines to use typehinting for dynamics attributes (but not very well done. Might remove this later if it causes more isses than it helps)
just some cosmetic things
fix : add file_level and terminal_level in enable_logging
feature-filter
feature-filter
some additions to make multisession guess a bit smarter
updating to use pdm as build backend + docstrings for every function (ai generated for now, need to check) + bump version
fixed status string value to numeric value
adding ability to create task from a django task model (to bypass One api)
fixin an issue in is_hand_shaken and adding options to get_celery_app_tasks
quick fix
fixing some errors
test
little change to revert the ability to run create_celery_app without raising exceptions if it fails
fixing transmission of programatically useable signatures (with typehints etc)
forgot to update refresh times
adding a routine to check runner's arguments and pipeline management argument don't collide
adding ability to get infos from a celery app's pipelines using remote workers (wich allows using the app without havin to install the app runner package and dependancies)
selfish as a variable arg
resolve requirements before sending tasks_infos so that we are sure to have requires containing complete_names instead of relative ones
fix issue with tasks_infos trying to transmit step instance if requires is resolved
adding info step_level_in_pipe in tasks_infos
app_name for the defaults tasks
updating success message at startup
Loading