An open API service providing commit metadata for open source projects.

GitHub / php-etl/workflow-console-runtime / commits

SHA Message Author Date Stats
ad26c4e6 Updated code to be compatible with php-etl/pipeline-contracts:0.5 and php-etl... Grégory Planchat <g****y@k****r> about 2 years ago
7a6a1de2 merge Merge pull request #9 from php-etl/gplanchat-patch-1 Grégory PLANCHAT <g****t@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
7fb0eaa5 Bumped version to 0.5 Grégory PLANCHAT <g****t@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
9cb78651 Initiated migration to monorepo Grégory Planchat <g****y@k****r> about 2 years ago
f3f0a013 Updated pipeline, satellit and action contracts v0.5 Grégory Planchat <g****y@k****r> about 2 years ago
e35c494b merge Merge pull request #8 from php-etl/fix/execute-actions-in-order Clément Zarch <c****t@k****r>
Committed by: GitHub <n****y@g****m>
about 2 years ago
575a6d3d fix: instead of `loadAction` directly returning the factory (which incorrectl... clementzarch <c****t@k****r> about 2 years ago
78ce3ddb merge Merge pull request #7 from php-etl/fix/console-runtime Grégory PLANCHAT <g****t@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
51047f18 Fixed console runtime sebprt <s****n@k****r> over 2 years ago
89a11079 merge Merge pull request #6 from php-etl/fix/pipeline-execution Grégory PLANCHAT <g****t@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
812a4afa Updated actions sebprt <s****n@k****r> over 2 years ago
30ed9332 Ran php-cs-fixer sebprt <s****n@k****r> over 2 years ago
0e9736ac Fixed statement in proxy : used factory in static function sebprt <s****n@k****r> over 2 years ago
c983a21e [rector] Rector fixes GitHub Action <a****s@g****m>
Committed by: github-actions[bot] <a****n@g****m>
over 2 years ago
e2006aa8 Updated the call chronology handling in the proxy Grégory PLANCHAT <g****t@u****m> over 2 years ago
81b77b93 Apply suggestions from code review Grégory PLANCHAT <g****t@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
80b1adba Fixed output in console + ran php-cs-fixer sebprt <s****n@k****r> over 2 years ago
8a4e8f17 Update src/PipelineProxy.php Grégory PLANCHAT <g****t@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
205f87fa [rector] Rector fixes GitHub Action <a****s@g****m>
Committed by: github-actions[bot] <a****n@g****m>
over 2 years ago
45dbae55 Applied suggestions sebprt <s****n@k****r> over 2 years ago
e9622b41 Updated branch-alias sebprt <s****n@k****r> over 2 years ago
b4dcab5a Changed return type for the loadAction method sebprt <s****n@k****r> over 2 years ago
f2844e44 Created a Proxy to fix pipeline executions in a workflow : pipelines must be ... sebprt <s****n@k****r> over 2 years ago
d0654936 merge Merge pull request #2 from php-etl/feature/actions Grégory PLANCHAT <g****t@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fdc292ce Ran php-cs-fixer + added missing classes sebprt <s****n@k****r> over 2 years ago
8d132feb Updated branch-alias sebprt <s****n@k****r> over 2 years ago
71bd409d Added missing namespaces + updated dependencies sebprt <s****n@k****r> over 2 years ago
f45cdd0a Used the RunnableInterface provided by the package php-etl/job-contracts sebprt <s****n@k****r> over 2 years ago
d07a947b merge Merge pull request #5 from php-etl/fix/lock-contracts-version Jonathan <9****a@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5b4bed47 fix lock contracts version to get new minor versions Jonathan <j****n@k****r> over 2 years ago
b3e29e02 update pipeline psr Jonathan <j****n@k****r> over 2 years ago
a79a3254 merge Merge pull request #4 from php-etl/feature/qualityflow-improvments Jonathan <9****a@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b514bd32 lock composer contracts version Jonathan <j****n@k****r> over 2 years ago
bc3e0e39 update badges clementzarch <c****t@k****r> over 2 years ago
7acee739 merge Merge pull request #3 from php-etl/feature/qualityflow-imrovments Clément Zarch <c****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0d1fb09d update requirements clementzarch <c****t@k****r> over 2 years ago
2ae516b2 fix on readme and quality workflow Jonathan <j****n@k****r> over 2 years ago
03146975 Split github actions, Add a phpstan lvl 6, validate cs-fixer, validate phpsta... Jonathan <j****n@k****r> over 2 years ago
a3976c4e Updated the Console to use the action's RunnableInterface sebprt <s****n@k****r> over 2 years ago
32b34768 Updated loadAction method sebprt <s****n@k****r> almost 3 years ago
c501b1db Added loadAction method sebprt <s****n@k****r> almost 3 years ago
e4fee69e merge Merge pull request #1 from php-etl/fix/console Grégory PLANCHAT <g****t@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
2deed731 The addition of the pipeline is done one level above, adding the pipeline a s... sebprt <s****n@k****r> almost 3 years ago
b344c76d Added CS Fixer config Grégory Planchat <g****y@k****r> over 3 years ago
93a2c48a Fixed some bad refactorings in the workflow runtime Grégory Planchat <g****y@k****r> over 3 years ago
c3e241e0 Changed the default branch to main Grégory PLANCHAT <g****t@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
cde88d2f Fixed class name sebprt <s****t@o****r> about 4 years ago
bb6e3595 Changed namespace, added php-etl/console-state and php-etl/pipeline-console-r... sebprt <s****t@o****r> about 4 years ago
4836c078 Initial commit sebprt <s****t@o****r> about 4 years ago

← Back to repository