diff --git a/awx/ui/static/lib/angular-moment/.bower.json b/awx/ui/static/lib/angular-moment/.bower.json new file mode 100644 index 0000000000..aa74eee08f --- /dev/null +++ b/awx/ui/static/lib/angular-moment/.bower.json @@ -0,0 +1,32 @@ +{ + "name": "angular-moment", + "version": "0.10.1", + "description": "Moment.JS directives & filters for AngularJS (timeago alternative)", + "author": "Uri Shaked", + "license": "MIT", + "homepage": "http://github.com/urish/angular-moment", + "main": "./angular-moment.js", + "ignore": [], + "dependencies": { + "angular": ">=1.2.0 <1.5.0", + "moment": ">=2.8.0 <2.11.0" + }, + "devDependencies": { + "angular-mocks": "1.3.x", + "moment-timezone": "0.3.1" + }, + "repository": { + "type": "git", + "url": "git://github.com/urish/angular-moment.git" + }, + "_release": "0.10.1", + "_resolution": { + "type": "version", + "tag": "0.10.1", + "commit": "8910240ee1872478a1b318d2d800c1c073526c37" + }, + "_source": "git://github.com/urish/angular-moment.git", + "_target": "~0.10.1", + "_originalSource": "angular-moment", + "_direct": true +} \ No newline at end of file diff --git a/awx/ui/static/lib/angular-moment/.editorconfig b/awx/ui/static/lib/angular-moment/.editorconfig new file mode 100644 index 0000000000..297368244a --- /dev/null +++ b/awx/ui/static/lib/angular-moment/.editorconfig @@ -0,0 +1,24 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# editorconfig.org + +root = true + +[*] + +# Change these settings to your own preference +indent_style = tab +indent_size = 4 + +# We recommend you to keep these unchanged +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[{package.json,bower.json}] +indent_style=space +indent_size=2 + +[*.md] +trim_trailing_whitespace = false diff --git a/awx/ui/static/lib/angular-moment/.gitignore b/awx/ui/static/lib/angular-moment/.gitignore new file mode 100644 index 0000000000..fccb56b324 --- /dev/null +++ b/awx/ui/static/lib/angular-moment/.gitignore @@ -0,0 +1,4 @@ +/.idea +/bower_components +/node_modules +/coverage \ No newline at end of file diff --git a/awx/ui/static/lib/angular-moment/.jshintrc b/awx/ui/static/lib/angular-moment/.jshintrc new file mode 100644 index 0000000000..d430ef2a6b --- /dev/null +++ b/awx/ui/static/lib/angular-moment/.jshintrc @@ -0,0 +1,26 @@ +{ + "node": true, + "browser": true, + "esnext": true, + "bitwise": true, + "camelcase": true, + "curly": true, + "eqeqeq": true, + "immed": true, + "indent": 2, + "latedef": true, + "newcap": true, + "noarg": true, + "quotmark": "single", + "regexp": true, + "undef": true, + "unused": true, + "strict": true, + "trailing": true, + "smarttabs": true, + "maxdepth": 2, + "maxcomplexity": 10, + "globals": { + "angular": false + } +} diff --git a/awx/ui/static/lib/angular-moment/.npmignore b/awx/ui/static/lib/angular-moment/.npmignore new file mode 100644 index 0000000000..2a9c3935f7 --- /dev/null +++ b/awx/ui/static/lib/angular-moment/.npmignore @@ -0,0 +1,4 @@ +.idea +bower_components +node_modules +coverage diff --git a/awx/ui/static/lib/angular-moment/.travis.yml b/awx/ui/static/lib/angular-moment/.travis.yml new file mode 100644 index 0000000000..c85bdee3c0 --- /dev/null +++ b/awx/ui/static/lib/angular-moment/.travis.yml @@ -0,0 +1,7 @@ +language: node_js +node_js: + - "0.10" +before_script: + - npm run bower +after_success: + - cat ./coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js diff --git a/awx/ui/static/lib/angular-moment/CHANGELOG.md b/awx/ui/static/lib/angular-moment/CHANGELOG.md new file mode 100644 index 0000000000..669057ba3b --- /dev/null +++ b/awx/ui/static/lib/angular-moment/CHANGELOG.md @@ -0,0 +1,131 @@ +# Changelog + +## 0.10.1 - 2015-05-01 +- Fix broken SystemJS/JSPM support (see [#104](https://github.com/urish/angular-moment/issues/104)) + +## 0.10.0 - 2015-04-10 +- Breaking change: removed one-time binding for `am-time-ago` in favor of AngularJS 1.3's one time binding ([#122](https://github.com/urish/angular-moment/issues/122)) +- Remove support for AngularJS 1.0.x and 1.1.x. +- Support moment.js v2.10.x +- Support for displaying full dates in `am-time-ago` (see [#75](https://github.com/urish/angular-moment/issues/75)) +- Support Angular Core's style CommonJS standard ([#123](https://github.com/urish/angular-moment/pull/123), contributed by [seanhealy](https://github.com/seanhealy)) +- Added an optional timezone parameter to amDateFormat ([#90](https://github.com/urish/angular-moment/pull/90), contributed by [robertbrooker](https://github.com/robertbrooker)) + +## 0.9.2 - 2015-03-17 +- Critical fix: npm install angular-moment fails ([#121](https://github.com/urish/angular-moment/issues/121)) + +## 0.9.1 - 2015-03-17 +- Add support for locale strings customization ([#102](https://github.com/urish/angular-moment/pull/102), contributed by [vosi](https://github.com/vosi)) +- Add `amDifference` filter ([#120](https://github.com/urish/angular-moment/pull/120), contributed by [ajhodges](https://github.com/ajhodges)) +- Support for changing the timezone via `amMoment.changeTimezone()` ([#92](https://github.com/urish/angular-moment/issues/92)) +- Support for AngularJS 1.4.x +- Remove explicit module name for RequireJS ([#112](https://github.com/urish/angular-moment/pull/112), contributed by [WilliamCarter](https://github.com/WilliamCarter)) + +## 0.9.0 - 2015-01-11 +- Support moment.js v2.9.0. See [here](https://gist.github.com/ichernev/0c9a9b49951111a27ce7) for changelog. +- Removed support for older moment.js versions. Only 2.8.0 and newer versions are now supported. +- Removed deprecated method: `amMoment.changeLanguage()`. Use `amMoment.changeLocale()` instead. +- Removed deprecated event: `amMoment:languageChange`. Listen for `amMoment:localeChange` instead. +- Filters are now stateful by default (fixes [#97](https://github.com/urish/angular-moment/issues/97)). +- The project is now available on [NuGet](https://www.nuget.org/packages/angular-moment/) ([#99](https://github.com/urish/angular-moment/pull/99), contributed by [markvp](https://github.com/markvp)). + +## 0.8.3 - 2014-12-08 +- `amTimeAgo` filter ([#96](https://github.com/urish/angular-moment/pull/96), contributed by [maxklenk](https://github.com/maxklenk)) +- Show formatted time as element title ([#78](https://github.com/urish/angular-moment/pull/78), contributed by [ctesene](https://github.com/ctesene)) +- Support commonjs and browserify ([#95](https://github.com/urish/angular-moment/pull/95), contributed by [Pencroff](https://github.com/Pencroff)) +- SystemJS Loader support ([#85](https://github.com/urish/angular-moment/pull/85), contributed by [capaj](https://github.com/capaj)) + +## 0.8.2 - 2014-09-07 +- `amMoment.changeLanguage()` was deprecated in favor of `amMoment.changeLocale()` (following [a change](http://momentjs.com/docs/#/i18n/changing-locale/) introduced in moment v2.8.1) +- Bugfix: changing the locale emitted a deprecation warning (see [#76](https://github.com/urish/angular-moment/issues/76) for details). + +## 0.8.1 - 2014-09-01 +- Support moment.js v2.8.0. See [here](https://gist.github.com/ichernev/ac3899324a5fa6c8c9b4) for changelog. +- Support moment-timezone v0.2.1. See [here](https://github.com/moment/moment-timezone/blob/develop/changelog.md#021-2014-08-02) for changelog. +- Bugfix: `updateTime()` is called too often for future dates ([#73](https://github.com/urish/angular-moment/issues/73)) + +## 0.8.0 - 2014-07-26 +- Generate source map for the minified version ([#50](https://github.com/urish/angular-moment/issues/50)) +- Add support HTML `