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-02Resolve Incorrect empty state message on "Explore projects"Dennis Tang
2019-08-02Merge branch 'add-cop-for-rspec-file-paths' into 'master'Ash McKenzie
Add RSpec/TopLevelDescribePath cop See merge request gitlab-org/gitlab-ce!31241
2019-08-01Revert "Merge branch 'mh/editor-indents' into 'master'"Paul Slaughter
This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
2019-08-01Fix milestone view specsSean McGivern
2019-08-01Merge branch '62178-remove-manual-sorting-feature-flag' into 'master'Sean McGivern
Remove the manual sorting feature flag See merge request gitlab-org/gitlab-ce!30131
2019-08-01(CE Port) Add filters for Productivity AnalyticsMartin Wortschack
2019-07-31Remove backend use of manual_sorting feature flagBrett Walker
2019-07-29Change qa-* class references to rspec-* in ↵Tanya Pazitny
spec/features/contextual_sidebar_spec.rb
2019-07-29Merge branch 'tp-qtt182-7' into 'master'Mayra Cabrera
Change qa-issuable-form-description to rspec-issuable-form-description Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31209
2019-07-29Change qa-* class references to rspec-* for repository settingsTanya Pazitny
2019-07-27Change qa-* class references to rspec-*Tanya Pazitny
2019-07-26Add UndoStack class - a custom undo/redo engineMartin Hanzel
It will be hooked up to the markdown editor later
2019-07-25Fix incorrect use of message interpolationAlex Kalderimis
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/65088
2019-07-24Merge branch '62217-follow-up-from-fix-display-of-promote-to-group-label' ↵Douwe Maan
into 'master' Remove project param from `#show_label_issuables_link?` Closes #62217 See merge request gitlab-org/gitlab-ce!31038
2019-07-24Merge branch 'bw-enable-default-manual-sorting' into 'master'Sean McGivern
Default manual_sorting feature flag to on See merge request gitlab-org/gitlab-ce!30788
2019-07-23Remove project from show_label_issuables_link?Heinrich Lee Yu
The project param is unnecessary here
2019-07-22Fix translation of 'Updated' term in projects listPaul Gascou-Vaillancourt
2019-07-22Backport CE parts of "Allow blocking merge requests to be configured"Nick Thomas
2019-07-18Use issuable_path to allow support of epicsBrett Walker
2019-07-18Ensure visibility icons in group/project listings are greyDennis Tang
- Project listing icons now use the `text-secondary` class - Group listing icons now use the `text-secondary` class - Unnecessary CSS was removed from groups.scss as a result
2019-07-18Localize updated text on projects list pageClement Ho
2019-07-17Move boards switcher partialWinnie Hellmann
(cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
2019-07-16Revert "Merge branch '61145-fix-button-dimensions' into 'master'"Annabel Dunstone Gray
This reverts merge request !28545
2019-07-16Default manual_sorting feature flag to onBrett Walker
2019-07-16CE backport: Removed non-decimal event valuesDonald Cook
Snowplow only accepts decimals for value This MR removes sending of value implicitly with the value attribute
2019-07-15Hide restricted and disallowed visibility radiosLuke Bennett
Show a message if many levels are restricted and a different message if all levels are restricted.
2019-07-15Display boards filter bar on mobileMartin Hanzel
2019-07-11Bring buttons style up to design specScott Hampton
This is a CSS effort only. Fixes the padding of the buttons to be `8px 12px` (including border) so that the button height is 32px. Also adjusts the border width for all buttons when the state is `hover`, `focus`, or `active to be 2px thick instead of 1px thick. This is accomplished through an inset box-shadow as not to increase the size of the button. Fixes some colors for primary and tertiary buttons.
2019-07-11Add text-secondary to controls containerMartin Wortschack
- Add changelog entry
2019-07-10Added css class to fix line wrap for assignee label in issuesMarc Schwede
Fixes #64331
2019-07-09Implemented frontend suggestionsNick Kipling
Converted storage details into a small partial Reworded the storage details summary as suggested Updated pot file
2019-07-09Remove `:graphql` feature flagcharlie ablett
- Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
2019-07-04Change 'Todo' to 'To Do'Christie Lenneville
Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
2019-07-03Merge branch 'issue/55953' into 'master'Sean McGivern
rename `discussion` to `thread` Closes #55953 See merge request gitlab-org/gitlab-ce!29553
2019-07-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski
2019-07-03Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski
2019-07-02replaced string `discussion` with `thread` in issuable-form templateMichel Engelen
2019-07-02replaced string `discussion` wit `thread` in comment-button templateMichel Engelen
2019-07-02QA: transfer project specJennifer Louie
2019-07-02Merge branch 'security-59581-related-merge-requests-count' into 'master'Marin Jankovski
Expose merge requests count based on user access See merge request gitlab/gitlabhq!3157
2019-07-01Don't show tooltips on Open and Closed boardsMartin Hanzel
2019-06-29Allow collapsing all issue boardsMartin Hanzel
All issue boards can now be collapsed via a button, re-ordered by dragging the header, and the vertical collapsed header style was reworked.
2019-06-27Avoid loading pipeline status in search resultsStan Hu
This improves the performance of search, since the pipeline status is not displayed. Identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/56627
2019-06-27Externalize strings of access tokens page in user profileantony liu
2019-06-26Bring Manual Ordering on Issue ListRajat Jain
On all the issue lists -- Group, Project and Dashboard -- this change adds a new option for managing the lists. "Manual Ordering" option is added which when flipped on will allow an user to drag and drop issues around to create a relative ordering among them.
2019-06-25Rename to time_tracking_limit_to_hoursHeinrich Lee Yu
Changes migration and all other places the attribute is used
2019-06-18Expose merge requests count based on user accessAlexandru Croitor
Count issues related merge requests based on user access level. And issue can have related MRs from projects where user does not have access so the number of related merge requests should be adjusted based on user's ability to access the related MRs. https://gitlab.com/gitlab-org/gitlab-ce/issues/59581
2019-06-18Merge branch 'qa-ml-validate-after-visit-in-block' into 'master'Dan Davison
[CE] Validate page after visit in block See merge request gitlab-org/gitlab-ce!29524
2019-06-14Merge branch 'fix-flyout-navs' into 'master'Phil Hughes
Fix sidebar flyout navigation See merge request gitlab-org/gitlab-ce!29571
2019-06-14Backport of EE changes from MR 13763Walmyr
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763