5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-18 06:03:59 +03:00

Commit Graph

  • 926fc18687 create config dir Dietmar Maurer 2018-12-09 10:21:54 +01:00
  • ce55dbbcc6 simplify code Dietmar Maurer 2018-12-09 09:42:17 +01:00
  • 461e62fcdf remove some compiler warnings Dietmar Maurer 2018-12-08 14:55:54 +01:00
  • 567713b4c3 rename data_store to datastore Dietmar Maurer 2018-12-08 14:51:08 +01:00
  • 6ce50400c5 cleanup api3 structure Dietmar Maurer 2018-12-08 14:44:55 +01:00
  • 678d72df6b add data_store configuration Dietmar Maurer 2018-12-08 13:58:45 +01:00
  • 391a2e43ff chunk_store.insert_chunk: return information about existing chunks Dietmar Maurer 2018-12-08 11:25:11 +01:00
  • 12bb93b3ad code cleanup Dietmar Maurer 2018-12-08 11:20:02 +01:00
  • 022fb421b2 lock with timeout Dietmar Maurer 2018-12-08 10:57:09 +01:00
  • 2989f6bf20 improve error messages Dietmar Maurer 2018-12-08 08:38:42 +01:00
  • b8d4766a4d code cleanup Dietmar Maurer 2018-12-08 08:21:20 +01:00
  • 45773720ab depend on nix, use flock Dietmar Maurer 2018-12-07 18:14:07 +01:00
  • 9393659620 depend on libc Dietmar Maurer 2018-12-07 16:40:35 +01:00
  • c5d82e5f34 chunk_store: use mutex Dietmar Maurer 2018-12-07 16:12:45 +01:00
  • 128b37feea impl insert_chunk Dietmar Maurer 2018-12-07 14:44:56 +01:00
  • 91a597cc08 depend on rust-crypto Dietmar Maurer 2018-12-07 11:00:34 +01:00
  • 35cf5daa53 start experiments with simple chunk store Dietmar Maurer 2018-12-07 10:51:53 +01:00
  • b22751b20c getopts.rs: fix test Dietmar Maurer 2018-12-07 09:02:24 +01:00
  • a4b7c3f2df more cleanups Dietmar Maurer 2018-12-06 10:41:57 +01:00
  • d3369f819d code cleanup Dietmar Maurer 2018-12-06 10:23:45 +01:00
  • c578fcd9e2 simplify formatter code Dietmar Maurer 2018-12-05 18:22:56 +01:00
  • 4b26195c6a extract version from environment Dietmar Maurer 2018-12-05 14:38:37 +01:00
  • 95b492add8 api: add /version Dietmar Maurer 2018-12-05 14:03:15 +01:00
  • 1571873d7b add output formatter Dietmar Maurer 2018-12-05 12:42:25 +01:00
  • 03862a2eeb Utils.js: add code to make api3 request Dietmar Maurer 2018-12-05 12:39:40 +01:00
  • 083418619e move src/api/server.rs -> src/server/rest.rs Dietmar Maurer 2018-12-05 10:16:23 +01:00
  • e4dc0a14ac add VersionInfo.js Dietmar Maurer 2018-12-04 17:58:40 +01:00
  • 5c7a1b15c8 start the GUI Dietmar Maurer 2018-12-04 17:53:10 +01:00
  • 826bb98286 set content type for static file download Dietmar Maurer 2018-12-02 11:00:52 +01:00
  • 8adbdb0a54 fix file download, listen to 0.0.0.0 Dietmar Maurer 2018-12-01 15:21:25 +01:00
  • 209bb43336 improve Makefile Dietmar Maurer 2018-12-01 13:44:13 +01:00
  • f4c514c13d remove www/pbs-index.html.tt, hardcode into rust for now Dietmar Maurer 2018-12-01 13:37:49 +01:00
  • ebc9a69215 install GUI index file Dietmar Maurer 2018-12-01 11:19:46 +01:00
  • 7eef9426e0 revert dependency to dh-systemd (outdated), depend on GUI packages Dietmar Maurer 2018-12-01 11:04:39 +01:00
  • 5671c8da88 depend on dh-systemd Dietmar Maurer 2018-12-01 10:50:30 +01:00
  • ef1a2162e7 api-test-server.service: restart on failure Dietmar Maurer 2018-11-30 17:41:15 +01:00
  • 3b4e7517a7 add systemd service file to start daemon Dietmar Maurer 2018-11-30 17:27:33 +01:00
  • d3cb69c4e3 cleanup Makefile, add missing copyright file Dietmar Maurer 2018-11-30 17:09:50 +01:00
  • de7798142a add Makefile to build debian package Dietmar Maurer 2018-11-30 13:39:40 +01:00
  • e3871182c5 rename bin to src/bin/api-test-server.rs Dietmar Maurer 2018-11-30 12:48:45 +01:00
  • 73f29c34d7 improve command line parser Dietmar Maurer 2018-11-30 12:10:26 +01:00
  • d42398666c improve error message Dietmar Maurer 2018-11-30 12:07:27 +01:00
  • bfb1d69abc fix compiler warnings, add storage/config.rs Dietmar Maurer 2018-11-30 11:15:26 +01:00
  • 9131286246 remove missleading comment Dietmar Maurer 2018-11-30 08:47:26 +01:00
  • a27b905c28 use VecDeque instead of LinkedList Dietmar Maurer 2018-11-29 17:28:28 +01:00
  • c6ed6cac12 SectionConfig::write - return raw string Dietmar Maurer 2018-11-29 16:47:40 +01:00
  • ae3a512dd9 SectionConfig::write - verify data Dietmar Maurer 2018-11-29 13:18:15 +01:00
  • aeb4c8217b schema: implement verify_json Dietmar Maurer 2018-11-29 13:06:43 +01:00
  • 9c1b42d28e simplify var names Dietmar Maurer 2018-11-29 09:33:27 +01:00
  • e189c93b8c section_config: add write - first try Dietmar Maurer 2018-11-28 14:09:35 +01:00
  • 92fb0784d4 section_config: add new struct SectionConfigData Dietmar Maurer 2018-11-28 08:25:26 +01:00
  • e3a2217050 avoid clone Dietmar Maurer 2018-11-27 14:10:16 +01:00
  • ee7fc4335a SectionConfig::parse - return Value Dietmar Maurer 2018-11-27 12:54:40 +01:00
  • 826698d56f SectionConfig: add schema for ID property Dietmar Maurer 2018-11-27 12:34:56 +01:00
  • bdb631da88 section_config: improve parser Dietmar Maurer 2018-11-27 11:55:21 +01:00
  • 1fa897cfed section_config: parse section content Dietmar Maurer 2018-11-27 09:01:36 +01:00
  • 803b95a01d SectionConfigPlugin: add schema Dietmar Maurer 2018-11-27 08:41:25 +01:00
  • b943ed8d2b section_config: further parser improvements Dietmar Maurer 2018-11-26 18:22:07 +01:00
  • 0d97734e92 use is_empty() to check for empty string Dietmar Maurer 2018-11-26 18:02:29 +01:00
  • dd193a61d0 section_config: improve parser Dietmar Maurer 2018-11-26 18:01:24 +01:00
  • 07d3fa7289 add some inline documentation Dietmar Maurer 2018-11-24 17:52:43 +01:00
  • 6656ba9d32 StringSchema: add method to check string length Dietmar Maurer 2018-11-24 12:37:05 +01:00
  • ab672c124e ArraySchema: add method to check array length Dietmar Maurer 2018-11-24 12:33:44 +01:00
  • ed04ce8093 parse_property_string: allow arrays Dietmar Maurer 2018-11-24 12:21:56 +01:00
  • 84669dc18d rename test case Dietmar Maurer 2018-11-24 11:21:01 +01:00
  • b436389d47 parse_property_string: first try Dietmar Maurer 2018-11-24 11:20:17 +01:00
  • a23dd9bb42 add test for VerifyFn Dietmar Maurer 2018-11-24 08:30:23 +01:00
  • 715f22fb4a remove outdated test code Dietmar Maurer 2018-11-24 08:15:08 +01:00
  • 757d9b4769 ArraySchema: Add min_length and max_length Dietmar Maurer 2018-11-24 08:12:23 +01:00
  • 3e1497fb75 remove description from ApiMethod Dietmar Maurer 2018-11-23 17:02:50 +01:00
  • 768e01091a implement Into Arc<Schema> Dietmar Maurer 2018-11-23 13:18:41 +01:00
  • 8a41cfdd55 implement ArraySchema Dietmar Maurer 2018-11-23 12:05:55 +01:00
  • 7edeec7b06 remove parameter macro, implement ObjectSchema builder Dietmar Maurer 2018-11-23 11:34:15 +01:00
  • 82df76fff0 start using builder pattern instead of macros Dietmar Maurer 2018-11-23 09:33:41 +01:00
  • dc454ef096 implement schema registry Dietmar Maurer 2018-11-22 11:23:49 +01:00
  • 00c908df85 use Arc pointer to properties Dietmar Maurer 2018-11-20 16:54:29 +01:00
  • e471d69946 section_config.rs: add some test code Dietmar Maurer 2018-11-19 08:07:22 +01:00
  • 222454221c add section_config.rs Dietmar Maurer 2018-11-19 06:47:39 +01:00
  • 948c74f4ca move future test code into extra file Dietmar Maurer 2018-11-19 06:40:57 +01:00
  • 0f52af5b23 implement simply test future for storage operations Dietmar Maurer 2018-11-18 15:01:19 +01:00
  • be45ccd203 fix getopts when called without any argument Dietmar Maurer 2018-11-18 14:57:18 +01:00
  • a19f223dea impl argument parameters Dietmar Maurer 2018-11-18 10:09:13 +01:00
  • c78bcf07ad getopts: more tests Dietmar Maurer 2018-11-18 09:34:43 +01:00
  • 62c40162ee improve getopt parser Dietmar Maurer 2018-11-18 08:55:21 +01:00
  • a653882dd9 use ObjectSchema for parameters Dietmar Maurer 2018-11-18 08:46:26 +01:00
  • 5d9f0eae6b another testcase for boolean argument parser Dietmar Maurer 2018-11-17 11:29:42 +01:00
  • 2770fbf3c3 getopt parser fixes and cleanups Dietmar Maurer 2018-11-17 11:28:26 +01:00
  • 7556cab45e getopts: allow "-option" and "--option" Dietmar Maurer 2018-11-17 10:02:35 +01:00
  • 0c9ce2bbf0 getopts: improve error handling Dietmar Maurer 2018-11-17 09:57:26 +01:00
  • ffff48fcfe cleanup variable names Dietmar Maurer 2018-11-16 16:47:23 +01:00
  • 845901f41d implement getopt parser - first try Dietmar Maurer 2018-11-16 13:14:11 +01:00
  • c548fa250a router: no need to use Fn (fn also works for static closures) Dietmar Maurer 2018-11-16 11:12:00 +01:00
  • 5206d1d951 fix typo Dietmar Maurer 2018-11-16 09:16:37 +01:00
  • e7ea17deb0 handle uri parameters correctly Dietmar Maurer 2018-11-16 09:15:33 +01:00
  • 484eb9ac19 Router: allow to set match parameter name Dietmar Maurer 2018-11-16 08:29:23 +01:00
  • 2ab1f7119c Router: implement missing builder methods Dietmar Maurer 2018-11-16 08:24:10 +01:00
  • fc937099b3 remove stale macro Dietmar Maurer 2018-11-16 07:35:19 +01:00
  • fe476ce884 allow closure handlers Dietmar Maurer 2018-11-15 17:47:59 +01:00
  • cbbeff1a6d add missing file Dietmar Maurer 2018-11-15 17:07:55 +01:00
  • f17db0abfd cleanup module names Dietmar Maurer 2018-11-15 17:07:10 +01:00