summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Clean up fixed navbarAnnabel Dunstone Gray2017-05-123-6/+9
| | | | | | | | |
| * | | | | | | | Fix specsAnnabel Dunstone Gray2017-05-122-3/+4
| | | | | | | | |
| * | | | | | | | Fade out border on scrollAnnabel Dunstone Gray2017-05-122-11/+12
| | | | | | | | |
| * | | | | | | | Add animation to navbar borderAnnabel Dunstone Gray2017-05-121-2/+3
| | | | | | | | |
| * | | | | | | | Add nav border on scrollAnnabel Dunstone Gray2017-05-122-0/+15
| | | | | | | | |
| * | | | | | | | Remove trailing semicolonAnnabel Dunstone Gray2017-05-121-1/+1
| | | | | | | | |
| * | | | | | | | Add fixed positioning to top level navbarAnnabel Dunstone Gray2017-05-125-3/+12
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'dm-dependency-linker-gemfile' into 'master' Sean McGivern2017-05-125-0/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autolink package names in Gemfile See merge request !11224
| * | | | | | | | Turn blob dependency links blueDouwe Maan2017-05-105-0/+25
| | | | | | | | |
* | | | | | | | | Merge branch 'dm-copy-mr-source-branch-as-gfm' into 'master' Sean McGivern2017-05-121-1/+10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Paste a copied MR source branch name as code when pasted into a GFM form See merge request !11315
| * \ \ \ \ \ \ \ \ Merge branch 'master' into 'dm-copy-mr-source-branch-as-gfm'dm-copy-mr-source-branch-as-gfmDouwe Maan2017-05-1254-1221/+1222
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/vue_merge_request_widget/components/mr_widget_header.js
| * | | | | | | | | Satisfy ESlintDouwe Maan2017-05-121-3/+4
| | | | | | | | | |
| * | | | | | | | | Paste a copied MR source branch name as code when pasted into a GFM formDouwe Maan2017-05-111-1/+9
| | | | | | | | | |
* | | | | | | | | | Removed all instances of Object.assign by using es6 classes, also includes ↵Luke "Jared" Bennett2017-05-125-212/+198
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | some …
* | | | | | | | | Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-1218-103/+111
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'acet-mr-widget-fix-link' into 'master' Filipa Lacerda2017-05-124-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MRWidget: Fix target branch link. See merge request !11267
| * | | | | | | | MRWidget: Use targetBranchPath in everywhere.acet-mr-widget-fix-linkFatih Acet2017-05-123-3/+2
| | | | | | | | |
| * | | | | | | | MRWidget: Fix target branch link.Fatih Acet2017-05-123-2/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch '32178-prevent-merge-on-sha-change' into 'master' Fatih Acet2017-05-126-0/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "SHA mismatch" state to the MR widget Closes #32178 See merge request !11316
| * | | | | | | | add sha-mismatch state to mr-widget to prevent accidental merges when branch ↵Mike Greiling2017-05-116-0/+24
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | unknowingly changes
* | | | | | | | Uniform CI status components in vueFilipa Lacerda2017-05-1211-261/+106
| | | | | | | |
* | | | | | | | Merge branch '32073-improve-function' into 'master' Phil Hughes2017-05-121-18/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve ci action icon function Closes #32073 See merge request !11291
| * | | | | | | Improve ci action icon function32073-improve-functionFilipa Lacerda2017-05-111-18/+13
| | | | | | | |
* | | | | | | | Merge branch 'refactor-realtime-issue' into 'master' Filipa Lacerda2017-05-1210-226/+339
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Refactored issue tealtime elements See merge request !11242
| * | | | | | | Remove some weird code to add/remove the task statusPhil Hughes2017-05-113-39/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the data into the data method Renamed edited ago class name
| * | | | | | | Merge branch 'master' into refactor-realtime-issuePhil Hughes2017-05-118-58/+94
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Fixed a bunch of errors with invalid propPhil Hughes2017-05-103-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use v-model on textrea
| * | | | | | | Added a bunch of specs for the different componentsPhil Hughes2017-05-101-5/+5
| | | | | | | |
| * | | | | | | Fixed task status with mobilePhil Hughes2017-05-101-5/+11
| | | | | | | |
| * | | | | | | Refactored issue tealtime elementsPhil Hughes2017-05-109-222/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to match our docs better and will also help a future issue. Also made it possible for the description & title to be readable when JS is disabled
* | | | | | | | Import export users selectLuke "Jared" Bennett2017-05-125-600/+609
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge branch 'pipeline-schedules-callout-docs-url' into 'master' Filipa Lacerda2017-05-112-10/+17
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set correct docsUrl in pipeline schedules callout component. Closes #31957 See merge request !11216
| * | | | | | Pass docsUrl to pipeline schedules callout component.pipeline-schedules-callout-docs-urlBryce Johnson2017-05-112-10/+17
| | | | | | |
* | | | | | | Merge branch 'winh-pipeline-author-link' into 'master' Filipa Lacerda2017-05-111-8/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link to commit author user page from pipelines Closes #29368 See merge request !11100
| * | | | | | | Link to commit author user page from pipelines (!11100)winh2017-05-111-8/+7
| | | | | | | |
* | | | | | | | Merge branch 'mr-tabs-sticky-poc' into 'master' 32156-link-to-member-avatarAnnabel Dunstone Gray2017-05-112-2/+14
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | POC: Use position sticky on merge request tabs See merge request !11289
| * | | | | | | Use position sticky on merge request tabsmr-tabs-sticky-pocPhil Hughes2017-05-112-2/+14
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Removes the need for Bootstraps affix on browser that support sticky positions. On these browsers, there should be a slight performance improvement as there will be no scrolling events, it will all be handled by the browser
* | | | | | | Merge branch '31781-print-rendered-files-not-possible' into 'master' Annabel Dunstone Gray2017-05-111-3/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include blob content when printing page Closes #31781 See merge request !11247
| * | | | | | Include blob content when printing page31781-print-rendered-files-not-possibleSam Rose2017-05-101-3/+5
| | |_|_|/ / | |/| | | |
* | | | | | Fix slash commands detection in commentsKushal Pandya2017-05-111-1/+1
| | | | | |
* | | | | | Implement auxiliary blob viewersDouwe Maan2017-05-101-37/+62
| |/ / / / |/| | | |
* | | | | Track pending requests in AjaxCacheWinnie Hellmann2017-05-101-24/+46
| | | | |
* | | | | Merge branch ↵Phil Hughes2017-05-102-10/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '31474-issue-boards-sidebar-milestone-dropdown-should-not-be-multi-select' into 'master' Resolve "Issue boards sidebar milestone dropdown should not be multi select" Closes #31474 See merge request !11084
| * | | | | Disallow multiselect for Milestone dropdownSam Rose2017-05-102-10/+30
| | | | | |
* | | | | | Center all empty statesAnnabel Dunstone Gray2017-05-102-22/+3
| | | | | |
* | | | | | Merge branch 'center-related-merge-request-items-horizontally' into 'master' Filipa Lacerda2017-05-101-1/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Center related merge request items horizontally See merge request !11163
| * | | | | Added @annabeldunstone vertical-align fixcenter-related-merge-request-items-horizontallyLuke "Jared" Bennett2017-05-101-0/+8
| | | | | |
| * | | | | Remove related issue ci icon top marginLuke "Jared" Bennett2017-05-091-1/+0
| | | | | |
| * | | | | Center related merge request items horizontallyLuke "Jared" Bennett2017-05-081-0/+1
| | | | | |
* | | | | | Merge branch 'dm-async-tree-readme' into 'master' Douwe Maan2017-05-102-1/+6
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Load tree readme asynchronously See merge request !11191