Giter VIP home page Giter VIP logo

github-actions-gnome-extension's Introduction

GitHub Actions Gnome Extension 🧩 MORE

GitHub Workflow Status Commits GitHub code size in bytes Static Badge

Table of Contents
Default Simple mode
Steps Commands
🔒 Login gh auth login --scopes user,repo,workflow
🔓 Check scopes gh auth status
🔄 If any is missing gh auth refresh --scopes user,repo,workflow

graph TD
    utils.js---->extension_utils.js
    utils.js---->github_service.js
    utils.js---->prefs_utils.js
    utils.js---->settings_repository.js
    extension_utils.js--->widgets.js
    settings_repository.js-->date_format_controller.js
    date_format_controller.js-->status_bar_indicator.js
    extension_utils.js-->extension_controller.js
    extension_utils.js-->status_bar_indicator.js
    extension_utils.js-->quick_settings_controller.js
    extension_utils.js-->notification_controller.js
    widgets.js-->extension_controller.js
    widgets.js-->status_bar_indicator.js
    widgets.js-->quick_settings_controller.js
    widgets.js-->notification_controller.js
    settings_repository.js-->extension_controller.js
    local_cli_interface.js-->github_service.js
    token_scopes.js-->github_service.js
    github_service.js-->extension_repository.js
    extension_repository.js-->extension_controller.js
    settings_repository.js-->quick_settings_controller.js
    settings_repository.js-->notification_controller.js
    settings_repository.js-->prefs_controller.js
    version.js[version.js - Generated by makefile]-->prefs_controller.js
    prefs_utils.js-->prefs_controller.js
    prefs_controller.js-->prefs.js
    status_bar_indicator.js-->extension.js
    notification_controller.js-->extension.js
    quick_settings_controller.js-->extension.js
    extension_controller.js-->extension.js
    
    extension.js-->EXTENSION((GNOME EXTENSION))
    schemas/-->EXTENSION((GNOME EXTENSION))
    assets/-->EXTENSION((GNOME EXTENSION))
    metadata.json-->EXTENSION((GNOME EXTENSION))
    stylesheet.css-->EXTENSION((GNOME EXTENSION))
    prefs.js-->EXTENSION((GNOME EXTENSION))

    subgraph "Settings"
        version.js
        prefs.js
        prefs_controller.js
        prefs_utils.js
    end

    subgraph "Github API"
        token_scopes.js
        local_cli_interface.js
        github_service.js
    end

    subgraph "Core"
        extension.js
        extension_controller.js
        quick_settings_controller.js
        notification_controller.js
        status_bar_indicator.js
        settings_repository.js
        widgets.js
        extension_utils.js
        extension_repository.js
        date_format_controller.js
    end
  • 📜️ Development rules

    This project was built using Aron Flow (fuck scrum).

    Before git push Before deploy
    ✏️ make lint-fix 🏞 New screenshots
    🦍 TESTING STEPS
    🏷️ New tag & release
    🛰 Deploy only on Fridays !
  • 📥 Cloning and running

    git clone https://github.com/arononak/github-actions-gnome-extension.git
    cd github-actions-gnome-extension
    make start

    if the extension fails to load in the window:

    make install && make logout
    make install && make logout
    make logs
  • ⌨️ Makefile commands

    Steps Commands
    ▶️ Starts a gnome session in a window make run
    ➡️ Copying the extension from the system make copy
    🔎️ Starts code analysis make lint
    ✏️ Starts ESLint fixing make lint-fix
    🔄 Compiles schemas make compile
    🛠️ Builds gnome-extensions package make build
    📦 Builds and installs on system, gnome restart required make install
    📼️ Displays logs of the current Gnome session make logs
    😴 logout make logout

📝 License

Note

Copyright © 2024 Aron Onak. All rights reserved.
Licensed under the GPL-3 license.
If you have any feedback, please contact me at [email protected]

Warning

The GitHub logo is a trademark of Microsoft.
This extension is not affiliated, funded, or in any way associated with Microsoft and GitHub.

github-actions-gnome-extension's People

Contributors

arononak avatar

Stargazers

 avatar  avatar Midhun Monachan avatar Everthon Reis avatar Francisco Mendezy avatar Matt avatar Thai avatar Leonardo Espejo avatar Kirill avatar Nicolas avatar Brandon avatar Pavlos Orfanidis avatar Ole Magnus Herseth avatar Max M. avatar César Augusto Graeff avatar  avatar Andy Holmes avatar  avatar ZX avatar Gregory Houston avatar Mr.RySes avatar Maharsh Dhasmana avatar Alejandro avatar Kendra Pokhrel avatar  avatar Cristian Livella avatar Justin Goodacre avatar Zane avatar Rômulo Iorio avatar JF avatar Ramzo avatar Tomás Palma avatar  avatar Nilesh Viduranga avatar Tim Harper avatar Zeno avatar Nomentsoa  avatar Sebastian Wiesner avatar Gaspard Wierzbinski avatar Andrew Vojak avatar Sandalots avatar Kyle Gospodnetich avatar Jorge O. Castro avatar Amr Fayez avatar  avatar Ichlasul Bulqiah avatar NИ avatar Ashish Saini avatar  avatar Vicente Carreño avatar Nikolay avatar Houssem Ben Ali avatar Muhammad Isa avatar  avatar Michiel Kodde avatar Sílvio Henrique Faria avatar Burgos avatar  avatar Wilson Del Canto Cepeda avatar Hélio avatar

Forkers

amrfayezamer

github-actions-gnome-extension's Issues

the JS module 'ui'

Hey really cool plugin, but upon installing I get the error

The settings of extension [email protected] had an error:

ImportError: No JS module 'ui' found in search path

Stack trace:
@/home/fotiadis/.local/share/gnome-shell/extensions/[email protected]/utils.js:6:21
@/home/fotiadis/.local/share/gnome-shell/extensions/[email protected]/prefs.js:7:15
_init@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:23:33
ExtensionPrefsDialog@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:10:4
OpenExtensionPrefsAsync@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:124:33
async*_handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:373:35
_wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:408:34
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:186:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:22:13
run@resource:///org/gnome/gjs/modules/script/package.js:206:19
start@resource:///org/gnome/gjs/modules/script/package.js:190:8
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17

I uninstalled and reinstalled it just in case there was an installation error but to no avail.

I am on Arch Linux, Gnome 44

not working

Last two updates stopped working here

image

What information you need to help fix?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.