Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-29Merge branch 'chore/unnecessary-css-class-removal' into 'master'Paul Slaughter
Remove unnecessary CSS class Closes #66163 See merge request gitlab-org/gitlab-ce!32320
2019-08-28Remove unnecessary CSS classArun Kumar Mohan
2019-08-27Fix Piwik not workingStan Hu
Due to indentation, the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31402 broke the templating of Piwik script header. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66627
2019-08-19Add warning when LE certificate can't be obtainedVladimir Shushlin
* Refactor some tests as well
2019-08-14Migrates Snowplow backend from EE to CEJeremy Jackson
This introduces several changes, but these are all just ported from the EE project.
2019-08-07Properly labelling fields on Search pageDenys Mishunov
Adding proper <label>s while removing labels from the fields themselves. This gives more space for the field's content
2019-08-07Replaced breadcrumbs with title on Search pageDenys Mishunov
2019-08-01Fix project nav specsSean McGivern
2019-08-01Fix milestone view specsSean McGivern
2019-08-01Fix labels issuable link specsSean McGivern
2019-08-01Rename broken spec filesSean McGivern
RSpec only executes files ending in _spec.rb.
2019-07-26Merge branch 'remove-nested-groups-checks' into 'master'Lin Jen-Shin
Remove code related to object hierarchy and MySQL Closes #65056 and #65055 See merge request gitlab-org/gitlab-ce!31095
2019-07-25Remove code related to object hierarchy in MySQLHeinrich Lee Yu
These are not required because MySQL is not supported anymore
2019-07-24CE-EE parity for spec/viewsRobert Speicher
2019-07-23Improving packages navigation in project sidebarNick Kipling
Removed Registry from sidebar Created new Packages top level item Added Container Registry into packages Updated tests to support new layout
2019-07-12Upgrade to Rails 5.2Heinrich Lee Yu
Updates changed method names and fixes spec failures
2019-06-28Replace 'JIRA' with 'Jira'Takuya Noguchi
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>
2019-06-26Move Multiple Issue Boards for Projects to CoreAlexandru Croitor
Refactor code to allow multiple issue boards management for projects in CE
2019-06-17Merge branch 'error-pipelines-for-blocked-users' into 'master'Grzegorz Bizon
Preventing blocked users and their PipelineSchdules from creating new Pipelines Closes #47756 See merge request gitlab-org/gitlab-ce!27318
2019-06-14Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"Kamil Trzciński
This reverts merge request !26853
2019-06-12Upgrade to Capybara 3Heinrich Lee Yu
Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
2019-06-06Change "Report abuse to GitLab" to more generic wording.Marc Schwede
2019-06-05preventing blocked users and their PipelineSchdules from creating new Pipelinesdrew cimino
updated several specs and factories to accomodate new permissions
2019-05-30Add Pipeline IID to viewsMike Scott
* 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
2019-05-20Fix specs to match route changesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-05-20Setup Vue app for repository file listingPhil Hughes
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
2019-04-30Merge branch ↵Ash McKenzie
'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
2019-04-25Merge branch 'security-issue_2830' into 'master'GitLab Release Tools Bot
Prevent leaking information when issue is moved Closes #2830 See merge request gitlab/gitlabhq!3050
2019-04-18Fix link issues with labelsTanya Pazitny
* 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.
2019-04-17Include link to raw job log in plain-text emailsToon Claes
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
2019-04-15Delete leftover code for referenced_merge_requestsFatih Acet
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.
2019-04-12use cleaner expectation matchers from Capybaradrew cimino
2019-04-12Don't render artifact download links on the project tags page for builds ↵drew cimino
with expired artifacts
2019-04-09Prevent leaking information when issue is movedFelipe Artur
Prevent leaking namespace and project names on moved issue links
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2019-04-05Autocorrect with RSpec/ExampleWording copThong Kuah
- rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
2019-04-05Hide kubernetes cluster warning when a cluster existsMike Greiling
2019-03-31Disable inaccessible navigation links upon archiving a projectElias Werberich
2019-03-15Add feature specs for settings pageReuben Pereira
Add spec for form fields Style settings sections
2019-03-12Enable/disable Auto DevOps at Group levelMayra Cabrera
- 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
2019-03-11expose group id on home panelPeter Marko
2019-03-06Merge branch 'fix/38010-sidebar-loads-and-collapses' into 'master'Fatih Acet
Updated ContextualSidebar to render collapsed on smaller screens Closes #38010 See merge request gitlab-org/gitlab-ce!24555
2019-03-05Add Component to Confirm Environment RollbackAndrew Fontaine
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.
2019-03-05Merge branch ↵Grzegorz Bizon
'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
2019-03-04Add tests for nav sidebar collapsed on renderLuke Bennett
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.
2019-03-01Refactor model and specReuben Pereira
- Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
2019-03-01Freeze date in merge request status view specRobert Speicher
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.
2019-02-25Hide CI status when pipelines disabledScott Hampton
Pipeline status was showing failed on projects when CI was disabled. This checks to see if the feature is enabled before showing the status.
2019-02-22Merge branch '56873-only-load-syntax-highlighting-css-when-selected' into ↵Phil Hughes
'master' Resolve "Only load syntax highlighting css when selected" Closes #57739 and #56873 See merge request gitlab-org/gitlab-ce!25232
2019-02-22Move highlight themes to subfolderSimon Knox