summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in the whole gitlab-ce projectYoginth2019-05-201-1/+1
* Merge branch 'diff-whitespace-setting-changes' into 'master'Filipa Lacerda2019-05-161-1/+29
|\
| * Fixes issues with show whitespace button in diffsPhil Hughes2019-05-101-1/+29
* | Fix flyout nav on small viewportsce-quick-fix-58727-collapsed-sidebar-flyout-menu-items-don-t-appear-in-1200px-screen-sizeLuke Bennett2019-05-151-2/+3
* | Merge branch 'winh-simplify-frontend-fixtures' into 'master'Rémy Coutable2019-05-1029-158/+87
|\ \ | |/ |/|
| * Remove trailing empty lineswinh-simplify-frontend-fixturesWinnie Hellmann2019-05-102-6/+0
| * Remove unused fixture_file_name parametersWinnie Hellmann2019-05-103-20/+20
| * Remove example block parametersWinnie Hellmann2019-05-1027-56/+56
| * Remove duplicate store_frontend_fixture() callsWinnie Hellmann2019-05-1027-44/+0
| * Merge balsamiq fixture into raw file fixturesWinnie Hellmann2019-05-102-18/+7
| * Merge PDF fixture into raw file fixturesWinnie Hellmann2019-05-102-18/+7
| * Expose response variable for raw file fixturesWinnie Hellmann2019-05-101-7/+8
* | Merge branch 'fe-header-row' into 'master'Phil Hughes2019-05-081-1/+1
|\ \
| * | Adds header column to variables listfe-header-rowFilipa Lacerda2019-05-071-1/+1
* | | Merge branch 'winh-notes-error-handling' into 'master'Fatih Acet2019-05-081-0/+45
|\ \ \
| * | | Add failing test for saveNote error handlingWinnie Hellmann2019-05-071-0/+45
| | |/ | |/|
* | | Added user time settings fields to profileEzekiel Kigbo2019-05-071-0/+77
|/ /
* | Add custom metrics form to dashboardAdriel Santiago2019-05-071-2/+5
* | Merge branch '60462-empty-pipeline-section' into 'master'Mayra Cabrera2019-05-071-0/+13
|\ \
| * | Fixes empty block in MR widgetFilipa Lacerda2019-05-071-0/+13
| |/
* | Merge branch '54405-resolve-discussion-when-applying-a-suggested-change' into...Phil Hughes2019-05-072-91/+114
|\ \
| * | Resolve discussion when suggestion is applied54405-resolve-discussion-when-applying-a-suggested-changePaul Slaughter2019-05-072-91/+114
* | | Add external dashboard linkAdriel Santiago2019-05-071-0/+62
| |/ |/|
* | Merge branch 'winh-separate-frontend-fixtures' into 'master'Phil Hughes2019-05-072-1/+5
|\ \ | |/ |/|
| * Load EE fixtures from ee/ directory in KarmaWinnie Hellmann2019-05-021-1/+3
| * Ignore PDF and balsamiq fixture filesWinnie Hellmann2019-05-021-0/+2
* | Merge branch '58105-pipeline-author-and-commit-author-too-close-together-in-p...Filipa Lacerda2019-05-063-50/+56
|\ \
| * | Separate tests for triggerer componentmfluharty2019-05-033-50/+56
* | | Merge branch '59365-include-time-window-parameters-in-the-url-query-string' i...Fatih Acet2019-05-031-1/+36
|\ \ \
| * | | Make time window parameters available in the query string59365-include-time-window-parameters-in-the-url-query-stringJose Vargas2019-05-011-1/+36
* | | | Merge branch 'expand-diff-performance' into 'master'Filipa Lacerda2019-05-034-20/+181
|\ \ \ \ | |_|_|/ |/| | |
| * | | Impove the performance of expanding full diffPhil Hughes2019-05-034-20/+181
| | |/ | |/|
* | | Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-022-0/+60
* | | Merge branch 'fix-ide-relative-url-bug' into 'master'Phil Hughes2019-05-021-4/+15
|\ \ \ | |/ / |/| |
| * | Fix IDE get file data with '/' as relative rootfix-ide-relative-url-bugPaul Slaughter2019-04-301-4/+15
* | | Extract discussion notes into new componentPaul Gascou-Vaillancourt2019-05-012-72/+62
* | | Merge branch 'winh-binary-fixture-path' into 'master'Phil Hughes2019-05-014-4/+12
|\ \ \
| * | | Use FIXTURES_PATH for loading test.pdfWinnie Hellmann2019-04-303-3/+9
| * | | Use FIXTURES_PATH in balsamiq_viewer_integration_spec.jsWinnie Hellmann2019-04-301-1/+3
| |/ /
* | | Merge branch 'feat/sentry-environment' into 'master'Douglas Barbosa Alexandre2019-04-302-10/+10
|\ \ \
| * | | feat: allow Sentry configuration to be passed on gitlab.ymlRoger Meier2019-04-302-10/+10
| |/ /
* | | Merge branch 'refactor/58830-migrate-sidebar-spec-to-jest' into 'master'Kushal Pandya2019-04-3013-1044/+0
|\ \ \ | |/ / |/| |
| * | refactor(sidebar): Refactored Karma spec files to JestMartin Hobert2019-04-2613-1044/+0
* | | Merge branch '60476-actionview-missingtemplate-missing-template-projects-issu...Ash McKenzie2019-04-301-1/+0
|\ \ \ | |_|/ |/| |
| * | Delete leftover code for referenced_merge_requests60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varianFatih Acet2019-04-151-1/+0
* | | Merge branch 'winh-move-static-fixtures' into 'master'Clement Ho2019-04-268-9/+9
|\ \ \
| * | | Move all static fixtures to static directoryWinnie Hellmann2019-04-258-9/+9
* | | | Merge branch '60808-only-show-target-branch-advanced-error-before-merge' into...Filipa Lacerda2019-04-261-0/+16
|\ \ \ \
| * | | | Only show message when MR is open60808-only-show-target-branch-advanced-error-before-mergeNathan Friend2019-04-241-0/+16
* | | | | Merge branch 'refactor/58827-migrate-issue-spec-to-jest' into 'master'Kushal Pandya2019-04-264-597/+0
|\ \ \ \ \