Commit graph

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