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
path: root/app
AgeCommit message (Collapse)Author
2017-05-08Merge branch 'fix/support-gitaly-commit-diff-flags' into 'master' Robert Speicher
Add support for commit diff ignore_whitespace_change and paths flags Closes gitaly#198 See merge request !11028
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-08Re-enable Gitaly commit_raw_diff featureAhmad Sherif
2017-05-07Move file loading to the top of the fileFilipa Lacerda
2017-05-06Adds missing CSS classFilipa Lacerda
2017-05-06Merge branch 'master' into 25226-realtime-pipelines-feFilipa Lacerda
* master: (40 commits) Use GitLab Pages v0.4.2 Do not reprocess actions when user retries pipeline Add specs for extended status for manual actions Refine inheritance model of extended CI/CD statuses Introduce generic manual action extended status class Check ability to update build on the API resource Require build to be present in the controller Authorize build update on per object basis Use update build policy instead of new play policy Improve environment policy class Rephrase documentation for protected actions feature Improve code style related to protected actions Add changelog entry for external env URL btn fix Hide environment external URL button if not defined Fix builds controller spec related to protected actions Fix environment policy class name in specs Add Changelog entry for protected manual actions Document protected manual actions feature Improve specs for jobs API regarding manual actions Fix Rubocop offense in environments policy class ...
2017-05-06Fix broken css classFilipa Lacerda
2017-05-06Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ↵Kamil Trzciński
'master' Check access to a branch when user triggers manual action Closes #20261 See merge request !10494
2017-05-06Merge branch 'fix/gb/hide-environment-external-url-btn-when-not-provided' ↵Kamil Trzciński
into 'master' Hide environment external URL button if not defined Closes #30832 See merge request !11029
2017-05-06Single commit squash of all changes for ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
2017-05-06Real time pipeline show actionZeger-Jan van de Weg
2017-05-06Merge branch 'fix-routable-find-by-full-path-on-mysql' into 'master' Sean McGivern
Fix `Routable.find_by_full_path` on MySQL See merge request !11146
2017-05-06Merge branch '23751-add-contribution-graph-key-tooltips' into 'master' Filipa Lacerda
Add tooltips to user contribution graph key Closes #23751 See merge request !11138
2017-05-06Fix `Routable.find_by_full_path` on MySQLSean McGivern
2017-05-06Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern
Resolve "Redirect to new project link after a rename" Closes #17361 and #30317 See merge request !11136
2017-05-06add tooltips to user contrib graph keyMike Greiling
2017-05-06Colorize labels in issue search fieldWinnie Hellmann
2017-05-06Merge branch ↵Sean McGivern
'29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-gitlab-ce' into 'master' Generate and handle a gl_repository param to pass around components Closes #29925 See merge request !10992
2017-05-06Merge branch 'fix/admin-integrations' into 'master' Sean McGivern
Fix new admin integrations not taking effect on existing project Closes #26376 See merge request !11069
2017-05-06Fix Karma failures for jQuery deferredsKushal Pandya
2017-05-06Reduce risk of deadlocksMichael Kozono
We’ve seen a deadlock in CI here https://gitlab.com/mkozono/gitlab-ce/builds/15644492#down-build-trace. This commit should not fix that particular failure, but perhaps it will avoid others. * Don’t call delete_conflicting_redirects after update if the path wasn’t changed * Rename descendants without using recursion again, so we can run delete_conflicting_redirects exactly once.
2017-05-06Merge branch 'add-sidebar-specs' into 'master' Jacob Schatz
Add sidebar specs See merge request !11132
2017-05-06Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern
2017-05-05Merge branch 'mia_backort' into 'master' Jacob Schatz
Backport of Multiple Assignees feature See merge request !11089
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Dry up routable lookups. Fixes #30317Michael Kozono
Note: This changes the behavior of user lookups (see the spec change) so it acts the same way as groups and projects. Unauthenticated clients attempting to access a user page will be redirected to login whether the user exists and is publicly restricted, or does not exist at all.
2017-05-05Add “project moved” flash message on redirectMichael Kozono
2017-05-05Resolve discussionsMichael Kozono
2017-05-05RefactorMichael Kozono
2017-05-05Delete conflicting redirectsMichael Kozono
2017-05-05Create redirect routes on path changeMichael Kozono
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-05-05Merge branch '31632-issue-board-new-issue' into 'master' Phil Hughes
Change text of inline issue creation tooltip Closes #31632 See merge request !11118
2017-05-05Merge branch '30903-vertically-align-mini-pipeline' into 'master' Annabel Dunstone Gray
30903 Vertically align mini pipeline stage container Closes #30903 See merge request !11105
2017-05-05Merge branch '24883-build-failure-summary-page' into 'master' Phil Hughes
Build failures summary page for pipelines Closes #24883 See merge request !10719
2017-05-05Merge branch 'issue-title-description-realtime' into 'master' Phil Hughes
Render Description Realtime :tada: Closes #25049 and #31355 See merge request !10865
2017-05-05Merge branch 'balsalmiq-support' into 'master' Phil Hughes
Initial balsamiq support See merge request !10564
2017-05-05Add sidebar specsClement Ho
2017-05-05Merge branch 'fix-milestone-label-layout' into 'master' Filipa Lacerda
Fixed labels layout on labels milestone tab See merge request !11120
2017-05-05Fallback localstorage casesLuke "Jared" Bennett
2017-05-05Merge branch 'add-sentry-js-again-with-vue' into 'master' Phil Hughes
Add sentry JS See merge request !6764
2017-05-05Merge branch '30007-done-todo-hover-state' into 'master' Filipa Lacerda
30007 Add transparent top-border to the hover state of done todos Closes #30007 See merge request !11104
2017-05-05Do not reprocess actions when user retries pipelineGrzegorz Bizon
User who is not allowed to trigger manual actions should not be allowed to reprocess / retrigger / retry these actions.
2017-05-05Multiple issue assignee: fix for CE restrictionsValery Sizov
2017-05-05make toggle switch for flagsRegis
2017-05-05Merge branch 'cycle-anyltics-landing-box-fix' into 'master' Annabel Dunstone Gray
Fixed cycle analytics intro box styling regression Closes #31844 See merge request !11111
2017-05-05refactor code based on feedbackJames Lopez
2017-05-05Change text of inline issue creation tooltipAnnabel Dunstone Gray
2017-05-0530903 Vertically align mini pipeline stage containertauriedavis