Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/katharostech/juju-lens

A fresh new Juju web GUI
https://github.com/katharostech/juju-lens

Add .vscode to .gitignore

Might add it to git later, but not for now.

6a8129b9257187b1a725a9cba38c4eb87deec9f3 authored over 4 years ago by Zicklag <[email protected]>
Disable Matomo In Tauri App

ce6f38ecfbaeeb5680cdc5620d30a58935e43b67 authored over 4 years ago by Zicklag <[email protected]>
Update the Feedback Link

74fe70745bae66eb7fa940c44ebc35801ec429fb authored over 4 years ago by Zicklag <[email protected]>
Fix Machine Unit Click Event

It was broken after switching to using the CharmIcon component.

ddcd9d970a9e0d8c85bcf2156b1525151541f15f authored over 4 years ago by Zicklag <[email protected]>
Use Charm Icon Component For Machine Units

This makes sure that broken charm icons are handled properly.

d58de23898f54adad720889801dabb74894f758e authored over 4 years ago by Zicklag <[email protected]>
Add TODO For Unit Table Column Widths

30531db0b34562bc52d6b502c5cd78817874927d authored over 4 years ago by Zicklag <[email protected]>
Add MIssing Build Dependencies to .drone.yml

Tauri requires tools to compile optipng from source.

acea1d8880edd45a6c2f3db024ab12f1c4abd2e8 authored over 4 years ago by Zicklag <[email protected]>
Add Unit Name to Unit Tooltips

07cede705ae5793a1fef4a8e204d5711b5a8d445 authored over 4 years ago by Zicklag <[email protected]>
Add Machines List

e80456b55de6f735c4997805fee60b0d2075b418 authored over 4 years ago by Zicklag <[email protected]>
Add Gitignore and Tauri Dirs to TS Exclude

b581ff752ac0151ba06d5ae77a0bcfc23b1ece47 authored over 4 years ago by Zicklag <[email protected]>
WIP Start to Local Storage Plugin For Tauri App

79a1993798ed6948d92707705bed523be0e50888 authored over 4 years ago by Zicklag <[email protected]>
Yarn Upgrade and Update Tauri

Also switch Tauri targets config to "all" again ( the flatpak won't
build without it ).

ebee9fcc6e3e4d292bff1dceda486fd551b7fa28 authored over 4 years ago by Zicklag <[email protected]>
Yarn Upgrade

4901c5ad0e0282dca92e86415d2a6c8e427808a0 authored over 4 years ago by Zicklag <[email protected]>
Add src-tauri to the .eslintignore

add18ddc5457cd82cabd9eb2dfb3f802cf5037ce authored over 4 years ago by Zicklag <[email protected]>
Add Initial Tauri App

007b238bab531f5d9e1a2911be9f1964dc1cebfb authored over 4 years ago by Zicklag <[email protected]>
Add ESLintRC File Change For Ignoring Explicit Any

This should have been committed with the previous commit for removing
the eslint-ignore comments.

727b36d59c931f3b081f31882a9ae30409b72316 authored over 4 years ago by Zicklag <[email protected]>
Attempt to Fix Boolean Configs Again

8192dcf6404ca02e9ce0b3f602cb0875b96e9f80 authored over 4 years ago by Zicklag <[email protected]>
Fix Bookean Config Values

11bc8f7d6392e5ad241a55780ddebbd4261f42b4 authored over 4 years ago by Zicklag <[email protected]>
Fix Error When Setting Config With Empty Fields

d73169db40b621e4427460fa512eea2b2c494b1e authored over 4 years ago by Zicklag <[email protected]>
Fix Bug With App Configs that Don't Have Defaults

f8a93a12c8e36ae73f295e30ca08f72201b3ddc2 authored over 4 years ago by Zicklag <[email protected]>
Remove Eslint Disable "No Explicity Any" Comments

Decided that we should just allow explicit any because it is needed so
often.

cfc51f9956dd4f6f9e7e85a918f84daedf7269c1 authored over 4 years ago by Zicklag <[email protected]>
Add Config Edit Dialog

Adds the ability to edit application config settings

a1c41149390b544fc0803803d6b91d5e21a2d68a authored over 4 years ago by Zicklag <[email protected]>
Fix App Icons on Chrome

580109dc06abbe914e25e1411f9f03d9e0d9c2a9 authored over 4 years ago by Zicklag <[email protected]>
Add Slight Transition to App Status Dot

f4d4902dd612c0f042044f18a2d838bd19698c06 authored over 4 years ago by Zicklag <[email protected]>
Remove Old, Unused Charm Icons From Statics

