Regis Boudinot
1c783007e6
Issue title realtime
2017-04-06 01:13:06 +00:00
Kamil Trzciński
e3ce5b642e
Merge branch 'tc-fix-unplayable-build-action-404' into 'master'
...
Disable pipeline & environment actions that are not playable
Closes #25385 and #24601
See merge request !10052
2017-04-05 23:01:35 +00:00
Sam Rose
dad30d6bbf
Use PDFLab to render PDFs in GitLab
2017-04-05 11:22:12 -04:00
Jacob Schatz
c713292992
Merge branch 'sketch-preview-files' into 'master'
...
Load a preview of Sketch 43 files
See merge request !10470
2017-04-05 14:00:44 +00:00
Jacob Schatz
fd8a40783d
Load a preview of Sketch 43 files
...
Sketch 43 files are technically a zip file, so the JavaScript opens the
zip file & locates a preview.png which is just a quick preview of the
last sketch page edited. After that is loaded it simply places the image
into the DOM
2017-04-05 11:49:08 +01:00
Phil Hughes
3369232ca2
Added specs for board list component
2017-04-05 09:59:41 +01:00
Alfredo Sumaran
30253183c6
Merge branch '28732-expandable-folders' into 'master'
...
Resolve "Expandable folders for environments"
Closes #28732
See merge request !10290
2017-04-04 18:41:01 +00:00
Filipa Lacerda
5197b011a9
Fixes broken lints
...
Adds js unit tests
2017-04-04 14:14:15 +01:00
Jose Ivan Vargas
3069a2c959
Removed formatRelevantDigits from text_utils.js and added it to a new file number_utils.js
...
Also improved code formatting
2017-04-03 11:31:30 -05:00
Jose Ivan Vargas
b479583002
Added a formatRelevantDigits text utility
2017-04-03 10:38:16 -05:00
Jose Ivan Vargas
8efd23015d
Fixed prometheus_graph_spec.js and scss-linters
2017-04-03 10:38:16 -05:00
Filipa Lacerda
670e1d7477
Change order of specs
2017-04-03 10:40:31 +01:00
Filipa Lacerda
c4d4f4d857
Clean history after every test that changes history
2017-04-03 10:40:31 +01:00
Filipa Lacerda
20b54b133c
Clean history state after each test
2017-04-03 10:40:31 +01:00
Filipa Lacerda
76b2fa3eeb
Fixes method not replacing URL parameters correctly
2017-04-03 10:40:30 +01:00
Kushal Pandya
9a0f96f9ad
Add metrics button to Environment Overview page
2017-03-31 09:20:11 +00:00
Luke "Jared" Bennett
c5eb5aa998
group links select2 infinite scroll
2017-03-30 12:14:32 +00:00
Alfredo Sumaran
1ccf4af3c5
Merge branch '29539-fix-pipelines-container-width-with-parallel-diff' into 'master'
...
Reset container width when switching to pipelines MR tab
Closes #29539
See merge request !10169
2017-03-29 23:29:38 +00:00
Annabel Dunstone Gray
d08d12ae03
Add shortcuts and counters to MRs and issues in navbar
2017-03-29 21:16:57 +00:00
Filipa Lacerda
d3ab245a5b
Adds tests that were only in EE
2017-03-29 17:29:57 +01:00
Filipa Lacerda
412c9e8b95
Merge branch 'create-collapsed-todo-button' into 'master'
...
Added initial todo functionality to collapsed sidebar
Closes #24805
See merge request !7827
2017-03-29 13:41:12 +00:00
Filipa Lacerda
1e4f64d20c
Merge branch '29950-vue-pagination-icons' into 'master'
...
use correct first/last symbols in vue pagination component
Closes #29950
See merge request !10278
2017-03-29 09:54:00 +00:00
Alfredo Sumaran
edb5dcdb0d
Remove duplicated tokens in issuable search bar
2017-03-28 23:34:39 +00:00
Simon Knox
3bb0a9c873
use correct first/last symbols in vue pagination component
2017-03-29 10:01:29 +11:00
Jacob Schatz
47aeacd7f5
Merge branch 'ipython-notebook-viewer' into 'master'
...
iPython notebook viewer
See merge request !10017
2017-03-28 19:29:02 +00:00
Filipa Lacerda
5cad1401b8
Fix broken test
2017-03-28 18:44:50 +01:00
Jacob Schatz
15ca592ffb
Merge branch '5983-poll-changes' into 'master'
...
Adds restart method and auxiliar callback to polling class
See merge request !10223
2017-03-28 17:08:15 +00:00
Phil Hughes
930069052b
Fixed labels icon being hidden in collapsed issuable sidebar
2017-03-28 16:33:49 +00:00
Eric Eastwood
880b53e0b4
Reset container width when switching to pipelines MR tab
...
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
2017-03-28 10:59:54 -05:00
Filipa Lacerda
3c5d1e6d14
Merge branch 'user-callout-refactor' into 'master'
...
Refactored the user callout class
Closes #29955
See merge request !10213
2017-03-28 15:43:31 +00:00
Filipa Lacerda
b64555d36a
Adds show all button
2017-03-28 14:11:04 +01:00
Phil Hughes
6765a4e4d3
Stops triggering board sidebar when clicking avatar
2017-03-28 12:19:10 +01:00
Alfredo Sumaran
7c2dd5d4f0
Merge branch 'update-test-bundle-ignored-files' into 'master'
...
update test_bundle.js ignored files
See merge request !10228
2017-03-27 19:18:59 +00:00
Sean McGivern
bc36dfe87f
Merge branch 'rename_done_to_closed' into 'master'
...
Change Done column to Closed in issue boards
Closes #29420
See merge request !10198
2017-03-27 16:30:33 +00:00
Phil Hughes
89d1a1c097
Added specs for collapsed sidebar
2017-03-27 16:02:20 +01:00
Filipa Lacerda
7181b345fa
Merge branch 'issue-boards-test-fix' into 'master'
...
Fixed up issue boards JS specs
Closes #29329
See merge request !10215
2017-03-27 12:39:57 +00:00
Phil Hughes
88280aa6bb
Fixed up issue boards JS specs
...
The objects where passed in the wrong order so would actually cause a timeout eventually. Also changed to used random numbers so this error would of been more obvious
Closes #29329
2017-03-27 11:43:17 +01:00
Filipa Lacerda
7324d67132
Merge branch '29935-add-event-limit-warning-to-all-cycle-analytics-tabs' into 'master'
...
Resolve "Add event limit warning to all Cycle Analytics tabs"
Closes #29935
See merge request !10179
2017-03-27 10:25:50 +00:00
Sam Rose
cfd759212d
Add event limit warning all tabs Cycle Analytics
2017-03-24 18:31:13 -04:00
Jose Ivan Vargas
841b3bb053
update test_bundle.js ignored files
2017-03-24 16:08:46 -06:00
Filipa Lacerda
9f7c19b352
Adds restart method and auxiliar callback to polling class
2017-03-24 16:59:14 +00:00
Phil Hughes
3eedb2aede
Refactored the user callout class
...
Instead of the JS being in charge of the HTML, the HAML now handles it.
The HAML can then check the cookie & show it needed. It also allows the
HAML access to the paths so we don't have to pass that through.
Closes #29955
2017-03-24 16:36:23 +00:00
blackst0ne
1fb9de2bf7
Change Done column to Closed in issue boards
2017-03-24 23:40:35 +11:00
Alfredo Sumaran
1b7eddd83f
Merge branch 'refactor-templates-js' into 'master'
...
Refactor template selector JavaScript
See merge request !9792
2017-03-24 01:17:28 +00:00
Alfredo Sumaran
453d755ae4
Merge branch '27574-pipelines-empty-state' into 'master'
...
Pipelines empty state
Closes #27574
See merge request !9978
2017-03-24 01:12:44 +00:00
Filipa Lacerda
a5f17beb43
Use Ci instead of CI.
...
Use kebab case instead of camelCase in templates props
2017-03-23 20:14:09 +00:00
Phil Hughes
68f863bdda
Fixed spec checking for highlightjs class
2017-03-23 17:24:24 +00:00
Filipa Lacerda
14b077b7cb
Adds stop function so we can stop polling anytime
2017-03-23 15:57:03 +00:00
Filipa Lacerda
d576fd8233
Merge branch 'remove-cookies-global' into 'master'
...
Remove Cookies class from global space
See merge request !9883
2017-03-23 14:27:22 +00:00
Filipa Lacerda
f74e9245cb
Merge branch 'filter-bar-fix-ie' into 'master'
...
Fixed the filter bar not working in IE
Closes #29742
See merge request !10149
2017-03-23 14:15:34 +00:00