Commit Graph
86 Commits
Author SHA1 Message Date
Elyézer Rezende 70e513a3cf Fix job list sorting options grouping
Ensure that the sorting options are grouped just like every other
sorting options list.
2019-05-03 16:20:01 -04:00
mabashian eaaad89a8c Removed inventory sorting from jobs list. Changed Last Run to Last Used in project sort filters. 2019-05-01 09:17:15 -04:00
mabashian 3cd8d4f7e6 Adds more sort options to lists 2019-04-26 11:52:07 -04:00
mabashian 7f452ee8d1 Add more sort options to new lists 2019-04-25 15:32:25 -04:00
Marliana Lara ee6445d620 Update dataset from event listener instead of queryset search method 2019-03-11 15:08:53 -04:00
Marliana Lara 31f5d13a69 Initialize paginate queryset with an empty object 2019-03-06 12:19:55 -05:00
Marliana Lara 67753b790c Move toolbar default variable above the toolbar setting funciton 2019-03-06 10:48:14 -05:00
Marliana Lara 661a54d356 Add toolbar sort to Jobs list 2019-03-05 15:09:12 -05:00
mabashian 2359231bda Remove console.logs 2019-03-04 15:14:27 -05:00
mabashian ca5f27aa9e Removes vm.querySet from jobs list and ensures that state params are updated when search is performed to prevent context loss on data refresh. 2019-03-04 15:11:54 -05:00
mabashian e3c9a42741 Hook up status update sockets on completed jobs routes and project templates 2019-02-21 11:24:37 -05:00
mabashian d5d45e644d Prevent jobs/templates lists from refreshing list data more than once every 5 seconds 2019-02-21 11:24:37 -05:00
mabashian 6e1457607e Mark various strings for translation 2019-02-08 11:28:04 -05:00
Kia Lam ebc2b821be Only show toolbar if the job list is not empty. 2019-01-24 10:44:58 -05:00
Kia Lam a9663c2900 Add expand/collapse toolbar to Jobs List view. 2019-01-24 10:44:58 -05:00
Ryan Petrello c2660af60d stop various async background requests from bumping the session expiry
if a user has an active session that just sits on the dashboard or job
list, websocket messages that come in (for e.g., job status changes)
will trigger AJAX requests for more data; this process causes a user
with an idle login to continue to generate API requests, which in turn
ticks their expiry timer.  As a result, users with active sessions
sitting on these two (popular) pages will never be automatically logged
out via SESSION_MAX_AGE.

