Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Update current version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Nov 17, 2022
1 parent c8aa6d1 commit 3ed0da9
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 219 deletions.
287 changes: 68 additions & 219 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,242 +1,91 @@
# Changelog

## v1.0.0
## v1.1.0

### 🚀 Enhancements
- **consultation:** Show overlay when cancelling (8898c635)
- **consultation:** Allow cancelling (b5982572)
- **user:** Indicate if email is verified or not (b4b82685)
- **user:** Indicate the kind of user (9bd13007)
- **user:** Show student number conditionally (b9fa7c26)
- **user:** Reload when submitting user details (008ae500)
- **user:** Make submission of user details asynchronous (bd3ca237)
- **user:** Make email unverified instead of reloading (4ec2272b)
- **user:** Show progress when attaching role (4a666724)
- **user:** Show progress when updating department (abd5788e)
- **user:** Show progress when performing whole change (c9592dcd)
- **consultation:** Toggle rescheduler (d7bc2ddb)
- **user:** Indicate the success upon resetting password (48e26a38)
- **consultation:** Allow rescheduling (504217e7)
- **comment:** Hide comment load button when fetching new ones (42fd2dc7)
- **consultation:** Show status messages (5bab62f4)
- **post:** Hide post load button when fetching new ones (9eb96570)
- **consultation:** ⚠️ Show progress bar when loading previous messages (5be4fae4)
- **post:** Render post with new lines (6fc668c2)
- **post:** Render post from markdown (11288471)
- **consultation:** Disable button conditionally (1a1ec66b)
- **component:** Allow individual movement (0e0a99dc)
- **component:** Attempt to condense page length (d33115f1)
- **page:** Apply pagination (ccff781e)
- **consultation:** Show status badge (87676fbc)
- **user:** Add options to sort in descending order (ec6779f8)
- **user:** Show the kind instead of the role (1ef0d33f)
- **role:** Add options to sort in descending order (502cca59)
- **department:** Add options to sort in descending order (845b654c)
- **role:** Make the label sentence case (a2e6cd9e)
- **user:** Make the label sentence case (19383fdf)
- **semester:** Add options to sort in descending order (f6c68866)
- **tag:** Add options to sort in descending order (735b8052)
- **tag:** Add success messages upon tag creation (a29b1409)
- **semester:** Clear fields after creation (a408e533)
- **department:** Clear fields after creation (b64d9234)
- **role:** Clear fields after creation (f46da221)
- **audit trail:** Add options to sort in descending order (ef3062cf)

