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

January 2025 v0.67.0 Release #739

Merged
merged 30 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
607cd2e
chore: update package versions
toxophilist Dec 12, 2024
c464f15
chore: fix typo
toxophilist Dec 12, 2024
9a492fb
feat: Add collapsable entries to compartment list
toxophilist Dec 12, 2024
017f05f
Merge branch 'master' into toxophilist/sprint-dev
toxophilist Dec 12, 2024
395f08c
chore: upgrade 3rd party libraries
toxophilist Jan 9, 2025
1e509c4
chore: remove build info
toxophilist Jan 10, 2025
62b261d
chore. Add *.tsbuildinfo to ignore list
toxophilist Jan 10, 2025
a1eed40
chore: Update packages
toxophilist Jan 10, 2025
7c3e7a4
chore: update npms and node version
toxophilist Jan 21, 2025
334114d
build: add type to forge config
toxophilist Jan 23, 2025
f9505cd
chore: Add new exceljs package
toxophilist Jan 24, 2025
d5e6515
feat: Add basic framework for export to resource manager
toxophilist Jan 24, 2025
d1f9c35
chore: log package.json details
toxophilist Jan 24, 2025
8bd0564
build: update package import in forge config to specify json type
toxophilist Jan 27, 2025
d07ea08
chore: replace d3.event with local event following upgrade of d3 to v…
toxophilist Jan 27, 2025
f647333
chore: update version number
toxophilist Jan 27, 2025
3a4d70b
Merge branch 'master' into toxophilist/sprint-dev
toxophilist Jan 27, 2025
de4c834
chore: tidy CHANGELOG
toxophilist Jan 27, 2025
3da6534
fix: add aria-hidden to list elements with click event
toxophilist Jan 27, 2025
8f2b17f
chore: implement SonarCloud recommendations
toxophilist Jan 27, 2025
92c988b
chore: update package version number
toxophilist Jan 27, 2025
480eafd
docs: move OCI installation documentation to unsupported
toxophilist Jan 30, 2025
5e01d48
feat(export): Add export buttons to view toolbar
toxophilist Jan 30, 2025
0119761
chore(SonarCloud): Implement recommendations
toxophilist Jan 30, 2025
2860031
chore(SonarCloud): Implement recommendations
toxophilist Jan 30, 2025
1225872
chore(SonarCloud): reduce funtion nesting
toxophilist Jan 30, 2025
76b06c5
revert(d3): Revert to d3.v5 because breaking change in d3.v7 more sig…
toxophilist Jan 31, 2025
4f28bbc
chore(SonarCloud): Implement recommendation
toxophilist Jan 31, 2025
5613739
chore(SonarCloud): Implement recommendations
toxophilist Jan 31, 2025
de42ccb
Merge pull request #738 from oracle/toxophilist/sprint-dev
toxophilist Jan 31, 2025
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 .github/workflows/build-desktop-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
version: [22.11.0]
version: [latest]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
version: [22.11.0]
version: [latest]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ okit.wpr
**/out/
**/lib/
**/.vite/
**/*.tsbuildinfo
# **/package-lock.json

# Terraform
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Release Notes


## Version 0.67.0
**Release Date**: 31st January 2025
### Features
1. OKIT-Web: Update D3 library to V7
2. OKIT-Web: Update JQuery to V3.7.1
### Bug Fixes


## Version 0.66.1
**Release Date**: 13th December 2024
### Features
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM oraclelinux:8
ARG BRANCH=master
LABEL "provider"="Oracle" \
"issues"="https://github.com/oracle/oci-designer-toolkit/issues" \
"version"="0.66.1" \
"version"="0.67.0" \
"description"="OKIT Web Server Container." \
"copyright"="Copyright (c) 2020, 2024, Oracle and/or its affiliates."
# SHELL ["/bin/bash", "-c"]
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=oracle_oci-designer-toolkit&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=oracle_oci-designer-toolkit)
# Oracle Cloud Infrastructure Designer and Visualisation Toolkit [0.66.1](CHANGELOG.md#version-0.66.1)
# Oracle Cloud Infrastructure Designer and Visualisation Toolkit [0.67.0](CHANGELOG.md#version-0.67.0)

Full Release Details Can Found [0.66.1 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.66.1).
Full Release Details Can Found [0.67.0 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.67.0).

**OKIT - Open Cloud Designer** Public Beta is now Available see [0.66.1 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.66.1) for details.
**OKIT - Open Cloud Designer** Public Beta is now Available see [0.67.0 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.67.0) for details.
_____

