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

Dashboard v2 #216

Draft
wants to merge 52 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
02981e3
Repo structure and config updates
quietbits Jan 20, 2022
cb82729
Update Dockerfile + disable test GH action
quietbits Jan 20, 2022
41ec951
Update Dockerfile node version to 16
quietbits Jan 20, 2022
0adc571
Config cleanup + tests in jest
quietbits Jan 22, 2022
ee613a3
Exit tests
quietbits Jan 22, 2022
49ff36e
Resolved conflicts with master
quietbits Feb 8, 2022
4115828
GitHub Actions: disable tests for now
quietbits Feb 8, 2022
df702ae
v2: Network switch (#227)
quietbits Feb 9, 2022
32fa52d
v2: placeholder sections on mainnet (#228)
quietbits Feb 9, 2022
6307dc6
v2: Announcement banner (#229)
quietbits Feb 10, 2022
484a2bc
v2: Incidents (#231)
quietbits Feb 10, 2022
c21b07a
v2: Network status (#232)
quietbits Feb 14, 2022
e2da71b
v2: Last ledger (#236)
quietbits Feb 15, 2022
eb96b1c
v2: Last 10 ledgers info (#237)
quietbits Feb 16, 2022
e381aa9
v2: Replace and remove moment.js (#238)
quietbits Feb 16, 2022
621a269
Adjust formatted full date string
quietbits Feb 16, 2022
1b80195
v2: refactor code structure (#243)
quietbits Feb 28, 2022
24b9ccf
v2: Network nodes (#248)
quietbits Mar 1, 2022
9cad0ec
v2: Update last ledgers info (#250)
quietbits Mar 1, 2022
d0177e6
v2: Lumen supply (#251)
quietbits Mar 2, 2022
20af38a
Stellar SDK update for Protocol 19 (#258)
quietbits May 2, 2022
32dcd7b
SDFD-3_add_tests (#261)
Selhar May 11, 2022
ed20438
SDFD-15 Feat: Add charts components (#266)
italomlp May 12, 2022
34d1e53
feat(v2): add missing charts for existing sections (#270)
italomlp May 16, 2022
3693f88
chore(v2): improve charts documentation (#271)
italomlp May 17, 2022
f3ae4b5
Replace react-scripts with Webpack (#281)
quietbits Jun 6, 2022
afb8255
SDFD-6_dex_data (#272)
Selhar Jun 8, 2022
804c55f
update stellar-sdk (#285)
acharb Jun 10, 2022
7371c37
SDFD-6 Feat: By the numbers section (#268)
italomlp Jun 10, 2022
48107d2
SDFD-13_serve_1h_24h_ledger_data (#282)
Selhar Jun 16, 2022
43529e5
SDFD-13_serve_ledger_averages (#287)
Selhar Jun 22, 2022
a808b0a
SDFD-12_testnet_data (#283)
Selhar Jun 23, 2022
d4db96e
SDFD-16 Feat: Ledgers Info section (#269)
italomlp Jun 24, 2022
b281040
fix(v2): ledger api link (#290)
italomlp Jun 27, 2022
548c07b
feat: update network status interval to 1 sec (#291)
italomlp Jun 27, 2022
268ad94
merge Dashboard v2.1 into dashboard-v2 branch (#308)
acharb Aug 16, 2022
8a66fa7
test jenkins
acharb Aug 16, 2022
8bceecb
add script for refreshing redis to be run by cronjob (#310)
acharb Aug 19, 2022
808f45e
Empty commit for dashboard-v2 (#314)
satyamz Aug 22, 2022
a2853d4
trigger jenkins
acharb Aug 25, 2022
b661fb1
Add sample change to trigger pipeline (#315)
satyamz Sep 1, 2022
9fd86f5
use process.exit() for redis refresh script (#316)
acharb Sep 14, 2022
8c75e47
link to op_stats in total monthly operations chart (#317)
acharb Sep 14, 2022
1c64a77
fix chart ui month off by 1, remove month redis refresh (#318)
acharb Sep 20, 2022
fd6cbd1
Use Node v18 (#325)
quietbits Jun 29, 2023
9b8f3c3
Update GitHub Actions + Dockerfile (#329)
quietbits Nov 2, 2023
d30d458
Updated favicons (#333)
quietbits Jan 9, 2024
99272d8
remove _2
acharb Jan 24, 2024
57da316
committed on accident
acharb Jan 24, 2024
86344fd
fix (#334)
acharb Jan 24, 2024
32ec166
retrigger buildmeister
acharb Feb 5, 2024
8d08cb7
change backend to use @stellar/stellar-sdk (#336)
acharb Jun 3, 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
Prev Previous commit
Next Next commit
Add sample change to trigger pipeline (#315)
  • Loading branch information
satyamz authored Sep 1, 2022
commit b661fb1d1216b61f2497262b6bec1c3f0dc9ed66
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

To build this project, you must have the following dependencies installed:

- node 10.16.3
- node `10.16.3`
- yarn

## Installation
Expand Down