gitlab-org--gitlab-foss/spec/javascripts
Jacob Schatz 56b420ae10 Merge branch 'backport-tt' into 'master'
Backport SmartInterval, PrettyTime, SubbableResource from EE.

## What does this MR do?

Backports infrastructure used for EE-only Timetracking so it can be used and improved upon in CE. 

This doesn't really need review... it was already reviewed and merged in EE. 

There are no side effects or conflicts, just three new classes added:

1. `SubbableResource` -- pubsub for ajax resources
2. `SmartInterval`-- for configurable polling
3. `PrettyTime` -- time parsing and formatting utility methods

- [x] Added for this feature/bug
- [x] All builds are passing
- [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/985

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/870

cc: @jschatz1

See merge request !7573
2016-11-22 02:46:19 +00:00
..
behaviors
boards
environments Remove v-html 2016-11-21 11:45:22 +00:00
extensions
fixtures
graphs
u2f
vue_common_components
.eslintrc
abuse_reports_spec.js.es6
activities_spec.js.es6 convert activities.js to es6 class syntax 2016-11-20 01:32:20 -06:00
application_spec.js
awards_handler_spec.js
build_spec.js.es6
dashboard_spec.js.es6
datetime_utility_spec.js.es6
diff_comments_store_spec.js.es6
gl_dropdown_spec.js.es6
gl_field_errors_spec.js.es6
header_spec.js
issue_spec.js
labels_issue_sidebar_spec.js.es6
line_highlighter_spec.js
merge_request_spec.js
merge_request_tabs_spec.js
merge_request_widget_spec.js
new_branch_spec.js
notes_spec.js
pretty_time_spec.js.es6
project_title_spec.js
right_sidebar_spec.js
search_autocomplete_spec.js
shortcuts_issuable_spec.js
smart_interval_spec.js.es6
spec_helper.js
subbable_resource_spec.js.es6
syntax_highlight_spec.js
zen_mode_spec.js