Commit Graph

82 Commits

Author SHA1 Message Date
Tom Whiston
7a43a5814e
Merge pull request #440 from UnitedTraders/314-output-permalink
add link to JSON task output in task info
2018-02-27 20:52:21 +01:00
Anton Markelov
87fe5f70ad add link to JSON task output 2017-11-14 16:01:21 +10:00
Denis Gukov
b1a5ff630a style(template): use tabs instead of spaces 2017-10-24 15:22:44 +05:00
Denis Gukov
74f02e5c80 fix(template): move hasHiddenTemplates to scope 2017-10-24 15:20:21 +05:00
Denis Gukov
eaf05e9c9e feat(template): display hide/show hidden button only if hidden templates exists 2017-10-24 15:14:32 +05:00
Denis Gukov
345ff4d182 feat(template): hidden templates 2017-10-24 14:49:51 +05:00
Matej Kramny
f48c7fa8c2 Merge pull request #402 from strangeman/367-limit-activity-list
Limit activity and tasks lists in dashboards
2017-08-19 10:08:12 +01:00
Anton Markelov
df8933be32 limit tasks list on project dashboard 2017-07-25 14:44:09 +10:00
Anton Markelov
06c3446cde add default dashboard limit (200 events), add button to load all tasks 2017-07-25 14:21:36 +10:00
Antonio Fernandez Vara
703f15258c added text scrolling to Task Log window. It needs to add a vendored script on the submodule 2017-07-13 18:30:13 +02:00
Antonio Fernandez Vara
ecc4cd641c ensure only ansible output is displayed from the task that generate it. Fixes #322 2017-07-11 19:14:57 +02:00
Matej Kramny
66ea9edf58 Merge pull request #374 from strangeman/372-wrong-dates
fix wrong data format in Project activity log
2017-06-08 10:32:07 +01:00
Anton Markelov
6f2a71bbc9 fix wrong data format in Project activity log 2017-06-08 11:28:00 +10:00
Matej Kramny
68c5c49fdc base path resources
fixes #350
2017-05-20 16:14:36 +02:00
Anton Markelov
bff8297145 add option for per-project telegram alert to different chats 2017-05-03 14:27:58 +10:00
Matej Kramny
5bcb34ef62 improvements for #287 2017-04-18 15:36:09 +01:00
Matej Kramny
db4948cb89 Merge branch 'master' into develop
# Conflicts:
#	Dockerfile
#	api/login.go
#	api/projects/environment.go
#	api/projects/project.go
#	api/projects/templates.go
#	api/tasks/runner.go
#	api/users.go
#	db/versionHistory.go
#	util/bindata.go
2017-04-18 14:48:31 +01:00
laeshiny
c06dffb8a2 when requesting Team, sort in ascending order by Name 2017-03-17 00:41:58 +09:00
laeshiny
53f831b131 when requesting Playbook Repositories, sort in ascending order by Name 2017-03-17 00:31:57 +09:00
laeshiny
db644f998b when requesting Key Store, sort in ascending order by Name 2017-03-17 00:18:34 +09:00
laeshiny
040aa1cfbd when requesting Environment, sort in ascending order by Name 2017-03-17 00:10:08 +09:00
laeshiny
7196c86e61 when requesting Task Templates, sort in ascending order by Name 2017-03-16 23:56:09 +09:00
laeshiny
8f5717d15d when requesting Task Templates, sort in ascending order by Alias 2017-03-16 23:32:22 +09:00
laeshiny
44d7750b85 correct to reformat from spaces to tabs 2017-03-15 08:06:26 +09:00
laeshiny
c611f2dbbe Add copy feature to task templates.
if the user clicks the copy button, semaphore opens the adding modal with the filled same content (Playbook Alias, Playbook Name, SSH Key, Inventory, Playbook Repository, Environment and Extra CLI Arguments)
2017-03-12 23:50:28 +09:00
Anton Markelov
0993a002ea add alert setting for project 2017-03-10 16:25:42 +10:00
Anton Markelov
4bbedac795 add alert setting for user and (WIP) project 2017-03-10 10:12:55 +10:00
Matej Kramny
2a2b7e8aed merge models -> db 2017-02-22 21:12:16 -08:00
Alan Campbell
20b601f45b Reload on modal dismiss 2017-02-15 01:20:57 -05:00
Matej Kramny
6731829792 parse time with momentjs - fix #197 2016-12-21 19:12:53 +09:00
Matej Kramny
bc342313df prevent removing last admin from project 2016-11-21 18:20:48 -08:00
jahantech
bac2fd8b69 Erorr -> Error 2016-10-18 17:31:24 +02:00
Tokuhiro Matsuno
129af0fa17 Added dry_run button. close #152 2016-06-30 10:57:45 -04:00
Tokuhiro Matsuno
af8d0595d4 Save task executed user's ID in database.
And show user name in task information view.
2016-06-26 07:50:51 +09:00
Anže Jenšterle
c2a4d25653 Rename key to opts 2016-06-25 21:19:47 +01:00
Tokuhiro Matsuno
d36760c28c Fixed API Call. Close #142 2016-06-25 18:39:55 +09:00
Matej Kramny
b4cab16fda Improved UI
- Fixes #94
- Fixes admin permissions (needed to manipulate users)
2016-06-17 13:16:46 -07:00
Matej Kramny
ecd6ef96f5 Edit Environments 2016-06-13 20:40:16 -07:00
Matej Kramny
d960ec53f0 Update repositories 2016-06-13 19:37:40 -07:00
Matej Kramny
2ab74b1768 Fix new user modal
- Fixes #124
2016-06-13 15:40:39 -07:00
Matej Kramny
0b417594a4 Improve setup, upgrade, new API
- Improve upgrade process (fixes #106)
- Improve upgrade UI
- Delete Users API
- Get user API
- User update API
- Security improvement (does not spill secret over api)
- Improve setup (fixes #100)
2016-05-23 20:29:38 +01:00
Matej Kramny
fcc332dffc Fix ws logs, output updates from ws
- raw output option for logs (no time prefix)
- fix ws logging
- status updates from ws
2016-05-17 20:12:54 +01:00
Matej Kramny
4ca05800ee Upgrade from the UI
yay 👏
2016-05-17 16:18:26 +01:00
Matej Kramny
15eb0abe9c Improve looks of project dashboard 2016-05-16 16:58:18 +01:00
Matej Kramny
abafffd994 Better navigation css, logging & ux 2016-05-08 10:36:17 +01:00
Matej Kramny
8b5d6b9803 log fwding 2016-05-01 12:24:09 +01:00
Matej Kramny
4dd8335273 Show task output, fix event time precision 2016-04-17 19:01:51 +01:00
Matej Kramny
4be4d12c3b Improve project creation UI
- Improve project adding UI
- Fix bug filtering for single project
2016-04-17 01:24:32 +01:00
Matej Kramny
1805c32e90 Events, task history, task details 2016-04-17 01:20:23 +01:00
Matej Kramny
ea0245b550 Events
- Complete more UI work
- Show events on dashboard & project dashboard
- Show list of tasks
2016-04-16 20:42:57 +01:00