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-06-29Split up MergeRequestsControllerDouwe Maan
2017-06-23Limit the width of commit & snippet comment sectionsPhil Hughes
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-20Merge branch 'hide-edit-comment-and-report-as-abuse-conditionally' into 'master'Douwe Maan
Only show 'Edit comment'/'Report as abuse' when user has perms/isnt current_user See merge request !12096
2017-06-19Merge branch '33461-display-user-id' into 'master'Grzegorz Bizon
Display own user id in account settings pages Closes #33461 See merge request !12141
2017-06-16Pass more_actions_dropdown vie spec locals to render call instead of ↵Luke "Jared" Bennett
stubbing them
2017-06-16Add view spec for more_actions_dropdown render branchesLuke "Jared" Bennett
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-06-15Update test to use single quotes and Four-Phase test conventionsRiccardo Padovani
2017-06-15#33641: add spec for profile pageRiccardo Padovani
2017-06-14Implement diff viewersDouwe Maan
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda
2017-06-09Make the revision on the `/help` page clickableToon Claes
For quicker access, add hyperlink to the gitlab.com commits page for the current REVISION of GitLab.
2017-06-01Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern
Consistent diff and blob size limit names See merge request !11776
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-18Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (31 commits) Remove 'no changes' entries from changelog Check if OLD is set when migrating issue assignees Fix data migration from trigger schedules Replace EFS section in AWS guide Add warning about AWS EFS and performance Consolidate opening text from about.gitlab.com and add active/passive note Fix invalid object reference in ee_compat_check script Fix Ordered Task List Items Add auxiliary viewer for README Update fe_guide testing.md Add auxiliary blob viewer for CHANGELOG Add spec for last commit info when browsing repository files Show last commit for current tree on tree page Use same last commit widget on project homepage and tree view Fix unassigned checkmark Add missing changelog for iPython notebook rendering feature Convert fa-history to svg; tweak alignment Get rid of pluck in app/services/members/authorized_destroy_service.rb Removes duplicate environment variable in documentation Fixed spacing issues in issue sidebar ...
2017-05-17Show last commit for current tree on tree pageDouwe Maan
2017-05-17Use same last commit widget on project homepage and tree viewDouwe Maan
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
2017-05-15Rename BlobViewer max_size to overridable_max_size and absolute_max_size to ↵Douwe Maan
max_size
2017-05-13Specify explicitly whether a blob viewer should be loaded asynchronouslyDouwe Maan
2017-05-11Implement auxiliary blob viewersDouwe Maan
2017-05-11Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot
Retried in database Closes #25737 See merge request !11115
2017-05-10Merge branch 'bvl-security-patches' into 'master' Robert Speicher
Security patches -> `master` See merge request !11230
2017-05-10Merge branch 'fix-hamlit-xss' into 'security-9-1' Robert Speicher
New Hamlit XSS fix, does not include extraneous changes See merge request !2095
2017-05-10Load tree readme asynchronouslyDouwe Maan
2017-05-07Store retried in database for CI buildsKamil Trzcinski
2017-05-07Make test that actually displays pipeline graphKamil Trzcinski
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-05Support comments for personal snippetsJarka Kadlecova
2017-05-05Merge commit '3a2b60f7a' from 'master'Grzegorz Bizon
* commit '3a2b60f7a0109cdb84e8727a2625318a746e84dc': (254 commits) Fixed Karma spec Reject EE reserved namespace paths in CE as well Updated webpack config Include the bundler:audit job into the static-analysis job Document serializers Add artifact file page that uses the blob viewer Pipeline table mini graph dropdown remains open when table is refreshed Adds off for event hub Compile gitlab-shell go executables Allow to create new branch and empty WIP merge request from issue page Moved to a view spec Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md Convert seconds to minutes and hours on chat notifations Disable navigation to Pages config if Pages is disabled Sort the network graph both by commit date and topographically. Add tooltips to note action buttons Add breadcrumb, build header and pipelines submenu to artifacts browser Update todos screenshots removes the possibility of commit messages having carriage returns Handle incoming emails from aliases correctly ...
2017-05-04Merge branch 'tags-sort-default' into 'master' Robert Speicher
Fixed tags sort dropdown being empty Closes #31618 See merge request !11055
2017-05-04Moved to a view specPhil Hughes
2017-05-02Fixed view specsPhil Hughes
2017-05-02Hide environment external URL button if not definedGrzegorz Bizon
2017-05-02Merge branch 'master' into commit-limited-container-widthPhil Hughes
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-04-28Changed spec to a view specPhil Hughes
2017-04-27Satisfy RubocopDouwe Maan
2017-04-27Add specsDouwe Maan
2017-04-27Render viewer error synchronously so that 'view the source' link will workDouwe Maan
2017-04-27Add test stubsDouwe Maan
2017-04-21Fix lastest commit status text on main project pageGrzegorz Bizon
2017-04-18Fix container registry navigation menu highlightsGrzegorz Bizon
2017-04-10Add container registry repositories view specsGrzegorz Bizon
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.