Commit Graph

  • 948b3cf073 Jobset: add HTTP API test Cole Helbling 2021-04-28 09:25:26 -07:00
  • 725c9c2f81 login: redirect to the current-user page Graham Christensen 2021-04-27 21:34:22 -04:00
  • d589db2ed9 login: missing parameters are 400s Graham Christensen 2021-04-27 21:10:15 -04:00
  • 8d6a5aac84 Merge pull request #939 from regnat/include-localhost-features Eelco Dolstra 2021-04-28 12:25:21 +02:00
  • 0d3977866e Run the tests with a remote dest store regnat 2021-04-28 12:11:55 +02:00
  • abff212d06 Use system-features from the Nix conf in the default machine file regnat 2021-04-28 11:43:04 +02:00
  • d58b3274f9 test: Don't generate a Nix conf in the makefile regnat 2021-04-28 11:41:37 +02:00
  • 42ef3b7b72 hydra-api: update Project and Jobset examples with the new schema Cole Helbling 2021-04-27 23:06:45 -07:00
  • bcd3bbb680 hydra-api: implement DELETE /jobset/{project-id}/{jobset-id} Cole Helbling 2021-04-27 16:12:52 -07:00
  • 72fec31dbb hydra-api: flesh out JobsetInput schema Cole Helbling 2021-04-27 16:06:49 -07:00
  • 2600810551 hydra-api: flesh out Jobset schema Cole Helbling 2021-04-27 15:51:17 -07:00
  • 0c8d016a38 Merge pull request #935 from DeterminateSystems/delete-project Graham Christensen 2021-04-27 11:15:15 -04:00
  • ddccf6a60e hydra-api: implement DELETE /project/{id} Cole Helbling 2021-04-26 19:35:02 -07:00
  • ada497db4f Merge pull request #934 from DeterminateSystems/missing-name Graham Christensen 2021-04-26 22:02:14 -04:00
  • 9128802727 hydra-api: add missing name property Cole Helbling 2021-04-26 18:55:10 -07:00
  • fa5811eabf Merge pull request #933 from cole-h/boolean-json Graham Christensen 2021-04-26 19:44:59 -04:00
  • 50fab154a4 ToJSON: serialize string_columns to JSON Cole Helbling 2021-04-26 16:37:25 -07:00
  • f0ede5f8b8 t: Test Projects JSON serialization and deserialization Graham Christensen 2021-04-26 16:29:04 -07:00
  • f2b9649bf2 Projects: serialize enabled and hidden as boolean Graham Christensen 2021-04-26 16:01:50 -07:00
  • 4aea02e1e1 ToJSON: serialize boolean_columns to JSON boolean Graham Christensen 2021-04-26 16:00:57 -07:00
  • 683b8c41c1 Merge pull request #932 from cole-h/project Graham Christensen 2021-04-26 18:57:02 -04:00
  • 8e3b3c95f8 Merge pull request #931 from cole-h/put-project Graham Christensen 2021-04-26 18:48:29 -04:00
  • c757867b9e Add homepage to Projects schema Cole Helbling 2021-04-26 15:44:20 -07:00
  • 221cc0663d hydra-api: hidden -> visible Cole Helbling 2021-04-26 15:28:20 -07:00
  • 2dfcd411da Merge pull request #928 from cole-h/put-project Graham Christensen 2021-04-26 15:06:05 -04:00
  • 36da978489 hydra-api: add missing properties to PUT /project/{id} Cole Helbling 2021-04-26 11:49:40 -07:00
  • 453b8479be Merge pull request #927 from cole-h/nonexistent-user-400 Graham Christensen 2021-04-26 14:40:15 -04:00
  • 47e19ba22c Return HTTP 400 when creating Project with nonexistent user Cole Helbling 2021-04-26 11:28:42 -07:00
  • bc292db45b Merge pull request #923 from Ma27/mail-auth Graham Christensen 2021-04-26 13:11:21 -04:00
  • 963085a04a Add AuthenSASL to perl deps; improve email docs Maximilian Bosch 2021-04-24 22:41:04 +02:00
  • 18c02afe77 Merge pull request #921 from Ma27/email-notification-create-jobset Graham Christensen 2021-04-26 11:22:17 -04:00
  • 523d6df5b8 Fix GitHub status update for private flakes. Drew Hess 2021-04-26 01:38:24 +01:00
  • 21ed005c84 Make it possible to enable email notifications when creating a jobset Maximilian Bosch 2021-04-24 19:47:20 +02:00
  • 85e299d3d7 flake.lock: Update Eelco Dolstra 2021-04-22 10:44:21 +02:00
  • a53f6657ee Remove gc-check-reachability setting Eelco Dolstra 2021-04-20 13:35:39 +02:00
  • 1bb1ba6928 Merge pull request #916 from grahamc/argon2-nested Graham Christensen 2021-04-17 08:46:52 -04:00
  • 05636de7d2 hydra-init: upgrade passwords to Argon2 on startup Graham Christensen 2021-04-16 12:09:30 -04:00
  • 79b0ddc27d hydra-create-user: re-hash sha1 as Argon2 Graham Christensen 2021-04-16 11:28:00 -04:00
  • d10d8964f2 Users: add a validation step which lets the user's password be a Argon2 hashed sha1 hash. Graham Christensen 2021-04-16 09:58:46 -04:00
  • fa924ea697 Merge pull request #915 from grahamc/hydra-auth Eelco Dolstra 2021-04-15 17:40:32 +02:00
  • 9225be0897 Drop remaining sha1_hex references Graham Christensen 2021-04-15 11:15:01 -04:00
  • 1d956be61e hydra-create-user: support Argon2 Graham Christensen 2021-04-15 11:14:47 -04:00
  • beb5be4302 Users: password changes via the web UI now use Argon2 Graham Christensen 2021-04-15 10:56:12 -04:00
  • 1da70030b7 Users: transparently upgrade passwords to Argon2 Graham Christensen 2021-04-15 10:55:40 -04:00
  • 29620df85e Passwords: check in constant time Graham Christensen 2021-04-15 10:40:55 -04:00
  • d4d8f1ba1b Plugin::Authentication config: modernize Graham Christensen 2021-04-15 10:31:41 -04:00
  • 0bee194ce9 Merge pull request #914 from Ma27/fix-remote-builds Eelco Dolstra 2021-04-15 17:05:54 +02:00
  • 2808227eb7 Fix std::bad_alloc errors for remote builds Maximilian Bosch 2021-04-15 14:50:04 +02:00
  • b9bcedbfdb Merge pull request #596 from kquick/local_inp_url Graham Christensen 2021-04-14 20:01:58 +00:00
  • d2512e327c Merge pull request #912 from grahamc/test-notifications Graham Christensen 2021-04-14 18:35:44 +00:00
  • cf4434bc9f queue runner: test notifications Graham Christensen 2021-04-14 14:11:37 -04:00
  • e45f852277 tests: allow specifying some nix config Graham Christensen 2021-04-14 14:10:43 -04:00
  • c7ac123dc5 Setup.pm: specify NIX_ env vars for running yath Graham Christensen 2021-04-14 10:18:22 -04:00
  • 74d34c0f80 t/Setup.pm: sort NIX_ env vars Graham Christensen 2021-04-14 10:17:21 -04:00
  • 8aa59dcc1b Drop references to NIX_MANFIESTS_DIR and NIX_BUILD_HOOK Graham Christensen 2021-04-14 10:16:19 -04:00
  • ffc4be6743 Merge pull request #910 from grahamc/ui-fixups Graham Christensen 2021-04-12 17:42:01 +00:00
  • afd064d19d Merge pull request #867 from ck3d/fix-proxy-login Graham Christensen 2021-04-12 17:36:55 +00:00
  • 82953389e4 Make new jobsets enabled by default in the UI Graham Christensen 2021-04-12 11:41:39 -04:00
  • 0fe4cba5b7 edit-jobset: make the "add a new input" button span the whole way Graham Christensen 2021-04-12 11:41:20 -04:00
  • f9e30d2550 Merge pull request #905 from grahamc/danger-user Graham Christensen 2021-04-09 14:20:47 +00:00
  • e674fb6139 edit user: make the role changer checkboxes Graham Christensen 2021-04-01 03:12:47 +00:00
  • 258b39f1e5 Merge pull request #677 from twhitehead/javascripts-update Graham Christensen 2021-04-09 14:05:47 +00:00
  • 20c1efeb5b Merge pull request #904 from Ma27/gitea-integration Eelco Dolstra 2021-04-08 17:57:38 +02:00
  • 4338d904f0 Merge pull request #907 from NixOS/dependabot/github_actions/cachix/install-nix-action-v13 Eelco Dolstra 2021-04-08 17:56:24 +02:00
  • 2020ea1335 Merge pull request #909 from regnat/nix-master Eelco Dolstra 2021-04-08 17:56:09 +02:00
  • e51a6a4bca Cards are now required to decorate pre blocks Tyson Whitehead 2021-04-07 15:15:34 -04:00
  • 7d3bd08c9b Fix tab link spacing issue by dropping old sticky navbar css hack Tyson Whitehead 2021-04-07 14:38:48 -04:00
  • def05105bb Add top spacing to tab contents Samuel Dionne-Riel 2021-03-31 21:10:18 -04:00
  • d85b846357 Fix spacing with search inputs Samuel Dionne-Riel 2021-03-31 21:06:55 -04:00
  • 20e3c51ba9 Style unstyled alerts Samuel Dionne-Riel 2021-03-31 20:03:44 -04:00
  • db2c9fe96a layout.tt: make the header constrained to the center Graham Christensen 2021-04-01 02:00:36 +00:00
  • 9c903e9991 renderEvals: fixup colspan on Jobs and More Graham Christensen 2021-04-01 01:59:49 +00:00
  • c8dd5b57c4 src/root/Makefile: fixup extraction of the fontawesome and bootstrap archives Graham Christensen 2021-04-01 01:57:29 +00:00
  • abe082c1d6 Couple of upstream/bootstrap items missed in rebase Tyson Whitehead 2021-04-08 11:13:09 -04:00
  • b5e18ce62c Fix the empty popovers Tyson Whitehead 2021-04-08 11:12:22 -04:00
  • 2902684c61 Update jobset comparison button Tyson Whitehead 2021-04-08 11:11:06 -04:00
  • 3f77bd240f Bring deep-embedding (tab anchors) javascript up-to-date Tyson Whitehead 2021-04-08 11:04:37 -04:00
  • b6f5b6eb38 Labels are now badges Tyson Whitehead 2021-04-08 11:00:48 -04:00
  • 70df5e6312 Update button styles as btn-mini is no more Tyson Whitehead 2021-04-08 10:58:02 -04:00
  • 1e34cd3d3d fixups to the rebase Graham Christensen 2021-03-18 16:08:50 -04:00
  • 26ffd4a93e Fix build with latest master regnat 2021-04-08 14:12:26 +02:00
  • 225634349e Merge pull request #908 from grahamc/manual-hacking Graham Christensen 2021-04-05 18:01:51 +00:00
  • 5f91353824 doc/manual/src/installation.md: give a conf syntax type Graham Christensen 2021-04-05 16:42:15 +00:00
  • c69912b287 start-manual.sh: Drop explicit pwd's Graham Christensen 2021-04-05 16:09:52 +00:00
  • c442f1aa14 Procfile: sort alphabetically Graham Christensen 2021-04-05 16:08:59 +00:00
  • 7bb9850656 doc: hacking: fixup nix-shell dependency comment Graham Christensen 2021-04-05 16:08:06 +00:00
  • 9788c52eff doc: hacking: remove duplicate 'by default' Graham Christensen 2021-04-05 16:07:30 +00:00
  • b03fa96186 doc: hacking: Quote perl5lib Graham Christensen 2021-04-05 16:07:19 +00:00
  • 2e47970a97 doc: switch shell session code blocks to console type. Graham Christensen 2021-04-05 16:07:00 +00:00
  • 16902f3866 start-hydra: create a db for the current username Graham Christensen 2021-04-05 15:47:25 +00:00
  • 0ddf3d43f2 manual: document working on docs Graham Christensen 2021-04-05 15:39:49 +00:00
  • d764eabfcc docs: mention foreman under hacking Graham Christensen 2021-04-05 15:30:41 +00:00
  • 67d909322a build(deps): bump cachix/install-nix-action from v12 to v13 dependabot[bot] 2021-04-05 05:21:35 +00:00
  • 3bc5252c80 Get rid of now obsolte LD_PRELOAD hack Maximilian Bosch 2021-04-03 09:56:15 +02:00
  • 2beb1f5405 Replace TestHTTPMockServer with python script Maximilian Bosch 2021-04-03 01:07:07 +02:00
  • d16bf5b8cd Implement yath-test for the new Gitea plugin Maximilian Bosch 2021-04-02 19:11:25 +02:00
  • 0693cc713e Merge pull request #899 from grahamc/horses Graham Christensen 2021-03-31 16:54:24 +00:00
  • cc9c91fe12 jobsets: put hidden and enabled jobsets at the end Graham Christensen 2021-03-25 18:16:17 -04:00
  • a46f655c56 root project listing: show hidden projects at the end Graham Christensen 2021-03-25 18:14:01 -04:00
  • f9f5ab2fb1 Make gitea public URL configurable Maximilian Bosch 2021-03-30 23:01:36 +02:00