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
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ OPENC3_SR_BUCKET_PASSWORD=scriptrunnerminiopassword
OPENC3_SERVICE_PASSWORD=openc3service
# Build and repository settings
ALPINE_VERSION=3.21
ALPINE_BUILD=4
ALPINE_BUILD=5
APK_URL=https://dl-cdn.alpinelinux.org
RUBYGEMS_URL=https://rubygems.org
PYPI_URL=https://pypi.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ubi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- uses: actions/setup-node@v6
with:
node-version: 22
- name: login to ironbank
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
token: ${{ secrets.QA_PAT }}

- uses: actions/setup-node@v5
- uses: actions/setup-node@v6
with:
node-version: 22
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright-firefox-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- uses: actions/setup-node@v6
with:
node-version: 22
- name: openc3.sh build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- uses: actions/setup-node@v6
with:
node-version: 22
- name: openc3.sh build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ruby-version: 3.3
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
working-directory: openc3
- uses: actions/setup-node@v5
- uses: actions/setup-node@v6
with:
node-version: 22
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To build you can use an environment variable `SSL_CERT_FILE` or it will default
If you're building and want to use a private Rubygems, NPM or APK server (e.g. Nexus) you can update the following environment variables: RUBYGEMS_URL, NPM_URL, APK_URL, and more in the .env file. Example values:

- ALPINE_VERSION=3.21
- ALPINE_BUILD=4
- ALPINE_BUILD=5
- RUBYGEMS_URL=https://rubygems.org
- NPM_URL=https://registry.npmjs.org
- APK_URL=http://dl-cdn.alpinelinux.org
Expand Down
2 changes: 1 addition & 1 deletion docs.openc3.com/docs/development/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ openc3inc/openc3-ruby latest aa158bbb9539 8 days ago
If you're building in a offline environment or want to use a private Rubygems, NPM or APK server (e.g. Nexus), you can update the following environment variables: RUBYGEMS_URL, NPM_URL, APK_URL, and more in the [.env](https://github.com/openc3/cosmos/blob/main/.env) file. Example values:

