Commit Graph

39 Commits

Author SHA1 Message Date
OpenDev Sysadmins 07cbc9a596 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:21 +00:00
Andreas Jaeger 17421dcf8d retire featuretracker
This repository is not used anymore, retire it.

Depends-On: https://review.openstack.org/597370
Change-Id: I92693b9cbacf9abd7fef39a5dbfdf90815966f16
2018-08-29 22:00:10 +02:00
Paul Belanger d3aa7532f9
Add .gitreview file
Change-Id: Ia03e1a03383d20c6baa38754b1606e7dba3c7b5b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-04-21 16:44:46 -04:00
Arturo Nunez 763b52a6b7 Merge pull request #31 from OpenStackweb/development
Product release v1.0.2.4
2017-02-27 10:13:38 -06:00
“Sebastian 02fc47d4d4 [smarcet]
* fixed apache2 proxy conf, set ProxyRequests to disabled
  act as relay server
2017-02-22 16:24:24 -03:00
Arturo Nunez 78742c3520 Merge pull request #29 from teresita-guerrero/issue28
Empty statements should be removed on projectList.controller.js
Fixes #28
2017-02-17 13:13:10 -06:00
Teresita de Jesus Guerrero Vela 6d7653c889 Empty statements should be removed on projectList.controller.js
- Removed unused function parameter
- Removed loggin statements
- Removed empty statement

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2017-02-17 12:09:09 -06:00
Arturo Nunez 981f3683d0 Merge pull request #25 from teresita-guerrero/issue22
Dead stores should be removed on projectList.controller.spec.js
Fixes #22
2017-02-17 11:07:05 -06:00
Arturo Nunez c1ed1acc4a Merge pull request #24 from teresita-guerrero/issue21
Dead stores should be removed on projectDetail.controller.spec.js
Fixes #21
2017-02-17 11:00:48 -06:00
Arturo Nunez dbafcfc7e2 Merge pull request #23 from teresita-guerrero/issue20
Dead stores should be removed on userStory.js
Fixes #20
2017-02-17 10:37:04 -06:00
Arturo Nunez 7ec90bf01e Merge pull request #27 from teresita-guerrero/issue26
Unused parameters are misleading on projectDetail.controller.js
Fixes #26
2017-02-17 10:28:43 -06:00
Teresita de Jesus Guerrero Vela 326f2f74c7 Unused parameters are misleading on projectDetail.controller.js
- Removed unused function parameters
- Removed empty statement

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2017-02-16 17:28:57 -06:00
Teresita de Jesus Guerrero Vela 01aa13b3a3 Dead stores should be removed on projectList.controller.spec.js
- Removed useless assignment to local variable

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2017-02-16 17:11:58 -06:00
Teresita de Jesus Guerrero Vela bdb41a1368 Dead stores should be removed on projectDetail.controller.spec.js
- Removed useless assignament to local variable

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2017-02-16 16:59:28 -06:00
Teresita de Jesus Guerrero Vela e5358dad36 Dead stores should be removed on userStory.js
- Removed useless assignament variables
- Removed logging statements
- Removed unused function parameters
- Ordered variables and functions for availability when called

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2017-02-16 15:56:58 -06:00
Arturo Nunez 1f72842eab Merge pull request #18 from teresita-guerrero/issue16
Invalid date message and invalid date format
Fixes #16 #15
2017-02-14 17:31:56 -06:00
Teresita de Jesus Guerrero Vela 63cfc9e178 Format date validation
- Matched Project list date with project detail view dates

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2017-02-14 17:23:40 -06:00
Teresita de Jesus Guerrero Vela 418d0f689f Invalid date message and invalid date format
- Invalid date when create and update dates are the same -- fix
- Invalid date format on create date in detail view
- Moment library parameters included in date format

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2017-02-14 17:23:40 -06:00
Arturo Nunez 5b7fdc22fc Merge pull request #17 from teresita-guerrero/issue6
XSS via User Story JSON file -- First approach
Fixes #6
2017-02-14 16:42:41 -06:00
Teresita de Jesus Guerrero Vela 2a159aefe2 XSS via User Story JSON file -- First approach
- Inplemented xss-filters library on server side
- Validated all data used on project list view

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2017-02-13 16:27:32 -06:00
Arturo Nunez 04d17ef9bf Merge pull request #14 from OpenStackweb/development
Development product release
2017-01-30 13:58:28 -06:00
Arturo Nunez de15ec952d Merge pull request #12 from teresita-guerrero/issue7
Extremely long strings displayed on UserStory table - fix
Fixes #7
2017-01-25 15:45:57 -06:00
Teresita de Jesus Guerrero Vela d3561377bb Extremely long strings displayed on UserStory table - fix
String name limited to show 50 characters on table
- Tooltip added to show full text on detail view

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2017-01-25 13:53:26 -06:00
Arturo Nunez 837c8466f9 Merge pull request #10 from viridianaJazel/issue-5
Add 404
Fixes #5
2017-01-19 15:47:02 -06:00
viridianaJazel 8a48fb860f Merge branch 'development' into issue-5 2017-01-17 11:44:02 -06:00
Viridiana J Amezcua Orona 2f990f850b Redirect to 404 page when server returns not found error 2017-01-16 11:23:07 -06:00
Viridiana J Amezcua Orona eb9b195bf9 Add 404 page and route 2017-01-16 11:22:09 -06:00
Viridiana J Amezcua Orona ac20d7759b Add validation and return error the the tracker does not existe 2017-01-16 11:21:03 -06:00
Arturo Nunez 7d92982017 Merge pull request #9 from teresita-guerrero/issue8
Code is not picking the last update date
Fixes #8
2017-01-16 10:57:58 -06:00
Teresita de Jesus Guerrero Vela b2e41cf7ad Code is not picking the last update date - fix
- Sorted dates to pick up the last one
- Changed url on grunt file for development environment config

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2017-01-13 12:28:23 -06:00
Viridiana J Amezcua Orona f2a471f285 - Title from description field
- Show number of blueprints completed instead of percentage
- Refactor code

