summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* convert js-cookie dependency to an npm moduleclean-javascript-vendor-filesMike Greiling2017-02-111-1/+1
|
* convert timeago.js dependency to an npm moduleMike Greiling2017-02-111-1/+1
|
* Remove fixed positioning from navbarAnnabel Dunstone Gray2017-02-101-1/+1
|
* Replace teaspoon references with Karmareplace-teaspoon-referencesClement Ho2017-02-101-1/+1
|
* fix failing karma testMike Greiling2017-02-091-2/+2
|
* backport fixes for pipelines_store frontend specsbackport-ee-build-fixesMike Greiling2017-02-081-0/+3
|
* Merge branch 'no-sidebar-on-action-btn-click' into 'master' Clement Ho2017-02-082-0/+114
|\ | | | | | | | | | | | | dismiss sidebar on action button click Closes #27227 See merge request !8798
| * dismiss sidebar on repo buttons clickAdam Pahlevi2017-02-082-0/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make the selector more inclusive spec for dashboard’s sidebar visibility fix linting errors for project dashboard page remove unused var: shouldBeCollapsed use project with repo, so download button became available use es6 style for testing project dashboard un-aliased global reference at sidebar.js.es6 fix spec from linting errors code improvement add singleton to `this` assign `singleton` to class add space in between remove `no-underscore-dangle` add complete changelog sidebar internal state test remove on page change, not exist in master. rebase. only nicescroll if the element is there new require style reference to sidebar content outside of timeout
* | Merge branch 'fix-ignored-spec-failures' into 'master' Filipa Lacerda2017-02-071-2/+6
|\ \ | | | | | | | | | | | | ensure karma fails if it cannot load all spec files See merge request !9038
| * | ensure karma fails if it cannot load all spec filesfix-ignored-spec-failuresMike Greiling2017-02-071-2/+6
| | |
* | | Merge branch 'fix/gb/invalid-new-merge-request-api' into 'master' Fatih Acet2017-02-076-20/+17
|\ \ \ | | | | | | | | | | | | | | | | Fix rendering pipelines for a new merge request See merge request !9032
| * | | fix lint errorMike Greiling2017-02-071-1/+1
| | | |
| * | | fix broken frontend testsMike Greiling2017-02-073-13/+9
| | | |
| * | | Fix broken specs from the Frontend sideFilipa Lacerda2017-02-073-7/+8
| | | |
* | | | Merge branch 'improve-handleLocationHash-tests' into 'master' Filipa Lacerda2017-02-071-4/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve gl.utils.handleLocationHash tests See merge request !9040
| * | | | Improve gl.utils.handleLocationHash testsimprove-handleLocationHash-testsClement Ho2017-02-071-4/+25
| | | | |
* | | | | Merge branch ↵Alfredo Sumaran2017-02-071-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graph' into 'master' added inline pipeline graph Closes #23785 See merge request !8576
| * | | | | added inline pipeline graph23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graphLuke "Jared" Bennett2017-02-071-2/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Added tests review changes
* | | | | Merge branch '24716-fix-ctrl-click-links' into 'master' Clement Ho2017-02-072-0/+82
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix Ctrl+Click support for Todos and Merge Request page tabs Closes #24716 See merge request !8898
| * | | | ESLint: remove `expect()` from `beforeEach()`Kushal Pandya2017-02-071-4/+18
| | | | |
| * | | | Refactor tests for `#opensInNewTab`Kushal Pandya2017-02-071-20/+3
| | | | |
| * | | | Add tests for `gl.utils.isMetaClick`Kushal Pandya2017-02-071-0/+32
| | | | |
| * | | | Update param name, add test for `e.which = 2`Kushal Pandya2017-02-071-2/+19
| | | | |
| * | | | Tests for clickTab with Mac and PCKushal Pandya2017-02-071-0/+36
| |/ / /
* | | | Merge branch 'fix-anchor-scrolling' into 'master' Clement Ho2017-02-071-0/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken anchor links when special characters are used Closes #26778 See merge request !8961
| * | | | Fix broken anchor links when special characters are usedAndrey Krivko2017-02-071-0/+13
| |/ / /
* | | | Merge branch '24147-delete-env-button' into 'master' Rémy Coutable2017-02-072-6/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Makes stop button visible in environment page Closes #24147 See merge request !7379
| * | | Fix stoppable?Kamil Trzcinski2017-02-072-6/+6
| |/ /
* | | Merge branch '27343-autocomplete-post-to-wrong-url-when-not-hosting-in-root' ↵Filipa Lacerda2017-02-073-10/+55
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix filtered search user autocomplete for gitlab instances that are hosted on a subdirectory Closes #27343 See merge request !8891
| * | Fix filtered search user autocomplete for gitlab instances that are hosted ↵27343-autocomplete-post-to-wrong-url-when-not-hosting-in-rootClement Ho2017-02-063-10/+55
| |/ | | | | | | on a subdirectory
* | Use webpack to require filesFilipa Lacerda2017-02-054-17/+13
| |
* | Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-0474-304/+298
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (76 commits) fix failing test fix Vue warnings for missing element [ci skip] UX Guide: Button placement in groups Change window size before visiting page, to get correct scroll position Fix slash commands spec error Move project services to new location under Integrations Move webhooks to new a location under Integrations Fixed redirection from http://someproject.git to http://someproject consistently use single quotes allow application.js to require other scripts which start with application* DRY with Gitlab.config.webpack.dev_server references disable webpack proxy in rspec environment due to conflicts with webmock gem remove changes to Procfile configure webpack dev server port via environment variable add rack middleware to proxy webpack dev server remove dev-server config from development environment Document that the retro and kickoff notes are public add CHAGELOG.md entry for webpack branch fix failing rspec build fix test failure for merge request widget ...
| * Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-0318-52/+363
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| * \ Merge branch 'master' into webpackMike Greiling2017-02-025-21/+90
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (63 commits) Use `add_$role` helper in snippets specs removes old css class from everywhere Fixes broken build: Use jquery to get the element position in the page Check public snippets for spam Keep snippet visibility on error Update pipeline and commit URL and text on CI status change Support non-ASCII characters in GFM autocomplete Active tense test coverage Fix filtered search manager spec teaspoon error Reduce the number of loops that Cycle Analytics specs use Remove unnecessary returns / unset variables from the CoffeeScript -> JS conversion. update spec Change the reply shortcut to focus the field even without a selection. use destroy_all Remove settings cog from within admin scroll tabs; keep links centered add changelog remove old project members from project add spec replicating validation error Improve styling of the new issue message Don't capitalize environment name in show page ...
| * \ \ Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-311-0/+123
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (83 commits) Fix small typo on new branch button spec Abillity to promote project labels to group labels Update and pin the `jwt` gem to ~> 1.5.6 refactor merge request build service Update index.md Clarify that Auto Deploy requires a public project. cop for gem fetched from a git source Add CHANGELOG entry Remove new branch button for confidential issues Remove flash warning from login page add complete changelog Add project ID index to `project_authorizations` table to optimize queries Fix disable storing of sensitive information when importing a new repo Fix notification when global=disabled, group=watch Ensure rake is called within the correct bundle context Fix 8.16.0 release date. Improve search within group logic Add changelog item about new attributes in group api Update group api doc with full_name and full_path attributes Add tests for nested groups in search service and search helper ...
| * | | | fix frontend testsMike Greiling2017-01-282-10/+21
| | | | |
| * | | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-283-0/+274
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (33 commits) Improved code style on the issue_sidebar_spec.rb add CHAGELOG.md entry for !8831 remove assets:compile step from relative_url docs update scripts and docs to reference the newly namespaced rake task namespace assets rake tasks to gitlab:assets:* correct gzip files if they exist as well automatically correct CSS urls on assets:precompile remove hard-coded assets path for ace editor modules Fixed cancel button in the services form not redirecting back to the integrations settings view Fix search bar search param encoding Fix a transient failure in the `Explore::ProjectsController` spec Fix filtering with multiple words Fix project name label's for reference in project settings Fixed merge request tabs extra margin Don't call `#uniq` on a relation Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/ Move ApplicationSetting DEFAULTS to `.defaults` instead Move a begin/rescue clause to ApplicationSetting.expire Use badge partial as single source of truth instead of having 2 partials doing the same Changes after review ...
| * \ \ \ \ Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-2751-412/+822
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * \ \ \ \ \ Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-182-11/+213
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (67 commits) Add some API endpoints for time tracking. use destructuring syntax instead add changelog yml file correct User_agent placement in robots.txt Fixing typo Fix Project#update_repository_size to convert MB to Bytes properly Remove repository trait from factories that don't need it in features Add the `:repository` trait to `:project` factories in Cucumber steps Add a `:repository` trait to the `:empty_project` factory Update clipboard_button text: Copy commit SHA to clipboard Fix search bar filter dropdown scrollbars get rid of log fix UI behaviour - only make new calls when button is clicked and dropdown is not displayed better UI fix - simple solution Disable all cops in .rubocop_todo.yml fix spec refactored a bunch of stuff based on feedback fix serializer fix bug retrieving medians fix specs ...
| * \ \ \ \ \ \ Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-171-0/+19
| |\ \ \ \ \ \ \
| * | | | | | | | rewrite test which relied on teaspoon quirkMike Greiling2017-01-131-2/+6
| | | | | | | | |
| * | | | | | | | more post-merge fixesMike Greiling2017-01-136-23/+21
| | | | | | | | |
| * | | | | | | | phantomJS doesn't allow us to spyOn history.replaceStateMike Greiling2017-01-137-14/+40
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-138-2/+595
| |\ \ \ \ \ \ \ \
| * | | | | | | | | remove teaspoon-specific testMike Greiling2017-01-101-3/+3
| | | | | | | | | |
| * | | | | | | | | bypass Chrome "focus" event bugs and prevent Turbolinks from triggeringMike Greiling2017-01-101-6/+8
| | | | | | | | | |
| * | | | | | | | | bypass buggy "focus" event in ChromeMike Greiling2017-01-101-6/+1
| | | | | | | | | |
| * | | | | | | | | prevent u2f authenticate test from auto-submitting a formMike Greiling2017-01-101-8/+8
| | | | | | | | | |
| * | | | | | | | | fix globals within environments_bundle mock dataMike Greiling2017-01-101-0/+2
| | | | | | | | | |
| * | | | | | | | | fix globals within boards_bundle mock dataMike Greiling2017-01-101-0/+5
| | | | | | | | | |