Recent Releases of ladis
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: https://github.com/McNamara84/ladis/compare/v0.1.0...v0.2.0
- PHP
Published by McNamara84 11 months ago
ladis - v0.1.0
π LADIS v0.1.0 - Initial Release
What's Changed
β¨ Features
- π Installation of basic Laravel Framework by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/1
- π CD Pipeline by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/3
- π Activate Login components of Laravel by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/6
- π¨ Adopt custom branding and styling by @nicolaibach in https://github.com/McNamara84/cleanup-laser-database/pull/38
- π Adding new site /inputform by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/54
- π Route and controller and view for advanced search by @mukkig in https://github.com/McNamara84/cleanup-laser-database/pull/57
- π Editing the view for advanced search by @Maria-Schendel in https://github.com/McNamara84/cleanup-laser-database/pull/71
- ποΈ Migration and model for venues locations and objects by @nicolaibach in https://github.com/McNamara84/cleanup-laser-database/pull/33
- ποΈ Migrations and models for process, partial_surface, configuration by @ArturNeufeld in https://github.com/McNamara84/cleanup-laser-database/pull/48
- π Relation between User als last editor and Device by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/44
- πΈ Models and Migration for images by @mayawu280 in https://github.com/McNamara84/cleanup-laser-database/pull/42
- π₯ Migration and Model for Person, Project, SampleSurface by @Maria-Schendel in https://github.com/McNamara84/cleanup-laser-database/pull/45
- π οΈ Migration and model for conditions and damage patterns by @mukkig in https://github.com/McNamara84/cleanup-laser-database/pull/47
- π§ Add safety_class to devices migration by @mukkig in https://github.com/McNamara84/cleanup-laser-database/pull/65
- π Added inputform to the navigation bar with authentification by @Maria-Schendel in https://github.com/McNamara84/cleanup-laser-database/pull/61
- π Added more input fields for the view inputform by @Maria-Schendel in https://github.com/McNamara84/cleanup-laser-database/pull/63
- π·οΈ Changed project name into 'LADIS' by @helinkisa in https://github.com/McNamara84/cleanup-laser-database/pull/67
- π Update condition models properties by @mayawu280 in https://github.com/McNamara84/cleanup-laser-database/pull/64
- π Models and migrations for image: hidden attributes and functions unlocked (see PR #42) by @mayawu280 in https://github.com/McNamara84/cleanup-laser-database/pull/60
π Fixes
- π¨ Installed Bootstrap 5.3 for using in Laravel 12 views by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/4
- ποΈ Remove Tailwind CSS configuration from Vite by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/5
- π Added DoD to PR template by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/10
- π Installation section in ReadMe incomplete by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/20
- π§ Workflow for generating coverage badge not working by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/51
- β‘ Migrations are not working by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/56
- π Resolve 404 error from broken link by @nicolaibach in https://github.com/McNamara84/cleanup-laser-database/pull/77
- π Silence Sass deprecation warnings by @nicolaibach in https://github.com/McNamara84/cleanup-laser-database/pull/40
π§ͺ Testing
- π Add unit test for Artifact and a code coverage badge by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/43
- π’ Add unit tests for Institution and Material by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/39
- ποΈ New unit test for City by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/52
- π οΈ Add unit tests for Condition by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/62
π Documentation
- π Improve ReadMe for Sprint 1 by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/9
- π€ Contributor introduction ArturNeufeld by @ArturNeufeld in https://github.com/McNamara84/cleanup-laser-database/pull/12
- π€ Introduction McNamara84 by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/11
- π€ Contributor introduction paulawidmann by @paulawidmann in https://github.com/McNamara84/cleanup-laser-database/pull/21
- π€ Contributor introduction ioncrescent by @ioncrescent in https://github.com/McNamara84/cleanup-laser-database/pull/15
- π€ Contributor introduction nicolaibach by @nicolaibach in https://github.com/McNamara84/cleanup-laser-database/pull/14
- π€ Contributor introduction helinkisa by @helinkisa in https://github.com/McNamara84/cleanup-laser-database/pull/22
- π€ New introduction mayawu280 by @mayawu280 in https://github.com/McNamara84/cleanup-laser-database/pull/41
- π€ Contributor introduction mukkig by @mukkig in https://github.com/McNamara84/cleanup-laser-database/pull/16
- βοΈ Format ArturNeufeld.md by @ArturNeufeld in https://github.com/McNamara84/cleanup-laser-database/pull/26
- π Additional instructions to ReadMe.md by @ArturNeufeld in https://github.com/McNamara84/cleanup-laser-database/pull/28
- πββοΈ Restructering and dev server quick start guide by @nicolaibach in https://github.com/McNamara84/cleanup-laser-database/pull/30
- π Added project description in ReadMe by @mayawu280 in https://github.com/McNamara84/cleanup-laser-database/pull/23
- πΈ Update README.md for images by @mayawu280 in https://github.com/McNamara84/cleanup-laser-database/pull/49
- π More metadata about the project and more badge gimmicks by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/59
- π Create privacy policy by @mayawu280 in https://github.com/McNamara84/cleanup-laser-database/pull/58
- π Migration and Model for table materials by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/17
- π Migration and Model for tables institutions, lenses and devices by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/19
- π Migration and Model for tables federal_states and cities by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/18
- π Update issue templates and separated into Feature Requests and Bugs by @McNamara84 in https://github.com/McNamara84/cleanup-laser-database/pull/8
π§Ή Chores
- π§Ή Repository cleanup by @nicolaibach in https://github.com/McNamara84/cleanup-laser-database/pull/25
- π Add .DS_Store to .gitignore by @nicolaibach in https://github.com/McNamara84/cleanup-laser-database/pull/34
- π Create localized EN PR template by @nicolaibach in https://github.com/McNamara84/cleanup-laser-database/pull/31
π₯ New Contributors
- @McNamara84 made their first contribution in https://github.com/McNamara84/cleanup-laser-database/pull/1
- @ArturNeufeld made their first contribution in https://github.com/McNamara84/cleanup-laser-database/pull/12
- @paulawidmann made their first contribution in https://github.com/McNamara84/cleanup-laser-database/pull/21
- @nicolaibach made their first contribution in https://github.com/McNamara84/cleanup-laser-database/pull/25
- @ioncrescent made their first contribution in https://github.com/McNamara84/cleanup-laser-database/pull/15
- @helinkisa made their first contribution in https://github.com/McNamara84/cleanup-laser-database/pull/22
- @mayawu280 made their first contribution in https://github.com/McNamara84/cleanup-laser-database/pull/41
- @mukkig made their first contribution in https://github.com/McNamara84/cleanup-laser-database/pull/16
- @Maria-Schendel made their first contribution in https://github.com/McNamara84/cleanup-laser-database/pull/45
Full Changelog: https://github.com/McNamara84/cleanup-laser-database/commits/v0.1.0
- PHP
Published by McNamara84 11 months ago