Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .github/ipk_build/control/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Package: elastic-dashboard
Package: elastic_dashboard
Version: 1.0.0
Description: A simple and modern dashboard for FRC.
Section: development
Expand All @@ -10,4 +10,4 @@ X-Port: 5806
X-Display-Name: Elastic
X-Has-UI: true
X-Auto-Start: true
X-Icon-Path: /usr/share/elastic-dashboard.png
X-Icon-Path: /usr/share/elastic_dashboard.png
2 changes: 1 addition & 1 deletion .github/ipk_build/control/postinst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
PACKAGE_NAME="elastic-dashboard"
PACKAGE_NAME="elastic_dashboard"

echo "Configuring service for $PACKAGE_NAME"

Expand Down
2 changes: 1 addition & 1 deletion .github/ipk_build/control/postrm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
PACKAGE_NAME="elastic-dashboard"
PACKAGE_NAME="elastic_dashboard"

systemctl daemon-reload
systemctl reset-failed $PACKAGE_NAME.service 2>/dev/null || true
Expand Down
2 changes: 1 addition & 1 deletion .github/ipk_build/control/prerm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
PACKAGE_NAME="elastic-dashboard"
PACKAGE_NAME="elastic_dashboard"

echo "Stopping $PACKAGE_NAME service..."

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/elastic-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Elastic-SystemCore
path: .github/ipk_build/elastic-dashboard_*.ipk
path: .github/ipk_build/elastic_dashboard_*.ipk
if-no-files-found: error

github-pages:
name: "Upload to GitHub Pages"
runs-on: ubuntu-22.04
if: ${{ github.repository == 'Gold872/elastic-dashboard' && github.ref == 'refs/heads/main' }}
if: ${{ github.repository == 'Gold872/elastic_dashboard' && github.ref == 'refs/heads/main' }}
needs: [build-web]
steps:
- name: Download Web Build
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
run: |
ls -al
mv Elastic-Windows.zip Elastic-Windows_portable.zip
mv elastic-dashboard_*.ipk Elastic-SystemCore.ipk
mv elastic_dashboard_*.ipk Elastic-SystemCore.ipk

- name: Get Draft Release Info
id: release_info
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ![Elastic Logo](assets/logos/logo_full.png)

[![Elastic](https://github.com/Gold872/elastic-dashboard/actions/workflows/elastic-ci.yml/badge.svg)](https://github.com/Gold872/elastic-dashboard/actions/workflows/elastic-ci.yml) [![codecov](https://codecov.io/gh/Gold872/elastic-dashboard/graph/badge.svg?token=4MQYW8SMQI)](https://codecov.io/gh/Gold872/elastic-dashboard)
[![Elastic](https://github.com/Gold872/elastic_dashboard/actions/workflows/elastic-ci.yml/badge.svg)](https://github.com/Gold872/elastic_dashboard/actions/workflows/elastic-ci.yml) [![codecov](https://codecov.io/gh/Gold872/elastic_dashboard/graph/badge.svg?token=4MQYW8SMQI)](https://codecov.io/gh/Gold872/elastic_dashboard)

A simple and modern dashboard for FRC.

Download files can be found [here](https://github.com/Gold872/elastic-dashboard/releases/latest), the supported platforms are Windows, MacOS, Linux, and Web.
Download files can be found [here](https://github.com/Gold872/elastic_dashboard/releases/latest), the supported platforms are Windows, MacOS, Linux, and Web.

Try it in your browser! https://gold872.github.io/elastic-dashboard/
Try it in your browser! https://gold872.github.io/elastic_dashboard/

## About

Expand All @@ -33,6 +33,6 @@ This dashboard wouldn't have been made without the help and inspiration from the

## Contributors

<a href="https://github.com/Gold872/elastic-dashboard/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Gold872/elastic-dashboard" />
<a href="https://github.com/Gold872/elastic_dashboard/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Gold872/elastic_dashboard" />
</a>
2 changes: 1 addition & 1 deletion elasticlib/.styleguide-license
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-2025 Gold87 and other Elastic contributors
// This software can be modified and/or shared under the terms
// defined by the Elastic license:
// https://github.com/Gold872/elastic-dashboard/blob/main/LICENSE
// https://github.com/Gold872/elastic_dashboard/blob/main/LICENSE
2 changes: 1 addition & 1 deletion elasticlib/Elastic.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2023-2025 Gold87 and other Elastic contributors
// This software can be modified and/or shared under the terms
// defined by the Elastic license:
// https://github.com/Gold872/elastic-dashboard/blob/main/LICENSE
// https://github.com/Gold872/elastic_dashboard/blob/main/LICENSE

package frc.robot.util;

Expand Down
2 changes: 1 addition & 1 deletion elasticlib/elasticlib.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2023-2025 Gold87 and other Elastic contributors
// This software can be modified and/or shared under the terms
// defined by the Elastic license:
// https://github.com/Gold872/elastic-dashboard/blob/main/LICENSE
// https://github.com/Gold872/elastic_dashboard/blob/main/LICENSE

#include "elasticlib.h"

Expand Down
2 changes: 1 addition & 1 deletion elasticlib/elasticlib.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2023-2025 Gold87 and other Elastic contributors
// This software can be modified and/or shared under the terms
// defined by the Elastic license:
// https://github.com/Gold872/elastic-dashboard/blob/main/LICENSE
// https://github.com/Gold872/elastic_dashboard/blob/main/LICENSE

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion installer_setup_script.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define MyAppName "Elastic"
#define MyAppFolderName "FRC Elastic"
#define MyAppPublisher "Gold87"
#define MyAppURL "https://github.com/Gold872/elastic-dashboard/"
#define MyAppURL "https://github.com/Gold872/elastic_dashboard/"
#define MyAppExeName "elastic_dashboard.exe"
#define MyAppSourceDir "build\windows\x64\runner\Release"
#define MyAppExePath MyAppSourceDir + "\" + MyAppExeName
Expand Down
2 changes: 1 addition & 1 deletion lib/services/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extension LogLevelUtil on Level {

class Settings {
static const String repositoryLink =
'https://github.com/Gold872/elastic-dashboard';
'https://github.com/Gold872/elastic_dashboard';
static const String releasesLink = '$repositoryLink/releases/latest';

// window_manager doesn't support drag disable/maximize
Expand Down
2 changes: 1 addition & 1 deletion lib/services/update_checker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UpdateChecker {

try {
Release latestRelease = await _github.repositories.getLatestRelease(
RepositorySlug('Gold872', 'elastic-dashboard'),
RepositorySlug('Gold872', 'elastic_dashboard'),
);

String? tagName = latestRelease.tagName;
Expand Down