Commit ae3f33a
Feature solr merged (#860)
* 30381 cleaned up some env keys and fixed breadcrumbs (#843)
* - deleted obsolete key VUE_APP_BUSINESSES_URL
- app = 5.5.46
- fixed Business Registry URL in Affiliation Error Modal
- fixed Staff Dashboard breadcrumb
* - updated browserslist
---------
Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
* 30656 Updated LaunchDarkly module to support orgs (#844)
* - app version = 5.6.0
- imported latest LD JS client SDK v3.9.0
- updated UpdateUserMixin to create contexts
- updated featureFlags module to use contexts
* - renamed updateUser -> updateLaunchDarkly
- used getter instead of computing KC roles again
- combined updateUser + updateLaunchDarkly
- renamed featureFlags.ts -> launchDarkly.ts
- misc cleanup
---------
Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
* 30554 DBA NR magic link (#846)
Co-authored-by: bobby <bobbyjin935@gmail.com>
* 29274 Upgraded to Vite (#845)
* - misc cleanup
- updated babel config file
- moved index.html from /public to /
- updated index.html
- deleted obsolete jest config file
- app version = 5.7.0
- updated scripts in package file
- deleted obsolete dependencies
- added necessary dependencies
- recreated pnpm lock file
- updated patch to use import.meta
- deleted obsolete postcss config file
- added robots file
- replaced process.env -> import.meta.env
- replaced JEST_WORKER_ID -> VITEST
- added woff2 fonts
- updated font sources in CSS
- replaced getBaseUrl with direct sessionstorage.getItem()
- fixed some image sources
- deleted obsolete payment-utils.ts
- changed getConfig to non-async
- added vuetify css import
- changed v-img to img
- deleted unused isJestRunning computed
- replaced appBaseURL -> namexApiUrl
- added check for valid user/org before callling UpdateLdUser
- added BASE_URL to session storage
- added NAMEX_API_URL to session storage
- updated Vuetify import
- deleted appBaseURL export
- deleted commented-out console.log
- commented out unneeded console.log (for now)
- updated unit tests
- updated types in tsconfig file
- added vite config file
- updated vue config file
* - fixed v-icon size and color
---------
Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
* Modify README for pnpm version and commands
Update pnpm installation and development commands
* 30987 Upgraded to Pinia (#847)
* - app version = 5.8.0
- installed Pinia dependencies
- updated Getter and Action decorators
- misc cleanup
- created Filing Types enum
- created Error interface
- created Payment models
- removed unneeded await for store actions
- converted Vuex Modules to separate stores
- created getStores plugin
- cleaned up error store
- cleaned up payment store
- delete env config
- deleted obsolete properties from main store state
- deleted unneeded stateModel property
- refactored actions and mutations into "sub store"
- refactored getters into "sub store"
- refactored state into "sub store"
- created new Pinia main store from sub stores
- now call mutations as functions instead of "commit"
- misc cleanup / type fixes
- moved getXXX in main.ts
- attached Vuex store to Vue instance
- mocked Vuex store for unit tests
- updated misc comments
- final commit with store as 3 sub-stores
* - changed actions back to exported functions
- changed getters back to exported functions
- changed state back to exported const
- updated store definition
- misc fixes and cleanup
- updated Reg Search API URL in example env
* - changed getNrState to return NrState
- cleaned up some typings
- changed getNrId to return number
* - attached Vuetify to Vue
- use current Vuetify instance to get breakpoint
* - small vault comment fixes
- approve building "vue-demi" to solve "missing export" issue
* - fixed "cannot read null key properties"
* - updated lockfile
- updated pnpm lock file
- lock file with pnpm v9
* - added exclude in Vite config
---------
Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
* 31112 define disabled wait time and change priority wait time to Days (#851)
* define disabled wait time and change priority wait time to Days
* update
* lint error
* Update
* linting
* update
* 30032 - NR Payments - Renewal Payments do not have option to add Folio Number (#853)
* bugfix: Add folio number to RENEW payment when the first payment already had it
- bump version to 5.8.3
* chore: Update folio number assignment logic to use PaymentAction.CREATE filter
* cleanup
* 29381 - xpro name allowed length increased from 40 to 60 (#852)
* Update `MRAS_MAX_LENGTH` constant to 60 in new-request constants
* version bump
* chore: bump version to 5.8.3
* Add new FF for priority wait time tooltip (#855)
* 2551 update priority tooltips (#856)
* update priority tooltips
* Remove unnecessary newline in stats.vue
* 29381 - rules and validation updates in name field (#857)
* fix: name input rules logic and add xpro validation
- add validation/disable button in sub search modal
* fix: correct defaultRules return order in name input component
* fix: update search button logic and add xpro name validation
- Update `isSearchBtnDisabled` logic for button disablement
- Add `isValidXproName` getter for XPRO name length validation
* chore: bump version to 5.8.6 and remove unused import in search component
* fix: adjust max length validation for XPRO name flow
- Use dynamic max length based on `isXproFlow` condition.
* 31568 - remove Release Notes link from the footer (#858)
* Update `MRAS_MAX_LENGTH` constant to 60 in new-request constants
* version bump
* chore: bump version to 5.8.3
* fix: remove "Release Notes" link from footer and update sbc-common-components patch
* build lock with pnpm 9
---------
Co-authored-by: Séverin Beauvais <severinbeauvais@users.noreply.github.com>
Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
Co-authored-by: bobdev-94 <jinbobby677@gmail.com>
Co-authored-by: bobby <bobbyjin935@gmail.com>
Co-authored-by: eve-git <54647458+eve-git@users.noreply.github.com>1 parent 55b7065 commit ae3f33a
147 files changed
Lines changed: 6233 additions & 13266 deletions
File tree
- app
- devops
- patches
- public
- src
- assets
- fonts
- styles
- components
- advanced-search
- common
- dialogs
- existing-request
- lower-info-area
- new-request
- name-check
- submit-request
- payment
- enums
- interfaces
- list-data
- mixins
- modules
- error
- store
- payment
- store
- plugins
- resources
- router
- services
- store
- views
- auth
- tests
- unit
- dialogs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | | - | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 50 | + | |
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 2 | | |
6 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | | - | |
| 18 | + | |
21 | 19 | | |
22 | 20 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 58 | + | |
63 | 59 | | |
64 | 60 | | |
65 | 61 | | |
66 | | - | |
67 | 62 | | |
68 | 63 | | |
69 | 64 | | |
70 | 65 | | |
| 66 | + | |
71 | 67 | | |
72 | | - | |
73 | | - | |
74 | | - | |
| 68 | + | |
75 | 69 | | |
76 | | - | |
77 | 70 | | |
78 | | - | |
79 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
80 | 75 | | |
81 | 76 | | |
82 | | - | |
83 | | - | |
| 77 | + | |
84 | 78 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 79 | + | |
88 | 80 | | |
89 | 81 | | |
90 | 82 | | |
91 | 83 | | |
92 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
93 | 88 | | |
94 | 89 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
1 | 13 | | |
2 | | - | |
3 | | - | |
| 14 | + | |
| 15 | + | |
4 | 16 | | |
5 | | - | |
| 17 | + | |
| 18 | + | |
6 | 19 | | |
7 | 20 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 21 | + | |
11 | 22 | | |
12 | 23 | | |
13 | 24 | | |
| 25 | + | |
14 | 26 | | |
15 | 27 | | |
16 | | - | |
| |||
0 commit comments