Commit Graph

  • 8799d65afc docs: Add an "under-the-hood" page explaining the build process Vincent Ambo 2019-08-04 23:42:57 +0100
  • a37f6f0d3d feat(build): Build Nixery book and embed it into Nixery image Vincent Ambo 2019-08-04 22:45:23 +0100
  • 0c93ca3a6d feat(build): Add mdBook 0.3.1 to build environment Vincent Ambo 2019-08-04 22:43:22 +0100
  • a03662af8e docs: Replace static page with mdBook site Vincent Ambo 2019-08-04 22:38:51 +0100
  • 6390bbee94 feat(build): Configure Cachix for build caching in CI Vincent Ambo 2019-08-04 01:30:24 +0100
  • 504546d594 feat(build): Support additional pre-launch commands in image Vincent Ambo 2019-08-04 00:48:52 +0100
  • 5a22294775 fix(nix): Support retrieving differently cased top-level attributes Vincent Ambo 2019-08-03 18:27:26 +0100
  • d578ca203f docs: Add GCS signing envvars to README Vincent Ambo 2019-08-03 01:25:21 +0100
  • 26020ffda8 feat(go): Support signed GCS URLs with static keys Vincent Ambo 2019-08-03 01:21:21 +0100
  • f2d272b835 fix(go): Registry API acknowledgement URI has a trailing slash Vincent Ambo 2019-08-03 01:18:14 +0100
  • 18ef0d56fd chore: Prevent accidental key leaks via gitignore Vincent Ambo 2019-08-03 01:11:05 +0100
  • 7ddf06e68b fix(static): Fix logo nitpick (smoothened λ edges) Vincent Ambo 2019-08-03 01:10:04 +0100
  • b8f900d19b style(static): Fix favicon background colour Vincent Ambo 2019-08-03 00:44:32 +0100
  • 5a6952c000 chore(go): Remove 'builder' metapackage Vincent Ambo 2019-08-03 00:38:32 +0100
  • cf455fcb08 docs: Update all nixery.appspot.com references to nixery.dev Vincent Ambo 2019-08-02 17:05:33 +0100
  • d5ab2e1d05 style(static): Update Nixery logo to a healthier version Vincent Ambo 2019-08-02 17:00:32 +0100
  • 11f4d79e8a fix(build): coreutils are still required by launch script Vincent Ambo 2019-08-02 01:28:55 +0100
  • c4479ab305 docs(static): Note that the demo instance is just a demo Vincent Ambo 2019-08-02 01:11:26 +0100
  • 5b95278f3f fix(nix): Calculate MD5 sum of config layer correctly Vincent Ambo 2019-08-02 01:02:40 +0100
  • 9d2cdb7100 feat(go): Return error responses in registry format Vincent Ambo 2019-08-02 00:45:22 +0100
  • 711c448da6 feat(go): Return errors with correct status codes to clients Vincent Ambo 2019-07-31 21:36:25 +0100
  • cf36e0087a fix(go): Return response code 500 if Nix builds fail Vincent Ambo 2019-07-31 21:25:36 +0100
  • 6fc2aa97c4 feat(nix): Return structured errors if packages are not found Vincent Ambo 2019-07-31 21:23:44 +0100
  • 66bf0c92ef docs(README): Revamp with updated information on package sources Vincent Ambo 2019-07-31 14:36:32 +0100
  • 00736abf20 feat(go): Add environment configuration for package set sources Vincent Ambo 2019-07-31 14:17:11 +0100
  • 271c947035 feat(nix): Support package set imports from different sources Vincent Ambo 2019-07-31 01:45:09 +0100
  • 12b99397d0 feat(build): Add dependencies for custom repo clones Vincent Ambo 2019-07-31 00:39:31 +0100
  • 8dc407cc74 fix(nix): Add empty image config to allow k8s usage Vincent Ambo 2019-07-30 23:55:28 +0100
  • 9a737c75bd docs(static): Update index page with post-launch information Vincent Ambo 2019-07-30 13:35:30 +0100
  • c6c7988aab docs(README): Add logo & build status Vincent Ambo 2019-07-30 13:25:04 +0100
  • 2319f3e8f1 feat(static): Add logo & favicon resources Vincent Ambo 2019-07-30 13:23:31 +0100
  • 6ab05232c5 refactor(main): Introduce more flexible request routing Vincent Ambo 2019-07-30 13:15:44 +0100
  • 149f2a57c4 feat(build): Add Travis configuration to build everything Vincent Ambo 2019-07-30 12:39:29 +0100
  • 41d837d9fd docs(CONTRIBUTING): Mention commit message format Vincent Ambo 2019-07-29 21:06:47 +0100
  • 5981f60c4d docs(README): Update roadmap information Vincent Ambo 2019-07-29 21:03:04 +0100
  • 345308eaaa docs(README): Remove known issues from README Vincent Ambo 2019-07-29 21:02:46 +0100
  • 9839eeff42 fix(build): Specify default command for Nixery's own image Vincent Ambo 2019-07-26 10:22:31 +0000
  • eccf8fdd33 feat(nix): Import nixpkgs from a configured Nix channel Vincent Ambo 2019-07-24 17:53:08 +0000
  • b72004a084 feat(build): Configure Nixery image builder to set up env correctly Vincent Ambo 2019-07-24 17:46:39 +0000
  • b18e193b14 chore: Remove AppEngine configuration file Vincent Ambo 2019-07-23 22:37:40 +0000
  • c62ab900da chore: Add gitignore to ignore Nix build results Vincent Ambo 2019-07-23 23:33:22 +0100
  • e2dfbfddd9 chore: Add license scaffolding & contribution guidelines Vincent Ambo 2019-07-23 23:32:56 +0100
  • ca9fd980d1 feat(build): Add wrapper script & container image setup Vincent Ambo 2019-07-23 23:22:18 +0100
  • 4b353638ec style(main): Reflow comments to 80 characters maximum Vincent Ambo 2019-07-23 22:56:18 +0100
  • ca8a742315 feat(main): Add additional envvars to configure Nixery Vincent Ambo 2019-07-23 22:48:16 +0100
  • db606a2952 feat(build): Introduce build configuration using Nix Vincent Ambo 2019-07-23 21:48:27 +0100
  • f81f1aeb00 chore: Import Nixery from experimental Vincent Ambo 2019-07-23 19:24:51 +0000
  • 4e93773cf7 chore: Initial commit Vincent Ambo 2019-07-23 19:24:07 +0000