36a559d4c6782508e724ff463817b88e6e1d42be authored over 4 years ago by Zicklag <[email protected]>
Add Broken Charm Icon Image

Adds a placeholder icon for charms who's icon URLs can't be accessed.

95d2806687aef0857baa538d63369d177287f629 authored over 4 years ago by Zicklag <[email protected]>
Make App Stack Icons Clickable

a177aa482b5dd0bdf1eb524d1f2de6e90f4f1163 authored over 4 years ago by Zicklag <[email protected]>
Initial Start For Config Dialog

- Also some misc. changes, some of which were meant to go in previous
commit.

b8a5034f108bb242ff22096f3702246dc725ef2d authored over 4 years ago by Zicklag <[email protected]>
Fix Text Color on Charm URL

c006e3b0b317058263caae8a76a3e96392185a98 authored over 4 years ago by Zicklag <[email protected]>
Add Missing Unit Information To Table

Added Unit machine, public IP, exposed ports, and series.

cae00ac202e11799304a08657be7e184d07e57df authored over 4 years ago by Zicklag <[email protected]>
Add Feature to README: Never have to Deploy It

ce666374a812732d1fad35d608e35c4fbfcf9577 authored over 4 years ago by Zicklag <[email protected]>
Remember the Users Visible Unit Columns Preference

87d9371a9c92f0ad537988ac8e54adc503d24328 authored over 4 years ago by Zicklag <[email protected]>
Yarn Upgrade

c2653b512912e0ad78b2edeb891eb2f6e4a463c0 authored over 4 years ago by Zicklag <[email protected]>
Add App Data to Model View

- Add status dot to App details
- Fix broken status colors on unit mobile card view
- Set active...

8fc330049155256ea1385c13d8c978accf275d72 authored over 4 years ago by Zicklag <[email protected]>
Tweak Column Select Padding Very Slightly

8cb96d5d18e9343615829a10c9805bd6e53f3512 authored over 4 years ago by Zicklag <[email protected]>
Add Column Select For App Details Footer

f677af2863df8811075ae5c95eab10d398b17d16 authored over 4 years ago by Zicklag <[email protected]>
Add Controller Name to Model Bar

3a9efcdbb0d1d16e0b5c5f33db75292ba9cf0644 authored over 4 years ago by Zicklag <[email protected]>
Removed the Embedded Terminal Mock-up

We are not going to have an embedded Juju terminal. Instead we will give
the ability to control ...

68cb4900e4ed99ffad49dd0f412142413d6473d2 authored over 4 years ago by Zicklag <[email protected]>
Remove Unused Admin Page

d8b948a6e2e939d1e19cb5c0b89ee673c19da4f2 authored over 4 years ago by Zicklag <[email protected]>
Add Drone Build Badge

9eca6bdde73b0375720e684c6a6c3130aec4edb0 authored over 4 years ago by Zicklag <[email protected]>
Fix README Typo

c03c428b5233ce2c29afe0e36d3fa62afc395e69 authored over 4 years ago by Zicklag <[email protected]>
Update README

d35f7454d4e02e777c7e03f3068a2e65ce79530f authored over 4 years ago by Zicklag <[email protected]>
Remove "Auto" Mode For Dark Mode Button

The "Auto" mode was not very useful so this makes "auto" the default
until the button is manuall...

aea42a92a8e472b53110f1a4c3e0739e71796fc0 authored over 4 years ago by Zicklag <[email protected]>
Remove Clear Data Page and Links

We don't need the clear data page anymore because we switched hosting
domain so old user's data ...

928e9535931e3d7b012b9b869570c7bcca1ed7e0 authored over 4 years ago by Zicklag <[email protected]>
Fix Logo Banner on Welcome Page

The URL needed to be updated now that we aren't hosted under a juju-lens
sub-path.

7178085fb0a2f30c301cb062e337ec2591ac11b8 authored over 4 years ago by Zicklag <[email protected]>
Switch to Modern ( ES6+ ) Build Mode in CI

afd6825038e174eb022d0164aaaec7e7a0037d44 authored over 4 years ago by Zicklag <[email protected]>
Remove Public Path For Move to juju-lens.katharostech.com

a9b77dd72eb136a49c58eade842b79acf436f704 authored over 4 years ago by Zicklag <[email protected]>
Add Logout and Clear Data Mechanisms

Provide a way to clear Juju state data from the demo and a way to log
out of all controllers.