### 🩹 Fixes
- **validator:** Assert correct data (9dbb4f1a)
- **page:** Adhere to type requirements (ad7c49f2)
- **tag:** Wait for submission to finish (368a5101)
- **server:** Register archive route (aef790a4)
- **department:** Correct the position of catch (314afecf)
- **tag:** Correct the type of query parameters (e1b349af)
- **post:** Correct the permission group to use (90841d6a)
- **user:** Hide the attachment of roles if not permitted (1a255ef9)
- **user:** Deny modification of own roles (d06b2027)
- **user:** Deny modification of department if not permitted (df561ea0)
- **user:** Prevent archiving self (e3128250)
- **user:** Hide archive button if self (57b24fb2)
- **user:** Allow email modification if permitted (48489a3c)
- **user:** Copy to retain the old state (128c7cfb)
- **user:** Register routes to delete and archive user (0613afe4)
- **user:** Consider existence of restoration and resetting password (b9a5d142)
- **field:** Disable removal of item when disabled (fc9a77fd)
- **component:** Fix the editable comment when archived (0553dec8)
- **consultation:** Correct the basis of chosen time (a0fae04d)
- **consultation:** Provide relationships (b1360ff8)
- **consultation:** Import missing component (c1c78782)
- **consultation:** Stop loading continuously (ab5e82c0)
- **role:** Hide the progress bar after submission (4b347a47)
- **department:** Hide the progress bar after submission (f448cdce)
- **semester:** Hide the progress bar after submission (462c084b)
- **department:** Wait for update before showing the new data (2eb27119)
- **role:** Import the missing component (b273a71e)
- **department:** Import the missing component (0da5e182)
- **semester:** Import the missing component (7223245a)
- **call:** Prune remote participants (375688cd)
- **call:** Separate element (aec3e9bf)
- **call:** Check if consultation id exists (15b083c8)
- **page:** Fix dark mode not toggling (4803f238)
- **tag:** Correct the path for list redirector (dab5fe21)
- **component:** Use actual page length (087c74ff)
- **call:** Unplay audio track (e4910a4c)
- **user:** Include the chosen sort in watch (0c854223)
- **role:** Correct the value to pass (5e47c1fd)
- **role:** Watch the chosen sort (bd237db5)
- **semester:** Watch the chosen sort (0f08b800)
- **semester:** Correct the variables to mutate (6d522192)
- **tag:** Add missing component (c2ae7b8a)
- **tag:** Correct the column to sort (13610c4e)
- **tag:** Watch the chosen sort (b67c6f0d)
- **component:** Remove the pluralization of type (4265ea5a)
- **audit trail:** Watch the chosen sort (a25cc843)
- **audit trail:** Use the chosen sort (bcc25c80)
- **user:** Reset the offset when other criteria were reset (ce196ac0)
- **user:** Make resource count dependent (30359347)
- **semester:** Reset the offset when other criteria were reset (c1e1362f)
- **semester:** Make resource count reactive (d2824f95)
- **tag:** Reset the offset when other criteria were reset (f99d7034)
- **tag:** Stop continuously loading (727bfcb9)
- **role:** Reset the offset when other criteria were reset (7dbdfb57)
- **department:** Reset the offset when other criteria were reset (326ade78)
- **department:** Make resource count reactive (93368c57)
- **user:** Correct the state to mutate (735ba128)

### 💅 Refactors
- **consultation:** Separate the selection of dates (cbe71e11)
- **consultation:** Move helper functionality (fe124e69)
- **user:** Reduce the amount of code to load remaining resources (5744b644)
- **user:** Use the minimum password length (e02a182c)

### 🏡 Chore
- **page:** Prepare page for listing tags (70325fd1)
- **server:** Prepare router for tags (9cd25950)
- **query:** Rename properly (fa3943d7)
- **page:** Prepare page for listing tags (c4b73b28)
- **component:** Make props reactive (16f1d13e)
- **server:** Rename enhancer folder (e86082ad)
- **page:** Rename page folder (1f6cb1e0)
- **tag:** Prepare creation page (a9f76dd0)
- **tag:** Prepare creation page (9da58cda)
- Rearrange data and methods by usage (1244ce71)
- **consultation:** Prepare rescheduling (e1cf0526)
- Rename properly (a0b122a8)
- **tag:** Remove missing tests (01e72001)
- **consultation:** Prepare component (d223a7e7)
- **page:** Remove unncessary if (1959ad73)
- Remove debugger (4ce84e6b)
- Move component (e253f734)
- Correct import location (3b78f97e)
### 📖 Documentation
- Correct the format (c8aa6d13)

### 🌊 Types
- **share:** Expose a list document type (1575bc69)
- **query:** Make type for tag (10f8107a)
- **share:** Make post requirement filter (ba5bc6c4)
- **share:** Apply post requirement filter (315cb67c)
- **tag:** Make types for relationship (e125e61e)
- **front-end:** Add tags as possible resource (c6893377)
- **share:** Require time range for posts to show (fda4560e)
### 🏡 Chore
- **user:** Remove the log (b615468c)

