Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #413

Merged
merged 39 commits into from
Mar 13, 2024
Merged

Test #413

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d4cb2fb
Bump jsdom and global-jsdom
dependabot[bot] Jan 1, 2024
c025686
#397 adds registerAuthCallback function using strategy pattern; adds …
EandrewJones Jan 17, 2024
5ea9251
add updated build
EandrewJones Jan 24, 2024
8b07420
Merge pull request #398 from EandrewJones/#397-Add-auth-header-callba…
Jyyjy Jan 24, 2024
128ccc8
#400 follows strategy pattern to allow users to statically or dynamic…
EandrewJones Jan 24, 2024
1da0f25
#400 add license header
EandrewJones Jan 24, 2024
ccdb459
Merge pull request #401 from EandrewJones/#400-Allow-users-to-add-cus…
Jyyjy Jan 29, 2024
053590e
Duplicate logging note for custom logs
amirmghaemi Jan 29, 2024
99d5710
Initial json schema and tests
Jyyjy Aug 3, 2023
b3773a4
Mark page load as custom
Jyyjy Jan 26, 2024
d4469e3
Add updated build
Jyyjy Jan 29, 2024
1a643a4
Merge pull request #403 from UMD-ARLIS/jsonschema
Jyyjy Jan 31, 2024
6950ee9
browser extension refactoring
Jyyjy Feb 1, 2024
0c46836
Fix option intializtion order
Jyyjy Feb 2, 2024
b311103
Add basic auth to extension
Jyyjy Feb 2, 2024
923be54
add password to main script and persist in ext storage
Jyyjy Feb 5, 2024
8bd9b61
Merge pull request #407 from UMD-ARLIS/background
Jyyjy Feb 6, 2024
3ee604a
Remove password from main script
Jyyjy Feb 6, 2024
a5097c8
Add tabId to log entries
Feb 6, 2024
d2bc4ad
Set auth header with password
Jyyjy Feb 6, 2024
4ede28c
Update implementation given latest code base in test branch
Feb 6, 2024
24a5ccd
Get auth header on ext boot
Jyyjy Feb 6, 2024
5b94d26
Remove tabid from packageLogs
Jyyjy Feb 7, 2024
8a54754
add tabId to content script logs
Jyyjy Feb 7, 2024
5ab92db
Merge pull request #408 from UMD-ARLIS/ext-auth
Jyyjy Feb 7, 2024
36b5bb3
Merge pull request #409 from UMD-ARLIS/feat/tabId
Jyyjy Feb 8, 2024
92e8a5d
Adds url whitelist regex to ext options
Jyyjy Feb 7, 2024
e9a99af
Updates from feedback
Jyyjy Feb 8, 2024
a761d67
Fix rebase issues
Jyyjy Feb 8, 2024
08a6338
Fix syntax
Jyyjy Feb 8, 2024
aac2dce
Merge pull request #410 from UMD-ARLIS/urlfilter
Jyyjy Feb 8, 2024
e8a9b66
Merge branch 'test' into dependabot/npm_and_yarn/test/jsdom-and-globa…
EandrewJones Feb 13, 2024
25ba2d2
Merge pull request #391 from apache/dependabot/npm_and_yarn/test/jsdo…
EandrewJones Feb 13, 2024
51939dd
Bump @rollup/plugin-json from 6.0.1 to 6.1.0 (#392)
dependabot[bot] Feb 13, 2024
de36c1f
Bump @babel/register from 7.22.15 to 7.23.7 (#393)
dependabot[bot] Feb 13, 2024
0818096
Bump @babel/plugin-transform-runtime from 7.23.4 to 7.23.9 (#405)
dependabot[bot] Feb 13, 2024
a2f4071
Bump cypress from 13.6.0 to 13.6.4 (#406)
dependabot[bot] Feb 13, 2024
c839132
Sessions (#412)
Jyyjy Feb 16, 2024
5537271
Fix httpSessionId name
Jyyjy Feb 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/.git/*
npm-debug.log
DS_store
cypress
cypress
/build/*
Loading
Loading