|
| 1 | +## [unreleased] |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- Add multi tenant support and organizations |
| 6 | +## [0.2.0] - 2025-11-29 |
| 7 | + |
| 8 | +### ⚙️ Miscellaneous Tasks |
| 9 | + |
| 10 | +- Update changelog |
1 | 11 | ## [0.1.1] - 2025-11-29 |
2 | 12 |
|
3 | 13 | ### 🚀 Features |
|
45 | 55 |
|
46 | 56 | ### 💼 Other |
47 | 57 |
|
| 58 | +- Initial commit |
| 59 | +- Create README.md |
| 60 | + |
| 61 | +create readme |
| 62 | +- Update docker-compose.yml |
| 63 | +- Merge pull request #10 from jdssl/chore/development-setup |
| 64 | + |
| 65 | +chore/development setup |
| 66 | +- Pull from upstream |
| 67 | +- Add new route to tracing |
| 68 | +- Updates: |
| 69 | +Add hurl tests for user creation |
| 70 | +Expose and endpoints |
| 71 | +add user creation route to tracing log |
| 72 | +add first_login option to CreateUserRequest dto |
| 73 | +- Remvoe unnecessary comment |
| 74 | +- Merge pull request #16 from AdeThorMiwa/feat/user-reg-with-groups |
| 75 | + |
| 76 | +Feat: User Registration with Groups |
| 77 | +- Merge pull request #24 from Yummy-Yums/dev-setup |
| 78 | + |
| 79 | +docs: fixed dev setup with sqlx and docker compose |
| 80 | +- Merge pull request #25 from Yummy-Yums/redundant-routes-fix |
| 81 | + |
| 82 | +Redundant routes fix |
| 83 | +- Merge pull request #27 from Yummy-Yums/remove-nav-links-after-login |
| 84 | + |
| 85 | +Remove Register and Login Links after User login |
| 86 | +- Merge pull request #26 from Yummy-Yums/db-url-provision |
| 87 | + |
| 88 | +SQLX Migration requires Database_URL environment var |
| 89 | +- Update README.md |
| 90 | +- Merge pull request #28 from JovitaPaul/main |
| 91 | + |
| 92 | +Update README.md Quickstarter Setup |
| 93 | +- Update README.md |
| 94 | + |
| 95 | +Fix close quickstart tag |
| 96 | +- Merge pull request #30 from Yummy-Yums/proper-redirect-to-dashboard |
| 97 | + |
| 98 | +fix: redirect to dashboard properly |
| 99 | +- Merge pull request #31 from Yummy-Yums/main |
| 100 | + |
| 101 | +fix: adding default run |
48 | 102 | - Add github actions |
| 103 | +- Merge branch 'main' of https://github.com/jonatasoli/keyrunes into cli-tool-for-password-recovery |
| 104 | + |
| 105 | + Changes to be committed: |
| 106 | + modified: Cargo.lock |
| 107 | + modified: Cargo.toml |
| 108 | + modified: src/api/auth.rs |
| 109 | + deleted: src/errors.rs |
| 110 | + modified: src/handler/auth.rs |
| 111 | + new file: src/handler/errors.rs |
| 112 | + new file: src/handler/logging.rs |
| 113 | + modified: src/handler/mod.rs |
| 114 | + modified: src/lib.rs |
| 115 | + modified: src/main.rs |
| 116 | + modified: src/views/auth.rs |
| 117 | + new file: templates/errors/400.html |
| 118 | + new file: templates/errors/403.html |
| 119 | + new file: templates/errors/404.html |
| 120 | + new file: templates/errors/500.html |
| 121 | + new file: templates/errors/503.html |
| 122 | + new file: tests/all_errors_code.rs |
| 123 | + new file: tests/test_404_error.rs |
| 124 | +- Resolved CI errors |
| 125 | +- Merge pull request #32 from Yummy-Yums/cli-tool-for-password-recovery |
| 126 | + |
| 127 | +feature: cli tool for password recovery |
| 128 | +- Merge pull request #33 from Yummy-Yums/main |
| 129 | + |
| 130 | +refactor: Add tests for settings functionality |
49 | 131 | - Fix clippy errors |
50 | 132 |
|
51 | 133 | ### 🚜 Refactor |
|
0 commit comments