|
cbb6100084
|
Added unittest for edit_task
|
2016-09-21 15:19:17 +02:00 |
|
|
ba916412b6
|
Use responseText for fail error
|
2016-09-21 15:14:49 +02:00 |
|
|
964ff40bca
|
Fix layout
|
2016-09-21 15:14:49 +02:00 |
|
|
87f6226cf6
|
Pablo made a proper button to call the /create task url
|
2016-09-21 15:14:49 +02:00 |
|
|
8470efbcf1
|
User assignment for tasks
|
2016-09-21 15:14:15 +02:00 |
|
|
4035d89ced
|
Using new layout for shots
|
2016-09-21 15:12:15 +02:00 |
|
|
cf87602a78
|
Fix typos for recent changes in urls
|
2016-09-21 14:44:31 +02:00 |
|
|
010cf23d67
|
Started working on shots UI & management
|
2016-09-21 14:29:18 +02:00 |
|
|
486f947a90
|
Changed URL to /attract/<project_url>/tasks/...
The overall tasks index is still /attract/tasks though.
|
2016-09-21 14:28:14 +02:00 |
|
|
7b72289ddd
|
Removed unused imports
|
2016-09-21 14:27:43 +02:00 |
|
|
d3625c3524
|
Ignore built css files
|
2016-09-21 14:16:04 +02:00 |
|
|
d30cc144c1
|
Fix layout
|
2016-09-21 14:15:25 +02:00 |
|
|
2ddee224c2
|
Don't cache style compiling
|
2016-09-21 14:12:16 +02:00 |
|
|
38703bf583
|
Tasks Index for a Project
Work in progress
|
2016-09-21 14:12:16 +02:00 |
|
|
5095367c2e
|
Create task of certain type
|
2016-09-21 10:35:44 +02:00 |
|
|
10cdf746f3
|
Use project properties to show shot-level task types
|
2016-09-20 18:01:00 +02:00 |
|
|
265d898ebd
|
FIXUP extension props
|
2016-09-20 18:00:22 +02:00 |
|
|
dfaf4e84c0
|
Transition to creating tasks with POST method rather than GET.
GET will be removed once we have a functioning button that does POST.
|
2016-09-20 17:40:08 +02:00 |
|
|
008ffa0aa4
|
Show error when saving task
|
2016-09-20 17:40:08 +02:00 |
|
|
eb1a972dbb
|
Added task types
|
2016-09-20 17:40:08 +02:00 |
|
|
959549eec0
|
@attract_project_view() can now also fetch & check for extension props.
|
2016-09-20 17:40:08 +02:00 |
|
|
25cfe7789c
|
Renamed node types attract.X → attract_X
|
2016-09-20 17:40:08 +02:00 |
|
|
9035d2f6a4
|
Added 'gulp' script, which does an 'npm install' when needed.
It then runs 'gulp' and 'gulp watch'.
|
2016-09-20 15:38:11 +02:00 |
|
|
b7cad397a8
|
Ensure that Eve accepts our extension settings.
|
2016-09-20 15:28:10 +02:00 |
|
|
a5599cf56a
|
Fixed interference between consecutive unit tests
|
2016-09-20 15:28:10 +02:00 |
|
|
6066362a9b
|
Allow setting SVN URL from setup_for_attract CLI command
|
2016-09-20 15:28:10 +02:00 |
|
|
8145d698bd
|
Gulp: Avoid re-building unchanged files by caching the results
|
2016-09-20 15:13:25 +02:00 |
|
|
44ffd7f38a
|
Added .keep file so the templates dir is always there
|
2016-09-20 12:10:55 +02:00 |
|
|
f853278f5a
|
Moved task management code from flask views to task manager.
|
2016-09-08 12:55:30 +02:00 |
|
|
52e5f4ac7e
|
Allow setting up projects for Attract from unittests
|
2016-09-08 12:54:13 +02:00 |
|
|
5543d75101
|
Editing tasks works, still needs refactoring & unittests
|
2016-09-08 11:24:58 +02:00 |
|
|
dc43b7686a
|
Fixed bug in CLI cmd setup_for_attract
It would fail when there are world permissions on the project.
|
2016-09-08 11:07:17 +02:00 |
|
|
2a1982fd45
|
Nicer task list
|
2016-09-07 15:35:01 +02:00 |
|
|
3c09586349
|
Added async task loading
|
2016-09-07 15:08:49 +02:00 |
|
|
805f56d6f4
|
Added task creation per project and non-functional tasks-for-project view
|
2016-09-07 14:15:23 +02:00 |
|
|
463b36ed8d
|
Removed unused Eve config
|
2016-09-07 14:14:20 +02:00 |
|
|
93d3e4effa
|
Removed accidentally checked-in file
|
2016-09-07 11:43:58 +02:00 |
|
|
32a4abfa47
|
Started working on tasks web view.
|
2016-09-07 11:43:18 +02:00 |
|
|
b67436919e
|
updated gitignore for attract_server → attract
|
2016-09-07 11:42:37 +02:00 |
|
|
9ca0bdc552
|
Added some text to the readme
|
2016-09-07 10:51:03 +02:00 |
|
|
4a1e2169f0
|
More attract-server → attract
|
2016-09-07 10:50:44 +02:00 |
|
|
25d3b1a018
|
Prefixed node type name with 'attract.'
|
2016-09-07 10:08:17 +02:00 |
|
|
5abfad4d0d
|
Made unittests work again.
- ignore node_modules
- rename attract_server → attract
- removed your mother
|
2016-09-07 10:06:16 +02:00 |
|
|
6f8a48b956
|
pip install -r requirements.txt can't install pillar, so leave it out.
|
2016-09-07 10:04:44 +02:00 |
|
|
2f5e99205a
|
Renamed attract_server → attract
|
2016-09-07 10:04:31 +02:00 |
|
|
3f81873c7f
|
Refactor of 'task' node type
|
2016-09-07 10:02:10 +02:00 |
|
|
168e59805e
|
Added template system to Attract extension.
|
2016-09-06 18:46:28 +02:00 |
|
|
a89e98c556
|
Properly handle SVN connection/client errors.
This requires my fork of the SVN library, until pull request #43 is merged
upstream: https://github.com/dsoprea/PySvn/pull/43
|
2016-08-31 16:42:21 +02:00 |
|
|
5732b16afc
|
Allow kicking the SVN observer from an HTTP entry point.
For now just uses a hard-coded SVN URL, and never stores the last-seen
revision. As a result, it always examines all revisions.
|
2016-08-31 16:01:42 +02:00 |
|
|
a170a4ca3b
|
Added task manager that responds to tasks mentioned in SVN logs.
The task manager doesn't do anything yet, it just logs the fact that a
task has been mentioned.
|
2016-08-31 16:00:40 +02:00 |
|