Commit 66975f9
committed
Squashed commit of the following:
commit 1599fe1
Author: Chris Baudouin, Jr <[email protected]>
Date: Wed Sep 16 18:45:42 2020 -0400
refactor(docs): Updates Environment Variable docs (#300)
* refactor(docs): Updates Environment Variable docs
* Update docs/deployment-environment-variables.md
Co-authored-by: Peter Kos <[email protected]>
* refactor: Redesigns EV page
* Update docs/deployment-environment-variables.md
Co-authored-by: Peter Kos <[email protected]>
* refactor: Adds optional notice
Co-authored-by: Peter Kos <[email protected]>
commit 69e8d6e
Author: Chris Baudouin, Jr <[email protected]>
Date: Mon Sep 14 12:34:28 2020 -0400
refactor: Redesigns password reset pages (#308)
* refactor: Redesigns password reset pages
* fix: Hound newline issue
commit 03e632c
Author: Chris Baudouin, Jr <[email protected]>
Date: Mon Sep 14 12:18:45 2020 -0400
fix(dashboard): Map data refactored for faster load times (#269)
Co-authored-by: Peter Kos <[email protected]>
commit 9e6fe39
Author: Chris Baudouin, Jr <[email protected]>
Date: Mon Sep 14 10:57:47 2020 -0400
refactor: Updates 24hr reminder to remove MyMLH reference (#302)
* refactor: Updates 24hr reminder to remove MyMLH reference
* refactor: Improves verbiage of 24hr message
* Update db/seed_messages/user--24hr_incomplete_application.md
Co-authored-by: Peter Kos <[email protected]>
Co-authored-by: Peter Kos <[email protected]>
commit 12cc746
Author: Chris Baudouin, Jr <[email protected]>
Date: Sun Sep 13 22:33:00 2020 -0400
refactor: Renames "Guides" to "Docs" (#353)
Co-authored-by: Peter Kos <[email protected]>
commit 8617981
Author: Chris Baudouin, Jr <[email protected]>
Date: Sun Sep 13 22:12:51 2020 -0400
fix(docs): Refactors page titles and makes API pages visible again (#320)
* refactor: Changes "Development" to "Developer"
* fix(docs): Refactors page titles and makes API pages visible again
* FIx “too” -> “to” typo
* refactor: Refactors API section
* fix: Fixes broken link to API testing page
Co-authored-by: Peter Kos <[email protected]>
commit 7c3cc0a
Author: Chris Baudouin, Jr <[email protected]>
Date: Sat Sep 12 01:31:56 2020 -0400
build(deps): Updates Rails to 5.2.4.4 (#349)
commit e72166d
Author: Chris Baudouin, Jr <[email protected]>
Date: Sat Sep 12 01:18:49 2020 -0400
build(deps): Updates ChartKick to 3.4 (#347)
commit a767446
Author: Chris Baudouin, Jr <[email protected]>
Date: Wed Sep 9 11:31:00 2020 -0400
refactor(docs): Updates Messages and customization instructions (#321)
* refactor(docs): Updates Messages and customization instructions
* Enable default questionnaire deined message
Syncs documentation
Co-authored-by: Peter Kos <[email protected]>
commit 9c61d1f
Author: Chris Baudouin, Jr <[email protected]>
Date: Wed Sep 9 11:20:24 2020 -0400
feat(docs): Adds new Resources page (#318)
commit fe66870
Author: Chris Baudouin, Jr <[email protected]>
Date: Tue Sep 8 12:56:24 2020 -0400
refactor: Cleans update method in rsvps_controller (#305)
* refactor: Cleans update method in rsvps_controller
* refactor: Fixes whitespace issue for Hound
commit cb16869
Author: Chris Baudouin, Jr <[email protected]>
Date: Mon Sep 7 00:07:59 2020 -0400
fix: Shows manage button for admin_limited_access (#331)
commit 767715a
Author: Chris Baudouin, Jr <[email protected]>
Date: Wed Sep 2 13:51:35 2020 -0400
build(deps): Upgrades yarn dependencies (#316)
* build(deps): Upgrades yarn dependencies
* build(deps): Upgrades yarn dependencies
commit e0e537c
Author: Chris Baudouin, Jr <[email protected]>
Date: Wed Sep 2 11:37:14 2020 -0400
fix(deps): Updates the locked Ruby version (#340)
commit ac720d9
Author: Chris Baudouin, Jr <[email protected]>
Date: Tue Sep 1 01:26:46 2020 -0400
refactor(questionnaire): No longer deletes user with questionnaire (#287)
* refactor(questionnaire): No longer deletes user with questionnaire
* Hound whitespace
commit 5e96a9c
Author: Chris Baudouin, Jr <[email protected]>
Date: Sun Aug 30 01:04:37 2020 -0400
feat(messages): Transitions from SparkPost to SendGrid (#285)
* feat(messages): Transitions from SparkPost to SendGrid
* Fixes Hound issues (v1)
* fix: Hound whitespace issue
* refactor: Removes stubbed-out code for HM2.1
* Update README.md
* Update README.md
Co-authored-by: Peter Kos <[email protected]>
commit abcf634
Author: Chris Baudouin, Jr <[email protected]>
Date: Sun Aug 30 00:36:26 2020 -0400
feat(Dashboard): Redesigns sidebar with category labels (#290)
* feat(dashboard): Adds category labels to sidebar
* refactor: Changes config to settings, adds localization
* refactor: Adds localization to sidebar
* refactor: Adds localization to page titles
* refactor: Adds "Overview" category for event-wide pages
* refactor: Adds missing localizers
commit c6d33a9
Author: Chris Baudouin, Jr <[email protected]>
Date: Sun Aug 30 00:08:09 2020 -0400
build(deps): Updates gem cache (#334)
commit 68b8590
Author: Chris Baudouin, Jr <[email protected]>
Date: Sat Aug 29 23:52:39 2020 -0400
build: Upgrades Rails to 2.6.6 (#312)
Co-authored-by: Peter Kos <[email protected]>
commit 6266f5a
Author: Peter Kos <[email protected]>
Date: Sat Aug 29 23:38:17 2020 -0400
refactor: `first_name` and `last_name` move from `questionnaire` to `user` (#241)
* Initial move: first/last name; user->quesitonnaire
- Models adjusted
- Migration made (needs to be updated to a MOVE, not a delete)
- Updated SOME tests and factories
- Create account works
* refactor: Attempt to fix backend params
Includes fixing any discrepancies on routes like `/manage`
* refactor: Make HoundBot a little happier
* feat: Admin list shows first/last names
* inprog on stats page
- Actually retreive first/last names on questionnaires page
* Refactored stats datatable and controller
- Checkin datatable also tweaked to work.
- Removed resumes; #244
* Migration is now backwards compatible with pre-2.0
Needs to be added to 2.0 migration guide!
* 4space->2space 😡 #downwith2spaces
* Fix various first_name/last_name bugs
Most annoying one is in the questionnaire edit screen...
* Fixed remainder of tests for name refactor
* Fix datatable style and count ranges
* Fix some more style bugs
* Viewing bus list w/ passengers now works
* Adds Users & Staff support for #222
* Adds #222 support to stats, fixes stats layout
* Fixes Hound issues
* Removes Hound whitespace issues
* History audit bugfix
No longer nil as we don’t check the type of the previous history and just show both, risking a nil visible on the questionnaire page if value is set for the first time
* Add nil check back, whoops. This works better.
* Squashed commit of the following:
commit 4d1b4e2
Author: Chris Baudouin, Jr <[email protected]>
Date: Wed Jul 1 01:08:19 2020 -0400
Back merge master (#273)
* fix(dashboard): Fixes security vulnerability that allowed event_tracking role to access Dashboard (#215)
* chore(release): 1.22.3 [skip ci]
## [1.22.3](v1.22.2...v1.22.3) (2020-05-16)
### Bug Fixes
* **dashboard:** Fixes security vulnerability that allowed event_tracking role to access Dashboard ([#215](#215)) ([](74a40ad))
### Styles
* **check-in:** Changes table header to be more descriptive ([#207](#207)) ([](889fbd0))
* **config:** Removes unused event_is_over flag ([#208](#208)) ([](0c73e66))
* build(deps): Upgrade yarn (#212)
* build(deps): Upgrade yarn
* build(deps): Upgrade gems
* build(deps): Remove obsolete gems
* v0.0.0
* build(deps): Update semantic-release
* fix(questionnaire): visual bug in school autocomplete school dropdown
the css was set for an "a" tag when the list was made up of divs so I
switched the css to work for the "div" tag in the autocomplete
* fix(questionnaire): visual bug in school autocomplete school dropdown
the css was set for an "a" tag when the list was made up of divs so I
switched the css to work for the "div" tag in the autocomplete. I also
hide a element that was not present earlier
* build(deps): Upgrades Rails to 5.2.4.3
* build(deps): Upgrades gems
Co-authored-by: Jeremy Rudman <[email protected]>
* build(deps): Bump puma from 4.3.4 to 4.3.5 (#219)
Bumps [puma](https://github.com/puma/puma) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/commits)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): Upgrades Puma cache (#221)
* fix(questionnaire): Fixes error when trying to view a questionnaire modified by a deleted admin (#236)
* chore(release): 1.22.4 [skip ci]
## [1.22.4](v1.22.3...v1.22.4) (2020-05-26)
### Bug Fixes
* **questionnaire:** Fixes error when trying to view a questionnaire modified by a deleted admin ([#236](#236)) ([](2ffe116))
* build(deps): Bump websocket-extensions from 0.1.4 to 0.1.5 (#250)
* build(deps): Bump websocket-extensions from 0.1.4 to 0.1.5
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-ruby) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/faye/websocket-extensions-ruby/releases)
- [Changelog](https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md)
- [Commits](faye/websocket-extensions-ruby@0.1.4...0.1.5)
Signed-off-by: dependabot[bot] <[email protected]>
* build(deps): Updates websocket-extensions gem cache
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Baudouin, Jr <[email protected]>
* build(deps): Bump rack from 2.2.2 to 2.2.3 (#268)
* build(deps): Bump rack from 2.2.2 to 2.2.3
Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](rack/rack@v2.2.2...2.2.3)
Signed-off-by: dependabot[bot] <[email protected]>
* Adds rack gem cache
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Baudouin, Jr <[email protected]>
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Jeremy Rudman <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Kos <[email protected]>
commit 513e1c2
Author: Chris Baudouin, Jr <[email protected]>
Date: Tue Jun 30 18:45:42 2020 -0400
fix(login): Removes always visible login error (#263)
* fix(login): Removes always visible login error
* Fixes Hound spacing requirement
commit 58601a1
Author: Chris Baudouin, Jr <[email protected]>
Date: Sun Jun 28 19:16:08 2020 -0400
build(deps): Updates gems (#275)
commit d1a01f8
Author: Peter Kos <[email protected]>
Date: Sat Jun 20 19:26:53 2020 -0400
docs: Add guide for local API setup, update api-usage slightly (#235)
* docs: Add API/OAuth 2 setup guide
Also rename api to api-usage
* docs: Cleanup api-usage page, add notes about 2.0
* docs: Apply suggestions from code review
Co-authored-by: Stuart Olivera <[email protected]>
* docs: Reword API introduction to be more friendly
- Clarifies what Postman and Paw are, with links to their product pages
- Notes that this process works for remote instances as well, not just localhost
- Removed trailing whitespace and extra newlines
- Fixed a single typo
* Verbiage and HM typo fixes
* Added .DS_Store to .gitignore
Co-authored-by: Stuart Olivera <[email protected]>
commit 82a7ff4
Author: Chris Baudouin, Jr <[email protected]>
Date: Thu Jun 18 08:58:35 2020 -0400
fix(config): Removes disable_account_registration from database (#247)
* fix(config): Removes disable_account_registration from database
* fix(config): Saves new config item, adds extra precautionary check
commit f07ec28
Author: Chris Baudouin, Jr <[email protected]>
Date: Thu Jun 11 17:35:16 2020 -0400
fix(questionnaire): Fixes error when trying to view a questionnaire modified by a deleted admin (#238)
* fix(dashboard): Fixes security vulnerability that allowed event_tracking role to access Dashboard (#215)
* chore(release): 1.22.3 [skip ci]
## [1.22.3](v1.22.2...v1.22.3) (2020-05-16)
### Bug Fixes
* **dashboard:** Fixes security vulnerability that allowed event_tracking role to access Dashboard ([#215](#215)) ([](74a40ad))
### Styles
* **check-in:** Changes table header to be more descriptive ([#207](#207)) ([](889fbd0))
* **config:** Removes unused event_is_over flag ([#208](#208)) ([](0c73e66))
* build(deps): Upgrade yarn (#212)
* build(deps): Upgrade yarn
* build(deps): Upgrade gems
* build(deps): Remove obsolete gems
* v0.0.0
* build(deps): Update semantic-release
* fix(questionnaire): visual bug in school autocomplete school dropdown
the css was set for an "a" tag when the list was made up of divs so I
switched the css to work for the "div" tag in the autocomplete
* fix(questionnaire): visual bug in school autocomplete school dropdown
the css was set for an "a" tag when the list was made up of divs so I
switched the css to work for the "div" tag in the autocomplete. I also
hide a element that was not present earlier
* build(deps): Upgrades Rails to 5.2.4.3
* build(deps): Upgrades gems
Co-authored-by: Jeremy Rudman <[email protected]>
* build(deps): Bump puma from 4.3.4 to 4.3.5 (#219)
Bumps [puma](https://github.com/puma/puma) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/commits)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): Upgrades Puma cache (#221)
* fix(questionnaire): Fixes error when trying to view a questionnaire modified by a deleted admin
* refactor(tests): Cleans verbage of tests to match
Co-authored-by: semantic-release-bot <[email protected]>
Co-authored-by: Jeremy Rudman <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix undefined err on bus list info
* Fix bus captain bug, update schema
* Squashed commit of the following:
commit ede300f
Author: Chris Baudouin, Jr <[email protected]>
Date: Sat Aug 29 21:05:53 2020 -0400
feat: Updates MyMLH to V3 (#329)
* feat: Updates MyMLH to V3
* fix(User): Adds missing provider field
* refactor: Updates MyMLH branding
* Autofill MyMLH provider if info is missing
* houndbot
Co-authored-by: Peter Kos <[email protected]>
commit 675b3f6
Author: Chris Baudouin, Jr <[email protected]>
Date: Sun Aug 23 22:43:48 2020 -0400
refactor: Changes "Applications" to "Questionnaires" in map (#326)
commit 388c9bd
Author: Chris Baudouin, Jr <[email protected]>
Date: Sun Aug 23 22:08:26 2020 -0400
fix(Dashboard): Fixes missing location data in map (#324)
commit a062140
Author: Chris Baudouin, Jr <[email protected]>
Date: Wed Aug 19 11:02:07 2020 -0400
feat(docs): Initial documentation for 2.0 (#291)
* feat(docs): Initial documentation for 2.0
* refactor: Updates maintenance.md for verbage changes
* refactor: Refactors structure of navigation
commit 79831f6
Author: JeremyRudman <[email protected]>
Date: Sat Jul 25 12:47:35 2020 -0400
feat(messages): Adds a confirmation modal to send messages (#272)
* feat(message): added a confirmation modal to send messages
added a modal for when you send a message that displays the number of
people you are sending it to in large red text.
* fix: houndci formatting errors
* fix(messages): fixed error and made changes to text
made "send message" singular and made only the the number red. I also
fixed the variable not loading properly
* fix: houndci styling changes
* feat: made email modal text black instead of red
the email confirmation modal displays the number in black instead of red
* refactor: Adds number delimiter to recipients, changes cancel outline
Co-authored-by: Chris Baudouin, Jr <[email protected]>
commit e4169a7
Author: JeremyRudman <[email protected]>
Date: Thu Jul 9 00:39:23 2020 -0400
fix(questionnaire): School autocomplete matches form field width (#278)
* fix(questionnaire): school autocomplete matchs fourm field width
* fix(questionnaires): added ellipsis to autocomplete
when the forum field is smaller the school name the autocomplete goes
beyond the width the field and this causes the text to ellipsis in thet
case
* Actually assign current_user
* mymlh working
* Refactor questionnnaire new to be nicer to read
* Patch condition error for info refactor
Was attempting to use potentially nil value before checking if the value was nil
ALso cleaned up part of the test in questionnaires controler to create the entire user object as we need both first/last name, as well as email. #goodcodestyle #pleasehiremegoogle
Co-authored-by: Chris Baudouin, Jr <[email protected]>
Co-authored-by: Chris Baudouin, Jr <[email protected]>1 parent 8f6e894 commit 66975f9
File tree
103 files changed
+12332
-840
lines changed- app
- assets/stylesheets/forms
- controllers
- manage
- mailers
- models
- views
- devise/passwords
- layouts
- manage
- manage
- bus_lists
- checkins
- configs
- dashboard
- data_exports
- messages
- questionnaires
- schools
- stats
- trackable_tags
- config
- environments
- initializers
- locales
- db
- seed_messages
- docs
- test/controllers/manage
- vendor/cache
- website
- pages/en
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
103 files changed
+12332
-840
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
| 242 | + | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
336 | 337 | | |
337 | 338 | | |
338 | 339 | | |
| |||
353 | 354 | | |
354 | 355 | | |
355 | 356 | | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
356 | 362 | | |
357 | 363 | | |
358 | 364 | | |
| |||
379 | 385 | | |
380 | 386 | | |
381 | 387 | | |
382 | | - | |
383 | | - | |
384 | 388 | | |
385 | 389 | | |
386 | 390 | | |
| |||
423 | 427 | | |
424 | 428 | | |
425 | 429 | | |
426 | | - | |
| 430 | + | |
427 | 431 | | |
428 | 432 | | |
429 | 433 | | |
| |||
444 | 448 | | |
445 | 449 | | |
446 | 450 | | |
447 | | - | |
| 451 | + | |
448 | 452 | | |
449 | 453 | | |
450 | 454 | | |
| |||
469 | 473 | | |
470 | 474 | | |
471 | 475 | | |
472 | | - | |
| 476 | + | |
473 | 477 | | |
474 | 478 | | |
475 | 479 | | |
| |||
481 | 485 | | |
482 | 486 | | |
483 | 487 | | |
| 488 | + | |
484 | 489 | | |
485 | 490 | | |
486 | 491 | | |
487 | 492 | | |
488 | 493 | | |
489 | 494 | | |
490 | 495 | | |
491 | | - | |
492 | 496 | | |
493 | 497 | | |
494 | 498 | | |
| |||
503 | 507 | | |
504 | 508 | | |
505 | 509 | | |
506 | | - | |
| 510 | + | |
507 | 511 | | |
508 | 512 | | |
509 | 513 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 61 | + | |
| 62 | + | |
67 | 63 | | |
68 | 64 | | |
69 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | 106 | | |
108 | | - | |
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
| |||
146 | 144 | | |
147 | 145 | | |
148 | 146 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | 147 | | |
154 | 148 | | |
155 | 149 | | |
| |||
0 commit comments