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

Prospective solution for livestream appearance #1077

Merged
merged 84 commits into from
Nov 8, 2021
Merged
Changes from 1 commit
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
2bd857c
Travis
Sep 6, 2021
dc9e5d3
Travis
Sep 6, 2021
ca7e4d0
Build
Sep 6, 2021
10d557f
build
Sep 6, 2021
e69e606
Windows
Sep 6, 2021
2795303
Tests
Sep 6, 2021
524bdf6
No cache
Sep 6, 2021
0b90ba2
npm install
Sep 6, 2021
c0d03df
Linux
Sep 7, 2021
cf41bc2
build
Sep 7, 2021
11d8e31
build
Sep 7, 2021
0aa17c1
travis
Sep 7, 2021
0c55278
windows
Sep 7, 2021
50dcb22
build
Sep 7, 2021
dd89746
linux
Sep 7, 2021
9d47b76
test
Sep 7, 2021
9a356ec
export
Sep 7, 2021
9b1b6b8
export
Sep 7, 2021
2980902
node
Sep 7, 2021
66591c5
windows
Sep 7, 2021
a8a4fc1
travis_wait linux
Sep 7, 2021
42ff4f3
tests
Sep 7, 2021
73abe93
javascript
Sep 7, 2021
466faae
sudo
Sep 7, 2021
61fca26
script
Sep 7, 2021
7f01d81
local_dir
Sep 7, 2021
7a9a14d
commit
Sep 9, 2021
88aaf8f
commit
Sep 9, 2021
271006f
Merge pull request #3 from nukeop/master
jreiser1 Sep 16, 2021
3afc999
Combining all Travis setup commits
Sep 6, 2021
4a2960c
Changed to TypeScript (#1039)
Hardik-hi Sep 11, 2021
cf9da46
Skip Sponsorblock setting options (#1047)
haidang666 Sep 11, 2021
e9c2b53
Increased z-index of plugin dropdown
Hardik-hi Sep 12, 2021
eeb2f2e
Merge branch 'master' of https://github.com/MSU-CS4360-Nuclear/nuclear
jreiser1 Sep 18, 2021
320722d
Fixed typo in Equalizer presets
jreiser1 Sep 18, 2021
bbeb014
Fixed incorrect album year display
jreiser1 Sep 19, 2021
c7c8f79
Copying Seekbar code to start on LivestreamSeekbar
jreiser1 Sep 19, 2021
678a8d1
Potential Resolution for Nuclear issues #1044 & #1007
Sep 21, 2021
39a44d6
commenting out boilerplate code
jreiser1 Sep 23, 2021
2fb1be0
Merge pull request #10 from MSU-CS4360-Nuclear/livestream-fix
1lluzi0nzz Sep 23, 2021
21ccac1
Removed boilerplate Livestream code and fixed album year implementation
jreiser1 Sep 28, 2021
b3b0ff5
update .gitignore
jreiser1 Sep 28, 2021
92f1e5e
deleting .vs directory
jreiser1 Sep 28, 2021
56dabcf
Delete package-lock.json
jreiser1 Sep 28, 2021
78d0128
Delete deeper package-lock.json
jreiser1 Sep 28, 2021
0610f55
updated .gitignore again
jreiser1 Sep 28, 2021
aa1a216
Merge branch 'master' of https://github.com/MSU-CS4360-Nuclear/nuclear
jreiser1 Sep 28, 2021
cc0e20f
Delete .travis.yml
jreiser1 Sep 28, 2021
6b06985
Update package.json
1lluzi0nzz Sep 28, 2021
2ed3afa
Fix package-lock.json
1lluzi0nzz Sep 28, 2021
aadd9ae
Re-adding old package-lock.json
jreiser1 Sep 28, 2021
bb780c9
Update .gitignore
1lluzi0nzz Sep 29, 2021
6f63d8c
Update index.ts
1lluzi0nzz Sep 29, 2021
5b0bbcd
Merge branch 'nukeop:master' into master
jreiser1 Oct 4, 2021
69c82d2
set up live timestamps
jreiser1 Oct 4, 2021
702e640
add optional parameter & fix UI transfer between live and regular songs
jreiser1 Oct 4, 2021
a32cdf9
added livestream seekbar functionality
jreiser1 Oct 5, 2021
8d3b5ee
adding unit tests for formatDuration optional parameter
jreiser1 Oct 6, 2021
ae9db00
Merge branch 'nukeop:master' into master
jreiser1 Oct 6, 2021
304cd20
Queue will show the duration of LIVE tracks as LIVE instead of 00:00
Oct 7, 2021
4e6678c
Adjusted PlayQueueContainer Snapshot Tests to reflect LIVE where they…
Oct 7, 2021
b7e11e4
livestreamfix2 > master, PR candidate for nuclear issue #970
1lluzi0nzz Oct 7, 2021
e711167
Merge branch 'nukeop:master' into master
1lluzi0nzz Oct 17, 2021
d27bb01
Logging when livestream is NaN to fix normal song -> livestream bug
jreiser1 Oct 17, 2021
6a49c74
Merge pull request #14 from MSU-CS4360-Nuclear/livestreamfix2
jreiser1 Oct 17, 2021
c4fe0a7
Livestream bottom right -'LIVE' > 'LIVE'
Oct 19, 2021
dba5177
adding item for "Live" timestamp to language files
jreiser1 Oct 19, 2021
8d045db
removing unnecessary logging
jreiser1 Oct 19, 2021
091d160
Merge pull request #15 from MSU-CS4360-Nuclear/livestreamfix2
jreiser1 Oct 19, 2021
1d313f0
QueueItem duration is localized with livestreams ie Live, En Vivo, etc
Oct 21, 2021
3706cd0
Adding check for NaN timeToEnd to fix seekbar UI bug
jreiser1 Oct 21, 2021
78136ba
Merge pull request #16 from MSU-CS4360-Nuclear/livestreamfix2
jreiser1 Oct 21, 2021
569828e
adding localization to live timestamps
jreiser1 Oct 21, 2021
07b413f
adding localization to live timestamps
jreiser1 Oct 21, 2021
47aa7d7
Removing live keys from all language files except en.json
Oct 21, 2021
7b02ff6
livestream > isLivestream, Reverted change in QueueItem.tsx (change i…
Oct 21, 2021
fc6023f
1 Line for isLivestream & fill
Oct 21, 2021
3d260f5
hooks.ts type errors
Oct 24, 2021
5b5a954
Seekbar Type Errors
Oct 24, 2021
8ed3641
Merge branch 'nukeop:master' into master
1lluzi0nzz Oct 28, 2021
2a6d834
Seekbar types
Oct 28, 2021
5412342
formatDuration test for string 'test' should now be 'test' for Livest…
Oct 28, 2021
ff2f0dd
Fixed Snapshot tests
Oct 28, 2021
67c22eb
revert album_year test
Oct 28, 2021
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
Prev Previous commit
Next Next commit
export
  • Loading branch information
Jacob Netwal committed Sep 7, 2021
commit 9b1b6b8a912b18c80b19c3408df30f0b70f4b9c8
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_script:
export NODE_OPTIONS=�max_old_space_size=8192

deploy:
provider: releases
provider: pages
github-token: $GITHUB-TOKEN
on:
branch: master