summaryrefslogtreecommitdiff
path: root/spec/views
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-123-5/+5
| | | | Updates changed method names and fixes spec failures
* Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-281-3/+3
| | | | | | https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ceAlexandru Croitor2019-06-261-1/+1
| | | | | Refactor code to allow multiple issue boards management for projects in CE
* Merge branch 'error-pipelines-for-blocked-users' into 'master'Grzegorz Bizon2019-06-173-3/+3
|\ | | | | | | | | | | | | Preventing blocked users and their PipelineSchdules from creating new Pipelines Closes #47756 See merge request gitlab-org/gitlab-ce!27318
| * preventing blocked users and their PipelineSchdules from creating new Pipelinesdrew cimino2019-06-043-3/+3
| | | | | | | | updated several specs and factories to accomodate new permissions
* | Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"revert-3a50fc5dKamil Trzciński2019-06-142-7/+7
| | | | | | This reverts merge request !26853
* | Upgrade to Capybara 3Heinrich Lee Yu2019-06-124-7/+7
| | | | | | | | | | Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
* | Change "Report abuse to GitLab" to more generic wording.Marc Schwede2019-06-061-4/+4
|/
* Add Pipeline IID to viewsMike Scott2019-05-302-7/+7
| | | | | | | | | | * Add Pipeline IID to MR's * Add Pipeline IID to commit box * Add Pipeline IID to builds page * Add Pipeline IID to job sidebar * Add Pipeline IID to header on view pipeline pages * Add changelog entry * Update tests
* Fix specs to match route changesDmitriy Zaporozhets2019-05-201-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Setup Vue app for repository file listingPhil Hughes2019-05-201-0/+2
| | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
* Merge branch ↵Ash McKenzie2019-04-301-28/+0
|\ | | | | | | | | | | | | | | | | '60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varian' into 'master' Delete leftover code for referenced_merge_requests endpoint Closes #60476 See merge request gitlab-org/gitlab-ce!27335
| * Delete leftover code for referenced_merge_requests60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varianFatih Acet2019-04-151-28/+0
| | | | | | | | | | | | | | We rewrote Related MRs widget using Vue. The previous implementation was using Haml templates and calling referenced_merge_requests endpoint which is now deprecated. This MR deletes leftover stuff them.
* | Merge branch 'security-issue_2830' into 'master'GitLab Release Tools Bot2019-04-251-6/+21
|\ \ | | | | | | | | | | | | | | | | | | Prevent leaking information when issue is moved Closes #2830 See merge request gitlab/gitlabhq!3050
| * | Prevent leaking information when issue is movedFelipe Artur2019-04-091-6/+21
| | | | | | | | | | | | Prevent leaking namespace and project names on moved issue links
* | | Fix link issues with labelsTanya Pazitny2019-04-181-0/+32
| | | | | | | | | | | | | | | * On the project labels page, the label itself should not be clickable. * On the group labels page, the links for Issues and Merge Requests should be shown.
* | | Include link to raw job log in plain-text emailsToon Claes2019-04-171-0/+39
| | | | | | | | | | | | | | | | | | | | | People who prefer plain text email also might prefer the raw job log files. So include the link directly to there. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56849
* | | use cleaner expectation matchers from Capybaradrew cimino2019-04-121-8/+5
| | |
* | | Don't render artifact download links on the project tags page for builds ↵drew cimino2019-04-121-4/+40
| |/ |/| | | | | with expired artifacts
* | [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-082-16/+3
|/ | | | | Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-054-8/+8
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Hide kubernetes cluster warning when a cluster existsMike Greiling2019-04-041-0/+10
|
* Disable inaccessible navigation links upon archiving a projectElias Werberich2019-03-311-0/+52
|
* Add feature specs for settings pageReuben Pereira2019-03-141-0/+1
| | | | | Add spec for form fields Style settings sections
* Enable/disable Auto DevOps at Group levelMayra Cabrera2019-03-121-0/+1
| | | | | | | | | | | | - Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
* expose group id on home panelPeter Marko2019-03-111-0/+15
|
* Merge branch 'fix/38010-sidebar-loads-and-collapses' into 'master'Fatih Acet2019-03-065-0/+37
|\ | | | | | | | | | | | | Updated ContextualSidebar to render collapsed on smaller screens Closes #38010 See merge request gitlab-org/gitlab-ce!24555
| * Add tests for nav sidebar collapsed on renderLuke Bennett2019-03-055-0/+37
| | | | | | | | | | | | | | | | | | | | Adds rspec view tests that expect the nav sidebar to have a class that will cause the nav sidebar to be rendered collapsed with or without js. Tests the nav sidebar on the admin, group, instance statistics, user profile and project sidebars.
* | Add Component to Confirm Environment RollbackAndrew Fontaine2019-03-051-0/+63
| | | | | | | | | | | | | | | | | | Ensure a vue.js component to confirm the re-deployment/rollback of an environment pops up when rollback/re-deploy has been clicked so the user must confirm their actions before accidentally rolling back or re-deploying an environment. Only on the `environment-table` view.
* | Merge branch ↵Grzegorz Bizon2019-03-051-0/+89
|\ \ | |/ |/| | | | | | | | | | | | | '45305-ci-status-icon-mismatch-on-merge-requests-page-and-the-mr-itself' into 'master' Resolve "CI status icon mismatch on Merge Requests page and the MR itself" Closes #45305 See merge request gitlab-org/gitlab-ce!25407
| * Remove deprecated ci status helper functionScott Hampton2019-02-201-0/+1
| | | | | | | | After changing all places that used the function, we can now remove it.
| * Fixing CI icon mismatchScott Hampton2019-02-191-0/+88
| | | | | | | | | | | | MR list, and related MRs and branches were using a deprecated helper. Created a new icon haml file to help move these forward.
* | Refactor model and specReuben Pereira2019-03-011-1/+0
| | | | | | | | | | | | - Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
* | Freeze date in merge request status view specRobert Speicher2019-02-281-0/+6
| | | | | | | | | | | | | | | | | | Previously, when this spec ran on the 28th of February, "one month ago" isn't actually a month ago, it's "28 days ago". Now we freeze the date to one that works as intended, since the point of the test is only that it shows a relative date in the tooltip, not necessarily that it's an exact, specific date.
* | Hide CI status when pipelines disabledScott Hampton2019-02-251-4/+55
| | | | | | | | | | | | Pipeline status was showing failed on projects when CI was disabled. This checks to see if the feature is enabled before showing the status.
* | Merge branch '56873-only-load-syntax-highlighting-css-when-selected' into ↵Phil Hughes2019-02-221-0/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Only load syntax highlighting css when selected" Closes #57739 and #56873 See merge request gitlab-org/gitlab-ce!25232
| * | Move highlight themes to subfolderSimon Knox2019-02-221-1/+1
| | |
| * | Only load selected syntax highlight CSSSimon Knox2019-02-151-0/+8
| |/ | | | | | | | | | | | | Compile highlight CSS separately Move highlight-specific mixins out of mixins.scss Rename solarized themes to match theme name as this was a smaller change than changing all instances to snake_case
* | Make "moved" Link to Moved IssueAndrew Fontaine2019-02-211-4/+16
|/ | | | The text "moved" now links to the issue the closed issue was moved to.
* Improved readability of issues related MR status spec57428-actionview-template-error-undefined-method-for-nil-nilclassConstance Okoghenun2019-02-081-1/+2
|
* Added tests for merge_request_status partialJan Provaznik2019-02-081-0/+21
|
* Addresses UX and BE comments:52363-ui-changes-to-cluster-and-ado-pagesMayra Cabrera2019-02-061-50/+3
| | | | | | - Changes help text on clusters form to make it more explicit. - Removes unnecessary warnings on auto devops form - Simplifies cluster methods logic
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-312-1/+9
|
* Fixed bug when external wiki is enabledFrancisco Javier López2019-01-311-0/+54
| | | | | | | | When the external wiki is enabled, the internal wiki link is replaced by the external wiki url. But the internal wiki is still accessible. In this change the external wiki will have its own tab in the sidebar and only if the services are disabled the tab (and access rights) will not be displayed.
* Merge branch '53104-redesign-group-overview-ui-mvc' into 'master'Kushal Pandya2019-01-301-1/+1
|\ | | | | | | | | | | | | Resolve "Redesign group overview UI: MVC" Closes #53104 See merge request gitlab-org/gitlab-ce!23866
| * Refresh group overview to match project overviewDennis Tang2019-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Avatar, group name, and group description now left-aligned - Notification setting and "New project" CTA right-aligned with group avatar and name - Leave group / request access now a link next to the 'Group' label below the group name - Notification setting label removed in favor of icons - Tooltip added to indicate notification setting - Search option moved inside table header next to "Sort by"
* | Indicate on Status if Issue was Moved36445-better-indication-that-an-issue-has-been-moved-or-marked-as-duplicatedAndrew Fontaine2019-01-251-0/+51
|/ | | | | | | | | Add the text `(moved)` to the `Closed` status indicator on a closed issue if the reason the issue was closed was due to moving it. This only applies to closed issues. Issues that were closed and moved then later re-opened only show `Open`. This makes it more immidately clear why the issue was closed.
* Remove `error_tracking` feature flagPeter Leitzen2019-01-151-2/+0
| | | | | | | We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
* Update gitlab-styles to 2.5.1Jasper Maes2019-01-112-5/+5
|
* Remove releases_page feature flagShinya Maeda2019-01-111-21/+3
| | | | | | We introduced releases_page feature flag. Given this feature is deemed stable, we should remove this flag before 19th.