index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
jobqueue
/
Job.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add documentation about 'requestId' param in Job parameters
Dreamy Jazz
2025-03-21
1
-1
/
+2
*
Namespace all remaining files in includes/jobqueue
James D. Forrester
2025-03-20
1
-0
/
+6
*
Replace call_user_func with dynamic function call
Umherirrender
2025-02-13
1
-1
/
+1
*
jobqueue: expand architecture documentation
Máté Szabó
2024-10-17
1
-4
/
+1
*
Remove unchecked exception annotations
Adam Wight
2024-09-17
1
-1
/
+0
*
Replace gettype() with get_debug_type() in debug/log/test output
Bartosz Dziewoński
2024-07-31
1
-2
/
+2
*
Add namespace and deprecation alias to FormatJson
Ebrahim Byagowi
2024-05-16
1
-0
/
+1
*
jobqueue: combine Logger channels, improve docs, add missing ingroup tags
Timo Tijhof
2024-03-25
1
-8
/
+8
*
JobSpecification: Inherit request ID
Gergő Tisza
2023-11-30
1
-2
/
+4
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-0
/
+1
*
Fix even more PHPStorm inspections (#3)
Tim Starling
2023-03-25
1
-6
/
+4
*
Merge "jobqueue: Strip line break from Job::toString debug log line"
jenkins-bot
2023-03-23
1
-0
/
+4
|
\
|
*
jobqueue: Strip line break from Job::toString debug log line
Youri
2023-03-23
1
-0
/
+4
*
|
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
|
Add dependency injection for Job classes
daniel
2023-01-19
1
-47
/
+6
*
|
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-1
/
+0
*
|
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-0
/
+1
*
|
Replace trivial usages of code in strings with concatenation
Thiemo Kreuz
2022-08-26
1
-1
/
+1
*
|
Ensure we don't pass null to mb_strlen.
Mark A. Hershberger
2022-07-12
1
-1
/
+1
*
|
Use MainConfigNames instead of string literals
Aryeh Gregor
2022-04-11
1
-1
/
+3
*
|
Replace deprecated JobQueueGroup::singleton()
Umherirrender
2022-01-27
1
-1
/
+1
*
|
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-3
/
+4
*
|
Fix typos in comments (I-J)
Siddharth VP
2021-12-30
1
-1
/
+1
*
|
Remove Title param typehints from jobs
Petr Pchelko
2021-06-07
1
-11
/
+13
*
|
Document Job's required constructor signature
Gergő Tisza
2020-11-18
1
-0
/
+3
*
|
Merge "Replace "@stable for subclassing" with "@stable to extend""
jenkins-bot
2020-07-13
1
-1
/
+1
|
\
\
|
*
|
Replace "@stable for subclassing" with "@stable to extend"
daniel
2020-07-13
1
-1
/
+1
*
|
|
Merge "Replace "@stable for calling" by "@stable to call""
jenkins-bot
2020-07-13
1
-1
/
+1
|
\
\
\
|
*
|
|
Replace "@stable for calling" by "@stable to call"
daniel
2020-07-13
1
-1
/
+1
|
|
/
/
*
/
/
Replace "@stable for overriding" with "@stable to override"
daniel
2020-07-13
1
-18
/
+18
|
/
/
*
/
Annotate extensible classes.
daniel
2020-07-09
1
-2
/
+49
|
/
*
Fix method/function names case mismatch in core files
Derick Alangi
2019-08-31
1
-1
/
+1
*
jobqueue: mention more methods in RunnableJob to fix various IDEA warnings
Aaron Schulz
2019-07-05
1
-35
/
+0
*
Job: Fix typo in exception message for invalid specification
Máté Szabó
2019-05-26
1
-1
/
+3
*
jobqueue: Follow-up for fc5d51f12936ed (added GenericParameterJob)
Timo Tijhof
2019-04-25
1
-17
/
+32
*
jobqueue: add GenericParameterJob and RunnableJob interface
Aaron Schulz
2019-04-08
1
-21
/
+30
*
jobqueue: Change internal $params logic to teach Phan (3)
Timo Tijhof
2019-04-05
1
-4
/
+4
*
jobqueue: Document Title as valid param type for compat (2)
Timo Tijhof
2019-04-05
1
-1
/
+1
*
jobqueue: Document Title as valid param type for compat
Timo Tijhof
2019-04-05
1
-1
/
+1
*
Add Job::getMetadata() and Job::setMetadata() accessors
Aaron Schulz
2019-04-03
1
-0
/
+30
*
Merge "Make Job::hasExecutionFlag() actually work"
jenkins-bot
2019-03-29
1
-1
/
+1
|
\
|
*
Make Job::hasExecutionFlag() actually work
Aaron Schulz
2019-03-28
1
-1
/
+1
*
|
jobqueue: simplify the signature of Job::factory() and Job::__construct()
Aaron Schulz
2019-03-29
1
-11
/
+24
|
/
*
Job::factory should throw an InvalidArgumentException, not MWException
Derick Alangi
2019-02-11
1
-1
/
+1
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-9
/
+3
*
Job: Remove insert() and batchInsert(), deprecated since 1.21
James D. Forrester
2018-05-21
1
-30
/
+1
*
Do not start explicit transaction rounds for RecentChangesUpdateJob
Aaron Schulz
2018-04-17
1
-0
/
+15
*
Job::insert: Hard deprecate (soft-deprecated in 1.21!)
James D. Forrester
2017-11-02
1
-0
/
+1
*
Allow callback functions for creating jobs
Lucas Werkmeister
2017-05-09
1
-5
/
+15
*
Pass Job success status to teardown callbacks
Gergő Tisza
2016-10-05
1
-4
/
+6
[next]