### 🎨 Styles
- **consultation:** Hide the whole summary modifier (65e2cc9a)
- **consultation:** Ensure cells are properly aligned (672a4027)
- **consultation:** Ensure borders are added (ed62a480)
- **consultation:** Reduce the borders of previous layout (fefb8406)
- Adjust some styles (880b3302)
- **consultation:** Adjust position of checkbox (e7603a56)
- **user:** Add margin above the field (1494d8f3)
- **field:** Make selectable options render as row for desktops (cac4a03b)
- **forum:** Visible text area (48e07146)
- **component:** Complete style (5c94acb1)
- **consultation:** Make button more visible (a25c3443)
- **call:** Spread to all sides (539e14da)
- **call:** Hide overflowing self tracks (32cc1a33)
- **call:** Adjust minimum height (3bacf7f4)
- **component:** Style when disabled (79c3b856)
- **component:** Give border (c52ec1df)
- **component:** Use border to make visible (a4a35eb6)
- **consultation:** Make reactive (ab012a89)
- **field:** Make the options align properly (30afa6a0)
- **field:** Correct the margins (22687895)
- **resource management:** Make resource options flexible (a9d31a14)
- **field:** Add little bit of margin before the selection (f8216152)
- Fix minor dropdown in dark mode (af989e21)
- **field:** Ensure radios are on the same line (b59b5b81)
- **component:** Make responsive (231b0711)

### 👓 Reformed Templates
- **department:** Generalize component name (73cbbb55)
- **consultation:** Generalize control button (05fb2ed1)
- **consultation:** Display header conditionally (a5d61048)
- **consultation:** Display dynamically (2c64083e)
- Show success message (db247ecb)
- Show success message (c77e4a6a)
- Show success message (f88f9f9b)
- **consultation:** Show scheduler (97710b5a)
- **consultation:** Display scheduled start (649dd754)
- Show back button (f6582e50)
- Fix selectable options (13673adf)
- **consultation:** Render conditionally (420edd66)
- **tags:** Add missing impornt (1ce84261)
- **component:** Render variously by page length (97cde780)
- **component:** Render conditionally (9c2b4f12)

### 🔩 Internals
- **fetcher:** Make method to count posts (7691a262)
- **tag:** Make route for counting posts (ace2a562)
- **query:** Make query to require posts in a tag (c0feaf91)
- **manager:** Include defaults for tag (6215147f)
- **query:** Sift tags by slug (8528d62c)
- **manager:** Apply sifting by slug (f10947dd)
- **manager:** Include defaults in singular read (b7a06962)
- **manager:** Consider post requirements (61464b36)
- **validator:** Validate tag is unused (22ddd495)
- **server:** Remove route to count posts (014d0032)
- **tag:** Ensure tags has no posts (640e3f77)
- **fetcher:** Remote counting of post (2afaadae)
- **server:** Serve the first 10 tags (ecbd3cb0)
- **fetcher:** Use special query parameters (8f4cf2a6)
- **component:** Make some props optional (65710713)
- **page:** Remove empty values (1d5718ab)
- **component:** Make new tab info (e3854beb)
- **server:** Register new enhancers (bf424544)
- **tag:** Make enhancer for creation (b71a52af)
- **component:** Add another prop type (1a2cc18f)
- **users:** Show success message (1f831650)
- **resource management:** Load tags properly (d7d53e78)
- **consultation:** Expose finished status (53d50624)
- **consultation:** Hide finish/cancel button (2fb71cab)
- **consultation:** Emit cancelling (72610021)
- **tag:** Validate the filter for the tag (6cd5f613)
- **post:** Set the default ranges (73287bde)
- **post:** Preload the semesters (2d027dc3)
- **post:** Load the remaining semesters in the forum (f0a45812)
- **post:** Make range picker for posts (6c3f4b7d)
- **post:** Validate date time range filter (256f37a3)
- **query:** Make query to filter posts by time range (db24373f)
- **manager:** Include sift by range in list pipeline (2a9b5743)
- **consultation:** Use proper state (ed99e7c3)
- **user:** Allow email to be edited (465149bc)
- **consultation:** Emit event (f5aff164)
- **consultation:** Fetch consultant schedules (0d2cb121)
- **route:** Initialize tag route enhancers (fb5109f4)
- **route:** Tag read get enhancer (cb423dd2)
- **route:** Tag list enhancer (3fb6ed90)
- **route:** Tag index enhancer (de4e098b)
- **route:** Tag create enhancer (a77cf3d7)
- **database:** Sift by slug for tag (5ca5b76e)
- **manager:** Initialize sift by slug and semester query parameters in tag manager (bcb589d9)
- **consultation:** Track date today to reflect the changes from tests (05bd5eda)
- **comment:** Include empty message from loading (fd1f530c)
- **post:** Show the role used by the user (36418dcd)
- **call:** Run asynchronously (0c225c78)
- **back-end:** Add regex for post content (f61865f0)
- **post:** Apply the validation in the content (e0526785)
- **back-end:** Fix the regex for matching banned tags (6647ac3c)
- **back-end:** Improve the regex for post content (0d0c049e)
- **consultation:** Ensure chosen time is not empty (1e55c25b)
- **consultation:** Set time unconditionally (49588e0a)

