-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
484 additions
and
520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ jobs: | |
matrix: | ||
package: | ||
- blog | ||
- jobs | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
# Changelog | ||
|
||
All notable changes to `filament-job-manager` will be documented in this file. | ||
All notable changes to `jobs` will be documented in this file. | ||
|
||
## v0.6.1 - 2022-12-08 | ||
|
||
- focus relevant information in failed jobs index table | ||
- focus relevant information in failed jobs index table | ||
|
||
## v0.6.0 - 2022-10-06 | ||
|
||
- introduce https://github.com/invaders-xx/filament-jsoneditor for `payload` | ||
- introduce https://github.com/invaders-xx/filament-jsoneditor for `payload` | ||
|
||
## v0.5.1 - 2022-09-08 | ||
|
||
- do not show 'options' column in JobBatchesResource | ||
- do not show 'options' column in JobBatchesResource | ||
|
||
## v0.5.0 - 2022-09-08 | ||
|
||
- place FailedJobResource and JobBatchesResource in 'jobs' Navigation Group | ||
- place FailedJobResource and JobBatchesResource in 'jobs' Navigation Group | ||
|
||
## v0.4.0 - 2022-08-29 | ||
|
||
- introduced ability to delete failed jobs or job batches | ||
- introduced ability to delete failed jobs or job batches | ||
|
||
## v0.3.2 - 2022-08-29 | ||
|
||
- introduced `job_batches` Resource (if the sql table is present) | ||
- introduced `job_batches` Resource (if the sql table is present) | ||
|
||
## v0.2.0 - 2022-08-09 | ||
|
||
- introduced 'view' ViewAction to see job details as popup | ||
- introduced Bulk Action for Retry | ||
- introduced 'Retry all failed jobs' Button | ||
- introduced 'view' ViewAction to see job details as popup | ||
- introduced Bulk Action for Retry | ||
- introduced 'Retry all failed jobs' Button | ||
|
||
## v0.1.0 - 2022-08-09 | ||
|
||
- initial release | ||
- initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,4 @@ return new class extends Migration | |
{ | ||
Schema::dropIfExists('job_manager'); | ||
} | ||
}; | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.