v0.9.9-early
loqimean
released this
10 May 22:09
·
1764 commits
to master
since this release
What's Changed
- Create LICENSE by @Ivaniuk in #1
- ZER-2 Diaper Calculator: Setup environment by @IvanShvets42 in #2
- Add migration createFields by @ochupa in #3
- ZER-10 Create product_types table by @haliapats in #5
- ZER-9 Create products table by @Har4enkoO in #6
- ZER-18 Test environment setup by @ochupa in #7
- ZER-11 Add migration createCalculators by @PavloMS in #4
- ZER-9 added uuid cheking to products table by @Har4enkoO in #8
- ZER-18 add configs to rails_helper.rb by @IvanShvets42 in #12
- ZER-27 Add migrations to change uuid default to gen_random_uuid() by @ochupa in #13
- ZER-15 Create Calculator model by @VictoriaBryz in #11
- ZER - 26.1 Setup Rubocop pre-commit hook by @aboriiisova in #16
- ZER-13 Create ProductType model by @aboriiisova in #15
- ZER-14 Create Product model by @IvanShvets42 in #17
- ZER-16 Create Field model by @ochupa in #9
- ZER 16.1 Create Field model [improved] by @ochupa in #20
- ZER-22 Create Select model by @Har4enkoO in #19
- ZER-21 Create NamedValue model by @PavloMS in #14
- ZER-25 Create Calculation model by @VictoriaBryz in #21
- ZER-23 Create Range_field model by @haliapats in #22
- ZER-24 Create Value model by @aboriiisova in #23
- ZER-27 Update README with relevant information by @aboriiisova in #24
- ZER-31 Localize Field model by @ochupa in #25
- ZER-33 Localize NameValue model by @ochupa in #26
- ZER-32 Localize Calculator model by @VictoriaBryz in #30
- ZER-37 Localize Calculation model by @VictoriaBryz in #31
- ZER-3 Calculator: create a main page (FE) by @Har4enkoO in #18
- ZER-30 Localize ProductType model by @aboriiisova in #27
- ZER-36 Localize RangeField model by @haliapats in #29
- ZER-29 Localize Product model by @aboriiisova in #28
- ZER-39 Setup Capybara by @ochupa in #33
- ZER-35 Localize Value model by @PavloMS in #35
- ZER-34 Localize Select model by @Har4enkoO in #34
- ZER-35 Localize Value model by @Har4enkoO in #36
- ZER 38 Investigate and fix Rubocop verification issue by @Har4enkoO in #39
- ZER-41 Create Staging and Uat environments by @ochupa in #40
- ZER-17 Implement simple formula field evaluating by @PavloMS in #43
- ZER-20 Create POST /api/v1/calculators/PERMALINK/compute API endpoint by @IvanShvets42 in #42
- ZER-40 Add 'slug' field to 'calculators' table by @VictoriaBryz in #37
- ZER-47 Backfill product_types table by @ochupa in #45
- ZER-43 Install and configure Devise by @aboriiisova in #44
- ZER-42 Add enum setting for Field model by @VictoriaBryz in #46
- ZER-28 Localize main page by @haliapats in #41
- ZER-48 Backfill products table by @VictoriaBryz in #48
- ZER-17 Implement simple formula field evaluating by @PavloMS in #47
- ZER-53 Create a login page by @VictoriaBryz in #50
- ZER-51 Create 'SINCE' external function by @ochupa in #49
- ZER-56 Session expiration functionality by @VictoriaBryz in #55
- ZER-55 Password reset functionality by @IvanShvets42 in #54
- ZER-57 Create a registration form by @PavloMS in #56
- ZER-44 Create 'IN' external function by @aboriiisova in #52
- ZER-19 Create CalculatorResolver by @ochupa in #51
- ZER-6 Create calclator value entry page by @haliapats in #53
- ZER-61 Sign Out link is not working by @IvanShvets42 in #57
- ZER-53.1 Create tests for login page by @VictoriaBryz in #58
- ZER-62 Create database.yml.docker by @IvanShvets42 in #60
- ZER-60 Create Users page for admins by @ochupa in #59
- ZER-54 Add validation and authorization to a login page by @aboriiisova in #63
- ZER-63 Move IN function usage from RangeField to Calculation by @ochupa in #61
- ZER-64 Extend CalculatorResolver to get nested dependencies by @ochupa in #64
- ZER-49 Return results of calculation in compute API by @ochupa in #65
- ZER-65 Fix precompile rake error by @ochupa in #66
- ZER-66 Move User Sessions controller under Users namespace by @IvanShvets42 in #67
- ZER-68 Create a migration to create diapers calculator by @IvanShvets42 in #68
- ZER-50 Add Capybara test for Sign Out by @IvanShvets42 in #69
- ZER-59 Add login page for Admin user by @haliapats in #62
- ZER-58 Add validation and error messaging to the registration page by @aboriiisova in #71
- ZER-46 Add Capybara test for Sign Up page by @andriibureviy in #78
- Zer-70 Replacing all non-active record classes by @olenochka123 in #79
- ZER-52 - Add Capybara test for Password Reset page by @halyna-m in #74
- ZER-67 Rename AdminsController by @Nazarii-Makohin in #75
- ZER-69 Background images are not displayed by @nkdevcoyg in #80
- ZER-73 by @halyna-m in #82
- background_changed by @nkdevcoyg in #83
- Zer 53.1 - Edited legacy code: visit login Capybara test by @halyna-m in #81
- Move Api::V1::Calculators Controller under V2 by @andriibureviy in #85
- ZER-76 - Add view user page on Admin side by @halyna-m in #86
- ZER-79 - Added Create Calculator page on admin side by @halyna-m in #89
- Add deployment by @vpuchak in #91
- Zer-78 Add an export button above user list on Admin side by @andriibureviy in #92
- ZER-84 - Added Google sign in by @halyna-m in #95
- Try to fix credentials by @maksymst in #96
- Fix ZER-84 - Modified all credentials by @halyna-m in #97
- Zer-80 by @olenochka123 in #100
- add 2 files Function Dipers_per_month.rb, and Spec to common function… by @xSSinnerx in #87
- Zer 71 by @MaksymBrehin in #90
- Make sure compute endpoint returns calculated values by @maksymst in #105
- Zer 74 by @Leeroy6821 in #99
- Change root page on calculators by @anko20094 in #106
- ZER-93 Use slim as default HTML builder by @haliapats in #111
- Remove GitHub Action by @olegsobchuk in #112
- Zer 75 2 by @AnastasiiaBilynska in #110
- ZER 87 - Repair admin calculators index page by @aleksasha-o in #107
- Fix App seattings by @olegsobchuk in #115
- Fix CI tests by @olegsobchuk in #117
- Zer 75 2 by @AnastasiiaBilynska in #118
- Fix Webpack server by @olegsobchuk in #121
- ZER-94 - Added a button to block users from /admins/users by @anko20094 in #114
- Add Redis to Docker composer by @olegsobchuk in #123
- ZER-82 - Page for admin password change by @JuliaKovtun in #113
- ZER 97 - Ran all CSS through Webpacker by @AnastasiiaBilynska in #128
- Zer 85 Move report generation to worker by @AnastasiiaBilynska in #119
- ZER-95 Calculator controllers use slug as param (V2) by @aleksasha-o in #127
- Implement calculator create/update/destroy action by @aleksasha-o in #132
- ZER-100 - Use Simple form instead of standart form builder on user edit page by @AnastasiiaBilynska in #131
- ZER-96/Add footer on admin side by @anko20094 in #124
- corrected losted changes by @AnastasiiaBilynska in #133
- Set up for Heroku deployment by @olegsobchuk in #135
- Refactoring using SimpleForm on log in page by @anko20094 in #136
- (WIP) Zer 89/Sign up errors by @DanyloShyshla in #116
- ZER-102 by @AnastasiiaBilynska in #137
- ZER-101 - Simple form on admin edit page by @JuliaKovtun in #134
- Create nested fields for calculator form by @aleksasha-o in #140
- (WIP) ZER-99 Changed sign up form to simple_form by @DanyloShyshla in #141
- SimpleForm for calculator edit page by @aleksasha-o in #142
- (WIP) ZER-77/Add ability to upload an avatar on Admin user edit page by @anko20094 in #139
- ZER-107/Add css for root footer by @anko20094 in #143
- ZER-105/Add user edit profile by @JuliaKovtun in #144
- ZER-104 - Add ability to send real messages from Heroku by @AnastasiiaBilynska in #138
- Zer 90/auth for admin side by @Pazykiv in #122
- ZER-109/Use appropriate footer for user side by @JuliaKovtun in #146
- Remodeling nested fields by @aleksasha-o in #149
- ZER-106/Added service to select preferable calculator by @DanyloShyshla in #148
- ZER-108 - Fixed issues with edit accounts by @AnastasiiaBilynska in #145
- Fix selector for nested fields by @aleksasha-o in #153
- ZER-86 - Add user history on admin page by @AnastasiiaBilynska in #150
- ZER-90/auth_for_admin_side by @Pazykiv in #147
- Zer 111/about us as separate page by @Pazykiv in #156
- ZER-112 - On Admin side Calculator page add filter by @JuliaKovtun in #151
- ZER-110/Contact us from by @anko20094 in #157
- ZER-113/Amend flash messages behavior by @DanyloShyshla in #155
- Zer 86 fixes by @AnastasiiaBilynska in #158
- ZER-113/Fixed flash messages on sign in page bug by @DanyloShyshla in #160
- Zer 114 by @Roksoliana in #162
- Zer 81 by @dimalsv in #164
- Zer 114 by @Roksoliana in #165
- ZER-118 by @BeforeBlackout in #166
- ZER-117 by @graveetone in #168
- Test fixed, replaced deprecated tag in slim by @graveetone in #173
- ZER-116/configure circleci by @mtrynoha in #174
- Zer 119 by @BeforeBlackout in #175
- Zer 121 by @olehkovalchuk in #179
- Zer 122 by @dimalsv in #172
- Zer 121 by @olehkovalchuk in #181
- 124 by @Roksoliana in #177
- ZER-123 by @BeforeBlackout in #180
- ZER-120 by @mtrynoha in #170
- ZER-130 by @BeforeBlackout in #184
- Zer 125 by @graveetone in #186
- sending contact_us message by @olehkovalchuk in #185
- Zer 7 by @Roksoliana in #187
- ZER 129 by @mtrynoha in #188
- ZER 127 by @BeforeBlackout in #183
- first commit, facebook registration by @Roksoliana in #190
- change input with child age to selects: years and child months by @Roksoliana in #191
- Custom config values by @mtrynoha in #192
- ZER-134 Fix wrong number of months for child's 2 years by @denysiuk in #197
- Rubyl 81 change calc icons by @DmitriyShevtsov in #198
- Zer 137 UI update calculator by @PrincTwilig in #195
- Test commit to check auto deploy by @denysiuk in #209
- Fix calculator.html.slim by @denysiuk in #212
- Zer 140 design changes icons by @anastasiiahryniv in #207
- Revert "Zer 140 design changes icons" by @anastasiiahryniv in #215
- ZER-151-Create-table-price by @PrincTwilig in #214
- ZER-138 update README.md by @KostiaFed in #206
- Zer 139 update mob UI calculator by @irakova1 in #216
- ZER-159-ChangeUI on entry page by @oleksii-r-s in #226
- ZER-150 add UI price type by @oleksii-r-s in #221
- Added correct diapers form API to project by @AndriiStegnytskyi in #211
- ZER-142 Add description section by @Oleksii-Farat in #219
- Revert "ZER-142 Add description section" by @Oleksii-Farat in #233
- ZER-142 Add description section by @Oleksii-Farat in #234
- ZER-135 Diapers word correct using by @AndriiStegnytskyi in #237
- Zer 160 change ui text by @oleksii-r-s in #244
- ZER-152 populate diapers price to table by @KostiaFed in #232
- ZER-161 number placing by @anastasiiahryniv in #243
- ZER-140 design changes icon by @anastasiiahryniv in #217
- Revert "ZER-140 design changes icon" by @opazyniuk in #248
- Zer 140 design icons change by @anastasiiahryniv in #250
- ZER-141-Change_button by @oleksii-r-s in #205
- ZER-144-create-feature-flag by @irakova1 in #236
- ZER-169 Correct endings for diapers already used by @AndriiStegnytskyi in #252
- Zer 168 correct buttons placing by @irakova1 in #254
- Zer 155 cover diapers price category via new feature flag by @AndriiStegnytskyi in #256
- ZER 170 Fix mobile version by @KostiaFed in #257
- Zer 170 fix mobile version by @KostiaFed in #258
- ZER-172-correct-scaling-for-mobile-version by @AndriiStegnytskyi in #263
- Rubyl 81 configuring autodeploy heroku by @DmitriyShevtsov in #262
- Fix feature tests for AdminLoginPage by @PrincTwilig in #245
- Zer-153 Add price category from UI to controller by @KostiaFed in #249
- ZER-173: testing of navigation admin menu by @irakova1 in #266
New Contributors
- @Ivaniuk made their first contribution in #1
- @IvanShvets42 made their first contribution in #2
- @ochupa made their first contribution in #3
- @haliapats made their first contribution in #5
- @Har4enkoO made their first contribution in #6
- @PavloMS made their first contribution in #4
- @VictoriaBryz made their first contribution in #11
- @aboriiisova made their first contribution in #16
- @andriibureviy made their first contribution in #78
- @olenochka123 made their first contribution in #79
- @halyna-m made their first contribution in #74
- @Nazarii-Makohin made their first contribution in #75
- @nkdevcoyg made their first contribution in #80
- @vpuchak made their first contribution in #91
- @maksymst made their first contribution in #96
- @xSSinnerx made their first contribution in #87
- @MaksymBrehin made their first contribution in #90
- @Leeroy6821 made their first contribution in #99
- @anko20094 made their first contribution in #106
- @olegsobchuk made their first contribution in #112
- @AnastasiiaBilynska made their first contribution in #110
- @aleksasha-o made their first contribution in #107
- @JuliaKovtun made their first contribution in #113
- @DanyloShyshla made their first contribution in #116
- @Pazykiv made their first contribution in #122
- @Roksoliana made their first contribution in #162
- @dimalsv made their first contribution in #164
- @BeforeBlackout made their first contribution in #166
- @graveetone made their first contribution in #168
- @mtrynoha made their first contribution in #174
- @olehkovalchuk made their first contribution in #179
- @denysiuk made their first contribution in #197
- @DmitriyShevtsov made their first contribution in #198
- @PrincTwilig made their first contribution in #195
- @anastasiiahryniv made their first contribution in #207
- @KostiaFed made their first contribution in #206
- @irakova1 made their first contribution in #216
- @Oleksii-Farat made their first contribution in #219
- @opazyniuk made their first contribution in #248
Full Changelog: https://github.com/ita-social-projects/ZeroWaste/commits/v0.9.9-early