Releases: McNamara84/ladis
Releases · McNamara84/ladis
v0.2.0
🎉 What’s Changed
🚀 Features
- 🚀 Use Git tag version in Laravel config – @nicolaibach (#115)
- 🚀 New LADIS logo 🖼️ – @ArturNeufeld (#119)
- 🚀 Add Person & Institution factories – @nicolaibach (#126)
- 🚀 Closed-user management 🔒 – @McNamara84 (#114)
- 🚀 New LADIS favicon – @ArturNeufeld (#125)
- 🚀 Damage-pattern factory – @mukkig (#138)
- 🚀 Seeders for Device, Institution & User – @mukkig (#66)
- 🚀 Friendly materials input form 😊 – @McNamara84 (#135)
- 🚀 Federal states for advanced search – @McNamara84 (#142)
- 🚀 MaterialFactory implementation – @nicolaibach (#136)
- 🚀 Simple device/institution search + result page 🔍 – @McNamara84 (#154)
- 🚀 Lens factory & tests – @mukkig (#161)
- 🚀 Project input form – @Maria-Schendel (#117)
- 🚀 Advanced search: device name + first filter – @McNamara84 (#163)
- 🚀
POSTroute &save()in InputController – @McNamara84 (#69) - 🚀 Institution input form – @mukkig (#166)
- 🚀 Navigation overhaul – @nicolaibach (#162)
- 🚀 Device table page – @McNamara84 (#177)
- 🚀 Institution table page – @McNamara84 (#182)
- 🚀 Base layout for content pages – @nicolaibach (#189)
- 🚀 About page – @nicolaibach (#190)
- 🚀 Artifact input form – @mayawu280 (#174)
- 🚀 Advanced search: year & cooling filters – @paulawidmann (#168)
- 🚀 Process input form – @helinkisa (#167)
- 🚀 Fun error pages with cats 😸 – @mayawu280 (#195)
- 🚀 Image upload 📸 – @mukkig (#196)
- 🚀 Dashboard updates – @nicolaibach (#197)
- 🚀 CSS & app-template cleanup 🎨 – @nicolaibach (#143)
🐛 Bugfixes
- 🐛 Person model table & relations – @nicolaibach (#76)
- 🐛 Model-relation checks – @ArturNeufeld (#79)
- 🐛 “venues” table missing
city_id(closes #111) – @nicolaibach (#112) - 🐛 Composer dev-server Git issue – @McNamara84 (#118)
- 🐛 Migration failing on test server – @McNamara84 (#141)
- 🐛 CD pipeline not working – @McNamara84 (#160)
- 🐛 Link new devices to institution & user – @McNamara84 (#173)
- 🐛 Route clean-up – @McNamara84 (#188)
- 🐛 Save new projects via input form – @Maria-Schendel (#179)
- 🐛 Main-menu links not working – @McNamara84 (#193)
📚 Documentation
- 📚 Update pull-request template – @McNamara84 (#109)
- 📚 Imprint page (“Impressum”) – @mayawu280 (#106)
- 📚 Add sitemap to
README.md– @paulawidmann (#155) - 📚 Add code license – @McNamara84 (#171)
- 📚 Explain LADIS acronym – @nicolaibach (#192)
🔧 Chore
- 🔧 CI workflow: validate
composer.json– @nicolaibach (#122) - 🔧 Upgrade Laravel & Composer dependencies – @McNamara84 (#121)
- 🔧 Unit tests for Configuration model – @McNamara84 (#107)
- 🔧 Unit test for welcome page – @McNamara84 (#110)
- 🔧 Person model & migration tests – @nicolaibach (#73)
- 🔧 Seeder tests (device, user, institution) – @mukkig (#170)
- 🔧 Update name in
package-lock.json– @nicolaibach (#186)
Full Changelog: v0.1.0...v0.2.0
v0.1.0
🎉 LADIS v0.1.0 - Initial Release
What's Changed
✨ Features
- 🚀 Installation of basic Laravel Framework by @McNamara84 in #1
- 🔄 CD Pipeline by @McNamara84 in #3
- 🔐 Activate Login components of Laravel by @McNamara84 in #6
- 🎨 Adopt custom branding and styling by @nicolaibach in #38
- 📝 Adding new site /inputform by @McNamara84 in #54
- 🔍 Route and controller and view for advanced search by @mukkig in #57
- 📊 Editing the view for advanced search by @Maria-Schendel in #71
- 🗂️ Migration and model for venues locations and objects by @nicolaibach in #33
- 🏗️ Migrations and models for process, partial_surface, configuration by @ArturNeufeld in #48
- 🔗 Relation between User als last editor and Device by @McNamara84 in #44
- 📸 Models and Migration for images by @mayawu280 in #42
- 👥 Migration and Model for Person, Project, SampleSurface by @Maria-Schendel in #45
- 🛠️ Migration and model for conditions and damage patterns by @mukkig in #47
- 🔧 Add safety_class to devices migration by @mukkig in #65
- 🔒 Added inputform to the navigation bar with authentification by @Maria-Schendel in #61
- 📋 Added more input fields for the view inputform by @Maria-Schendel in #63
- 🏷️ Changed project name into 'LADIS' by @helinkisa in #67
- 🔄 Update condition models properties by @mayawu280 in #64
- 🔓 Models and migrations for image: hidden attributes and functions unlocked (see PR #42) by @mayawu280 in #60
🐛 Fixes
- 🎨 Installed Bootstrap 5.3 for using in Laravel 12 views by @McNamara84 in #4
- 🗑️ Remove Tailwind CSS configuration from Vite by @McNamara84 in #5
- 📋 Added DoD to PR template by @McNamara84 in #10
- 📖 Installation section in ReadMe incomplete by @McNamara84 in #20
- 🔧 Workflow for generating coverage badge not working by @McNamara84 in #51
- ⚡ Migrations are not working by @McNamara84 in #56
- 🔗 Resolve 404 error from broken link by @nicolaibach in #77
- 🔇 Silence Sass deprecation warnings by @nicolaibach in #40
🧪 Testing
- 📊 Add unit test for Artifact and a code coverage badge by @McNamara84 in #43
- 🏢 Add unit tests for Institution and Material by @McNamara84 in #39
- 🏙️ New unit test for City by @McNamara84 in #52
- 🛠️ Add unit tests for Condition by @McNamara84 in #62
📚 Documentation
- 📖 Improve ReadMe for Sprint 1 by @McNamara84 in #9
- 👤 Contributor introduction ArturNeufeld by @ArturNeufeld in #12
- 👤 Introduction McNamara84 by @McNamara84 in #11
- 👤 Contributor introduction paulawidmann by @paulawidmann in #21
- 👤 Contributor introduction ioncrescent by @ioncrescent in #15
- 👤 Contributor introduction nicolaibach by @nicolaibach in #14
- 👤 Contributor introduction helinkisa by @helinkisa in #22
- 👤 New introduction mayawu280 by @mayawu280 in #41
- 👤 Contributor introduction mukkig by @mukkig in #16
- ✏️ Format ArturNeufeld.md by @ArturNeufeld in #26
- 📝 Additional instructions to ReadMe.md by @ArturNeufeld in #28
- 🏃♂️ Restructering and dev server quick start guide by @nicolaibach in #30
- 📋 Added project description in ReadMe by @mayawu280 in #23
- 📸 Update README.md for images by @mayawu280 in #49
- 📊 More metadata about the project and more badge gimmicks by @McNamara84 in #59
- 🔒 Create privacy policy by @mayawu280 in #58
- 🎓 Migration and Model for table materials by @McNamara84 in #17
- 🎓 Migration and Model for tables institutions, lenses and devices by @McNamara84 in #19
- 🎓 Migration and Model for tables federal_states and cities by @McNamara84 in #18
- 📋 Update issue templates and separated into Feature Requests and Bugs by @McNamara84 in #8
🧹 Chores
- 🧹 Repository cleanup by @nicolaibach in #25
- 📁 Add .DS_Store to .gitignore by @nicolaibach in #34
- 🌍 Create localized EN PR template by @nicolaibach in #31
👥 New Contributors
- @McNamara84 made their first contribution in #1
- @ArturNeufeld made their first contribution in #12
- @paulawidmann made their first contribution in #21
- @nicolaibach made their first contribution in #25
- @ioncrescent made their first contribution in #15
- @helinkisa made their first contribution in #22
- @mayawu280 made their first contribution in #41
- @mukkig made their first contribution in #16
- @Maria-Schendel made their first contribution in #45
Full Changelog: https://github.com/McNamara84/cleanup-laser-database/commits/v0.1.0