d3a240b920b8cec812f3ed698eb5dcd1bf16e6b2 authored over 4 years ago by Zicklag <[email protected]>
Fix Unit Mobile Card View

The workload field was displaying JSON.

b7d626bf55abce70e51d4e3b39b9af2ec037e116 authored over 4 years ago by Zicklag <[email protected]>
Re-Enable the Notification List

6602cbd8b636d25de69b1ca9afbf5c898782e36d authored over 4 years ago by Zicklag <[email protected]>
Fix Units Displaing Under Wrong Apps

Apps with the same name were displaying each-other's units as their own.

922b98f286437d68432ac3a2298e64b4733f0f23 authored over 4 years ago by Zicklag <[email protected]>
Remove Old `console.log`'s

1c1f472d7115d1aaec02e7bb920fe5bf34b8ce88 authored over 4 years ago by Zicklag <[email protected]>
Update Welcom Page Title

Remove "GUI Prototype". We're actually working now! ;)

746ce65c595e9db9e1d06cff38302d67c2338629 authored over 4 years ago by Zicklag <[email protected]>
Fix js-libjuju Error When In Minified Code

6b3db7f7ce5205c439dfafb71cbe728f228d791a authored over 4 years ago by Zicklag <[email protected]>
Re-implement Models View

Re-implement most of the models view for the new Juju API connection.

35b9f9285f00d33d02eb765eea7a09734ebd5724 authored over 4 years ago by Zicklag <[email protected]>
Migrate Controller View to Juju API

Starts the major refactor to use the real Juju API to get app data.

This implements adding new ...

d5db2b4f3b105c8ff94287a0a81593d7fe2436c0 authored over 4 years ago by Zicklag <[email protected]>
Yarn Upgrade

d18c216a8502b08c22d0007fbaca32eb3920b1b4 authored over 4 years ago by Zicklag <[email protected]>
Yarn Upgrade

e449c7f9cfa9d90da45cddbb48a2ce4c717eeb83 authored over 4 years ago by Zicklag <[email protected]>
Gitignore *gitignore*

33b1e3dc6ea5662f7ca9cfce264fa792be50b470 authored over 4 years ago by Zicklag <[email protected]>
Bump websocket-extensions from 0.1.3 to 0.1.4

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0....

f3fffa6508b2d4674324614748bdf88d2dc7a141 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add A TODO

1aa00bac056a6b4e19518545f328bf56b48a3ce2 authored over 4 years ago by Zicklag <[email protected]>
Add Feedback Button

b761c0afc709d384a4e0303fe3734200b0dd3b17 authored over 4 years ago by Zicklag <[email protected]>
Add Matomo Tracking Code

bc4e71d11c68753ca645dbadea5aa46950d04beb authored over 4 years ago by Zicklag <[email protected]>
Fix Controller Edit Notification

"created" -> "updated"

abce88975c1875058be70c9ab3de15481eacfebe authored over 4 years ago by Zicklag <[email protected]>
Add Forum Topic Link

88525282c24c80a97fa94bf22cc27fd0ca946c00 authored over 4 years ago by Zicklag <[email protected]>
Differentiate the Juju Term Title

ea6bdb231810168f72fe83e31aaf1d1065c63bb9 authored over 4 years ago by Zicklag <[email protected]>
Fix Unit Card Table View Log/Term Buttons

1cc97361793e69407e84149f49320024561b4748 authored over 4 years ago by Zicklag <[email protected]>
Fix Model View Scroll Areas on Some Browsers/Platforms

- Mobile Chrome, old Chrome, and iOS was having issues.

f2f45580bd7f4b129c3cb86ab08a10e265ab0604 authored over 4 years ago by Zicklag <[email protected]>
Touch Up Welcome Page

0b9781af7e06f1eb94cc74ad420a8a365c8ae3f8 authored over 4 years ago by Zicklag <[email protected]>
Remedy Some Taksbar Expansion Glitches

55b9ee13fc9be48b5ebb6fde1a3c1d11dc460e93 authored over 4 years ago by Zicklag <[email protected]>
Try To Fix Charm Icons Again

3e4d90d012f3da6c5c618445cb4caf1cbd200b81 authored over 4 years ago by Zicklag <[email protected]>
Try To Fix Public Path Again

3d949243425e82beec7e32c68cf944e067e030c2 authored over 4 years ago by Zicklag <[email protected]>
Fix Public Path For GitHub Pages

e33ff1e2fc120b52b9917bde19cd4f1b48362410 authored over 4 years ago by Zicklag <[email protected]>
Add Extra Note to Welcome

