Commit graph

  • 55eaee768c [mod] add more iterators to reduce memory usage Laurent Peuch 2019-06-23 02:30:17 +02:00
  • 15c9fc0eda [mod] avoid data bufferisation to reduce memory usage Laurent Peuch 2019-06-23 02:26:00 +02:00
  • 2523a1f140 [fix] send home initial data in streaming to avoid killing firefox Laurent Peuch 2019-06-22 06:41:07 +02:00
  • b2efcc03c5 [fix] security release for urllib3 Laurent Peuch 2019-04-28 03:12:04 +02:00
  • 39249f80aa [fix] security release for jinja2 Laurent Peuch 2019-04-28 03:11:25 +02:00
  • 1a90f3811a
    Merge pull request #5 from kay0u/patch-1 Bram 2019-04-28 02:52:01 +02:00
  • 256de8fb3d [enh] display current number of tasks in logs Laurent Peuch 2019-04-08 18:15:33 +02:00
  • fdaa462a84 [fix] ensure that websockets are unsubscribes on closed connection Laurent Peuch 2019-04-08 18:14:23 +02:00
  • a7d74316f6 [mod] remove unused data Laurent Peuch 2019-04-08 18:10:23 +02:00
  • dffb1f711d [fix] f-string doesn't work like that in multilines Laurent Peuch 2019-04-02 00:05:52 +02:00
  • 494f962ba0 [fix] remove bad frozen dependency Laurent Peuch 2019-04-01 23:07:39 +02:00
  • 7ba3449fb5 [fix] meh, sanic isn't ready for websockets 7.0 Laurent Peuch 2019-04-01 23:07:27 +02:00
  • 102dec555f [mod] actually websocket has a real method for that, maybe that will prevent leaks? Laurent Peuch 2019-04-01 18:13:33 +02:00
  • 1b3247df97 [enh] add a lame debugging page Laurent Peuch 2019-04-01 03:49:03 +02:00
  • ae8a5a40bd [fix] attemp to remove maybe dead websockets tasks that could memleaks Laurent Peuch 2019-04-01 03:36:49 +02:00
  • ed6d7cf1c7 [mod] avoid infinite loop to prevent memleaks Laurent Peuch 2019-04-01 03:34:22 +02:00
  • 7835ea8b47 [mod] please flake8 Laurent Peuch 2019-03-28 23:57:33 +01:00
  • 4d8276179b [Ä[fix] provide a frozen requirements.txt for reliable installations Laurent Peuch 2019-03-28 19:58:10 +01:00
  • 390900af85 [mod] disable debug mod by default Laurent Peuch 2019-03-25 00:08:13 +01:00
  • 0225c5f791
    Migrate to apps.json Kayou 2019-03-09 15:04:16 +01:00
  • aa4e8abc23 Remove non existent argument -d yalh76 2019-02-15 17:07:37 +01:00
  • f9eabd9aa0 Spelling correction yalh76 2019-02-15 17:00:17 +01:00
  • cb61c6be39 speeling corection for run.py arguments yalh76 2019-02-15 16:57:31 +01:00
  • 6bcbe13e96
    Merge pull request #2 from yalh76/patch-1 Bram 2019-02-01 13:24:06 +01:00
  • ebfea9cde0
    Typo correction yalh76 2019-02-01 12:59:45 +01:00
  • 338f15a52e [enh] UI, handle delete_app event Laurent Peuch 2019-01-22 05:44:50 +01:00
  • 140fed93c2 [enh] delete apps with scheduled jobs if app is removed from the list Laurent Peuch 2019-01-22 05:33:37 +01:00
  • 8ba3d5f242 [enh] also show apps without job on the apps page Laurent Peuch 2019-01-22 05:16:32 +01:00
  • a9cdea0ee2 [enh] change app url if it has changed in the list Laurent Peuch 2019-01-22 04:32:10 +01:00
  • 34873ae9f8 [enh] handle running job cancelation Laurent Peuch 2019-01-22 03:27:43 +01:00
  • 23a12d61c0 [enh] UI except None, not empty string Laurent Peuch 2019-01-22 03:24:38 +01:00
  • 173a1c33d4 [enh] better UX, tell when it's loading, there is no jobs or no apps Laurent Peuch 2019-01-22 03:24:18 +01:00
  • 5b7f47dbbf [mod] if not job, list apps without jobs Laurent Peuch 2019-01-22 03:19:01 +01:00
  • 4eee2a056d [enh] better UX for index.html during loading Laurent Peuch 2019-01-22 02:34:22 +01:00
  • 9cd243311d [mod] change ciclic app-list ordering Laurent Peuch 2019-01-22 02:34:11 +01:00
  • 8797629601 [enh] add app_list to ciclic app-list output Laurent Peuch 2019-01-20 21:21:14 +01:00
  • 29779f1a68 [enh] new app-list ciclic command Laurent Peuch 2019-01-20 07:12:55 +01:00
  • 05995b0f49 [mod] those fields aren't used anymore Laurent Peuch 2019-01-20 06:47:10 +01:00
  • dc43912a44 [doc] update README Laurent Peuch 2018-12-29 16:42:03 +01:00
  • f38d7528bd [enh] allow to disable random day monthly jobs Laurent Peuch 2018-12-22 03:08:42 +01:00
  • bd1fd8bb4a [enh] allow to disable git checking Laurent Peuch 2018-12-22 03:08:31 +01:00
  • 243ab5e53a [enh] link to the app page of a job on the job page Laurent Peuch 2018-11-05 02:24:57 +01:00
  • 43f6b31fda [mod] add link to job url in job page Laurent Peuch 2018-11-05 02:07:51 +01:00
  • a168a113d8 [enh] colorize table on per job page Laurent Peuch 2018-11-05 02:03:56 +01:00
  • 5de8f702a1 [mod] remove unused fields Laurent Peuch 2018-11-05 02:02:44 +01:00
  • b3dc56c7c4 [doc] todo comment Laurent Peuch 2018-11-05 02:02:19 +01:00
  • cc3416d0ca [mod] change index title to uniformise terms Laurent Peuch 2018-11-05 02:02:02 +01:00
  • 406b70a900 [mod] add breaks for micro optimisation Laurent Peuch 2018-11-05 02:01:40 +01:00
  • 97d49dcfcb [enh] handle update_apps on apps page Laurent Peuch 2018-11-05 02:01:29 +01:00
  • 7987a29414 [enh] link to per app page Laurent Peuch 2018-11-05 02:00:33 +01:00
  • 84cc6f86a3 [enh] make one new page per app Laurent Peuch 2018-11-05 01:59:48 +01:00
  • 719cb13c08 [mod] rename function for better readability Laurent Peuch 2018-11-05 01:59:00 +01:00
  • 6aa293b3cd [enh] allow to specify a custom port on which yunorunner will listen Laurent Peuch 2018-11-03 21:34:05 +01:00
  • 380c7ce501 [fix] menu path to apps wasn't relative Laurent Peuch 2018-11-03 21:22:56 +01:00
  • daaa26b8aa [mod] remove too verbose useless debug log Laurent Peuch 2018-11-03 20:18:36 +01:00
  • f6ff9dca83 [enh] broadcast new app event Laurent Peuch 2018-11-03 20:18:24 +01:00
  • 5e9a675921 [fix] add created time on API job creation Laurent Peuch 2018-11-03 19:30:19 +01:00
  • 680ad46d27 [enh] apps page handle new_job event Laurent Peuch 2018-11-03 19:28:15 +01:00
  • 3ef15da92a [enh] add grey background for error jobs Laurent Peuch 2018-11-03 19:28:04 +01:00
  • 7cce60f8ac [mod] modify and put on th random day title Laurent Peuch 2018-11-03 19:07:09 +01:00
  • 2e19f5471e [enh] plug apps page to jobs updates Laurent Peuch 2018-11-03 19:05:46 +01:00
  • 24c5eb63eb [enh] color tags on apps page Laurent Peuch 2018-11-03 18:08:21 +01:00
  • 1b64022b45 [mod] put randomDayJob number of right Laurent Peuch 2018-11-03 18:08:07 +01:00
  • 7ac6754111 [enh] display app random day Laurent Peuch 2018-11-03 17:46:41 +01:00
  • a2549c3dd2 [enh] improve apps page display, show app state Laurent Peuch 2018-11-03 17:43:21 +01:00
  • 07e2524f84 [mod] add disclamer on index page Laurent Peuch 2018-11-03 17:43:03 +01:00
  • 7786e50422 [enh] display way more information on apps page Laurent Peuch 2018-11-03 17:34:37 +01:00
  • b8777013d4 [fix] convert string into date object for frontend Laurent Peuch 2018-11-03 17:34:18 +01:00
  • d66403936a [enh] grab latest apps with their jobs Laurent Peuch 2018-11-03 14:51:41 +01:00
  • 364325ff58 [enh] add link to repo on app page Laurent Peuch 2018-11-03 06:14:52 +01:00
  • 892905093d [enh] start an app page Laurent Peuch 2018-11-03 06:11:38 +01:00
  • 2b10a70d6d [fix] also include currently running job on index page Laurent Peuch 2018-11-03 05:30:24 +01:00
  • 6e406eca3f [mod] add job id in logs Laurent Peuch 2018-11-03 05:30:07 +01:00
  • c0e7069a57 [mod] put import at top of the file Laurent Peuch 2018-11-03 05:26:59 +01:00
  • d6c52ce2e4 [enh] add information about job error in log Laurent Peuch 2018-11-03 05:26:47 +01:00
  • 97a4d2c443 [enh] don't fail on job error and display job as error Laurent Peuch 2018-11-03 05:24:44 +01:00
  • f6cd2bce54 [enh] put fancy colors for job background Laurent Peuch 2018-11-03 04:57:28 +01:00
  • a55bf386eb [mod] when canceling a job, set its end time Laurent Peuch 2018-11-03 04:57:15 +01:00
  • e4fc3c08dc [fix] empty date return empty string Laurent Peuch 2018-11-03 04:41:17 +01:00
  • 5c4dd01df6 [enh] display job's id Laurent Peuch 2018-11-03 04:33:00 +01:00
  • 25b13a7204 [enh] optimise home showing only latest done/scheduled jobs Laurent Peuch 2018-11-03 04:30:28 +01:00
  • 713851cadc [mod] rename function for better reading Laurent Peuch 2018-11-03 03:41:49 +01:00
  • 6e8a2201b1 [enh] add a top page menu Laurent Peuch 2018-10-10 04:15:42 +02:00
  • 7ce0982ca5 [mod] raise limit a LOT Laurent Peuch 2018-09-24 18:54:39 +02:00
  • 156224e0b4 [mod] instance has changed of location Laurent Peuch 2018-09-23 10:39:44 +02:00
  • 23a5d2f31b [enh] avoid adding duplicated jobs Laurent Peuch 2018-09-23 10:34:21 +02:00
  • 0278214b4f [mod] merge duplicated jobs on startup Laurent Peuch 2018-09-23 10:29:30 +02:00
  • 247bcb41b5 [fix] make API calls relatives Laurent Peuch 2018-09-20 00:55:50 +02:00
  • 5dc2c34a29 [enh] set random day for repo at startup if none Laurent Peuch 2018-09-11 08:12:09 +02:00
  • 347ca0c77f [enh] add a .gitignore Laurent Peuch 2018-09-11 07:40:06 +02:00
  • 0b202de078 [omd] remove useless commands Laurent Peuch 2018-09-10 04:38:37 +02:00
  • 5e9d6d4bb9 [mod] please flake8 Laurent Peuch 2018-09-10 04:37:35 +02:00
  • 5a24a37177 [enh] add script to automatically reconnection websocket on server disconnection Laurent Peuch 2018-09-10 04:36:05 +02:00
  • 548ce0dcab [mod] update instances list Laurent Peuch 2018-09-10 04:30:18 +02:00
  • fa0c060479 [fix] take into account failed jobs Laurent Peuch 2018-09-10 04:20:19 +02:00
  • 792ce1ad22 [enh] alway relaunch montly job Laurent Peuch 2018-09-10 03:50:08 +02:00
  • faf1379094 [enh] always relaunch monitor_apps_lists Laurent Peuch 2018-09-10 03:29:53 +02:00
  • cfda7c79b0 [enh] add decorator to always relaunch a function Laurent Peuch 2018-09-10 03:29:40 +02:00
  • 30353c1375 [mod] useless variables Laurent Peuch 2018-09-10 03:07:43 +02:00
  • fa47a9c0f2 [mod] pep8 Laurent Peuch 2018-09-10 03:07:35 +02:00