Commit Graph

291 Commits

Author SHA1 Message Date
Xevion
c3fb8b33ba Commit FEATURES.md 2022-05-08 23:49:30 -05:00
Xevion
e37c07f516 Commit /client package & package-lock 2022-05-08 22:58:54 -05:00
Xevion
ed8e6f2f8c Add Pipfile & package-lock.json 2022-05-08 22:58:30 -05:00
Xevion
0914268df5 Merge branch 'master' of github.com:Xevion/the-office 2022-05-08 22:57:30 -05:00
Xevion
c83446e28e Add slug value function 2022-05-08 22:48:52 -05:00
Xevion
da00c51151 Add complete identifier processing command 2022-05-08 22:48:31 -05:00
Xevion
1ac8347e78 Improve normalization.merge command with logging 2022-05-08 20:04:53 -05:00
Xevion
61837e0e32 Update character descriptions and dependent data files 2022-05-08 19:52:10 -05:00
Xevion
1bc1384356 Update text processing RegEx in README.md 2022-05-08 19:50:12 -05:00
Xevion
b204443ae4 Create CLI-based normalization system based in XML 2022-05-08 19:49:49 -05:00
Xevion
cdc409b9a0 Commit latest changes to server-side processing system 2022-05-08 19:49:18 -05:00
Xevion
698beb5943 Update latest edits to raw pre-processing files 2022-05-08 19:48:45 -05:00
Xevion
19589cf7e1 Explain normaliation process 2022-05-08 19:48:15 -05:00
Xevion
503054b1bc Commit all pre-processed raw data for rest of episodes 2022-05-01 03:22:18 -05:00
Xevion
672eeedb1a Fix incorrect episode count being used in verify_episode
The season acquired from CLI is one-indexed while episode_counts of course is zero-indexed.
This was not accounted for in `verify_episode`, thus it would error on Season 3, Episode 15 (since Season 4 was accessed, which had 14 episodes).
2022-04-30 20:08:25 -05:00
198a38ca90 Merge pull request #6 from Xevion/dependabot/npm_and_yarn/client/axios-0.21.1
Bump axios from 0.18.1 to 0.21.1 in /client
2021-05-22 21:41:55 -05:00
a1090f4c56 Merge pull request #7 from Xevion/dependabot/npm_and_yarn/client/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4 in /client
2021-05-22 21:41:46 -05:00
a21388db5e Merge pull request #8 from Xevion/dependabot/npm_and_yarn/client/y18n-4.0.1
Bump y18n from 4.0.0 to 4.0.1 in /client
2021-05-22 21:41:38 -05:00
9869f9f1e6 Merge pull request #9 from Xevion/dependabot/npm_and_yarn/client/ssri-6.0.2
Bump ssri from 6.0.1 to 6.0.2 in /client
2021-05-22 21:41:30 -05:00
c397968479 Merge pull request #10 from Xevion/dependabot/npm_and_yarn/client/url-parse-1.5.1
Bump url-parse from 1.4.7 to 1.5.1 in /client
2021-05-22 21:41:09 -05:00
b22d86f642 Merge pull request #11 from Xevion/dependabot/npm_and_yarn/client/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21 in /client
2021-05-22 21:40:58 -05:00
f926549450 Merge pull request #12 from Xevion/dependabot/npm_and_yarn/client/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.8 to 2.8.9 in /client
2021-05-22 21:40:41 -05:00
dependabot[bot]
5aafddcfe9 Bump hosted-git-info from 2.8.8 to 2.8.9 in /client
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 22:02:42 +00:00
dependabot[bot]
3ec5f2ba24 Bump lodash from 4.17.19 to 4.17.21 in /client
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 21:44:02 +00:00
dependabot[bot]
95a6474d8e Bump url-parse from 1.4.7 to 1.5.1 in /client
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 06:06:21 +00:00
dependabot[bot]
864aa33b55 Bump ssri from 6.0.1 to 6.0.2 in /client
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30 19:44:12 +00:00
dependabot[bot]
30eaa4673d Bump y18n from 4.0.0 to 4.0.1 in /client
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-01 06:22:26 +00:00
dependabot[bot]
4bb51d8009 Bump elliptic from 6.5.3 to 6.5.4 in /client
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 04:18:49 +00:00
dependabot[bot]
382301d72c Bump axios from 0.18.1 to 0.21.1 in /client
Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.18.1...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-06 08:45:32 +00:00
Xevion
e083730ab0 Merge pull request #5 from Xevion/dependabot/npm_and_yarn/client/node-forge-0.10.0
Bump node-forge from 0.9.0 to 0.10.0 in /client
2020-11-09 10:21:56 -06:00
dependabot[bot]
201163eaf2 Bump node-forge from 0.9.0 to 0.10.0 in /client
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/0.9.0...0.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-09 16:15:43 +00:00
Xevion
4a3d811e7a update node-forge dependency vulnerability 2020-11-09 10:14:50 -06:00
Xevion
8e3e293d76 update character descriptions with actor names, update main characters list properly to contain all wanted characters, update CLI processing to use filters and copy keys more efficiently 2020-09-21 09:52:08 -05:00
Xevion
496f588f14 copy link/blue carets from Season.vue to Character, fix unimported Skeleton componenet, fix Season breadcrumbs not showing name for characters with null name fields 2020-09-17 14:35:27 -05:00
Xevion
7ae360a576 fix characters API endpoint, add Promise to PRELOAD_CHARACTER actions, copy Season component list group formatting to Characters (need to filter down allowed Characters) 2020-09-17 14:19:27 -05:00
Xevion
46bea4af4d add Promise to FETCH_CHARACTER action, add getCharacter getter to store, fix Skeleton.vue animated position bricking 2020-09-17 13:59:54 -05:00
Xevion
ec25ce6571 CharacterBadges rename and Characters routing, fix Season component text fetching breaking dependent breadcrumb calculations 2020-09-17 13:59:04 -05:00
Xevion
2894a654af implement Character page (broken Vuex reactivity, temporary data field fix), rename CharacterList to CharacterBadges, begin work on list of Characters (Characters.vue) 2020-09-17 13:57:37 -05:00
Xevion
b31635864f add FETCH and PRELOAD CHARACTER actions, fix character commit mispelling, setup MERGE_EPISODES instead of spamming MERGE_EPISODE commits 2020-09-17 10:02:18 -05:00
Xevion
1a3eee0ac4 ready API for returning just quotes by page (and fix page KeyError), base summary/name for Episode-like pre-loading, generating and merging with cli.py build characters 2020-09-15 10:30:33 -05:00
Xevion
84fce25cc8 change mouseover event to use short timeouts in order to reduce unused pre-fetching traffic, minor reformatting, remove preload axios console.log 2020-09-15 07:40:39 -05:00
Xevion
8a884c6542 commit latest main.scss (compliation of all bootstrap customization in one file, don't hurt me) 2020-09-15 07:23:05 -05:00
Xevion
d1285125f5 add set/merge character mutations with data to Vuex 2020-09-15 07:22:30 -05:00
Xevion
04320d15b5 move breakpoint badge, add color styling from history-of-robotics, add computed breakpoint bool, change Character breadcrumb to CharacterList component, attempt at Season content column alignment 2020-09-15 07:17:33 -05:00
Xevion
3e0873da3f recent changes to generated data (characters.json, main_characters.json), fixes in raw data concerning character names 2020-09-15 07:15:58 -05:00
Xevion
d23855b678 use page query param instead of separate API route 2020-09-15 07:11:55 -05:00
Xevion
ed65362ec6 setup proper breakpoint dev rendering (dev env only), add character descriptions file, add color to breakpoint markers and move over to title 2020-09-14 22:24:00 -05:00
Xevion
8ed65e7c2d copy Character breadcrumb skeleton, apply font to card title 2020-09-14 18:04:08 -05:00
Xevion
427d4c6b4f create new Skeleton loading for AIS-Search input when not loaded - better support for on demand customization of the component 2020-09-14 16:29:25 -05:00
Xevion
4b91c11562 adjust Season image/text columns, make hyperlink carets blue/change to scoped scss 2020-09-14 15:01:52 -05:00