### 🌐 Shareables
- **constant:** Make new page path (cdd57ed0)
- **string:** Share markdown converter (2f2e919a)
- **string:** Generalize the preferred configuration (e6fca0c1)
- **string:** Correct the ID according to the flavor (b9523e90)

### 🔦 Developer Experience
- **server:** Change test student email (787453c5)
- **command:** Update the logs (e135a995)
- **server:** Add length limit (beee5e41)
- **consultation:** Force cast argument (de89ee62)
- **consultation:** Push into list document (80fc61e0)

### 🦠 Unit Tests
- **query:** Generalize names (fe0aee10)
- **query:** Prepare test for sifting by slug (cda2f2c4)
- **query:** Correct second model name (68eac9cb)
- **validator:** Ensure tag has no other posts (0fbe0b91)
- **validator:** Correct the inputs (8a7ae75f)
- **component:** Remove empty values (45ee4e31)
- **consultation:** Add missing props (00baffda)
- **consultaiton:** Ensure cancelling (7cea7486)
- **consultation:** Prepare testing (83ba90dd)
- **post:** Update the tests to consider date time range (498069de)
- **component:** Ensure date range picker works as expected (f8d20a0b)
- **consultation:** Simplify the test for summary modifier (73bda966)
- **consultation:** Move test to component (2730463d)
- **user:** Ensure updating user works as expected (176f2fcf)
- **consultation:** Ensure updating schedule (dfdfdf19)
- **consultation:** Ensure updating of time (061164f2)
- **consultation:** Mock relationships (011bd06b)
- **consultation:** Mock meta (2019fd16)
- **tag:** Ensure tag read page works (bb7d0f8d)
- **tag:** Ensure tag create page works (758068ca)
- **database:** Ensure sift by slug for tag works (b15c2b08)
- **consultation:** Ensure scheduler works as expected (1868c00c)
- **post:** Advance time (b5ddb8cc)
- **call:** Run conditionally (3464c8ce)
- **consultation:** Wait for next tick (750146c9)
- **consultation:** Set the props after emitting (747548f9)
- **consultation:** Cast to string (14749b02)
- **post:** Ensure post content is validated (32610bd9)
- **consultation:** Ensure some components are not stubbed (54b9c29d)
- **consultation:** Ensure new time is passed correctly (20f1621c)
- **consultation:** Wait for chosen time to update (dd211eb6)
- **consultation:** Remove redundant test case (21f54637)
- **consultation:** Expect with computed value (b25b2b68)
- **consultation:** Mock computation of time (50d89401)
- **consultation:** Ensure messages are loaded (7ca6de56)
- **tag:** Use the link to assert the URL (68479732)
- **semester:** Correct the selector to submit the updated details (52603ae4)
- **department:** Correct the selector to submit the updated details (71e7ffe4)
- **page:** Ensure toggle dark mode works (74ad4851)

### 🕷 Integration Tests
- **post:** Update the tests as the dates are expected (14106f20)
- **user:** Update test to consider the permission (842dacbd)
- **consultation:** Mock fetching of schedules (c3b92891)
- **consultation:** Update the reading of consultation (b2cff209)
- **tag:** Use function to specialize path (4c9ce340)

#### ⚠️ Breaking Changes
- **consultation:** ⚠️ Show progress bar when loading previous messages (5be4fae4)
- **user:** Use correct email to register student (10067250)

### ❤️ Contributors
- Angelo Magtoto
Expand Down
Loading

0 comments on commit 3ed0da9

Please sign in to comment.