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-03-05Remove .es6 from file extensions (!9241)winniehell
2017-03-02Changes after reviewFilipa Lacerda
2017-02-28Merge branch 'master' into add-svg-loaderFilipa Lacerda
* master: (21 commits) Move `Group -> Members` to top-level, fix missing sub-nav for Subgroups Left align logo; increase max width of title Add newline to end of frontend.md. Clone nested objects from default data. Checks if key is present before accessing it Update CHANGELOG.md for 8.17.1 Document use of AirBnb js styleguide and eslint. Don't allow a project to be shared with an ancestor of the group it is in Fix access to projects shared with a nested group Ignore builds dir when run rubocop check Remove hidden-xs classes from last columns in environments and pipelines table. Transform pipelines table css to match structure of pipelines table Make environments table overflow Use exceptions for MergeService error handling Clarify when to create EE compatibility MR in code review process New runner API returns 204 Backport new behavior to CI API Backport API to V3 Update documentation Return 204 for delete endpoints API project create: Make name or path required Only create unmergeable todos once Put back the new project button ...
2017-02-28Clone nested objects from default data.Filipa Lacerda
Checks if key is present before accessing it Fix broken test
2017-02-25remove tech debt codeFilipa Lacerda
2017-02-25Load svgs in cycle analyticsFilipa Lacerda
2017-02-20remove require.context from cycle_analytics_bundleMike Greiling
2017-02-18Merge branch 'add-additional-checks-to-ca-data' into 'master' Jacob Schatz
Small improvements for Cycle Analytics See merge request !9153
2017-02-13Merge branch 'fix/cycle-analytics-events-limit' into 'master' Sean McGivern
Add limit to the number of events showed in cycle analytics See merge request !7743
2017-02-11convert js-cookie dependency to an npm moduleMike Greiling
2017-02-11Make sure events have most properties definedAlfredo Sumaran
2017-02-10Revert "Merge branch 'add-additional-checks-to-ca-data' into 'master' "Alfredo Sumaran
This reverts commit b7c5ca499d9c26494736d92505116bbb294c63d6, reversing changes made to 9745c98bb77a1a1ddd964f58cc4d058a665eb9ee.
2017-02-10Make sure events have most properties definedAlfredo Sumaran
2017-02-08Fix display logic for warning messageSam Rose
2017-02-08Revise tooltip message and warning textSam Rose
2017-02-07Display number of shown events on Plan stage of Cycle AnalyticsSam Rose
2017-01-14fix missing components in cycle_analytics_bundleMike Greiling
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2016-11-28Show dashes when date is emptyAlfredo Sumaran
2016-11-23Take only objects for the events listAlfredo Sumaran
2016-11-22clean up globals exemptions within .eslintrcMike Greiling
2016-11-22Use single quote for stringsAlfredo Sumaran
2016-11-22Ue svg from SVGs objectAlfredo Sumaran
2016-11-22Add custom copy for each empty stageAlfredo Sumaran
2016-11-22Fix CSS declarationAlfredo Sumaran
2016-11-21Move SVGs to JS objects for easy reuseAlfredo Sumaran
2016-11-21Keep the cookie name as beforeAlfredo Sumaran
This is to avoid prompting the same dialog for people who already dismissed the dialog.
2016-11-21Fix variable usageAlfredo Sumaran
2016-11-21Do not show overview message if there’s already CA dataAlfredo Sumaran
2016-11-21Rename Cycle Analytics bundle to .es6Alfredo Sumaran
2016-11-21Fix URL to pipelineAlfredo Sumaran
2016-11-21Set isUserAllowed property with value coming from permissions objectAlfredo Sumaran
2016-11-21Add view to handle the case when user doesn’t have access to stageAlfredo Sumaran
2016-11-21Make linters happyAlfredo Sumaran
2016-11-21Remove unnecesary empty dialogAlfredo Sumaran
2016-11-21Fix empty stage presentationAlfredo Sumaran
2016-11-21Delete StageButton componentAlfredo Sumaran
2016-11-21Use correct endpoint for stage eventsAlfredo Sumaran
2016-11-21Fix blank spaces on linksAlfredo Sumaran
2016-11-21Combine components for better legibilityAlfredo Sumaran
2016-11-21Do not show minutes if days is availableAlfredo Sumaran
Also show seconds only when seconds is 0
2016-11-21Fix style for event titlesAlfredo Sumaran
2016-11-21Show seconds only if time is only in secondsAlfredo Sumaran
2016-11-21Update ItemBuildComponent html structureAlfredo Sumaran
2016-11-21Update ItemMergeRequestComponent structureAlfredo Sumaran
2016-11-21Show seconds it total time is less than a minuteAlfredo Sumaran
2016-11-21Fix variable names to use camelCaseAlfredo Sumaran
2016-11-21Fix total_time templateAlfredo Sumaran
2016-11-21Use correct data for ItemIssueComponent from responseAlfredo Sumaran
2016-11-21Use stage description form endpoint responseAlfredo Sumaran