OCI designer and visualisation toolKIT (OKIT) is a browser based tool that allows the user to [design](https://www.ateam-oracle.com/introduction-to-okit-the-oci-designer-toolkit),
Expand Down Expand Up @@ -38,7 +38,7 @@ OCI environments through a graphical web based interface.

## Changes

[Changes for the current release (0.66.1) are documented here.](CHANGELOG.md#version-0.66.1)
[Changes for the current release (0.67.0) are documented here.](CHANGELOG.md#version-0.67.0)


## Releases
Expand All @@ -61,15 +61,15 @@ Detailed OKIT Installation steps can be found in the [OCI Designer Toolkit Insta
3. [Oracle Linux](documentation/Installation.md#oracle-linux-ol8)
### OKIT-Ocd
OKIT-Ocd is the next iteration of OKIT and is currently available as a Beta release. The native installables can be found in the Assets section
on the [0.66.1 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.66.1).
on the [0.67.0 Release](https://github.com/oracle/oci-designer-toolkit/releases/tag/v0.67.0).
1. MacOS
1. [Arm dmg](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.1/ocd-0.2.6-arm64.dmg)
2. [x64 dmg](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.1/ocd-0.2.6-x64.dmg)
1. [Arm dmg](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.67.0/ocd-0.2.7-arm64.dmg)
2. [x64 dmg](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.67.0/ocd-0.2.7-x64.dmg)
2. Windows
1. [Setup](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.1/ocd-0.2.6-Setup.exe)
1. [Setup](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.67.0/ocd-0.2.7-Setup.exe)
3. Linux
1. [rpm](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.1/ocd-0.2.6-1.x86_64.rpm)
2. [deb](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.66.1/ocd_0.2.6_amd64.deb)
1. [rpm](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.67.0/ocd-0.2.7-1.x86_64.rpm)
2. [deb](https://github.com/oracle/oci-designer-toolkit/releases/download/v0.67.0/ocd_0.2.7_amd64.deb)



Expand Down
20 changes: 5 additions & 15 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=oracle_oci-designer-toolkit&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=oracle_oci-designer-toolkit)
# November 2024 Release (Version 0.66.1)
# January 2025 Release (Version 0.67.0)
____
**Update 0.66.1**: This update addresses the following issues.
1. Update main README to de-emphasise Docker
**Update 0.67.0**: This update addresses the following issues.
____
Welcome to the November 2024 release of OKIT. This release switches the exiat Create React App based build format to Vite and Electron Forge.
Welcome to the January 2025 release of OKIT. This release updates a number of embedded JavaScript libraries to their latest release..

## OKIT (Web) Features
1. OKIT-Web: Update D3 library to V7
2. OKIT-Web: Update JQuery to V3.7.1

## OKIT - Open Cloud Designer
1. OKIT-Ocd: Convert @ocd/core to ES6 Module (#OKIT-307)
1. OKIT-Ocd: Convert @ocd/model to ES6 Module (#OKIT-308)
1. OKIT-Ocd: Convert @ocd/query to ES6 Module (#OKIT-309)
1. OKIT-Ocd: Convert @ocd/export to ES6 Module (#OKIT-310)
1. OKIT-Ocd: Convert @ocd/import to ES6 Module (#OKIT-311)
1. OKIT-Ocd: Convert @ocd/codegen to ES6 Module (#OKIT-312)
1. OKIT-Ocd: Convert @ocd/codegen-cli to ES6 Module (#OKIT-313)
1. OKIT-Ocd: Convert @ocd/cli to ES6 Module (#OKIT-314)
1. OKIT-Ocd: Convert @ocd/desktop to ES6 Module (#OKIT-315)
1. OKIT-Ocd: Switch build process from Create React App / Webpack to Vite (#OKIT-305)
1. OKIT-Ocd: Switch to Electron Forge for building.

### Beta Overview

Expand Down
2 changes: 1 addition & 1 deletion containers/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM oraclelinux:8
LABEL "provider"="Oracle" \
"issues"="https://github.com/oracle/oci-designer-toolkit/issues" \
"version"="0.66.1" \
"version"="0.67.0" \
"description"="OKIT Web Server Container." \
"copyright"="Copyright (c) 2020, 2024, Oracle and/or its affiliates."
# SHELL ["/bin/bash", "-c"]
Expand Down
Loading