Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Releases: deislabs/hippo

v0.1.0

20 Sep 15:08
8546bb2
Compare
Choose a tag to compare

🚀 Features

  • Wagi dotnet scheduler

🐛 Fixes

  • [#160] fix the env form(s) to correctly show and hide things
  • [#195] make register account box wider
  • Improve layout of long app and env names

📦 Dependencies

  • Bump sass from 1.35.1 to 1.35.2 in /Hippo
  • Bump Swashbuckle.AspNetCore from 6.1.1 to 6.1.4 in /Hippo
  • Bump Microsoft.EntityFrameworkCore.Tools from 5.0.4 to 5.0.7 in /Hippo
  • Bump Microsoft.AspNetCore.Authentication.JwtBearer from 5.0.5 to 5.0.7 in /Hippo
  • Bump Npgsql.EntityFrameworkCore.PostgreSQL from 5.0.2 to 5.0.7 in /Hippo
  • Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 5.0.5 to 5.0.7 in /Hippo
  • Bump Microsoft.EntityFrameworkCore.InMemory from 5.0.5 to 5.0.7 in /Hippo
  • Bump sass from 1.35.1 to 1.36.0 in /Hippo
  • Bump sass from 1.36.0 to 1.37.0 in /Hippo
  • Bump bootstrap from 5.0.2 to 5.1.0 in /Hippo
  • Bump sass from 1.37.0 to 1.38.0 in /Hippo
  • Bump sass from 1.38.0 to 1.39.0 in /Hippo
  • Bump Swashbuckle.AspNetCore from 6.1.4 to 6.2.1 in /Hippo
  • Bump xterm from 4.13.0 to 4.14.1 in /Hippo
  • Bump sass from 1.39.0 to 1.41.1 in /Hippo

🏷️ Uncategorized

  • The great ASP.NET refactor
  • Output Traefik config as TOML
  • Automated build
  • Factoring out into repository interfaces
  • Do CI builds on Windows too
  • remove unused field from AppController
  • namespace fields with an underscore
  • Logging
  • Document the intended design and data model
  • test AccountController.Register
  • add fake admin terminal
  • WAGI local scheduler
  • fix(terminal): add missing xterm dependencies
  • fix(gulp): include missing webfonts
  • docs(development): remove bower from development docs
  • The one true data model
  • move development.md to developer's guide
  • Rulesy channels
  • Register revision
  • Register revision API
  • Adds macos build and debug/release configs
  • Background redeploy
  • Provide error logs instead of exception spew on missing config
  • remove NuGet.Versioning
  • add testing docs
  • Add App API
  • Add channel API
  • Treat warnings as errors
  • Adds Style enforcement and code analysis
  • Enable Swagger for APIs
  • remove --default-host flag
  • Hippo UI Styling
  • Add demo user
  • UI for editing and setting bindle name of an app
  • update the gulpfile to handle css compilation
  • UI for creating new channels
  • Prerelease channels
  • Adds additonal API Tests
  • remove BOM requirement from .editorconfig
  • Updated CA and style and fixes
  • Set up and edit channel configuration
  • Show channel and application status
  • Rename BINDLE_SERVER_URL to BINDLE_URL
  • Surface WAGI logs through .NET logger
  • Show revisions list in app details
  • Show which port/domain a channel is served on
  • Use an actual factual database for dev environments
  • Add dependabot
  • Initial YARP support.
  • Update dependabot
  • Support in-memory database
  • accept domain name on create channel request
  • Event history
  • Fix error creating channel if no revision match
  • update flag name
  • Fix crash on startup if any channel had no active revision
  • Channel centric UI
  • Accept prerelease rule syntax in Create Channel API
  • (#142) fix account menu appearing behind contents
  • (#149) fix unheathy env status appearance
  • Update YARP configuration via queue and host in separate WebHost
  • Delete channel
  • Play nicely with migrations tool
  • drop systemd as a job scheduler
  • Make migrations generate the right SQLite timestamp function
  • Await async call in "register user" test
  • Fix the register user screen so it works
  • Consolidate common API and UI functions
  • Automatically pick up Created and Modified in migrations
  • Basic collaboration support
  • rename binary as hippo-server
  • move docs to deislabs/hippo-docs
  • [ui] cleanup application revisions and history
  • Make sure that correct error is logged for missing wagi.exe
  • use AssemblyName instead of TargetName
  • Run dotnet format
  • Remove the DataSeeder
  • change OnDelete to Cascade
  • fix csproj for publish
  • run dotnet format
  • make appsettings.*.json optional
  • update domain to hippofactory.dev/hippofactory.io
  • begone, carriage return
  • Ignore formatting issues unless release build
  • disable CA1054
  • fix launch.json
  • listen on 0.0.0.0
  • switch to apache 2.0
  • Exposes proxy port in UI
  • Release pipeline
  • fix to make sure generated password is exported in container
  • Add .devcontainer
  • Update README
  • update to wagi-dotnet v0.8.0-preview