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-27Merge branch ↵Rémy Coutable
'49910-reopening-a-closed-milestone-from-the-closed-milestones-page-fails2' into 'master' Fix bug when reopening milestone from index page Closes #49910 See merge request gitlab-org/gitlab-ce!26597
2019-03-26Fix bug when reopening milestone from index pageMark Fletcher
2019-03-26Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan
Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
2019-03-19Avoid loading pipeline status in project searchMario de la Ossa
2019-03-13Add a new test to create a snippetRoman Verevkin
Add "smoke" tag to the test Fix links to views in Page Object files Review fixes Remove useless view block Implement Snippets::Show page object class Fix review suggestions Fix review suggestions 2 Fix test with empty snippets state Remove useless css class Fix issues
2019-03-11Keep inline as much as possible in system notes on issuableTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-03-09Filter merge requests by target branchHiroyuki Sato
2019-03-08Merge branch 'deploy-keys-ext' into 'master'Filipa Lacerda
Externalize admin deploy keys strings See merge request gitlab-org/gitlab-ce!24712
2019-03-08Externalize admin deploy keys stringsLuke Bennett
Externalizes most strings in the deploy key settings of the admin area.
2019-03-08Provide EE backports for filtering by approver featureIgor
Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
2019-03-07Revert "Merge branch 'id-1951-filter-merge-requests-by-approvers' into 'master'"Igor
This reverts merge request !24982
2019-03-07Provide EE backports for filtering by approver featureIgor
Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
2019-03-06Merge branch 'ce-9445-kerberos-clone-url-is-no-longer-visible' into 'master'Kushal Pandya
Backport Kerberos clone URL to CE See merge request gitlab-org/gitlab-ce!25750
2019-03-05Display the correct number of MRs a user has access toIgor Drozdov
2019-03-05Merge dev.gitlab.org master into GitLab.com masterYorick Peterse
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-05Display only informaton visible to current userJarka Košanová
Display only labels and assignees of issues visible by the currently logged user Display only issues visible to user in the burndown chart
2019-03-05Backport Kerberos clone URL to CEDennis Tang
2019-02-28Merge branch 'tz-stylelint-episode-2' into 'master'Annabel Dunstone Gray
More Stylelint rules See merge request gitlab-org/gitlab-ce!25266
2019-02-27Reduce code duplicationAlexander Koval
Move logic of obtaining Issuable data to separate method
2019-02-27Adding ability to pass in path to status iconScott Hampton
Project passed a very specific details path. Also reverted a change.
2019-02-26Removed other deprecated status helpersScott Hampton
Updating a couple other places that were still using deprecated status.
2019-02-26Revert "Merge branch '56726-fix-n+1-in-issues-and-merge-requests-api' into ↵Heinrich Lee Yu
'master'" This reverts merge request !25042
2019-02-26Reduce code duplicationAlexander Koval
Move logic of obtaining Issuable data to separate method
2019-02-26Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
2019-02-26Merge branch 'revert-82d7b5a0-ce' into 'master'Robert Speicher
[CE port] Revert "Automatic merge of gitlab-org/gitlab-ce master" See merge request gitlab-org/gitlab-ce!25537
2019-02-26Merge branch ↵Clement Ho
'57582-dropdown-icon-misalignment-on-issues-list-on-mobile-screen' into 'master' Fix alignment of dropdown icon on issuable on mobile Closes #57582 See merge request gitlab-org/gitlab-ce!25205
2019-02-25Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono
This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
2019-02-25Added Stylelint SetupTim Zallmann
Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies First round of advanced stylelint rules Mainly Vendor prefix updates related to flex Updates to more webkit specific vendor prefixes Finished all vendor specific fixes Moved now 4 rules to warning Fixed the new scss lint problems More stylelint adaptions after rebase
2019-02-25Style avatars for groups and projectsMartin Wortschack
- Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
2019-02-25Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
2019-02-22Improve snippets empty stateGeorge Tsiolis
2019-02-21Add smoke test for autodevopsddavison
Add tag validation on pipeline page
2019-02-21Ability to filter confidential issuesRobert Schilling
Add a new search bar filter for confidential issues. Add filtering support to the IssuesFinder.
2019-02-20Fix alignment of dropdown icon on issuable on mobileTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-18Merge branch 'qa-ml-add-label-selector' into 'master'Rémy Coutable
Fix failing e2e test: qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb Closes gitlab-org/quality/staging#38 See merge request gitlab-org/gitlab-ce!25304
2019-02-15Fix failing e2e labels testMark Lapierre
On staging new projects now have existing labels, which displays a different layout causing a test to fail because an expexted image is not displayed. There is a similar image shown on the page with existing labels, so this change adds a selector so the test can successfully wait for the image to appear.
2019-02-15Make sure isLocked passed to Vue is a booleanHeinrich Lee Yu
2019-02-07Project template: Fall back to GitLab logoLukas Eipert
Use gitlab-svg to provide the icons for rails, spring and express. For the new GitLab pages templates, we are falling back to the GitLab logo.
2019-02-07Merge branch '56543-project-lists-further-iteration-improvements' into 'master'Annabel Dunstone Gray
Resolve "Project lists: further iteration & improvements" Closes #56543 See merge request gitlab-org/gitlab-ce!24855
2019-02-07Improve project list UX on large screensMartin Wortschack
- Remove star button from project list - Switch to columns on desktop - Hide MR and issues on screens < 1200px - Remove not needed utility classes - Change avatar size to 48px - Set line-height of title row to 20px
2019-02-06Resolve "Empty states for profile page"Dennis Tang
2019-02-04Remove Redcarpet markdown engineJan Provaznik
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
2019-01-31Merge branch 'qa-ml-fix-create-wiki-spec' into 'master'Dan Davison
Fix flaky wiki create test Closes gitlab-org/quality/nightly#24 See merge request gitlab-org/gitlab-ce!24778
2019-01-31Stop showing ci for guest usersSteve Azzopardi
When a user is a guest user, and the "Public Pipeline" is set to false inside of "Settings > CI/CD > General" the commit status in the project dashboard should not be shown.
2019-01-31Merge branch '56764-poor-ui-on-milestone-validation-error-page' into 'master'Clement Ho
Fix CSS grid on a new Project/Group Milestone Closes #56764 See merge request gitlab-org/gitlab-ce!24614
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-30Fix flaky wiki create testMark Lapierre
There's an svg on the page that allows you to create a wiki page. The svg takes a fraction of a second to load after which the "Create your first page" button shifts up a bit. This can cause webdriver to miss the hit so we wait for the svg to load before clicking the button. Also update the elements used in the test to conform to our best practice. And replace `act` with `perform` Finally, remove the `before` block and `login` method, making the code slightly simpler.
2019-01-29Fix CSS grid on a new Project/Group MilestoneTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-01-28Standardize token value capitalization in filter barOmar Bahareth