Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pricingassistant
/
mrq
Public
Notifications
You must be signed in to change notification settings
Fork
115
Star
892
Code
Issues
52
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
New workergroups configuration UI (dashboard)
- #172
#172
Open
DasFranck
wants to merge 19 commits into
pricingassistant:0.9.x
pricingassistant/mrq:0.9.x
from
DasFranck:0.9.x
DasFranck/mrq:0.9.x
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Open
New workergroups configuration UI (dashboard)
#172
DasFranck
wants to merge 19 commits into
pricingassistant:0.9.x
pricingassistant/mrq:0.9.x
from
DasFranck:0.9.x
DasFranck/mrq:0.9.x
Copy head branch name to clipboard
Commits
Commits on Jul 5, 2017
Adding job moving feature
DasFranck
committed
0ca3475
View commit details
Copy full SHA for 0ca3475
Browse repository at this point
Checking destination_queue is not null or empty before moving a job (dashboard/static/js/views/jobs.js)
DasFranck
committed
346e0ef
View commit details
Copy full SHA for 346e0ef
Browse repository at this point
Prompt message modified for move action (dashboard/static/js/views/jobs.js)
DasFranck
committed
2c73b9b
View commit details
Copy full SHA for 2c73b9b
Browse repository at this point
Factoring move with requeue (basetasks/utils.py)
DasFranck
committed
a3fc2ec
View commit details
Copy full SHA for a3fc2ec
Browse repository at this point
Remove move member function in Job (mrq/job.py)
DasFranck
committed
d1ea418
View commit details
Copy full SHA for d1ea418
Browse repository at this point
Retry count is now shown in the dashboard (dashboard/static/js/views/jobs.js)
DasFranck
committed
d5086ad
View commit details
Copy full SHA for d5086ad
Browse repository at this point
Remove move exception import in Job (mrq/job.py)
DasFranck
committed
fff76c6
View commit details
Copy full SHA for fff76c6
Browse repository at this point
Adding group job moving feature
DasFranck
committed
efbfffe
View commit details
Copy full SHA for efbfffe
Browse repository at this point
Commits on Jul 6, 2017
Adding a supplementary for move action in groupactions (dashboard/static/js/views/jobs.js)
DasFranck
committed
62cd693
View commit details
Copy full SHA for 62cd693
Browse repository at this point
Commits on Jul 7, 2017
Adding a UI for worker groups configuration (not working for now)
DasFranck
committed
99e88b6
View commit details
Copy full SHA for 99e88b6
Browse repository at this point
Adding buttons to delete/add workers groups (dashboard/static/js/views/workergroups.js)
DasFranck
committed
2ea541f
View commit details
Copy full SHA for 2ea541f
Browse repository at this point
Commits on Jul 10, 2017
Updating POST on /api/workergroups (dashboard/app.py)
DasFranck
committed
2d1b322
View commit details
Copy full SHA for 2d1b322
Browse repository at this point
Updating UI for worker groups configuration, working and nearly finished!
DasFranck
committed
9bdea97
View commit details
Copy full SHA for 9bdea97
Browse repository at this point
Don't send profiles with an empty name (Worker group configuration UI)
DasFranck
committed
026592e
View commit details
Copy full SHA for 026592e
Browse repository at this point
Commits on Jul 11, 2017
Don't send workergroups with an empty name (Dashboard - Worker group configuration UI)
DasFranck
committed
d51866a
View commit details
Copy full SHA for d51866a
Browse repository at this point
Adding serial checking to avoid configuration conflict writing (Dashboard - Worker group configuration UI)
DasFranck
committed
7255838
View commit details
Copy full SHA for 7255838
Browse repository at this point
Commits on Jul 12, 2017
Adding a test for job killing and sleep test task (tests/{test_kill.py,tasks/general.py)
DasFranck
committed
f806295
View commit details
Copy full SHA for f806295
Browse repository at this point
Adding a killing feature for jobs (mrq/{job.py,worker.py})
DasFranck
committed
4e77a07
View commit details
Copy full SHA for 4e77a07
Browse repository at this point
Commits on Jul 18, 2017
Replacing iteritems (non-existant in Python3) (mrq/dashboard/app.py)
DasFranck
committed
0d0b506
View commit details
Copy full SHA for 0d0b506
Browse repository at this point
You can’t perform that action at this time.