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-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
2019-02-21Make "moved" Link to Moved IssueAndrew Fontaine
The text "moved" now links to the issue the closed issue was moved to.
2019-02-20Remove deprecated ci status helper functionScott Hampton
After changing all places that used the function, we can now remove it.
2019-02-19Fixing CI icon mismatchScott Hampton
MR list, and related MRs and branches were using a deprecated helper. Created a new icon haml file to help move these forward.
2019-02-15Only load selected syntax highlight CSSSimon Knox
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
2019-02-08Improved readability of issues related MR status specConstance Okoghenun
2019-02-08Added tests for merge_request_status partialJan Provaznik
2019-02-07Addresses UX and BE comments:Mayra Cabrera
- Changes help text on clusters form to make it more explicit. - Removes unnecessary warnings on auto devops form - Simplifies cluster methods logic
2019-01-31[master] Pipelines section is available to unauthorized usersKamil Trzciński
2019-01-31Fixed bug when external wiki is enabledFrancisco Javier López
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.
2019-01-30Merge branch '53104-redesign-group-overview-ui-mvc' into 'master'Kushal Pandya
Resolve "Redesign group overview UI: MVC" Closes #53104 See merge request gitlab-org/gitlab-ce!23866
2019-01-25Indicate on Status if Issue was MovedAndrew Fontaine
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.
2019-01-25Refresh group overview to match project overviewDennis Tang
- 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"
2019-01-15Remove `error_tracking` feature flagPeter Leitzen
We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
2019-01-12Update gitlab-styles to 2.5.1Jasper Maes
2019-01-11Remove releases_page feature flagShinya Maeda
We introduced releases_page feature flag. Given this feature is deemed stable, we should remove this flag before 19th.
2019-01-09Fix MR sidebar to correctly warning if assignee can't mergeDouglas Barbosa Alexandre
2019-01-07Add view and feature test for error tracking settingsTristan Read
2018-12-22Merge branch '44984-use-serializer-for-issuable-sidebar' into 'master'Mike Greiling
Resolve "Create a serializer to render issuables sidebar" Closes #44984 See merge request gitlab-org/gitlab-ce!23379
2018-12-21Add date range to milestone changed emailsHeinrich Lee Yu
Also refactored issues and MRs to use the same email template file
2018-12-19Refactor sidebar to use data from serializerHeinrich Lee Yu
2018-12-18Adds releases index routeFilipa Lacerda
Renders empty index page Adds Releases entry to the navigation bar behind a feature flag Renders 404 when feature flag for releases is not enabled
2018-12-07Further design iteration on project overviewDennis Tang
Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
2018-12-04Replace admin sidebar feature spec with view specRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-26Convert "New menu" feature spec to a view specRobert Speicher
A feature spec to test this simple behavior takes about 2 minutes to run in CI. Everything it's testing is conditionals and `href` attributes, which can easily be done in a view spec that runs in about 8 seconds.
2018-11-07Copy changes for abuse clarityJeremy Watson
2018-11-05Merge branch 'fast_project_blob_path' into 'master'Douwe Maan
Improve performance of tree rendering in repositories with a lot of items See merge request gitlab-org/gitlab-ce!16511
2018-10-31Improve performance of tree rendering in repositories with lots of itemsDrew Blessing
Rails is slow to generate paths dynamically especially when called hundreds/thousands of times. Also, rendering many partials hundreds of times can be slower. This change reduces the number of partials rendered and introduces two fast path methods to speed up path generation.
2018-10-30Make Highlight accept language paramMark Chao
This replaces the repository param. This allows more flexiblity as sometimes we have highlight content not related to repository. Sometimes we know ahead of time the language of the content. Lastly language determination seems better fit as a logic in the Blob class. `repository` param is only used to determine the language, which seems to be the responsiblity of Blob.
2018-10-22Add tests for shared/runners/show.html.haml viewTomasz Maczukin
2018-10-03Uses Vue app to render part of job show pageFilipa Lacerda
2018-10-02Merge branch 'bvl-show-pre-release-sha' into 'master'Sean McGivern
Show the commit-sha for pre-release versions Closes #52050 See merge request gitlab-org/gitlab-ce!22026
2018-10-02Show the commit-sha for pre-release versionsBob Van Landuyt
The pre-release tags are set at the beginning of a release, so it would be impossible to figure out which version was running if we're running nightlies. In that case it's better to still link to the SHA. These versions don't get deployed to .com.
2018-10-01Merge remote-tracking branch 'dev/master'Bob Van Landuyt
2018-10-01Merge branch ↵Bob Van Landuyt
'security-6881-project-group-approvers-leaks-private-group-info-ce' into 'master' [master] CE: Project group approvers leaks private group info See merge request gitlab/gitlabhq!2488
2018-10-01Link to the tag from a version instead of commitBob Van Landuyt
This will result in a 404 when running an unreleased security patch while still allowing users to find the commit when it is made available.
2018-09-25Use Vue component for job artifacts, Commit and Trigger VariablesFilipa Lacerda
2018-09-24Applies the CE backport of EE#657Tiago Botelho
2018-09-14Correct usage of the have_link matcherRobert Speicher
The second option to this matcher should be an options hash; anything else is just ignored, which can lead to false positives in tests. We see one such false positive in the "Learn more" link test in `spec/features/projects/blobs/blob_show_spec.rb`.