Graphproduction
Graph
production
History Graph
History Graph
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
86ddd0ac147e | Pablo Vazquez (pablovazquez) | Fix select2 not working on shots | Sep 22 2016 | ||||
a786fc3b3d23 | Sybren A. Stüvel (sybren) | Some tweaks for shot editing | Sep 22 2016 | ||||
b5d335672e33 | Sybren A. Stüvel (sybren) | Added shot editing. | Sep 22 2016 | ||||
d8824eeb63b0 | Sybren A. Stüvel (sybren) | Fixed issue saving tasks. | Sep 22 2016 | ||||
8a360c0cda77 | Sybren A. Stüvel (sybren) | Moved shot-related code to a new attract.shots package | Sep 22 2016 | ||||
066fc9178028 | Sybren A. Stüvel (sybren) | Added parent info to retrieved task nodes. | Sep 22 2016 | ||||
e3e586583f1d | Pablo Vazquez (pablovazquez) | Use divs instead of table tags | Sep 22 2016 | ||||
7dee8f7c44eb | Sybren A. Stüvel (sybren) | Moved task stuff into a new attract.tasks package | Sep 22 2016 | ||||
c45613b5fa6a | Sybren A. Stüvel (sybren) | Added /attract/<project_url>/shots/with-task/<task-id> endpoint | Sep 22 2016 | ||||
1e72d0425e59 | Sybren A. Stüvel (sybren) | Missed one $(task) → $task | Sep 22 2016 | ||||
6f4a5e17fa5b | Sybren A. Stüvel (sybren) | Shot list: show updated task name in shot list after editing task. | Sep 22 2016 | ||||
504fa1791005 | Sybren A. Stüvel (sybren) | Shot list: don't show task creation button when there is no task of that type | Sep 22 2016 | ||||
c4c6f6ccadce | Sybren A. Stüvel (sybren) | Task edit: Using actually saved data to update the form. | Sep 22 2016 | ||||
62b72bfbb1da | Sybren A. Stüvel (sybren) | Allow task creation with parent. | Sep 22 2016 | ||||
00da55045a02 | Sybren A. Stüvel (sybren) | Be more defensive in parameter checking. | Sep 22 2016 | ||||
c99bb8f41d4b | Sybren A. Stüvel (sybren) | Fixed bug when calling task_open(). | Sep 22 2016 | ||||
fb6fa299f1b7 | Pablo Vazquez (pablovazquez) | Move Tasks JS to layout, since we use it everywhere | Sep 21 2016 | ||||
7d64e8bf4e94 | Pablo Vazquez (pablovazquez) | CSS: Move tasks into _tasks | Sep 21 2016 | ||||
578f698240be | Pablo Vazquez (pablovazquez) | Minor style tweaks to Tasks | Sep 21 2016 | ||||
051cd88687bd | Sybren A. Stüvel (sybren) | Ignore everything in attract/static/assets/css/ | Sep 21 2016 | ||||
0f95c0117292 | Sybren A. Stüvel (sybren) | Added editing of shots | Sep 21 2016 | ||||
44540631e37e | Pablo Vazquez (pablovazquez) | Use Select2 for assigning users to tasks | Sep 21 2016 | ||||
4cfdf12ac7db | Sybren A. Stüvel (sybren) | Fixed failing test | Sep 21 2016 | ||||
d97d1183a5c0 | Sybren A. Stüvel (sybren) | Added shot overview with tasks. | Sep 21 2016 | ||||
4b1a52f26e64 | Pablo Vazquez (pablovazquez) | Replace Status underscore and minor style tweaks | Sep 21 2016 | ||||
bdd61530202b | Sybren A. Stüvel (sybren) | Slight code readability improvement | Sep 21 2016 | ||||
6bac8f481f3a | Pablo Vazquez (pablovazquez) | Tasks: No need to check for project at all! | Sep 21 2016 | ||||
26926274b999 | Pablo Vazquez (pablovazquez) | Check if we are in a project for tasks index | Sep 21 2016 | ||||
cbb6100084c0 | Sybren A. Stüvel (sybren) | Added unittest for edit_task | Sep 21 2016 | ||||
ba916412b69c | Pablo Vazquez (pablovazquez) | Use responseText for fail error | Sep 21 2016 | ||||
964ff40bca7d | Pablo Vazquez (pablovazquez) | Fix layout | Sep 21 2016 | ||||
87f6226cf664 | Pablo Vazquez (pablovazquez) | Pablo made a proper button to call the /create task url | Sep 21 2016 | ||||
8470efbcf114 | Francesco Siddi (fsiddi) | User assignment for tasks | Sep 21 2016 | ||||
4035d89ced85 | Sybren A. Stüvel (sybren) | Using new layout for shots | Sep 21 2016 | ||||
cf87602a789b | Pablo Vazquez (pablovazquez) | Fix typos for recent changes in urls | Sep 21 2016 | ||||
010cf23d6715 | Sybren A. Stüvel (sybren) | Started working on shots UI & management | Sep 21 2016 | ||||
486f947a909d | Sybren A. Stüvel (sybren) | Changed URL to /attract/<project_url>/tasks/... | Sep 21 2016 | ||||
7b72289ddd7b | Sybren A. Stüvel (sybren) | Removed unused imports | Sep 21 2016 | ||||
d3625c3524e0 | Pablo Vazquez (pablovazquez) | Ignore built css files | Sep 21 2016 | ||||
d30cc144c1f0 | Pablo Vazquez (pablovazquez) | Fix layout | Sep 21 2016 | ||||
2ddee224c254 | Pablo Vazquez (pablovazquez) | Don't cache style compiling | Sep 21 2016 | ||||
38703bf5833b | Pablo Vazquez (pablovazquez) | Tasks Index for a Project | Sep 21 2016 | ||||
5095367c2e47 | Sybren A. Stüvel (sybren) | Create task of certain type | Sep 21 2016 | ||||
10cdf746f38f | Sybren A. Stüvel (sybren) | Use project properties to show shot-level task types | Sep 20 2016 | ||||
265d898ebd22 | Sybren A. Stüvel (sybren) | FIXUP extension props | Sep 20 2016 | ||||
dfaf4e84c019 | Sybren A. Stüvel (sybren) | Transition to creating tasks with POST method rather than GET. | Sep 20 2016 | ||||
008ffa0aa4cc | Sybren A. Stüvel (sybren) | Show error when saving task | Sep 20 2016 | ||||
eb1a972dbbf2 | Sybren A. Stüvel (sybren) | Added task types | Sep 20 2016 | ||||
959549eec0de | Sybren A. Stüvel (sybren) | @attract_project_view() can now also fetch & check for extension props. | Sep 20 2016 | ||||
25cfe7789cf1 | Sybren A. Stüvel (sybren) | Renamed node types attract.X → attract_X | Sep 20 2016 | ||||
9035d2f6a45a | Sybren A. Stüvel (sybren) | Added 'gulp' script, which does an 'npm install' when needed. | Sep 20 2016 | ||||
b7cad397a824 | Sybren A. Stüvel (sybren) | Ensure that Eve accepts our extension settings. | Sep 20 2016 | ||||
a5599cf56acd | Sybren A. Stüvel (sybren) | Fixed interference between consecutive unit tests | Sep 20 2016 | ||||
6066362a9b77 | Sybren A. Stüvel (sybren) | Allow setting SVN URL from setup_for_attract CLI command | Sep 20 2016 | ||||
8145d698bd80 | Pablo Vazquez (pablovazquez) | Gulp: Avoid re-building unchanged files by caching the results | Sep 20 2016 | ||||
44ffd7f38a83 | Pablo Vazquez (pablovazquez) | Added .keep file so the templates dir is always there | Sep 20 2016 | ||||
f853278f5a7f | Sybren A. Stüvel (sybren) | Moved task management code from flask views to task manager. | Sep 8 2016 | ||||
52e5f4ac7e99 | Sybren A. Stüvel (sybren) | Allow setting up projects for Attract from unittests | Sep 8 2016 | ||||
5543d751014a | Sybren A. Stüvel (sybren) | Editing tasks works, still needs refactoring & unittests | Sep 8 2016 | ||||
dc43b7686a73 | Sybren A. Stüvel (sybren) | Fixed bug in CLI cmd setup_for_attract | Sep 8 2016 | ||||
2a1982fd4522 | Sybren A. Stüvel (sybren) | Nicer task list | Sep 7 2016 | ||||
3c095863496c | Sybren A. Stüvel (sybren) | Added async task loading | Sep 7 2016 | ||||
805f56d6f4a1 | Sybren A. Stüvel (sybren) | Added task creation per project and non-functional tasks-for-project view | Sep 7 2016 | ||||
463b36ed8db8 | Sybren A. Stüvel (sybren) | Removed unused Eve config | Sep 7 2016 | ||||
93d3e4effa51 | Sybren A. Stüvel (sybren) | Removed accidentally checked-in file | Sep 7 2016 | ||||
32a4abfa47b2 | Sybren A. Stüvel (sybren) | Started working on tasks web view. | Sep 7 2016 | ||||
b67436919e8b | Sybren A. Stüvel (sybren) | updated gitignore for attract_server → attract | Sep 7 2016 | ||||
9ca0bdc552bf | Sybren A. Stüvel (sybren) | Added some text to the readme | Sep 7 2016 | ||||
4a1e2169f001 | Sybren A. Stüvel (sybren) | More attract-server → attract | Sep 7 2016 | ||||
25d3b1a01863 | Sybren A. Stüvel (sybren) | Prefixed node type name with 'attract.' | Sep 7 2016 | ||||
5abfad4d0df4 | Sybren A. Stüvel (sybren) | Made unittests work again. | Sep 7 2016 | ||||
6f8a48b956cd | Sybren A. Stüvel (sybren) | pip install -r requirements.txt can't install pillar, so leave it out. | Sep 7 2016 | ||||
2f5e99205a48 | Sybren A. Stüvel (sybren) | Renamed attract_server → attract | Sep 7 2016 | ||||
3f81873c7f41 | Sybren A. Stüvel (sybren) | Refactor of 'task' node type | Sep 7 2016 | ||||
168e59805e97 | Sybren A. Stüvel (sybren) | Added template system to Attract extension. | Sep 6 2016 | ||||
a89e98c55625 | Sybren A. Stüvel (sybren) | Properly handle SVN connection/client errors. | Aug 31 2016 | ||||
5732b16afc55 | Sybren A. Stüvel (sybren) | Allow kicking the SVN observer from an HTTP entry point. | Aug 31 2016 | ||||
a170a4ca3bd8 | Sybren A. Stüvel (sybren) | Added task manager that responds to tasks mentioned in SVN logs. | Aug 31 2016 | ||||
8b618c3ecbd3 | Sybren A. Stüvel (sybren) | SVN log messages can be None. | Aug 31 2016 | ||||
268a40092ee1 | Sybren A. Stüvel (sybren) | SVN doesn't like requesting logs for non-existent revisions | Aug 31 2016 | ||||
0c9b31c4b4d5 | Sybren A. Stüvel (sybren) | Added SVN logging observer. | Aug 31 2016 | ||||
15f0f5889ad7 | Sybren A. Stüvel (sybren) | Just an extra TODO in the node types | Aug 31 2016 | ||||
4ad33731bd29 | Sybren A. Stüvel (sybren) | Added CLI module to set up project for attract. | Aug 31 2016 | ||||
bd4055a8ea5f | Sybren A. Stüvel (sybren) | Updated test requirements | Aug 31 2016 | ||||
621b95ca5fc9 | Sybren A. Stüvel (sybren) | Removed secondary requirements | Aug 31 2016 | ||||
cf0e6f85de0f | Sybren A. Stüvel (sybren) | Renamed TestPillarServer to PillarTestServer | Aug 31 2016 | ||||
92dd4bf701e0 | Sybren A. Stüvel (sybren) | pillar-server → pillar | Aug 31 2016 | ||||
06d64ec6dfa0 | Sybren A. Stüvel (sybren) | Added unit test | Jul 29 2016 | ||||
d30047c869e4 | Sybren A. Stüvel (sybren) | Added requirements.txt with current versions of all packages. | Jul 29 2016 | ||||
0eb8be33c009 | Sybren A. Stüvel (sybren) | Skeleton structure of a Pillar extension. | Jul 29 2016 | ||||
f930544a11bf | Sergey Sharybin (sergey) | Initial commit | Jul 29 2016 |