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-07-12Truncate job on environment viewAnnabel Dunstone Gray
2017-07-12Update vue-resourceFilipa Lacerda
2017-07-05Handles realtime with 2 states for environments tableFilipa Lacerda
2017-06-23Add support for multiple tooltips in the same Vue componentEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
2017-06-21Only show gray footer space if environment actions existAnnabel Dunstone Gray
2017-06-16Create responsive mobile view for pipelines tableAnnabel Dunstone Gray
2017-06-15Remove extra line so that it is consistent with EEClement Ho
2017-06-14Move vue components to vue files and match docsFilipa Lacerda
2017-06-08Responsive table fixesAnnabel Dunstone Gray
2017-06-06Responsive environment tablesAnnabel Dunstone Gray
2017-06-0232118 Make New environment empty state btn lowercasetauriedavis
2017-06-02Pipeline show view real time header sectionFilipa Lacerda
2017-05-22Adds polling function to environments tableFilipa Lacerda
Adds missing eventhub to folder table
2017-05-18Consolidate user avatar Vue logicBryce Johnson
2017-05-15Removed the target=_blank from the monitoring componentJose Ivan Vargas
2017-05-10Replace old isObject for underscore methodsFilipa Lacerda
2017-05-10Tech debt: Creates vue component for loading iconFilipa Lacerda
2017-05-10Use vue file for table pagination componentFilipa Lacerda
2017-05-04Adds off for event hubFilipa Lacerda
2017-05-03Remove service being provided as a prop on environments tableFilipa Lacerda
2017-05-03Remove service from actions dropdown, stop button and redeploy buttonFilipa Lacerda
2017-04-27Use vue files for vue components.Filipa Lacerda
2017-04-21Refactor environments components into vue files - part 3Filipa Lacerda
2017-04-20Refactor into .vue filesFilipa Lacerda
2017-04-20Refactor into .vue files part 2Filipa Lacerda
2017-04-19Removed target blank from the environments componentJose Ivan Vargas Lopez
2017-04-19Use refs instead of query the DOMFilipa Lacerda
2017-04-19Only destroy the component's tooltipFilipa Lacerda
2017-04-18Destroy tooltip in async buttons and tooltipsFilipa Lacerda
2017-04-07Merge branch 'load-svg-in-js' into 'master' Alfredo Sumaran
Removes unused code See merge request !10456
2017-04-06Merge branch '30493-env-deploy-tooltip' into 'master' Jacob Schatz
Fix html structure to prevent tooltip from not hidding Closes #30493 See merge request !10474
2017-04-06Merge branch 'tc-fix-unplayable-build-action-404' into 'master' Kamil TrzciƄski
Disable pipeline & environment actions that are not playable Closes #25385 and #24601 See merge request !10052
2017-04-05Fix html structure to prevent tooltip from not hiddingFilipa Lacerda
2017-04-04Removes unused codeFilipa Lacerda
2017-04-04Merge branch '28732-expandable-folders' into 'master' Alfredo Sumaran
Resolve "Expandable folders for environments" Closes #28732 See merge request !10290
2017-04-04Fixes broken lintsFilipa Lacerda
Adds js unit tests
2017-04-04Fix typoFilipa Lacerda
Adds tests
2017-04-03Buttons will be disabled when playable key is falseFilipa Lacerda
2017-04-03Merge branch 'master' into tc-fix-unplayable-build-action-404Filipa Lacerda
* master: (525 commits) Introduce "polling_interval_multiplier" as application setting fix spelling CI_REPOSITORY_URL (line:355) gitab-ci-token to gitlab-ci-token. Pass Gitaly Repository messages to workhorse Use gitaly 0.5.0 Fix specs Improve specs examples Minor refactor Fix BrachFormatter for removed users Changelog Fix specs One more change to the branch names to preserve metadata Prefixes source branch name with short SHA to avoid collision Fix GitHub importer for PRs of deleted forked repositories Change order of specs Clean history after every test that changes history Clean history state after each test Fixes method not replacing URL parameters correctly Fix a transient failure caused by FFaker Remove unnecessary ORDER BY clause when updating todos Add a wait_for_ajax call to ensure Todos page cleans up properly ...
2017-03-31Add metrics button to Environment Overview pageKushal Pandya
2017-03-29Changes after reviewFilipa Lacerda
2017-03-28Fix broken testFilipa Lacerda
2017-03-28Changes after reviewFilipa Lacerda
2017-03-28Adds show all buttonFilipa Lacerda
2017-03-28Adds expandable folder back.Filipa Lacerda
Makes request to get environments
2017-03-28Add back expandable folders behaviorFilipa Lacerda
2017-03-21Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz
Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
2017-03-20Expose if action is playable in JSONToon Claes
To avoid a manual build action being played (resulting in a 404), expose `playable?` in the JSON so the frontend can disable/hide the play button if it's not playable.
2017-03-17Remove UJS actions from pipelines tablesFilipa Lacerda
2017-03-14Use a button and a post request instead of UJS links - part 1 - EnvironmentsFilipa Lacerda