Signed-off-by: Viridiana J Amezcua Orona <viridiana.j.amezcua.orona@intel.com>
2016-10-17 16:46:51 -05:00
Sebastian Marcet bb11693908 [smarcet]
* fixed typo on deployment script
2016-10-14 19:24:11 -03:00
Sebastian Marcet b53e7be671 [smarcet]
* updated grunt file to copy the process.json
* updated grunt build task to accept diferrent targets ( development, local, production)
* moved configuration constants out of angular app
* removed hard coded constant from puppet scripts
* added deployment script for production
2016-10-14 18:39:27 -03:00
Teresita de Jesus Guerrero Vela 11996c493e Adding app path for dist build
- Gruntfile modified in copy section

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2016-10-13 17:43:47 -05:00
Sebastian Marcet 71d72fd62b [smarcet]
* added vagrant script
* run vagrant up on root folder and a vm will be available on http://local.userstory.openstack.org/
* using apache2 as reverse proxy of API (port 3004) and the angular app (PORT 8080)
2016-10-13 18:37:56 -03:00
Marcela Bonell b9fc423644 OpenStack Summit Austin - Demo
- List view and search: Show/filter all the trackers.
- Detailed view: User story, cross-project spec, project spec, blueprints and patches.

Signed-off-by: Marcela Bonell <marcelabonell@gmail.com>
2016-04-25 02:12:24 -05:00
Marcela Bonell 9905961b62 Update README.md
Technologies and installation description
2016-04-19 17:55:33 -05:00
Marcela Bonell 2a7d9c5675 Update README.md 2016-04-18 16:06:46 -05:00
Marcela Bonell 52c0efa6b8 Create README.md 2016-04-18 16:05:07 -05:00