summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Use flexbox for prometheus graph row grouping instead of bootstrap classesMike Greiling2017-09-062-64/+2
|
* Make search dropdowns consistentWinnie Hellmann2017-09-051-145/+178
|
* Fix flaky behaviour of `getSearchedProjects` due to missing ↵kushalpandya2017-09-051-1/+2
| | | | `gon.current_user_id`
* Remove spec as no longer necessarykushalpandya2017-09-051-60/+0
|
* Merge branch '35010-projects-nav-dropdown' into 'master'Filipa Lacerda2017-09-0511-9/+1013
|\ | | | | | | | | | | | | Add dropdown to Projects nav item Closes #35010 See merge request !13866
| * Projects Dropdown Spec Mock Datakushalpandya2017-09-051-0/+96
| |
| * Projects Dropdown App Store Speckushalpandya2017-09-051-0/+41
| |
| * Projects Dropdown App Service Speckushalpandya2017-09-051-0/+178
| |
| * Projects Dropdown Frequent Projects Item Component Speckushalpandya2017-09-051-0/+65
| |
| * Projects Dropdown Searched Projects List Component Speckushalpandya2017-09-051-0/+84
| |
| * Projects Dropdown Frequent Projects List Component Speckushalpandya2017-09-051-0/+72
| |
| * Projects Dropdown Search Component Speckushalpandya2017-09-051-0/+101
| |
| * Projects Dropdown App Component Speckushalpandya2017-09-051-0/+348
| |
| * Add support for `sizeClass`, defaults to `s40`kushalpandya2017-09-051-6/+22
| |
| * Make query param `simple` part of configkushalpandya2017-09-052-3/+6
| |
* | Merge branch 'additional-time-series-charts' into 'master'Tim Zallmann2017-09-057-1842/+5965
|\ \ | |/ |/| | | | | | | | | Added support for additional time series charts Closes #33345 See merge request !13159
| * Added simple support for multiple colors on the different time seriesJose Ivan Vargas2017-08-311-0/+2
| |
| * fix misnamed graph component propertyMike Greiling2017-08-301-5/+5
| |
| * Corrected y scale for multiple time series and visual improvementsJose Ivan Vargas2017-08-302-2/+1
| |
| * Modified mocked data to be less than 500kbJose Ivan Vargas2017-08-302-5794/+1
| |
| * Added and corrected specs for the additional time seriesJose Ivan Vargas2017-08-307-1842/+11757
| |
* | Add feature highlight to Issue Boards in new navigation sidebarClement Ho2017-09-043-0/+386
| |
* | Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-038-64/+262
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJose Ivan Vargas2017-09-0334-186/+2148
|\ \
| * \ Merge branch 'issue-discussions-refactor' into 'master'Jacob Schatz2017-09-0233-186/+2121
| |\ \ | | | | | | | | | | | | | | | | Issue discussions Vue refactor See merge request !12069
| | * \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-3110-75/+59
| | |\ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb
| | * \ \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-311-9/+5
| | |\ \ \
| | * \ \ \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-308-11/+237
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb
| | * | | | | IssueNotesRefactor: Fix quick submit spec.Fatih Acet2017-08-251-0/+1
| | | | | | |
| | * | | | | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-237-36/+93
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # package.json
| | * | | | | | IssueNotesRefactor: Fix consistent typo.Fatih Acet2017-08-221-1/+1
| | | | | | | |
| | * | | | | | Rename a few attribute suffixes from `_url` to `_path`Douwe Maan2017-08-179-27/+27
| | | | | | | |
| | * | | | | | Remove view=full_data from NotesControllerDouwe Maan2017-08-171-2/+2
| | | | | | | |
| | * | | | | | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-1715-148/+327
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
| | * | | | | | | IssueNotesRefactor: Implement missing attachment image.Fatih Acet2017-08-161-0/+23
| | | | | | | | |
| | * | | | | | | Fix broken testsFilipa Lacerda2017-08-122-2/+4
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-1220-21/+36
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (66 commits) fix confidential border issue as well as confidential styles leaking on new MR Migrate force push check to Gitaly Add option to disable project export on instance Better categorize test coverage results Add option to disable project export on instance - db changes Better caching and indexing of broadcast messages Include the `is_admin` field in the `GET /users/:id` API when current user is an admin Document rspec-retry and rspec-flaky Fix cop description Retrieve and sync flaky specs report from and to S3 Use a new RspecFlakyListener to detect flaky specs Fix formatting of patch_versions.md [skip ci] Enable Timecop safe mode Show error message for API 500 error in tests, and Fix merge request diff deserialisation when too_large was absent Delete correct key from `session` after authenticating using U2F Bumps omniauth-ldap gem version to 2.0.4 Pending delete projects no longer return 500 error in Admins projects view Do not run the `ee_compat_check` job for stableish branches Update gitlab.po: Missing 'r' in "Fouché" that comes from "Fourcher" verb. ...
| | * | | | | | | | Fix broken markdown field testFilipa Lacerda2017-08-111-1/+2
| | | | | | | | | |
| | * | | | | | | | Adds tests for sync actionsFilipa Lacerda2017-08-111-83/+2
| | | | | | | | | |
| | * | | | | | | | Adds helper to test Vuex actionsFilipa Lacerda2017-08-112-14/+98
| | | | | | | | | |
| | * | | | | | | | Adds tests for mutations and gettersFilipa Lacerda2017-08-114-94/+189
| | | | | | | | | |
| | * | | | | | | | Adds missing unit tests for vue components: issue_note_awards_list; ↵Filipa Lacerda2017-08-115-13/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue_note_body; issue_note_form;issue_note_spec
| | * | | | | | | | Adds unit tests for discussion componentFilipa Lacerda2017-08-111-27/+34
| | | | | | | | | |
| | * | | | | | | | Adds unit tests to issue_note_actions componentFilipa Lacerda2017-08-111-7/+63
| | | | | | | | | |
| | * | | | | | | | Fix broken notes specFilipa Lacerda2017-08-111-1/+2
| | | | | | | | | |
| | * | | | | | | | Adds confidential issue informationFilipa Lacerda2017-08-112-0/+30
| | | | | | | | | |
| | * | | | | | | | Fix broken spec for issuable shortcuts and notesFilipa Lacerda2017-08-113-13/+18
| | | | | | | | | |
| | * | | | | | | | Remove issue discussion started specFilipa Lacerda2017-08-101-21/+0
| | | | | | | | | |
| | * | | | | | | | Fix broken testsFilipa Lacerda2017-08-102-1/+22
| | | | | | | | | |
| | * | | | | | | | Remove forgotten fdescribeFilipa Lacerda2017-08-101-1/+1
| | | | | | | | | |