9575b533bf49062044ba39322c6a401c9e78c05e authored over 4 years ago by Zicklag <[email protected]>
Focus Windows When Making Them Visible

- Implement close context menu for taskbar

1fe0f2e3006c8e7f7c60d50304b1ee81d9ab52c6 authored over 4 years ago by Zicklag <[email protected]>
Hook Up Simulated Logs

50720fda8ab78a14e1164a8712b586412b35110e authored over 4 years ago by Zicklag <[email protected]>
Get Log Windows Showing Up

ae3ece0e3532af67bbdf32667d99b161e386a1b5 authored over 4 years ago by Zicklag <[email protected]>
Add Floating Terminal Windows

bac7871f3f9452c63fdb4cf2301150678049106c authored over 4 years ago by Zicklag <[email protected]>
Add Unit Log and Terminal Buttons

84e2f02bd5509f9a1bc2d5ffe799ff0cf20b8ddd authored over 4 years ago by Zicklag <[email protected]>
Add Some Code Comments

9a4c1d1f217d4dfd54e00156caae56880f4fdccf authored over 4 years ago by Zicklag <[email protected]>
Establish App Unit List Table

9026de93776cb8c13355260218b1d2977b02a4a4 authored over 4 years ago by Zicklag <[email protected]>
Add Table to Footer View

92f6aa60a6677f8be18cd235e6297528442b402a authored over 4 years ago by Zicklag <[email protected]>
Fix Scrollbar During Transition

fd558efc9cd9c21d2bb9ddd239d1c5b2e1dab34c authored over 4 years ago by Zicklag <[email protected]>
Tweaks Across Model View

44657a8eb2238a9203c6aec7bf37172dfa33496e authored over 4 years ago by Zicklag <[email protected]>
Hook Up App Details Footer Layout

64d3dd123b120c908b0b850f26ac19a1e1dd14aa authored over 4 years ago by Zicklag <[email protected]>
Add Controller Filtering of Models and Alerts

f0f05bb58a6012f3557e4b1308a24dd0087e0339 authored over 4 years ago by Zicklag <[email protected]>
Animate Model List Leaving and Entering

Note: Entering doesn't seem to be working right now for some reason

ce02fc4cb11737ec04706d77af2705163c7dd254 authored over 4 years ago by Zicklag <[email protected]>
Make Default Controller 'All'

3d66ce9ee867c9426af0140edcc674a1cc5aa880 authored over 4 years ago by Zicklag <[email protected]>
Persist Model Sort Preference

b5e68601541f2c94008754c6b4392fcad1cfdc6f authored over 4 years ago by Zicklag <[email protected]>
Transition Model Sort Change

fc70e9b6f108093db2c0eaa7c097200a320f6d0a authored over 4 years ago by Zicklag <[email protected]>
Add Model Sorting

cb145141b4b7cfae36ed591d976c45f858f710a4 authored over 4 years ago by Zicklag <[email protected]>
Add GitHub Link to Welcome Page

6ff7051ffac77217ca4b6c562ec486c9cf8eb67e authored over 4 years ago by Zicklag <[email protected]>
Switch Unit Icons Tooltip From Name to Message

5a087cddcd77536afc84c7673d7b6cdee8fcf4e3 authored over 4 years ago by Zicklag <[email protected]>
Get Perfect Scroll-to For Notifications

ee666f1a004099d120c1d8a91b7b68bb0cca6974 authored over 4 years ago by Zicklag <[email protected]>
Upgrade Quasar

b202d725a5d98b00a6091b64d8dbba20e6a2a49e authored over 4 years ago by Zicklag <[email protected]>
Add Alerts Menu

4c662612247ee68183c03cd8885e3cda7c914a94 authored over 4 years ago by Zicklag <[email protected]>
Make Warning Color Darker

d42c15cd3e2263bf699ed05e1dd09c007cba786b authored over 4 years ago by Zicklag <[email protected]>
Move Tabs Machine/App Inside Model List

ebb6aed3e7014a4e3288c6778fabbddde79d891a authored over 4 years ago by Zicklag <[email protected]>
Lots of Changes

- Implement clear state button
- Get actual notofication count in model view

a1d95473fe5f9fa08082eab83cbb6c7790e527de authored over 4 years ago by Zicklag <[email protected]>
Use Smaller Unit Preview Circles

3fcde196d50bb3d4e350b9f0f7949811d9453503 authored over 4 years ago by Zicklag <[email protected]>