-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
51 lines (46 loc) · 1.72 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Revision history for App::RemotePerlJobs
0.005 2025-01-09
- Add integration test for fetch_posts
- Add second item entry to fetch_posts test
- Add verbose file name output during testing sql load
- Add a second test feed url and mock returning a feed for each
- Add run_cover script
- Add integration test to test posting and updating the db
- Add test for exception if post to mastodon failed
0.004 2024-08-31
- Move perl deps and repo update in make target
- Add skip_cleanup argument to Test.pm
- Add test.sqlite3 to gitignore
- Migrate schema and data into new layout
0.003 2024-08-10
- Update feed back to telecommute
- Add .bak to gitignore
- Add test module for the project
- Update deps and add test deps to cpanfile
- Add author and lint tests
- Fix perltidy test failures
- Fix perlcritic test failures
- Updated install and upgrade examples
- Add Changes file
- Add version release test
0.002 2024-07-21
- Update jobs.perl.org feed title
- Update documentation for schema update
- Fix App::Toot cpanm lib install command
- Update jobs.perl.org feed url to standard.rss
- Add Makefile with install target
- Add stub script to apply database patches
- Update README with install commands
- Add db patch file to create db_patch_history table
- Add logging on install into db_patch_history table
- Add functionality to apply patches in apply_database_patches.bash
- Update README with upgrade instructions
- Add cpanfile to manage perl deps for install and upgrade
- Fix jobs.perl.org standard feed
- Add echos to make upgrade target
- Add perl dep for https
- Refactor get_all error return
- Add system deps check for upgrade make step
- Add script to increment version numbers
0.001 2023-07-04
- Initial version