Skip to content

Commit 1f4a40a

Browse files
authored
Rename repository to elastic_dashboard (#317)
1 parent d725321 commit 1f4a40a

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed

.github/ipk_build/control/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Package: elastic-dashboard
1+
Package: elastic_dashboard
22
Version: 1.0.0
33
Description: A simple and modern dashboard for FRC.
44
Section: development
@@ -10,4 +10,4 @@ X-Port: 5806
1010
X-Display-Name: Elastic
1111
X-Has-UI: true
1212
X-Auto-Start: true
13-
X-Icon-Path: /usr/share/elastic-dashboard.png
13+
X-Icon-Path: /usr/share/elastic_dashboard.png

.github/ipk_build/control/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
PACKAGE_NAME="elastic-dashboard"
2+
PACKAGE_NAME="elastic_dashboard"
33

44
echo "Configuring service for $PACKAGE_NAME"
55

.github/ipk_build/control/postrm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
PACKAGE_NAME="elastic-dashboard"
2+
PACKAGE_NAME="elastic_dashboard"
33

44
systemctl daemon-reload
55
systemctl reset-failed $PACKAGE_NAME.service 2>/dev/null || true

.github/ipk_build/control/prerm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
PACKAGE_NAME="elastic-dashboard"
2+
PACKAGE_NAME="elastic_dashboard"
33

44
echo "Stopping $PACKAGE_NAME service..."
55

.github/ipk_build/overlay/etc/systemd/system/elastic-dashboard.service renamed to .github/ipk_build/overlay/etc/systemd/system/elastic_dashboard.service

File renamed without changes.

.github/ipk_build/overlay/usr/share/elastic-dashboard.png renamed to .github/ipk_build/overlay/usr/share/elastic_dashboard.png

File renamed without changes.

.github/workflows/elastic-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,13 @@ jobs:
272272
uses: actions/upload-artifact@v4
273273
with:
274274
name: Elastic-SystemCore
275-
path: .github/ipk_build/elastic-dashboard_*.ipk
275+
path: .github/ipk_build/elastic_dashboard_*.ipk
276276
if-no-files-found: error
277277

278278
github-pages:
279279
name: "Upload to GitHub Pages"
280280
runs-on: ubuntu-22.04
281-
if: ${{ github.repository == 'Gold872/elastic-dashboard' && github.ref == 'refs/heads/main' }}
281+
if: ${{ github.repository == 'Gold872/elastic_dashboard' && github.ref == 'refs/heads/main' }}
282282
needs: [build-web]
283283
steps:
284284
- name: Download Web Build
@@ -318,7 +318,7 @@ jobs:
318318
run: |
319319
ls -al
320320
mv Elastic-Windows.zip Elastic-Windows_portable.zip
321-
mv elastic-dashboard_*.ipk Elastic-SystemCore.ipk
321+
mv elastic_dashboard_*.ipk Elastic-SystemCore.ipk
322322
323323
- name: Get Draft Release Info
324324
id: release_info

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ![Elastic Logo](assets/logos/logo_full.png)
22

3-
[![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)
3+
[![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)
44

55
A simple and modern dashboard for FRC.
66

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

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

1111
## About
1212

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

3434
## Contributors
3535

36-
<a href="https://github.com/Gold872/elastic-dashboard/graphs/contributors">
37-
<img src="https://contrib.rocks/image?repo=Gold872/elastic-dashboard" />
36+
<a href="https://github.com/Gold872/elastic_dashboard/graphs/contributors">
37+
<img src="https://contrib.rocks/image?repo=Gold872/elastic_dashboard" />
3838
</a>

elasticlib/.styleguide-license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) 2023-2025 Gold87 and other Elastic contributors
22
// This software can be modified and/or shared under the terms
33
// defined by the Elastic license:
4-
// https://github.com/Gold872/elastic-dashboard/blob/main/LICENSE
4+
// https://github.com/Gold872/elastic_dashboard/blob/main/LICENSE

elasticlib/Elastic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2023-2025 Gold87 and other Elastic contributors
22
// This software can be modified and/or shared under the terms
33
// defined by the Elastic license:
4-
// https://github.com/Gold872/elastic-dashboard/blob/main/LICENSE
4+
// https://github.com/Gold872/elastic_dashboard/blob/main/LICENSE
55

66
package frc.robot.util;
77

0 commit comments

Comments
 (0)