Commit Graph

30 Commits

Author SHA1 Message Date
iko
9440cb66a8
Added the build git commit sha to ping endpoint (#110)
* Added the build git commit sha to ping endpoint

* Fixed CI
2021-09-26 19:36:10 +03:00
iko
071d58d0d2
Removed separate tag field, added config check and unified control script arguments (#109)
* Introduced config check

* Remove tag from frontend and redid all of search

* Added migrations

* Fixed layout

* Fixed search ordering

* Refined markup

* Imporved text for empty overrides

* Refined text

* Unified control scripts

* Formatting

* Fixed octo CLI

* Fixed build
2021-09-26 17:54:20 +03:00
iko
68aaecc110
Implemented new override markup (#106)
* Added Frontend.UIKit

* Extracted some things into UIKit

* Override editing markup

* Added deployment page main override markup

* Made override size configurable

* Did override listing

* Deployment overrides are now first everywhere

* Really hacky keys search

* Button loading state

* Patched project home page
2021-09-21 14:41:53 +03:00
iko
f8bc81ce31
Check formatting on CI (#103)
* Check formatting on CI

* Formatted everything

* Use git diff

* Fixed formatting
2021-09-15 14:47:28 +03:00
iko
7303b130c1
Added caching of default overrides and keys (#99)
* Created Control.CacheMap

* Use record syntax

* Things seem to work

* Actually now use the defaults everywhere
2021-09-14 15:27:05 +03:00
iko
4ce72d3408
Added override keys and default overrides scripts (#88)
* Refactored CS args

* format

* WIP

* Call scripts from backend

* Refactored frontend

* Added defaults to frontend

* Delay request

* Added keys

* things somewhat work

* things update

* Loading state

* better loop breaking

* Added bad loading animation

* Overrides are now stable

* Default values are now properly restored

* added sleep

* Removed unused functions

* wip: cleaned up api

* Added Data.UniqMap

* Cleaned up actions

* Extracted working overrides

* Minor refactoring

* new items appear at the top

* Use the CSV parser

* Disabled default key text fields
2021-09-07 14:01:06 +03:00
iko
0336964bab
Refactored queries to not be strings (#68)
* Rel8ed backend

* Removed rel8 dependency from common

* Format frontend

* Made frontend compile

* Migrations

* Fixed Actions encoding

* Fixed timeout

* Fixed overrides

* Fixed deployment duration

* Fixed inserting deployment logs

* Removed postgresql-simple

* Fixed octo CLI
2021-08-26 18:14:29 +03:00
iko
61d53d3600
Reduced size of frontend js (#60)
* Reduced size of frontend js

* Pass externs to jscc

* Cleaned things up
2021-08-05 18:18:06 +03:00
iko
a610411aec
Place project name at the start of the page title (#59) 2021-08-04 21:47:58 +03:00
iko
24ff550a49
Fixed override issue on frontend (#55)
Co-authored-by: iko <iko@Daryas-MBP.lan>
2021-07-28 14:27:37 +03:00
iko
9309794079
Removed TLS Auth in favour of headers (#54)
* Removed TLS Auth in favour of headers

* chart changes to work with auth header instead of certs

* chart version bump up

* Warnings and formatting

* Removed extra deps

* Split module sources

* Removed extra TLS args

* Slimmed down docker images and added certs to octo cli

* Simplified docker images

* Increased swap

* Added entrypoint to env veriables in docker images

* refactor cli options + get rid of tls options

Co-authored-by: Aleksei Sizov <a.sizov@typeable.io>
Co-authored-by: iko
2021-07-28 14:27:37 +03:00
iko
af908ee97e Explicitly specify encoding (#50) 2021-07-28 14:26:31 +03:00
iko
cbcd09f114 Migrate to haskell.nix for everything (#46)
* Migrate to haskell.nix for everything

* Fixed build (?)

* Fixed build

* build frontend with ghcjs

* Updated Makefile

* Uglified js

* Made frontend actually work (:

* Increase swap

* Added checkout back in (:

* Updated VS Code settings

* formatted cabal.project

* cleaned up nix
2021-07-16 15:56:18 +03:00
iko
b2c89c8551 Made "Details" link open in a new tab (#35) 2021-07-16 15:56:18 +03:00
iko
26d9451b24 Made buttons not clickable when disabled (#33) 2021-07-16 15:56:18 +03:00
iko
ac83908e80 Refactored status changes and added deployment locking (#24)
* First stab at refactoring status transitions

* Removed 'archived' column from database

* Added deployment locking

* Added transition possibility assertion at the start of background tasks

* Added a notification control script (#27)

* Added notification script

* Updated docs

* Fixed link

* fixed link

* Fixed response error body rendering

* Resolved comments and fixed some bugs after rebasing

* added info script back in
2021-07-16 15:56:18 +03:00
iko
876d9c1392 Moved the disabled state inside the three dots menu (#30) 2021-07-16 15:56:18 +03:00
iko
6c6a4dce2c Added more detailed errors (#31)
* Added more failure statuses

* Added documentation
2021-07-16 15:56:18 +03:00
iko
4f343150f5 Added fuzzy search to Web UI (#19) 2021-01-25 18:40:35 +03:00
iko
fe69f08eec Added Kubernetes Dashboard button to Web UI (#14)
* Added logs url support to the frontend

* Added k8s dashboard URL to charts and deployment guide

* Added troubleshooting to FAQ

* Tweaked docs.

* Resolved comments

* Renamed button to Details
2021-01-25 18:40:35 +03:00
iko
fbf59b0aed Set search box width (#18) 2021-01-25 18:40:35 +03:00
iko
cd081ae4ae Changed loading status animation (#15) 2021-01-25 18:40:35 +03:00
iko
667b339a23 Refined sorting column headers in Web UI (#12)
* Removed Maybe

* It works

* Made sorting exclusive
2021-01-25 18:40:35 +03:00
iko
5fb641bf89 Added favicons (#13) 2021-01-25 18:40:35 +03:00
iko
fd870c1ae2 Added project name to page title (#11)
* Added project name to page title

* removed comment
2021-01-25 18:40:35 +03:00
iko
9bcfdcf065 Improved handling metadata links (#9)
* Added link titles

* Preserve metadata ordering

* Added dev run commands to Makefile

* Added explanation to the development guide

* Made caddy 2 the only config since we probably don't want to maintain two versions.

* Use `id` instead of `ord`

* Added ghcid version of Caddyfile

* Renamed staging to deployment
2021-01-25 18:40:35 +03:00
iko
ef65a9bbdc Fixed adding overrides issue (#8) 2021-01-25 18:40:35 +03:00
iko
47495459e3 Added haskell-language-server support in nix-shell (#4) 2021-01-25 18:40:35 +03:00
iko
3af33a79d9 Fixed buttons not being displayed properly in Safari (#5) 2021-01-25 18:40:35 +03:00
Denis Redozubov
4939206d33 Initial open source release 2020-12-09 18:31:07 +03:00