Show More
@@ -1,72 +1,71 b'' | |||||
1 | syntax: glob |
|
1 | syntax: glob | |
2 |
|
2 | |||
3 | *.egg |
|
3 | *.egg | |
4 | *.egg-info |
|
4 | *.egg-info | |
5 | *.idea |
|
5 | *.idea | |
6 | *.orig |
|
6 | *.orig | |
7 | *.pyc |
|
7 | *.pyc | |
8 | *.sqlite-journal |
|
8 | *.sqlite-journal | |
9 | *.swp |
|
9 | *.swp | |
10 | *.tox |
|
10 | *.tox | |
11 | *.DS_Store* |
|
11 | *.DS_Store* | |
12 | rhodecode/public/js/src/components/**/*.css |
|
12 | rhodecode/public/js/src/components/**/*.css | |
13 |
|
13 | |||
14 | syntax: regexp |
|
14 | syntax: regexp | |
15 |
|
15 | |||
16 | #.filename |
|
16 | #.filename | |
17 | ^\.settings$ |
|
17 | ^\.settings$ | |
18 | ^\.project$ |
|
18 | ^\.project$ | |
19 | ^\.pydevproject$ |
|
19 | ^\.pydevproject$ | |
20 | ^\.coverage$ |
|
20 | ^\.coverage$ | |
21 | ^\.cache.*$ |
|
21 | ^\.cache.*$ | |
22 | ^\.ruff_cache.*$ |
|
22 | ^\.ruff_cache.*$ | |
23 | ^\.rhodecode$ |
|
23 | ^\.rhodecode$ | |
24 |
|
24 | |||
25 | ^rcextensions |
|
25 | ^rcextensions | |
26 | ^.dev |
|
26 | ^.dev | |
27 | ^._dev |
|
27 | ^._dev | |
28 | ^build/ |
|
28 | ^build/ | |
29 | ^coverage\.xml$ |
|
29 | ^coverage\.xml$ | |
30 | ^data$ |
|
30 | ^data$ | |
31 | ^\.eggs/ |
|
31 | ^\.eggs/ | |
32 | ^configs/data$ |
|
32 | ^configs/data$ | |
33 | ^dev.ini$ |
|
33 | ^dev.ini$ | |
34 | ^acceptance_tests/dev.*\.ini$ |
|
34 | ^acceptance_tests/dev.*\.ini$ | |
35 | ^dist/ |
|
35 | ^dist/ | |
36 | ^fabfile.py |
|
36 | ^fabfile.py | |
37 | ^htmlcov |
|
37 | ^htmlcov | |
38 | ^junit\.xml$ |
|
38 | ^junit\.xml$ | |
39 | ^node_modules/ |
|
39 | ^node_modules/ | |
40 | ^node_binaries/ |
|
40 | ^node_binaries/ | |
41 | ^package-lock.json |
|
|||
42 | ^pylint.log$ |
|
41 | ^pylint.log$ | |
43 | ^rcextensions/ |
|
42 | ^rcextensions/ | |
44 | ^result$ |
|
43 | ^result$ | |
45 | ^rhodecode/public/css/style.css$ |
|
44 | ^rhodecode/public/css/style.css$ | |
46 | ^rhodecode/public/css/style-polymer.css$ |
|
45 | ^rhodecode/public/css/style-polymer.css$ | |
47 | ^rhodecode/public/css/style-ipython.css$ |
|
46 | ^rhodecode/public/css/style-ipython.css$ | |
48 | ^rhodecode/public/js/rhodecode-components.html$ |
|
47 | ^rhodecode/public/js/rhodecode-components.html$ | |
49 | ^rhodecode/public/js/rhodecode-components.js$ |
|
48 | ^rhodecode/public/js/rhodecode-components.js$ | |
50 | ^rhodecode/public/js/scripts.js$ |
|
49 | ^rhodecode/public/js/scripts.js$ | |
51 | ^rhodecode/public/js/scripts.min.js$ |
|
50 | ^rhodecode/public/js/scripts.min.js$ | |
52 | ^rhodecode/public/js/src/components/root-styles.gen.html$ |
|
51 | ^rhodecode/public/js/src/components/root-styles.gen.html$ | |
53 | ^rhodecode/public/js/vendors/webcomponentsjs/ |
|
52 | ^rhodecode/public/js/vendors/webcomponentsjs/ | |
54 | ^rhodecode\.db$ |
|
53 | ^rhodecode\.db$ | |
55 | ^rhodecode\.log$ |
|
54 | ^rhodecode\.log$ | |
56 | ^rhodecode_dev\.log$ |
|
55 | ^rhodecode_dev\.log$ | |
57 | ^test\.db$ |
|
56 | ^test\.db$ | |
58 |
|
57 | |||
59 |
|
58 | |||
60 | # ac-tests |
|
59 | # ac-tests | |
61 | ^acceptance_tests/\.cache.*$ |
|
60 | ^acceptance_tests/\.cache.*$ | |
62 | ^acceptance_tests/externals |
|
61 | ^acceptance_tests/externals | |
63 | ^acceptance_tests/ghostdriver.log$ |
|
62 | ^acceptance_tests/ghostdriver.log$ | |
64 | ^acceptance_tests/local(_.+)?\.ini$ |
|
63 | ^acceptance_tests/local(_.+)?\.ini$ | |
65 |
|
64 | |||
66 | # docs |
|
65 | # docs | |
67 | ^docs/_build$ |
|
66 | ^docs/_build$ | |
68 | ^docs/result$ |
|
67 | ^docs/result$ | |
69 | ^docs-internal/_build$ |
|
68 | ^docs-internal/_build$ | |
70 |
|
69 | |||
71 | # Cythonized things |
|
70 | # Cythonized things | |
72 | ^rhodecode/.*\.(c|so)$ |
|
71 | ^rhodecode/.*\.(c|so)$ |
@@ -1,60 +1,60 b'' | |||||
1 | { |
|
1 | { | |
2 | "name": "rhodecode-enterprise", |
|
2 | "name": "rhodecode-enterprise", | |
3 |
"version": "5. |
|
3 | "version": "5.1.0", | |
4 | "private": true, |
|
4 | "private": true, | |
5 | "description": "RhodeCode JS packaged", |
|
5 | "description": "RhodeCode JS packaged", | |
6 | "license": "SEE LICENSE IN LICENSE.txt", |
|
6 | "license": "SEE LICENSE IN LICENSE.txt", | |
7 | "repository": { |
|
7 | "repository": { | |
8 | "type": "hg", |
|
8 | "type": "hg", | |
9 | "url": "https://code.rhodecode.com/rhodecode-enterprise-ce" |
|
9 | "url": "https://code.rhodecode.com/rhodecode-enterprise-ce" | |
10 | }, |
|
10 | }, | |
11 | "devDependencies": { |
|
11 | "devDependencies": { | |
12 | "@polymer/iron-a11y-keys": "^3.0.0", |
|
12 | "@polymer/iron-a11y-keys": "^3.0.0", | |
13 | "@polymer/iron-ajax": "^3.0.0", |
|
13 | "@polymer/iron-ajax": "^3.0.0", | |
14 | "@polymer/iron-autogrow-textarea": "^3.0.0", |
|
14 | "@polymer/iron-autogrow-textarea": "^3.0.0", | |
15 | "@polymer/paper-button": "^3.0.0", |
|
15 | "@polymer/paper-button": "^3.0.0", | |
16 | "@polymer/paper-spinner": "^3.0.0", |
|
16 | "@polymer/paper-spinner": "^3.0.0", | |
17 | "@polymer/paper-toast": "^3.0.0", |
|
17 | "@polymer/paper-toast": "^3.0.0", | |
18 | "@polymer/paper-toggle-button": "^3.0.0", |
|
18 | "@polymer/paper-toggle-button": "^3.0.0", | |
19 | "@polymer/paper-tooltip": "^3.0.0", |
|
19 | "@polymer/paper-tooltip": "^3.0.0", | |
20 | "@polymer/polymer": "^3.0.0", |
|
20 | "@polymer/polymer": "^3.0.0", | |
21 | "@webcomponents/webcomponentsjs": "^2.0.0", |
|
21 | "@webcomponents/webcomponentsjs": "^2.0.0", | |
22 | "babel-core": "^6.26.3", |
|
22 | "babel-core": "^6.26.3", | |
23 | "babel-loader": "^7.1.2", |
|
23 | "babel-loader": "^7.1.2", | |
24 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
|
24 | "babel-plugin-transform-object-rest-spread": "^6.26.0", | |
25 | "babel-preset-env": "^1.6.0", |
|
25 | "babel-preset-env": "^1.6.0", | |
26 | "clipboard": "^2.0.1", |
|
26 | "clipboard": "^2.0.1", | |
27 | "copy-webpack-plugin": "^4.4.2", |
|
27 | "copy-webpack-plugin": "^4.4.2", | |
28 | "css-loader": "^0.28.11", |
|
28 | "css-loader": "^0.28.11", | |
29 | "dropzone": "^5.5.0", |
|
29 | "dropzone": "^5.5.0", | |
30 | "exports-loader": "^0.6.4", |
|
30 | "exports-loader": "^0.6.4", | |
31 | "favico.js": "^0.3.10", |
|
31 | "favico.js": "^0.3.10", | |
32 | "grunt": "^0.4.5", |
|
32 | "grunt": "^0.4.5", | |
33 | "grunt-cli": "^1.4.3", |
|
33 | "grunt-cli": "^1.4.3", | |
34 | "grunt-contrib-concat": "^0.5.1", |
|
34 | "grunt-contrib-concat": "^0.5.1", | |
35 | "grunt-contrib-copy": "^1.0.0", |
|
35 | "grunt-contrib-copy": "^1.0.0", | |
36 | "grunt-contrib-jshint": "^0.12.0", |
|
36 | "grunt-contrib-jshint": "^0.12.0", | |
37 | "grunt-contrib-less": "^1.1.0", |
|
37 | "grunt-contrib-less": "^1.1.0", | |
38 | "grunt-contrib-uglify": "^4.0.1", |
|
38 | "grunt-contrib-uglify": "^4.0.1", | |
39 | "grunt-contrib-watch": "^0.6.1", |
|
39 | "grunt-contrib-watch": "^0.6.1", | |
40 | "grunt-webpack": "^3.1.3", |
|
40 | "grunt-webpack": "^3.1.3", | |
41 | "html-loader": "^0.4.4", |
|
41 | "html-loader": "^0.4.4", | |
42 | "html-webpack-plugin": "^3.2.0", |
|
42 | "html-webpack-plugin": "^3.2.0", | |
43 | "imports-loader": "^0.7.1", |
|
43 | "imports-loader": "^0.7.1", | |
44 | "jquery": "1.11.3", |
|
44 | "jquery": "1.11.3", | |
45 | "jshint": "^2.9.1-rc3", |
|
45 | "jshint": "^2.9.1-rc3", | |
46 | "mark.js": "8.11.1", |
|
46 | "mark.js": "8.11.1", | |
47 | "moment": "^2.18.1", |
|
47 | "moment": "^2.18.1", | |
48 | "mousetrap": "^1.6.1", |
|
48 | "mousetrap": "^1.6.1", | |
49 | "polymer-webpack-loader": "^2.0.1", |
|
49 | "polymer-webpack-loader": "^2.0.1", | |
50 | "raw-loader": "1.0.0-beta.0", |
|
50 | "raw-loader": "1.0.0-beta.0", | |
51 | "sticky-sidebar": "3.3.1", |
|
51 | "sticky-sidebar": "3.3.1", | |
52 | "style-loader": "^0.21.0", |
|
52 | "style-loader": "^0.21.0", | |
53 | "sweetalert2": "^9.10.12", |
|
53 | "sweetalert2": "^9.10.12", | |
54 | "ts-loader": "^1.3.3", |
|
54 | "ts-loader": "^1.3.3", | |
55 | "waypoints": "4.0.1", |
|
55 | "waypoints": "4.0.1", | |
56 | "webpack": "4.23.1", |
|
56 | "webpack": "4.23.1", | |
57 | "webpack-cli": "3.1.2", |
|
57 | "webpack-cli": "3.1.2", | |
58 | "webpack-uglify-js-plugin": "^1.1.9" |
|
58 | "webpack-uglify-js-plugin": "^1.1.9" | |
59 | } |
|
59 | } | |
60 | } |
|
60 | } |
General Comments 0
You need to be logged in to leave comments.
Login now