Commit Graph

  • 338674a9e6 Fix returning output when no offset present Martchus 2021-04-05 21:11:13 +0200
  • 901092ba09 Fix condition for check whether reloading build action details is required Martchus 2021-04-05 20:29:03 +0200
  • 7ab50a121f Split routes.cpp Martchus 2021-04-05 20:02:00 +0200
  • b73bee87b5 Add test for posting build actions from pre-defined build task Martchus 2021-04-05 19:49:04 +0200
  • ff1e955bde Consider concurrent flag when starting build actions from task Martchus 2021-04-04 22:20:47 +0200
  • 7f0ec081c6 Allow specifying build tasks with more complicated build actions Martchus 2021-04-02 00:14:00 +0200
  • fdf40aa917 Apply clang-format Martchus 2021-04-01 21:08:17 +0200
  • 484b3c8015 Improve command-line client Martchus 2021-03-30 20:49:08 +0200
  • 6f2c6cabc2 cli: Add more build action operations Martchus 2021-03-27 21:37:28 +0100
  • 6565ff54f6 cli: Restructure to use sub-operations Martchus 2021-03-27 20:09:51 +0100
  • bfbde3f957 Refactor client code Martchus 2021-03-27 19:55:24 +0100
  • 163ff91bff cli: Add basic listing of build actions Martchus 2021-03-25 23:44:29 +0100
  • 14d82a0a8d Fix URL encoding in search params within hash Martchus 2021-03-25 22:49:44 +0100
  • caa235b412 Fix typo Martchus 2021-03-25 22:46:10 +0100
  • 740b4635a6 Reflect state of package search in URL Martchus 2021-03-22 16:51:57 +0100
  • fa969270c1 Fix warnings Martchus 2021-03-22 15:08:41 +0100
  • 3d508f7c81 Update README.md Martchus 2021-03-22 15:07:56 +0100
  • ac7f38e8fa Do not access moved-from object in CleanRepository::run() Martchus 2021-03-16 15:36:57 +0100
  • 9581716d8b Delete signature in the src repo when moving package Martchus 2021-03-16 15:16:03 +0100
  • 307322ab11 Handle signatures when cleaning up repository Martchus 2021-03-15 18:27:04 +0100
  • 1c75e8f957 Allow signing packages manually after the build Martchus 2021-03-14 21:53:51 +0100
  • 45bf4fa234 Handle signature file when adding/removing/moving/checking/cleaning packages Martchus 2021-03-14 01:53:40 +0100
  • 94b39f55dc Lock working copy directory as well (as root directory) Martchus 2021-03-06 17:08:04 +0100
  • 29c0741984 Allow registration of multiple data handlers Martchus 2021-03-06 16:44:42 +0100
  • cbfa8d8298 Use locks when checking/cleaning repository Martchus 2021-03-04 20:15:19 +0100
  • 556a749362 Improve lock-related code in conductbuild.cpp Martchus 2021-03-02 18:30:40 +0100
  • 4416922397 Fix clearing locks Martchus 2021-03-02 18:30:15 +0100
  • f147dc3179 Fix locks for global resources by implementing a mutex not tied to a thread Martchus 2021-02-26 01:39:21 +0100
  • 930d449333 Fix handling locks in ConductBuild Martchus 2021-02-25 23:20:07 +0100
  • 0760860c6d Log lock acquisitions/releases Martchus 2021-02-25 16:59:36 +0100
  • aae5bf81f3 Allow specifying locks when executing custom command Martchus 2021-02-23 20:57:07 +0100
  • b7f27cb0a0 Use locks to prevent multiple actions accessing the same db files and chroot dirs Martchus 2021-02-22 23:44:06 +0100
  • bc993f1d78 Add locking system so build actions can acquire named locks Martchus 2021-02-20 23:25:31 +0100
  • 120fbf993b Fix param for ignoring dependencies Martchus 2021-02-20 12:25:08 +0100
  • 046f963f4b Improve error handling when parsing config, fix specifying IP address Martchus 2021-02-18 15:21:05 +0100
  • eb2b55c834 Disable sticky pagination on Firefox mobile as it does not work well Martchus 2021-02-18 15:19:59 +0100
  • 4efbbde335 Improve some JavaScript issues reported by eslint Martchus 2021-02-13 17:14:49 +0100
  • f040418bdd Avoid checking for failed dependencies when processing the last package of batch Martchus 2021-02-13 12:54:01 +0100
  • 97001740e2 Do enable staging in the current batch when processing the very first package Martchus 2021-02-13 12:52:54 +0100
  • b556c39cd7 Skip the current package when checking for failed dependencies Martchus 2021-02-13 12:30:13 +0100
  • 3fe15fb081 Add missing newline when logging failed makechrootpkg invocation Martchus 2021-02-13 12:28:42 +0100
  • 40d99e3bf0 Improve displaying results from update check with multiple source repos Martchus 2021-02-09 17:49:31 +0100
  • ab6b940d8e Acknowledge restoring config from cache file correctly Martchus 2021-02-09 14:59:40 +0100
  • 4ac9e729d0 Exclude current db from order computation when detecting unresolved packages Martchus 2021-02-09 11:59:23 +0100
  • 7a8601010e Fix dependency lookup in Database::replacePackages() Martchus 2021-02-08 23:52:01 +0100
  • 5127ca351f Allow ignoring certain dependencies/libraries when checking for problems Martchus 2021-02-08 23:19:52 +0100
  • 6a9589b4a1 Fix dependency matching if pkgrel contains a dot Martchus 2021-02-08 22:12:31 +0100
  • b06a1dfcd2 Allow considering the regular package when checking for updates Martchus 2021-01-31 19:56:40 +0100
  • 3894d911d7 Fix posting build action to start it later; add basic test for the route Martchus 2021-01-26 19:34:54 +0100
  • 0c8f0b04c2 Experiment with Boost.Beast to use version of async_accept accepting IO ctx Martchus 2021-01-26 19:32:42 +0100
  • 6b274ccc88 Improve log messages Martchus 2021-01-26 19:30:58 +0100
  • 17ab860c8b Don't log all build-action specific output to stderr as well Martchus 2021-01-25 19:10:53 +0100
  • cfdf980511 Avoid constructing extra string in ConductBuild::dumpBuildProgress() Martchus 2021-01-25 19:09:21 +0100
  • aa356944da Log process IDs of started sub processes Martchus 2021-01-25 19:02:51 +0100
  • b647fc79ab Fix parameter of "Keep pkgrel-epoch" option Martchus 2021-01-25 18:06:29 +0100
  • c1554f4c87 Initial import Martchus 2021-01-25 00:24:31 +0100