ALPINE_VERSION=3.21<br/>
ALPINE_BUILD=4<br/>
ALPINE_BUILD=5<br/>
RUBYGEMS_URL=https://rubygems.org<br/>
NPM_URL=https://registry.npmjs.org<br/>
APK_URL=http://dl-cdn.alpinelinux.org<br/>
Expand Down
16 changes: 8 additions & 8 deletions docs.openc3.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.9.1",
"@docusaurus/faster": "^3.9.1",
"@docusaurus/plugin-client-redirects": "^3.9.1",
"@docusaurus/plugin-content-docs": "^3.9.1",
"@docusaurus/preset-classic": "^3.9.1",
"@docusaurus/theme-common": "^3.9.1",
"@docusaurus/core": "^3.9.2",
"@docusaurus/faster": "^3.9.2",
"@docusaurus/plugin-client-redirects": "^3.9.2",
"@docusaurus/plugin-content-docs": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@docusaurus/theme-common": "^3.9.2",
"@mdx-js/react": "3.1.1",
"clsx": "^2.1.1",
"docusaurus-lunr-search": "3.6.0",
Expand All @@ -31,8 +31,8 @@
"react-dom": "19.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.9.1",
"@docusaurus/types": "^3.9.1"
"@docusaurus/module-type-aliases": "^3.9.2",
"@docusaurus/types": "^3.9.2"
},
"browserslist": {
"production": [
Expand Down
1,246 changes: 627 additions & 619 deletions docs.openc3.com/pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def multi_create
return
end

ret = Array.new
ret = []
input_activities.each do |input|
next if input.is_a?(Hash) == false || input['start'].nil? || input['stop'].nil? || input['name'].nil?

Expand Down Expand Up @@ -412,7 +412,7 @@ def multi_destroy
return
end

ret = Array.new
ret = []
input_activities.each do |input|
next if input.is_a?(Hash) == false || input['id'].nil? || input['name'].nil? || input['uuid'].nil?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def index
return unless authorization('cmd_info')
begin
queues = @model_class.all(scope: params[:scope])
ret = Array.new
ret = []
queues.each do |_, trigger|
ret << trigger
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def index
return unless authorization('system')
begin
triggers = @model_class.all(scope: params[:scope])
ret = Array.new
ret = []
triggers.each do |_, trigger|
ret << trigger
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def initialize
def index
return unless authorization('system')
timelines = @model_class.all
ret = Array.new
ret = []
timelines.each do |timeline, value|
if params[:scope] == timeline.split('__')[0]
ret << value
Expand Down
4 changes: 2 additions & 2 deletions openc3-cosmos-cmd-tlm-api/app/controllers/tools_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def position
end

def importmap
result = Hash.new
result["imports"] = Hash.new
result = {}
result["imports"] = {}

tools = @model_class.all_scopes
inline_tools = {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def initialize
def index
return unless authorization('system')
begin
ret = Array.new
ret = []
triggers = @model_class.all(group: params[:group], scope: params[:scope])
triggers.each do |_, trigger|
ret << trigger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def initialize
def index
return unless authorization('system')
begin
ret = Array.new
ret = []
trigger_groups = @model_class.all(scope: params[:scope])
trigger_groups.each do |_, trigger_group|
ret << trigger_group
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"build": "vite build -c vite-HelloworldWidget.config.js && vite build -c vite-BigWidget.config.js && vite build -c vite-DataviewerquaternionWidget.config.js && vite build -c vite-DataviewertimeWidget.config.js"
},
"dependencies": {
"@astrouxds/astro-web-components": "7.26.1",
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*"
},
"devDependencies": {
"@rushstack/eslint-patch": "1.12.0",
"@rushstack/eslint-patch": "1.14.0",
"@vitejs/plugin-vue": "5.2.3",
"@vue/eslint-config-prettier": "10.2.0",
"eslint": "9.34.0",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.4.0",
"eslint-plugin-vue": "10.5.1",
"prettier": "3.6.2",
"sass": "1.92.0",
"sass": "1.93.2",
"vite": "6.3.6",
"vite-plugin-style-inject": "0.0.1",
"vue": "3.5.21"
"vue": "3.5.22"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy==2.3.3
numpy==2.3.4
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def initialize(target_name)
@solar_panel_thread = nil
@solar_panel_thread_cancel = false

@track_stars = Array.new
@track_stars = []
@track_stars[0] = 1237
@track_stars[1] = 1329
@track_stars[2] = 1333
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"serve:standalone": "vite preview --mode standalone"
},
"dependencies": {
"@astrouxds/astro-web-components": "7.26.1",
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/ace-diff": "3.1.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"ace-builds": "1.43.3",
"ace-builds": "1.43.4",
"single-spa-vue": "3.0.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.3",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/test-utils": "2.4.6",
"eslint": "9.34.0",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.4.0",
"eslint-plugin-vue": "10.5.1",
"prettier": "3.6.2",
"sass": "1.92.0",
"sass": "1.93.2",
"vite": "6.3.6",
"vue": "3.5.21",
"vue": "3.5.22",
"vue-eslint-parser": "10.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"serve:standalone": "vite preview --mode standalone"
},
"dependencies": {
"@astrouxds/astro-web-components": "7.26.1",
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.12.0",
"axios": "1.12.2",
"date-fns": "4.1.0",
"lodash": "4.17.21",
"single-spa-vue": "3.0.1",
Expand All @@ -23,14 +23,14 @@
"@vitejs/plugin-vue": "5.2.3",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/test-utils": "2.4.6",
"eslint": "9.34.0",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.4.0",
"eslint-plugin-vue": "10.5.1",
"prettier": "3.6.2",
"sass": "1.92.0",
"sass": "1.93.2",
"vite": "6.3.6",
"vue": "3.5.21",
"vue": "3.5.22",
"vue-eslint-parser": "10.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
"serve:standalone": "vite preview --mode standalone"
},
"dependencies": {
"@astrouxds/astro-web-components": "7.26.1",
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"ace-builds": "1.43.3",
"axios": "1.12.0",
"ace-builds": "1.43.4",
"axios": "1.12.2",
"date-fns": "4.1.0",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "1.12.0",
"@rushstack/eslint-patch": "1.14.0",
"@vitejs/plugin-vue": "5.2.3",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/test-utils": "2.4.6",
"eslint": "9.34.0",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.4.0",
"eslint-plugin-vue": "10.5.1",
"prettier": "3.6.2",
"sass": "1.92.0",
"sass": "1.93.2",
"vite": "6.3.6",
"vue": "3.5.21",
"vue": "3.5.22",
"vue-eslint-parser": "10.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,33 @@
"serve:standalone": "vite preview --mode standalone"
},
"dependencies": {
"@astrouxds/astro-web-components": "7.26.1",
"@astrouxds/astro-web-components": "7.27.0",
"@dagrejs/dagre": "1.1.5",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.12.0",
"date-fns": "4.1.0",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3",
"@vue-flow/core": "1.46.2",
"@vue-flow/background": "1.3.2",
"@vue-flow/controls": "1.1.3",
"@vue-flow/core": "1.47.0",
"@vue-flow/minimap": "1.5.4",
"@vue-flow/node-resizer": "1.5.0",
"@vue-flow/node-toolbar": "1.1.1",
"@dagrejs/dagre": "1.1.5"
"axios": "1.12.2",
"date-fns": "4.1.0",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.3",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/test-utils": "2.4.6",
"eslint": "9.34.0",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.4.0",
"eslint-plugin-vue": "10.5.1",
"prettier": "3.6.2",
"sass": "1.92.0",
"sass": "1.93.2",
"vite": "6.3.6",
"vue": "3.5.21",
"vue": "3.5.22",
"vue-eslint-parser": "10.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"serve:standalone": "vite preview --mode standalone"
},
"dependencies": {
"@astrouxds/astro-web-components": "7.26.1",
"@astrouxds/astro-web-components": "7.27.0",
"@openc3/js-common": "workspace:*",
"@openc3/vue-common": "workspace:*",
"axios": "1.12.0",
"axios": "1.12.2",
"date-fns": "4.1.0",
"single-spa-vue": "3.0.1",
"sprintf-js": "1.1.3"
Expand All @@ -22,14 +22,14 @@
"@vitejs/plugin-vue": "5.2.3",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/test-utils": "2.4.6",
"eslint": "9.34.0",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-vue": "10.4.0",
"eslint-plugin-vue": "10.5.1",
"prettier": "3.6.2",
"sass": "1.92.0",
"sass": "1.93.2",
"vite": "6.3.6",
"vue": "3.5.21",
"vue": "3.5.22",
"vue-eslint-parser": "10.2.0"
}
}
Loading
Loading