Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hassan11196/cms-oc-webops
Offline and Computing (O&C) WebOps - Tools to reduce manual copy pasting
https://github.com/hassan11196/cms-oc-webops
automation cern chrome chrome-extension chrome-extensions cms google google-chrome
Last synced: about 1 month ago
JSON representation
Offline and Computing (O&C) WebOps - Tools to reduce manual copy pasting
- Host: GitHub
- URL: https://github.com/hassan11196/cms-oc-webops
- Owner: hassan11196
- Created: 2023-10-12T15:32:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T14:39:44.000Z (about 1 year ago)
- Last Synced: 2024-10-13T06:42:35.851Z (about 1 month ago)
- Topics: automation, cern, chrome, chrome-extension, chrome-extensions, cms, google, google-chrome
- Language: JavaScript
- Homepage:
- Size: 187 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Offline and Computing (O&C) WebOps
This project provides a set of Google Chrome extensions designed to enhance the workflow of the CMS Offline and Computing group. These extensions streamline access to essential tools and resources, making your daily tasks more efficient and productive.
## Extensions
### 1. Open Dimas Page
The "Open Dimas Page" extension simplifies the process of accessing Dimas pages, enabling you to quickly navigate to relevant information and resources related to your work.
![Open Dimas Page](./extensions/dimas-page/dimas-page.gif)
### 2. Open ReqMgr2
The "Open ReqMgr2" extension provides a one-click solution for accessing ReqMgr2, an essential tool for managing CMS requests. Save time and effort by eliminating the need to search for ReqMgr2 in your bookmarks or history.
![Open ReqMgr2](./extensions/ReqMgr2/reqmgr2-page.gif)
### 3. Open Unified
The "Open Unified Pages" extension provides a quick and convenient way to access Unified Pages, the Unified Log of a Workflow and the Error Report of a workflow.
![Open Unified Pages](./extensions/unified/unified.gif)
### 4. Open Rucio Web UI
The "Open Rucio Web UI" extension allows you to easily access the Rucio Web UI, a vital resource for managing CMS data. This extension simplifies the process of navigating to the Rucio Web UI and helps you stay organized.
![Open Rucio Web UI](./extensions/rucio/open-rucio.gif)
### 5. Jira Search
The "Jira Search" extension provides a quick and convenient way to search and access Jira issues and projects relevant to your work. Easily stay on top of project management and issue tracking within Jira.
![Jira Search](./extensions/jira-search/jira-search.gif)
### 6. Wmcore Microservices
The "Wmcore Microservices" extension allows you to efficiently access Wmcore microservices, an essential component of CMS Offline and Computing. Simplify your workflow by quickly navigating to these microservices from your browser.
![Wmcore Microservices](./extensions/wmcore-microservices/open-mspileup.gif)
### 7. pMp - PdmV Pages
The "pMp - PdmV Pages" extension provides a quick and convenient way to access PdmV pages relevant to your work. For now there is only option to open pMp Historical page.
![Wmcore Microservices](./extensions/pdmv/pmp.gif)
### 8. WebOps - All in One - (Combined Extension of all the above)
The "WmOps - All in One" extension combines all of the above extensions into a single extension. This extension provides a convenient way to access all of the essential tools and resources you need to get your work done.
![Wmcore Microservices](./WebOps/webops.gif)
## Installation
You can either install each extension individually, or you can install all of them at once combined.
1. Clone this repository to your local machine, or you can download the zip file and extract it.
2. Open Google Chrome and go to `chrome://extensions/`.
3. Enable "Developer mode" in the top-right corner.
4. Click the "Load unpacked" button and select the directory of the extension you want to install.
- If you want to install all of the extensions as a single extension, select the **WmOps** Folder.
- If you want to install each extension individually, then just select the folder of the extension you want to install from the extensions folder. i.e 'dimas-page', 'jira-search', etc.
5. The extensions should now appear in you extensions page.## Chrome Extension Generator
The utility, `create_new_extension.py`, is designed to automate the creation of new Chrome extensions. It will generate the necessary JavaScript code for the extension, a `manifest.json` file, and will also copy an `icon.png` from a specified source folder.
## Prerequisites
- Ensure you have Python 3.x installed on your machine.
- Clone the repository.## Usage
Run the script using the following command:
python ./utils/create_new_extension.py [extension_folder] [extension_name] [base_url]
- extension_folder: The name of the folder where the extension files will be saved.
- extension_name: The name of the extension (also used as the context menu title).
- base_url: The base URL to open with the selected text.## Suggestions and Contributions
I welcome your suggestions and contributions to improve these extensions. Feel free to submit issues, feature requests, or pull requests to help make this project even more valuable to the CMS Offline and Computing community.