summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* fix unnecessarily long gl.utils.backOff test36648-fix-backoff-util-testsMike Greiling2017-08-181-25/+27
|
* change to 'Not confidential'36450_second_touch_upRegis2017-08-161-1/+1
|
* Merge branch 'rs-trailingwhitespace-cop' into 'master'Rémy Coutable2017-08-162-2/+1
|\ | | | | | | | | Enable Layout/TrailingWhitespace cop and auto-correct offenses See merge request !13573
| * Fix two additional violations caused by previous changesrs-trailingwhitespace-copRobert Speicher2017-08-151-1/+0
| |
| * Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-152-2/+2
| |
* | Merge branch 'safari-fly-out-fix' into 'master'Tim Zallmann2017-08-161-2/+4
|\ \ | | | | | | | | | | | | | | | | | | Fix the fly-out menu in the sidebar not displaying in Safari Closes #36441 See merge request !13445
| * | Fix the fly-out menu in the sidebar not displaying in Safarisafari-fly-out-fixPhil Hughes2017-08-151-2/+4
| | |
* | | Many Repo FixesJacob Schatz2017-08-157-62/+47
| | |
* | | Repo Editor FixesBryce Johnson2017-08-155-23/+49
| |/ |/|
* | Merge branch '36450_confi_polish' into 'master'Clement Ho2017-08-151-1/+1
|\ \ | | | | | | | | | | | | Change Confidential Message When Visible - UI Polish See merge request !13551
| * | change message and change spec36450_confi_polishRegis2017-08-141-1/+1
| |/
* | Display GPG status loading spinner only when Ajax request is madeWinnie Hellmann2017-08-151-0/+48
| |
* | Merge branch '34371-pipeline-schedule-vue-files' into 'master'Phil Hughes2017-08-151-1/+1
|\ \ | |/ |/| | | | | Move callout to vue file and remove svg from data function to improve performance See merge request !13539
| * Move callout to vue file and remove svg from data function to improve ↵Filipa Lacerda2017-08-141-1/+1
| | | | | | | | performance
* | Merge branch 'repo-fixes-e' into 'master'Jacob Schatz2017-08-143-30/+50
|\ \ | |/ |/| | | | | Repo fixes part E See merge request !13472
| * Remove overflow tabs logic (no longer used)Eric Eastwood2017-08-141-11/+0
| | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143794
| * Remove loading state from repo_tabEric Eastwood2017-08-141-19/+1
| | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143710
| * Use promise syntax with Helper.getContentEric Eastwood2017-08-141-2/+3
| | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143217
| * Split out linkClicked and add testsEric Eastwood2017-08-141-0/+48
| | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143174
* | fixed up specs caused by left over elements in the bodyPhil Hughes2017-08-141-3/+3
| |
* | Add dynamic navigation tunnel to fly-out menusPhil Hughes2017-08-141-28/+127
| |
* | Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-1018-20/+20
| |
* | removed global use of breakpoint checkerbreakpoint-checker-performancePhil Hughes2017-08-101-1/+1
| |
* | Increase performance of the breakpoint size checkerPhil Hughes2017-08-101-0/+15
|/
* Removed display styles when hiding the fly out navigationfly-out-fix-hidingPhil Hughes2017-08-091-1/+1
| | | | Closes #36224
* Restore blob fixture for JavaScript testswinh-restore-blob-fixturewinh2017-08-081-0/+29
|
* Fix fly-out navigation not showing for active items in collapsed sidebarPhil Hughes2017-08-081-3/+53
|
* Merge branch ↵Filipa Lacerda2017-08-081-0/+42
|\ | | | | | | | | | | | | | | | | '35052-please-select-a-file-when-attempting-to-upload-or-replace-from-the-ui' into 'master' Resolve "'Please select a file' when attempting to upload or replace from the UI" Closes #35052 See merge request !12863
| * disable file upload button while uploading35052-please-select-a-file-when-attempting-to-upload-or-replace-from-the-uiSimon Knox2017-08-081-0/+42
| | | | | | | | | | | | hide placeholder text when files have been added vertically center dropzone area content close modal after file upload succeeds
* | Merge branch 'master' into ideMike Greiling2017-08-0712-21/+301
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (86 commits) Show all labels 33874 confidential issue redesign Exclude merge_jid on Import/Export attribute configuration Resolve "User dropdown in filtered search does not load avatar on `master`" Re-add column locked_at on migration rollback Group-level new issue & MR using previously selected project [EE Backport] Update log audit event in omniauth_callbacks_controller.rb more eagerly bail when the state is prevented Move locked_at removal to post-deployment migration Add class to other sidebars Improve mobile sidebar reduce iterations by keeping a count of remaining enablers Store & use ConvDev percentages returned by Version app Store MergeWorker JID on merge request, and clean up stuck merges Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE DRY up caching in AbstractReferenceFilter Update CHANGELOG Add CHANGELOG entry Fix html structure Removes test for removed behavior Port form back to use form_tag ...
| * | Show all labelsRegis Boudinot2017-08-081-12/+16
| | |
| * | Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-083-7/+6
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Store MergeWorker JID on merge request, and clean up stuck merges" Closes #31207 See merge request !13207
| | * | Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-073-7/+6
| | | |
| * | | 33874 confidential issue redesignRegis Boudinot2017-08-073-0/+143
| | | |
| * | | Group-level new issue & MR using previously selected projectBryce Johnson2017-08-072-0/+111
| | | |
| * | | Merge branch '15664-remove-jquery-nicescroll' into 'master'Phil Hughes2017-08-072-2/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Remove jQuery Nicescroll" Closes #15664, #30860, and #35885 See merge request !13262
| | * | | remove nicescroll from jobs page and remove the library from common.bundle.jsMike Greiling2017-08-042-2/+0
| | | | |
| * | | | Merge branch 'zj-project-templates' into 'master'Sean McGivern2017-08-071-0/+25
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Allow projects to be started from a template Closes #32420 See merge request !13108
| | * | | Merge branch 'master' into zj-project-templatesFilipa Lacerda2017-08-0728-44/+681
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (623 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix pipeline icon in contextual nav for projects Since mysql is not a priority anymore, test it less Fix order of CI lint ace editor loading Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Fix spec Fix spec Fix spec Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Add changelog Install yarn via apt in update guides Use long curl options fix Add a spec for concurrent process Remove monkey-patched Array.prototype.first() and last() methods ...
* | | | | | fix repo_edit_button_spec.jsMike Greiling2017-08-071-0/+1
| | | | | |
* | | | | | fix test failures in repo_preview_spec.jsMike Greiling2017-08-071-1/+1
| | | | | |
* | | | | | Merge branch 'master' into ideMike Greiling2017-08-0729-128/+122
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (177 commits) Add changelog Bump gitlab-shell version to 5.8.0 to fix Git for Windows 2.14 Make contextual sidebar collapsible Fixed sidebar context header hover colors Use correct `Environment`-class within `Gitlab` namespace Remove gl.Activities from Commits page Move `let` calls inside the `describe` block using them Add `/assign me` alias support for assigning issuables to oneself GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandError Use `broken_storage` in the fs_shards_spec. Eager load project creators for project dashboards Memoize a user's personal projects count Remove redundant query from User#recent_push Improve checking if projects would be returned Change spelling of gitlab-shell Remove unused #tree-holder Add custom linter for inline JavaScript to haml_lint Rename user_can_admin? because it's more accurate Synchronous zanata community contribution translation Add Korean translation to i18n ...
| * | | | | Merge branch '33095-mr-widget-ui' into 'master'Phil Hughes2017-08-0719-94/+63
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge Request widget Improvements Closes #33095 See merge request !12601
| | * | | | clean up merge request widget UISimon Knox2017-08-0719-94/+63
| | | | | |
| * | | | | Fix issues with pdf-js dependenciesMike Greiling2017-08-072-4/+4
| |/ / / /
| * | | | Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling2017-08-047-30/+3
| | | | |
| * | | | fixed jumping when bar gets stuckPhil Hughes2017-08-031-0/+52
| | |/ / | |/| | | | | | | | | | | | | | added specs to sticky util file added `No files found.` text when results are empty
* | | | resolve eslint violationsMike Greiling2017-08-071-1/+1
| | | |
* | | | [ci skip] Add repo_edit_button_spec and repo_preview_specLuke "Jared" Bennett2017-08-073-1/+74
| | | |
* | | | Remove fdescsLuke "Jared" Bennett2017-08-072-2/+2
| | | |