Changelog
Added
- 👷♂️ : add .travis.yml [59ba016]
- 👷♂️ : add sonarcloud integration [e42b1de]
- ➕ : add junit-jupiter-engine [4042104]
- ➕ : add bootstrap-vue dependency [c0e3d2e]
- ✨ : add modules mgmt [57027f2]
- ✨ : add state mgmt api [b947483]
- ✨ : add stack instanciations [f6fd8d5]
- ✨ : add stack mgmt [0e8a14d]
- ✨ : add default value for external_url [e38ce9b]
- ✨ : settings- add external url mgmt [57c40d8]
- ✨ : add envVars mgmt [72e2d63]
- ✨ : add stack state information [c09dff0]
- ✨ : save stack status on job completion [d8098f3]
- ✨ : save job after completion [0db25e5]
- ✨ : change stack state when modifying it [471ce87]
- ✨ : add job history [62591bd]
- ✨ : add preview jobs [9b2694b]
- ✨ : add stack information on index [c714098]
- ✨ : add docker runner configuration [c5295b7]
- ✨ : add output block on stack view [345df9c]
- ✨ : editable variables [07a938d]
- ✨ : add description to a stack [70d7ce9]
- ✨ : add stop job [c14ce7d]
- ✨ : display job history from the most recent to the least recent [eceef2e]
- ✨ : configure template engine for .vue files [2a2d419]
- ✨ : new stack [c444026]
- ✨ : add confirm message before stopping a stack [05e2fda]
- 🎉 : add empty README.md to init repository [a1adc4c]
- ✅ : use test containers [b9d3fb8]
- ✅ : add tests for envVars [b77c5e9]
- ✅ : fix auto-approve option testing [c3310e4]
Changed
- ⬆️ : updating to terraform 0.12.3 [76b5d5a]
- 🚸 : add update button [ff2977c]
- 💄 : add nice ui [9b18891]
- 💄 : make logs look like logs [277046c]
- 💄 : cleanup css styles [9f9147e]
- 💄 : remove backend and provider conf [c76ad77]
- 💄 : show vars and job history on one line [c610698]
- 💄 : correct topbar height [8141037]
- 💄 : add toast notifications [4b3b817]
- ♻️ : extract command builder [23db361]
- ♻️ : use vue for stack list [63efc78]
- ♻️ : create mustache template to manage terraform scripts [0784d3b]
- ♻️ : extract stack-vars vue component [6efd602]
- ♻️ : extract test data creation [5e2e310]
- ♻️ : stack-vars component updates stack state [355e5a0]
- 🔧 : expose all actuators endpoints [7dd0812]
- 🔧 : add custom property for mongo configuration [03d8c48]
Removed
- 🔥 : remove duplicate scripts import [678e712]
- 🔥 : clean-up stack screen [1f61458]
- 🔥 : remove test data [7b68cca]
Fixed
- 🐛 : correct logs for failed jobs [21250ea]
- 🐛 : use module git directory [51815b4]
- 🐛 : fix stack loading for terraform 0.12 [b13f4b5]
- 🐛 : fix states of stack in certain conditions [6a962fc]
- 🐛 : add default values for security config [2a4b4dd]
- 💚 : fixing gaia mongo uri in tests [10718cb]
Security
- 🔒 : add ldap authentication [72f54c3]
- 🔒 : add basic role security [e0fb634]
- 🔒 : add sample user account for tests [4c31f0f]