Jared Tabor
b505e7ae41
changed the values for some forms thats have select drop down input fields
2014-09-16 12:34:13 -04:00
Chris Church
6fd86b881f
Only show login method for machine credentials.
2014-09-16 11:40:52 -04:00
Jared Tabor
0b43ec7ec5
changed job launch logic on UI side for job launch and job relaunch
2014-09-15 10:11:40 -04:00
Chris Church
0b3077a3a9
Fix JS indentation.
2014-09-12 12:38:58 -04:00
Jared Tabor
ddd88b95b5
adding add/edit survey
2014-09-11 17:39:01 -04:00
Chris Church
e427234aec
Implements https://trello.com/c/bEMQtVjz - API/UI changes to support su username/password. Adds force_handlers, skip_tasks and start_at_task options to jobs, only exposed via API.
2014-09-11 17:34:38 -04:00
Jared Tabor
87ed378f6b
changed JobSubmission for api change for job launch
2014-09-11 17:13:20 -04:00
James Laska
fbd17ede7a
Correct DOM ID's for search submit/reset button
2014-09-10 12:11:28 -04:00
Jared Tabor
64961f8504
adding beginning of survey maker and portal mode
2014-09-10 10:44:01 -04:00
James Laska
9d2fadc51a
Update pagination DOM id's
...
Moves the iterator-based id to the top-level <div>. The pagination
links and labels are now children of this <div>. Also, renamed id on
the buttons and labels regions.
2014-09-09 10:56:57 -04:00
Jared Tabor
f0b7e77455
changed some id's on generator-helpers for pagination UI automation testing
2014-09-08 16:05:48 -04:00
Jared Tabor
9ec267ff89
removed space before the word 'about' in account menu for ui testing
2014-09-05 10:03:28 -04:00
Chris Houseknecht
e48309b6aa
Queued Jobs
...
Changed sort order to asc ID rather than desc ID. Changed delete/cancel icon to always be cancel. The prompt dialog now always shows 'Submit request to cancel' rather than 'Delete...' for jobs with a status == 'new' even though the API request is DELETE.
2014-09-04 11:07:04 -04:00
Chris Houseknecht
45ae4dd672
Organization Activity Stream
...
Clicking the Activity Stream button on the Ogranization detail page resulted in a JS error. https://trello.com/c/wUwLand8/141-the-stream-btn-on-an-organization-does-not-work
2014-09-04 11:07:04 -04:00
Chris Houseknecht
95c73ae348
JS Documentation
...
Added documentation to lib/ansible/Rest.js
2014-09-03 16:18:23 -04:00
Chris Houseknecht
603cc21d2d
JS Documentation
...
Added documentation to list generator.
2014-09-03 14:14:48 -04:00
Chris Houseknecht
4db925906e
UI Automation Assistance
...
Added 'selected' class to search widget dropdown list to mark the active <li> element.
2014-09-03 11:39:35 -04:00
Chris Houseknecht
d553a27a29
UI Automation Assistance
...
Fixed https://trello.com/c/WVFzq4gQ/136-multiple-working-prompts-when-loading-the-dashboard-page
2014-09-02 17:21:49 -04:00
Chris Houseknecht
1ee9781ecc
UI Automation Assistance
...
Added ID attribute to pagination widget <div> container.
2014-09-02 16:41:16 -04:00
Chris Houseknecht
c499515333
UI Automation Assistance
...
Added PK as the ID to all <tr> elements.
2014-09-02 16:37:16 -04:00
Chris Houseknecht
b5d3472c30
UI Automation Assistance
...
Added ID attribute to lookup button found in form field input-groups.
2014-09-02 16:28:41 -04:00
Chris Houseknecht
8d46e206a8
UI Automation Assistance
...
Added ID attribute to Select button on sublists. For example, organizations detail page -> users -> add user.
2014-09-02 16:18:31 -04:00
Chris Houseknecht
efd590f917
JS Documentation
...
Added lots more documentation for form generator.
2014-09-02 16:18:30 -04:00
Jared Tabor
ab971215c8
added 'launched by' field into job detail->more section
2014-09-02 14:25:49 -04:00
Chris Houseknecht
b8f6b2834d
Documentation
...
More documentation for form generator.
2014-08-29 16:54:35 -04:00
Jared Tabor
dbe6ab3694
adding some comments to code that i discussed with chris
2014-08-29 16:50:43 -04:00
Jared Tabor
8d15d0ade7
added websockets to dashboard
2014-08-29 16:48:28 -04:00
Chris Houseknecht
c020e38a4a
CodeMirror - JSON/YAML editor
...
Fixed missing js-yaml script. The JS package was updated. New package moved js-yaml.min.js to dist folder. Also added documentation to form-generator.js
2014-08-29 16:20:59 -04:00
Chris Houseknecht
1319887e95
UI Testing Automation
...
Added an ID attribute to activity stream refresh button.
2014-08-29 14:35:11 -04:00
Chris Houseknecht
9a6df729f9
JS documentation
...
Authentication docs. Plus tweaks to doc site configuration.
2014-08-28 16:34:15 -04:00
Chris Houseknecht
0c336728f4
Socket.io
...
Downgraded library to 0.9.16. Version 1 and above requires CORS to be enabled on the server side socket port. If it's not enabled, the OPTIONS request fails.
2014-08-28 15:08:26 -04:00
Chris Houseknecht
264ad62db0
UI Automation
...
Added ID attribute to sublist action items. For example, the users list on the Organization detail page. Each of the action icons for each user row now has an ID attribute.
2014-08-28 13:49:52 -04:00
Chris Houseknecht
4e4b5852cb
UI Automation
...
Added additional ID attributes to pagination widget. Fixed comment spelling error in app.js
2014-08-28 13:44:18 -04:00
Chris Houseknecht
5135c79e10
Tower JS Doc Site
...
Fixed angular-animate so that it is now installed via Bower.
2014-08-28 10:48:14 -04:00
Chris Houseknecht
9176955b42
JS Packaging Updates
...
Added to bower.json packages that were missing. Upgraded angular to 1.2.19 in the process.
2014-08-28 10:38:42 -04:00
Jared Tabor
ca8e52bfff
adding ngdocs site for tower doc site
2014-08-28 10:37:02 -04:00
Chris Houseknecht
b558bc0da0
Pagination
...
Add ID attributes to pagination widget: https://trello.com/c/fRTYOnS6/119-add-id-attributes-to-pagination-widget-bits
2014-08-27 14:20:25 -04:00
Chris Houseknecht
6ebc5d6dfc
Activity Stream
...
Fixed system event query. API reuqest for system events now includs 'actor__isnull=true'.
2014-08-27 13:11:32 -04:00
Chris Houseknecht
be999edef9
Projects
...
Add SCM Update button to project detail page: https://trello.com/c/MXrKSBbD/19-should-be-able-to-perform-actions-on-detail-pages
2014-08-27 12:17:41 -04:00
Chris Houseknecht
043d6267ef
Search Widget
...
Added ID attribute to start and reset icons: https://trello.com/c/UgvUGqpV/117-ui-automation-no-dom-id-for-submit-reset-search-forms
2014-08-27 10:48:59 -04:00
Chris Houseknecht
0cfa818245
Form Generation
...
Add ID attribute to elements containing field validation error text: https://trello.com/c/VzfY24y7/116-ui-automation-no-dom-id-for-form-field-errors
2014-08-27 10:41:11 -04:00
Chris Houseknecht
5facdb221b
Support MacBook Pro 13" Display
...
Removed 'funky wrapping' from project page on wee little viewports: https://trello.com/c/FVie0qm7/43-funky-wrapping-throughout-macbook-pro-13-retina-chrome
2014-08-26 15:15:17 -04:00
Chris Houseknecht
fe88623550
Schedules
...
Since we don't display schedule.id anywhere, there's probably no need to provide a filter for it.
2014-08-26 15:04:15 -04:00
Chris Houseknecht
973695e6d8
Jobs page
...
Filter schedules by job type. https://trello.com/c/cw57g3Vw/45-jobs-tab-scheduled-jobs-do-not-allow-filtering-by-type
2014-08-26 12:15:37 -04:00
Chris Houseknecht
a6252e4ed2
Jobs tab
...
Add job status back into filter options for completed jobs. Added to jobs tab, dashboard and job template page.
https://trello.com/c/dOqMitNv/38-jobs-tab-can-t-view-only-successful-jobs
2014-08-26 10:57:49 -04:00
Chris Houseknecht
fa9c6b0171
Remove help link from tab order
...
Fixed: https://trello.com/c/JbtD7aQP/33-tabing-between-dialog-on-forms-will-select-the-help-elements
2014-08-26 10:40:21 -04:00
Jared Tabor
47aac0dc7d
removing keydown event from div element leftover from last commit
2014-08-25 16:31:37 -04:00
Jared Tabor
8d21ff80d0
added keydown event for password prompt fields on job template launch
2014-08-25 16:27:05 -04:00
Chris Houseknecht
920011dd01
Job Stdout
...
Fixed https://trello.com/c/lnsjMHax/98-incorrect-use-of-bold-on-job-stdout-breadcrumb
2014-08-25 16:14:34 -04:00
Chris Houseknecht
e5cf444c17
Event Viewer Dialog
...
Fixed: https://trello.com/c/GlHhfp7Y/95-job-event-for-win-feature-module-isn-t-displayed-correctly . Prevents 'feature_result' from appearing on the Results tab. It is now only visible on the JSON tab.
2014-08-25 14:21:20 -04:00