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-05Merge branch '31689-request-access-spacing' into 'master' Annabel Dunstone Gray
31689 Add default margin-top to user request table on project members page Closes #31689 See merge request !11103
2017-05-05Merge 'dev/master' into masterRuben Davila
2017-05-05object in css not computedRegis
2017-05-05refactor code based on feedbackJames Lopez
2017-05-05Revert participants style changeClement Ho
2017-05-05refactor code based on feedbackJames Lopez
2017-05-05Multiple issue assignee: CE restriction for multiple assigneesValery Sizov
2017-05-05resolve discussionRegis
2017-05-05Multiple issue assignee: resolve conflicts after merging upstreamValery Sizov
2017-05-05Merge branch '12910-personal-snippets-notes' into 'master' Sean McGivern
Support comments for personal snippets Closes #12910 See merge request !11090
2017-05-05Review changesLuke "Jared" Bennett
2017-05-05Wrap note actions below timestamp on discussionsSam Rose
2017-05-05Fixed labels layout on labels milestone tabPhil Hughes
2017-05-05Failed Jobs tab only shows 10 job traces for performanceJames Edwards-Jones
2017-05-05Hides pipeline ‘Failed Jobs’ tab when no jobs have failedJames Edwards-Jones
2017-05-05[skip ci] Fix FE conflicts with masterClement Ho
2017-05-05add callbacks in bulkJames Lopez
2017-05-05Build failures summary page for pipelinesJames Edwards-Jones
2017-05-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵Valery Sizov
skip]
2017-05-05[Multiple issue assignees] Fix issue atom feedValery Sizov
2017-05-05Pass GL_REPOSITORY in Workhorse responsesAlejandro Rodríguez
2017-05-05Allow gl-repository strings as project identifiers in PostReceive workerAlejandro Rodríguez
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-05-05bulk insert FTW - This would introduce more complexity, but should be fasterJames Lopez
2017-05-05[Multiple issue assignee] Fix a number of specsValery Sizov
2017-05-05Require build to be present in the controllerGrzegorz Bizon
2017-05-05Authorize build update on per object basisGrzegorz Bizon
2017-05-05Merge branch 'issue-boards-no-avatar' into 'master' Filipa Lacerda
Fixed avatar not displaying in issue boards Closes #31428 See merge request !10977
2017-05-05Add instant comments supportKushal Pandya
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-05Use update build policy instead of new play policyGrzegorz Bizon
2017-05-05Merge commit '3a2b60f7' from 'master'Grzegorz Bizon
* commit '3a2b60f7a0109cdb84e8727a2625318a746e84dc': (151 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-05Merge branch '30237-pipelines-actions-make-2-requests' into 'master' Kamil Trzciński
Resolve: "Pipelines: When we retry a pipeline 2 requests are made to the pipelines endpoint" Closes #30237 See merge request !10584
2017-05-05Fixed cycle analytics intro box styling regressionPhil Hughes
Closes #31844
2017-05-05Merge branch 'merge-request-poll-json-endpoint' into 'master' Filipa Lacerda
Fixed bug where merge request JSON would show Closes #28909 See merge request !11096
2017-05-05Merge branch 'adam-separate-slash-commands' into 'master' Rémy Coutable
Display slash commands outcome when previewing Markdown Closes #21531 See merge request !10054
2017-05-05use select_valuesJames Lopez
2017-05-05fixed all issues - not doing bulk create.James Lopez
2017-05-05Update design of auth error pageAnnabel Dunstone Gray
2017-05-05refactor propagate service to use batch inserts and subquery instead of left ↵James Lopez
join
2017-05-05Remove # char for commitFilipa Lacerda
2017-05-05Use wrap_parameters in pipelines controllerGrzegorz Bizon
This makes it possible to workaround a bug in `safe_constantize` which caused a `LoadError` exception when doing ``` "Pipeline".safe_constantize LoadError: Unable to autoload constant Pipeline, expected /home/grzesiek/gdk/gitlab/app/models/ci/pipeline.rb to define it ``` See https://github.com/rails/rails/issues/28854 for more details.
2017-05-05Respond with no content for pipeline JSON actionsGrzegorz Bizon
2017-05-05Retry and cancel endpoints send 204 json response. Request is made with type ↵Filipa Lacerda
json
2017-05-05Fix specsClement Ho
2017-05-05Some small updates for Spanish translations.Ruben Davila
2017-05-05Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila
Conflicts: lib/gitlab/cycle_analytics/review_stage.rb lib/gitlab/cycle_analytics/staging_stage.rb lib/gitlab/cycle_analytics/test_stage.rb
2017-05-05Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett
# Conflicts: # db/schema.rb
2017-05-0530007 Add transparent top-border to the hover state of done todostauriedavis
2017-05-0531689 Add default margin-top to user request table on project members pagetauriedavis