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
2017-04-07Fix view specDouwe Maan
2017-04-06Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
8998_skip_pending_commits_if_not_head * upstream/master: Show CI status as Favicon on Pipelines, Job and MR pages STL file viewer Wait for the PDF to be loaded before doing anything remove unnecessary lease as cron job Search for opened MRs - include reopened MRs ProjectsFinder should handle more options Clearly show who triggered the pipeline in email Make it possible to preview pipeline success/failed emails Add remove_concurrent_index to database helper fix project authorizations migration issue attempt to fix migration Revert schema.rb attempt to fix db failure Periodically mark projects that are stuck in importing as failed Fix html structure to prevent tooltip from not hidding Enable creation of deploy keys with write access via the API
2017-04-06Fix a view test by using presenterLin Jen-Shin
2017-04-06Clearly show who triggered the pipeline in emailToon Claes
Show who triggered the pipeline. And also show the commit committer if it's different from the author.
2017-04-05Fix test and only show job status title if it'sLin Jen-Shin
cancelled and the pipeline is auto-cancelled.
2017-03-28Use Project `:repository` trait where necessary in view specsRobert Speicher
2017-03-22Show pipeline creator & created_at in headingToon Claes
Instead of showing the commit author & authored_date that triggered the pipeline, show the user and created_at in the heading of the pipeline show.
2017-03-16Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda
2017-03-08Merge branch '26188-tag-creation-404-for-guests' into 'master' Rémy Coutable
Don't show links to tag a commit for non permitted users Closes #26188 See merge request !8407
2017-03-07Don't show links to tag a commit for non permitted usersMark Fletcher
* Show tag link for users that can push code * Don't show tag link for guests and non-authenticated users
2017-03-07Sort builds in stage dropdownKamil Trzcinski
Order: failed pending running manual canceled success skipped created
2017-03-01Simplify view specs for commit status badge partialGrzegorz Bizon
2017-03-01Improve readability in CI/CD status badge view testsGrzegorz Bizon
2017-03-01Add view specs for ci/cd detailed status badgeGrzegorz Bizon
2017-02-27Fix CSS classesAlex Sanford
2017-02-15Merge branch 'markdown-slash-commands-text' into 'master' Annabel Dunstone Gray
Change wording of MR comment box See merge request !9193
2017-02-15Fix Rubocop offenseAlfredo Sumaran
2017-02-13Change wording of MR comment boxAnnabel Dunstone Gray
2017-02-13Improve home panel partial code and view specsGrzegorz Bizon
2017-02-13Show notifications settings when repository is disabledGrzegorz Bizon
2017-02-03Fix broken testsFilipa Lacerda
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
2017-01-27Changes after reviewFilipa Lacerda
2017-01-27Adds tests to build viewFilipa Lacerda
Fix CHANGELOG entry
2017-01-26fix depr. warning; use `Devise::Test::ControllerHelpers`Adam Pahlevi
2017-01-07Added spec for testing the issuable countLuke "Jared" Bennett
2017-01-05Merge branch ↵Fatih Acet
'26155-merge-request-tabs-don-t-render-when-no-commits-available' into 'master' Resolve "Merge request tabs don't render when no commits available" Closes #26155 and #24556 See merge request !8347
2017-01-05Simplify HTML of mini pipeline graph and dropdownFilipa Lacerda
Creates individual html for dropdown Adds simplified CSS for the new dropdown Removes old CSS Improves dropdown item in Chrome, Firefox and Safari Use SCSS variables for colors. Fix scss linter errors Adds animation when the stage is hovered. Adds back tooltip on dropdown toggle Fixes broken tests additional css changes to get more into direction of mockups
2017-01-03include all expected instance vars for _show.html.haml template within testsMike Greiling
2016-12-22Do not show retried builds in pipeline stage dropdownGrzegorz Bizon
2016-12-20Add isolated view spec for pipeline stage partialGrzegorz Bizon
2016-12-12Fix testVictor Wu
2016-12-12Fix testsFilipa Lacerda
Fix broken tests
2016-11-28Prevent error when submitting a merge request and pipeline is not definedAdam Niedzielski
2016-11-28Merge branch 'events-cache-invalidation' into 'master' Douwe Maan
Remove caching of events data This MR removes the caching of events data as this was deemed unnecessary while increasing load on the database. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6578#note_18864037 and 5371da341e9d7768ebab8e159b3e2cc8fad1d827 for more information. See merge request !6578
2016-11-25Removed data-user-is view codeYorick Peterse
With events no longer being cached this is no longer needed.
2016-11-24Merge branch '24779-last-deployment-call-on-nil-environment-fix' into 'master' Kamil Trzciński
changes environment.last_deployment to a try expression so it does not fail if e… ## What does this MR do? Fixes the call on `environment.last_deployment` to not break when `environment`is not yet set. ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #24779 See merge request !7671
2016-11-24renames some of the specs and adds changelog entrytiagonbotelho
2016-11-23Added test that checks the correct select box is there for the LFS enabled ↵Patricio Cano
setting.
2016-11-23Add testsKamil Trzcinski
2016-11-18Merge branch '23205-information-about-environments-build-page' into 'master' Fatih Acet
Add environment info to builds page ![Screen_Shot_2016-11-02_at_5.44.01_PM](/uploads/3443d9518997147d1e6f41830e3774ff/Screen_Shot_2016-11-02_at_5.44.01_PM.png) Closes #23205 See merge request !7251
2016-11-17Fix builds/show spec; use iid instead of idAnnabel Dunstone Gray
2016-11-17Improve specs and add missing cases that were not supportedKamil Trzcinski
2016-11-11add tests for build row templatesMike Greiling
2016-11-10Finish specs for environment infoAnnabel Dunstone Gray
2016-11-09Refine specs for build show page with environmentsGrzegorz Bizon
2016-11-09First pass at testsAnnabel Dunstone Gray
2016-11-01Merge branch '20892-commit-info' into 'master' Fatih Acet
Resolve "Clean up commit meta info view" Updates commit page design Before: ![Screen_Shot_2016-10-19_at_10.20.10_AM](/uploads/8737a9db01bffc019d8b2c71a943024b/Screen_Shot_2016-10-19_at_10.20.10_AM.png) After: ![Screen_Shot_2016-10-19_at_10.20.01_AM](/uploads/716cb902bd20dedc705a8f81f6536736/Screen_Shot_2016-10-19_at_10.20.01_AM.png) ![Screen_Shot_2016-10-19_at_10.27.01_AM](/uploads/4228575f50990a88bc828037d8fb99f2/Screen_Shot_2016-10-19_at_10.27.01_AM.png) Closes #20892 See merge request !6994
2016-10-28Fix lightweight tags not processed correctly by GitTagPushServiceAlejandro Rodríguez
When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
2016-10-28Fix rubocop offensesAnnabel Dunstone Gray
2016-10-28Add commit_box specAnnabel Dunstone Gray