Jacob Schatz
538a6875d3
Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master'
...
Remove Turbolinks
Closes #25624
See merge request !8570
2017-02-03 18:02:19 +00:00
Fatih Acet
3213dfd797
Merge branch 'add-issues-to-boards' into 'master'
...
Add issues to boards list
Closes #26205
See merge request !8737
2017-02-03 18:01:00 +00:00
Phil Hughes
e85cd9eede
Removed duplicated test
2017-02-03 17:02:44 +03:00
Phil Hughes
4428bb27b7
Removed Masonry, instead uses groups of data
...
Added some error handling which reverts the frontend data changes &
notifies the user
2017-02-03 17:02:44 +03:00
Phil Hughes
cf5396d4b7
Fixed up specs
2017-02-03 17:02:44 +03:00
Phil Hughes
a51aa6ab42
Fixed issue card spec
2017-02-03 17:02:44 +03:00
Phil Hughes
8323bc4919
Fixed up JS tests
2017-02-03 17:02:44 +03:00
Phil Hughes
a943241056
Some styling updates
...
Does not remove the issue from the selected tab when it it de-selected, it instead gets purged when changing tab
2017-02-03 17:02:44 +03:00
Phil Hughes
54461ce2a3
Added more tests
2017-02-03 17:02:43 +03:00
Filipa Lacerda
c5f5ce8807
Fix broken tests
...
Rename Build to Job
Replace "Builds" by "Jobs" and fix broken specs
Replace "Builds" by "Jobs"
Fix broken spinach test
Fix broken test
Remove `˙` at the beginning of the file
Fix broken spinach test
Fix broken tests
Changes after review
2017-02-03 09:43:04 +00:00
Mike Greiling
99f2e9a1f5
use setFixtures instead of fixture.set
2017-02-02 13:29:41 -06:00
Mike Greiling
85f2dcf535
prevent u2f tests from triggering a form submission while testing
2017-02-02 13:28:35 -06:00
Mike Greiling
f4fca2de92
simplify test for focus state
2017-02-02 13:25:56 -06:00
Mike Greiling
66f9086fbc
preload projects.json fixture
2017-02-02 13:24:41 -06:00
Mike Greiling
ed8b6ecb9d
preload projects.json fixture
2017-02-02 13:22:57 -06:00
Mike Greiling
9e8762f898
rework tests which rely on teaspoon-specific behavior
2017-02-02 13:20:23 -06:00
Mike Greiling
f38b7cee7b
use setFixtures instead of fixture.set
2017-02-02 13:18:21 -06:00
Mike Greiling
b7ddbf2401
ensure helper classes and constants are exposed globally
2017-02-02 13:17:38 -06:00
Mike Greiling
7e7875b10c
preload projects.json fixture
2017-02-02 13:11:40 -06:00
Mike Greiling
86f4166e31
fix fixture references in environments_spec
2017-02-02 13:08:52 -06:00
Mike Greiling
030e766d29
allow console.xxx in tests, reorder eslint rules alphabetically
2017-02-02 13:05:51 -06:00
Bryce Johnson
f1bcf1e583
Remove turbolinks from filtered search after rebase.
2017-02-02 14:03:13 -05:00
Bryce Johnson
fbd09871ca
Remove turbolinks.
2017-02-02 14:03:12 -05:00
Filipa Lacerda
ec9d7a4134
Merge branch 'fix-filtered-search-manager-spec' into 'master'
...
Fix filtered search manager spec teaspoon error
See merge request !8919
2017-02-02 17:27:32 +00:00
Alfredo Sumaran
ebb951bac3
Merge branch '25811-pipeline-number-and-url-do-not-update-when-new-pipeline-is-triggered' into 'master'
...
Update pipeline and commit URL and text on CI status change
Closes #25811
See merge request !8351
2017-02-02 16:45:21 +00:00
Douwe Maan
cbaf238413
Merge branch 'jej-backport-active-tense-specs' into 'master'
...
Port 'Active tense test coverage' changes from EE
See merge request !8921
2017-02-02 14:34:00 +00:00
Sam Rose
2916ea82d9
Update pipeline and commit URL and text on CI status change
2017-02-01 22:20:38 -05:00
Clement Ho
40a824357c
Merge branch 'empty-selection-reply-shortcut' into 'master'
...
Change the reply shortcut to focus the field even without a selection.
See merge request !8873
2017-02-01 22:48:57 +00:00
Valery Sizov
ceb1ebd959
Active tense test coverage
...
Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/642 back into CE
2017-02-01 22:45:41 +00:00
Clement Ho
21cf64b431
Fix filtered search manager spec teaspoon error
2017-02-01 15:40:07 -06:00
Filipa Lacerda
797ca1b15d
Merge branch 'fix-filtering-username-with-multiple-words' into 'master'
...
Fix filtering usernames with multiple words
Closes #27404
See merge request !8851
2017-02-01 20:53:58 +00:00
Brian Hall
cd582d3c19
Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion.
2017-02-01 12:30:28 -06:00
Brian Hall
7bf6df8463
Change the reply shortcut to focus the field even without a selection.
2017-01-31 12:28:49 -06:00
Alfredo Sumaran
86dcde3120
Merge branch '26282-autosize-js-memory-leak' into 'master'
...
Resolve "ba-resize memory leak"
Closes #26282
See merge request !8412
2017-01-30 21:12:34 +00:00
Filipa Lacerda
d2a2ba9381
Merge branch '27248-filtered-search-does-not-allow-filtering-labels-with-multiple-words' into 'master'
...
Fix filtering label and milestone with multiple words
Closes #27248 and #27334
See merge request !8830
2017-01-27 21:40:38 +00:00
Clement Ho
444ac6aa02
Fix filtering usernames with multiple words
2017-01-27 15:21:30 -06:00
Fatih Acet
1f875e8e37
Merge branch '26448-unnecessary-request-is-made-when-filter-input-box-is-focused-by-keyboard' into 'master'
...
Only search commits on input change since last search
Closes #26448
See merge request !8488
2017-01-27 20:54:19 +00:00
Filipa Lacerda
a5ad8a0c7f
Merge branch 'fix-search-bar-search-param' into 'master'
...
Fix search bar search param encoding
Closes #27398
See merge request !8753
2017-01-27 20:51:30 +00:00
Clement Ho
668c5bab9e
Fix search bar search param encoding
2017-01-27 11:35:04 -06:00
Clement Ho
42836e8ef8
Fix filtering with multiple words
2017-01-27 10:36:37 -06:00
Fatih Acet
6f76936c1f
Merge branch '27124-search-bar-does-not-load-discussion-notes-selected-labels' into 'master'
...
Fix filtered search so that labels selected from discussion notes display correctly
Closes #27124
See merge request !8756
2017-01-26 20:12:18 +00:00
Sam Rose
72e0ed0aa9
Only search commits on input change since last search
2017-01-25 19:25:27 -05:00
Jacob Schatz
a24e9a0e3c
Merge branch 'copy-as-md' into 'master'
...
Copying a rendered issue/comment will paste into GFM textareas as actual GFM
See merge request !8597
2017-01-25 22:14:01 +00:00
Fatih Acet
94715834ce
Merge branch '26775-fix-auto-complete-initial-loading' into 'master'
...
Fix autocomplete initial undefined state (loading)
Closes #26775
See merge request !8667
2017-01-25 19:45:59 +00:00
Clement Ho
cd13d5dc52
Fix filtered search so that labels selected from discussion notes display correctly
2017-01-25 11:58:23 -06:00
Douwe Maan
21755ac9e9
Merge branch 'master' into copy-as-md
...
# Conflicts:
# app/assets/javascripts/lib/utils/common_utils.js.es6
2017-01-25 11:23:25 -06:00
Jacob Schatz
7b6694e53c
Merge branch 'newline-eslint-rule' into 'master'
...
Add an eslint rule to flag extra newlines
See merge request !8137
2017-01-25 03:51:31 +00:00
Fatih Acet
d1d90b576d
Merge branch 'normalize_frontend_headers' into 'master'
...
Create a util for normalizing headers on the frontend
See merge request !8750
2017-01-25 02:29:37 +00:00
Douwe Maan
79440890b1
Merge branch 'master' into copy-as-md
2017-01-24 16:18:16 -06:00
Bryce Johnson
f0b7e5708c
Flag multiple empty lines in eslint, fix offenses.
2017-01-24 16:48:06 -05:00