this change introduces a special header that the UI can use to signify
that a request shouldn't bump the expiry timer
2018-12-11 09:15:58 -05:00
Jake McDermott fed00a18ad show workflow jobs on inventory completed jobs view 2018-11-19 12:53:02 -05:00
kialam f72fca5fcf Fix unit tests after "slice" rename.
- Update Jobs List unit tests with new schema and test cases.
- Update Job Details unit tests with new schema and test cases.
- Test both for expected behavior when handling a regular non-sliced job.
2018-10-31 11:04:13 -04:00
kialam 571e34bf79 Begin adding unit tests for split jobs
- Test split job tag method within Jobs List Controller.
2018-10-31 11:04:12 -04:00
AlanCoding 6dc58af8e1 slicing rename test cleanup and bugfix 2018-10-31 11:04:12 -04:00
AlanCoding bbd3edba47 rename to slicing and schema tweaks 2018-10-31 11:04:12 -04:00
Matthew Jones 46d6dce738 Mass rename of shard -> split 2018-10-31 11:04:12 -04:00
kialam ef4a2cbebb Add Job Splitting feature to UI 2018-10-31 11:04:11 -04:00
Jared Tabor 1986efebda More Translations 2018-08-03 11:32:02 -07:00
Jake McDermott 9e71760af7 add jobs portal relaunch test 2018-07-27 01:06:13 -04:00
Jake McDermott 93c18fb40a Merge pull request #2694 from mabashian/2652-job-id
Display job id along with name in jobs list
2018-07-26 18:49:05 -04:00
mabashian fa414d5569 Display job id along with name in jobs list 2018-07-26 14:46:53 -04:00
mabashian 7a509a4dcb Fixes pagination on IG/Instance jobs lists 2018-07-26 10:56:11 -04:00
mabashian 5d5a6bb858 Correctly links to inventory on jobs/templates list 2018-07-24 11:47:58 -04:00
Marliana Lara 319b1f56fc Merge pull request #2450 from marshmalien/fix/2433-hide-cred-list-label
Fix credential labels in jobs list
2018-07-10 13:36:56 -04:00
Marliana Lara deb6c3caf8 Sanitize credential name tags 2018-07-10 13:18:42 -04:00
John Mitchell 2f8b668ef9 fix portal mode issues 2018-07-09 13:53:46 -04:00
Marliana Lara 549cd347e9 Fix credential labels in jobs list 2018-07-09 11:33:21 -04:00
John Mitchell 9ae88acc49 fix jobs list header 2018-07-06 11:59:50 -04:00
Jared Tabor 580736e80d Prefers arrow function over unnamed function 2018-07-03 13:08:57 -07:00
Marliana Lara f3ff624873 Merge pull request #2361 from marshmalien/fix/panel-header-docs
Modify panel header to accept title and badge string bindings
2018-07-03 11:16:36 -04:00
Marliana Lara 642cc88fcd Modify panel header to accept title and badge string bindings 2018-06-28 13:44:05 -04:00
Jared Tabor 0ec95c8463 Merge pull request #2296 from jaredevantabor/fix-719
Displayeth thy Cancel button on the jobs list for a running system job
2018-06-27 15:08:33 -07:00
Jared Tabor d468f829dd Shows the Cancel button on the jobs list for a running system job 2018-06-22 17:56:26 -07:00
Haokun-Chen 2d2b1676aa update jobs/schedules to schedules in route and breadcrumb 2018-06-22 15:36:44 -04:00
Haokun Chen 387682cee8 Merge pull request #2125 from Haokun-Chen/1837
fix error when deleting the only item on page 2 for list page
2018-06-12 13:50:10 -04:00
Haokun-Chen 069c5dacaa add completed job section on host page
host completed jobs added on both host page and related section under inventory edit
2018-06-11 16:37:16 -04:00
Haokun-Chen 49f0a63150 fix error when deleting the only item on page 2 for list page of organization, scheduler,
instance_groups, inventories, projects, jobs, template, credentials, inventory-scripts,
teams, users, credential-types and notifications
2018-06-11 15:56:44 -04:00
Marliana Lara c8ab4d4623 Add link to running and total jobs for instance groups and instances 2018-06-06 14:52:36 -04:00
Jared Tabor 85caf6253c Fixes a portal mode breadcrumb and capitalizes the instance groups breadcrumb 2018-05-17 11:36:51 -07:00
Jared Tabor f3923af3fa Makes extra variables CodeMirror shown only for JT-schedules that
have promptable extra vars in the JT. Hides vars for all other schedule types
2018-05-15 11:38:25 -07:00
Jared Tabor 8f3cc4ec3e Addes a /#/jobs/schedules/:schedule_id/ route to the app
To leave user in the context of jobs/schedules when editing
a schedule instead of putting them in the context of the resource
they're scheduling
2018-05-14 17:54:30 -07:00
Jared Tabor ce09ab446d Moves scheduler to related tab for projects
Signed-off-by: Jared Tabor <jtabor@redhat.com>
2018-05-11 16:37:24 -07:00
mabashian ece5724c80 Added completed jobs tab to the workflow form 2018-05-08 19:31:24 -04:00
Marliana Lara 42d33e5135 Remove portal mode breadcrumb 2018-05-03 10:58:42 -04:00