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-01-27Return serializable hash from a represented serializerGrzegorz Bizon
2017-01-20Do not generate pipeline ref path if ref not presentGrzegorz Bizon
2017-01-17fix serializerJames Lopez
2017-01-17big refactor based on MR feedbackJames Lopez
2017-01-17fix spec failures after mergeJames Lopez
2017-01-17refactor cycle analytics - updated based on MR feedbackJames Lopez
2017-01-17Fix other spec failuresJames Lopez
2017-01-17Fix other spec failuresJames Lopez
2017-01-17added new summary serializers and refactor all of the summary stuff into ↵James Lopez
separate logical classes
2017-01-16Merge branch '25946-manual-pipeline-dropdown-casing' into 'master' Alfredo Sumaran
Retain original casing for build name in manual pipeline dropdown Closes #25946 See merge request !8387
2017-01-16Retain original casing for build name in manual pipeline dropdownSam Rose
2017-01-13Update commit entity to point to valid commit pageGrzegorz Bizon
2016-12-28Add specs for pipeline serializer with paginationGrzegorz Bizon
2016-12-27Fix Rubocop offenses in serializer entitiesGrzegorz Bizon
2016-12-27Expose stage dropdown path and title in stage entityGrzegorz Bizon
2016-12-21Add missing specs for CI pipeline stage entityGrzegorz Bizon
[ci skip]
2016-12-21Add missing specs for request aware entity moduleGrzegorz Bizon
[ci skip]
2016-12-21Rename some pipeline and build related entitiesGrzegorz Bizon
[ci skip]
2016-12-21Add missing specs for new pipeline related entitiesGrzegorz Bizon
[ci skip]
2016-12-21Add specs for pipeline entity and improve factoryGrzegorz Bizon
[ci skip]
2016-12-15Fix pipeline detailed status serializer and entitiesGrzegorz Bizon
2016-12-15Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon
* master: (73 commits) Remove pages/snippets css Remove unused bootstrap imports Shift emojis and icons styles into framework Introduce deployment services, starting with a KubernetesService Username exists check respects the relative root URL add node_modules to our eslintignore settings Remove white space between nav items fix transient timing failure adding timecop Improve build status specs contexts descriptions Add some missing tests for detailed status methods Fix wrong error message expectation in API::Commits spec resolve all instances of no-undef eslint rule violations Remove trailing blank line from Allowable module expand remaining non-explicit eslint-disable blocks and factor ... Introduce $CI_BUILD_REF_SLUG Finish refactoring grays Combining more grays Remove duplicate shades of gray and black Encode when migrating ProcessCommitWorker jobs Prevent overflow with vertical scroll when we have space to show ... ...
2016-12-14fix transient timing failure adding timecopJames Lopez
2016-12-07Add status entity prototype and expose in pipelineGrzegorz Bizon
2016-12-01Remove support from incremental pipeline updatesGrzegorz Bizon
2016-12-01Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon
* master: (73 commits) Refactor JiraService by moving code out of JiraService#execute method Rename a label to fix an intermittently-failing spec Refactor the Git submodules with CI docs Add CHANGELOG entry Improve Gitlab::GitAccessWiki spec with download access checks Improve ProjectPolicy spec to check permissions when wiki is disabled Allow access to the wiki with git when repository feature disabled Refactor branch chooser in issuable form Improve the `Gitlab::OAuth::User` error message Disable the ee_compat_check task on dev Make the downtime_check task happy Revert bump in rufus-scheduler Fix comma-dangle in function's arguments errors Improvements after review Use created date from last_deployment API: Expose branch status Grapify the files API Move task helpers to a module Fixed GFM autocomplete regex Add Human Readable Timestamp to backup tar file ...
2016-11-30Merge branch 'fix/ca-no-date' into 'master' Douwe Maan
fix for builds with no start date throwing an error in cycle analytics events Instead of the error, we should inform that there is no start date - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/24925 See merge request !7738
2016-11-29Merge branch 'master' into auto-pipelines-vueRegis
2016-11-29Expose timestamp in build entity used by serializerGrzegorz Bizon
2016-11-25fix rubocop warningJames Lopez
2016-11-25use an empty total time when the build has not started yet so the UI knowsJames Lopez
2016-11-25fix for builds with no start date and specJames Lopez
2016-11-25Merge branch 'zj-upgrade-grape' into 'master' Robert Speicher
Update grape-entity to 0.6.0 See merge request !7491
2016-11-23Remove tests which do not add valueZ.J. van de Weg
2016-11-23Upgrade grape-entity to 0.6.0Z.J. van de Weg
2016-11-22fix rubocop warningJames Lopez
2016-11-22fixed bug to do with calculating durationsJames Lopez
2016-11-21Merge branch 'master' into auto-pipelines-vueRegis
2016-11-19Bring back the `commit_url` as it's used by CycleAnalyticsKamil Trzcinski
2016-11-18Merge branch '22539-display-folders' of gitlab.com:gitlab-org/gitlab-ce into ↵Kamil Trzcinski
22539-display-folders
2016-11-18fix spec failuresJames Lopez
2016-11-17Do not use absolute URLS in entities use relativeGrzegorz Bizon
2016-11-17refactor events facade so it uses separate classes and refactor query stuffJames Lopez
2016-11-17small refactor - removing includes no longer neededJames Lopez
2016-11-17added custom date helper and spec and fixed some unrelated spec failuresJames Lopez
2016-11-17Refactor all query config stuff into separate classes and added specsJames Lopez
2016-11-17fix issue events and related spec - now using generic serializer for a hashJames Lopez
2016-11-17use request to pass extra parametersJames Lopez
2016-11-17WIP - refactor events to use a generic build entity for some of the hybrid ↵James Lopez
events
2016-11-17WIP - adding a generic entity serializer that should accept a Hash coming ↵James Lopez
from Arel