summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Address review commentsDouwe Maan2017-04-056-18/+20
|
* Correctly display multiple separate discussions on the same diff lineDouwe Maan2017-04-056-31/+35
|
* Don't use original_discussion_idDouwe Maan2017-04-052-2/+2
|
* Fix specsDouwe Maan2017-04-054-5/+5
|
* Add specsDouwe Maan2017-04-055-30/+15
|
* Better notification emails for notes and (diff) discussionsDouwe Maan2017-04-0520-80/+87
|
* Fix some specsDouwe Maan2017-04-051-1/+1
|
* Add option to start a new discussion on an MRDouwe Maan2017-04-057-27/+41
|
* Updated droplab version to webpack versionLuke "Jared" Bennett2017-04-051-1/+1
|
* Use PDFLab to render PDFs in GitLabSam Rose2017-04-051-0/+5
|
* Merge branch 'sketch-preview-files' into 'master' Jacob Schatz2017-04-051-0/+7
|\ | | | | | | | | Load a preview of Sketch 43 files See merge request !10470
| * Load a preview of Sketch 43 filessketch-preview-filesJacob Schatz2017-04-051-0/+7
| | | | | | | | | | | | | | Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
* | MR empty stateLuke "Jared" Bennett2017-04-056-29/+59
| |
* | Issue boards list template in JS filePhil Hughes2017-04-052-27/+0
| | | | | | | | This is one step closer to making the transition to .vue files for issue boards
* | Merge branch 'fix_wiki_commit_message' into 'master' Sean McGivern2017-04-051-1/+3
|\ \ | |/ |/| | | | | | | | | Fix wiki commit message Closes #20389 See merge request !10464
| * Fix wiki commit messageblackst0ne2017-04-051-1/+3
| |
* | Merge branch '29432-prevent-click-disabled-btn' into 'master' Alfredo Sumaran2017-04-041-14/+10
|\ \ | | | | | | | | | | | | | | | | | | Prevent clicking on disabled button Closes #29432 See merge request !9931
| * | Show BS Tooltips on disabled GitLab export button29432-prevent-click-disabled-btnKushal Pandya2017-03-291-5/+6
| | |
| * | Update export button tooltipKushal Pandya2017-03-281-2/+4
| | |
| * | Fix project title validation, prevent clicking on disabled buttonKushal Pandya2017-03-281-9/+2
| | |
* | | Refactor test_utils bundleMike Greiling2017-04-044-11/+0
| | |
* | | Merge branch 'environment-performance-improvements' into 'master' Filipa Lacerda2017-04-044-3/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improved Environments Metrics UX Closes #29227 See merge request !9946
| * | | Code corrections with a helper and a variableJose Ivan Vargas2017-04-031-2/+1
| | | |
| * | | Added a formatRelevantDigits text utilityJose Ivan Vargas2017-04-031-10/+2
| | | |
| * | | Added a number input to provide a way to format the number ofJose Ivan Vargas2017-04-031-2/+10
| | | | | | | | | | | | | | | | desired decimals for the cpu metrics
| * | | Added the following ux improvements:Jose Ivan Vargas2017-04-034-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add text for the buttons on environment detail page * Reduced the size of the charts * Environment name is now a link Also some general code cleanup
* | | | Merge branch 'remove-unused-icons' into 'master' Filipa Lacerda2017-04-0417-133/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Delete unused icons; add empty lines to svg files See merge request !10415
| * | | | Delete unused icons; add empty lines to svg filesremove-unused-iconsAnnabel Dunstone Gray2017-04-0317-133/+7
| |/ / /
* | | | Don't autofill kubernetes namespaceZ.J. van de Weg2017-04-041-0/+2
| | | |
* | | | Merge branch 'quiet-pipelines' into 'master' Rémy Coutable2017-04-041-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Quiet pipeline emails Closes #24845 See merge request !10333
| * | | Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Never send a pipeline email to anyone other than the user who created the pipeline. 2. Only send pipeline success emails to people with the custom notification setting for enabled. Watchers and participants will never receive this. 3. When custom settings are unset (for new settings and legacy ones), act as if failed_pipeline is set.
* | | | Make file templates easy to use and discoverBryce Johnson2017-04-034-19/+33
| |/ / |/| |
* | | Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-031-0/+14
|/ / | | | | | | | | Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
* | Merge branch '20914-project-home-width' into 'master' Clement Ho2017-04-012-4/+4
|\ \ | | | | | | | | | | | | | | | | | | 20914 Limits line length for project home page Closes #20914 See merge request !10346
| * | 20914 Limits line length for project home pagetauriedavis2017-03-302-4/+4
| | | | | | | | | | | | fix lint issues
* | | Merge branch ↵Douwe Maan2017-03-311-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '25556-prevent-users-from-disconnecting-gitlab-account-from-cas' into 'master' Prevent users from disconnecting gitlab account from CAS Closes #25556 See merge request !10282
| * | | Prevent users from disconnecting gitlab account from CASTiago Botelho2017-03-311-4/+4
| | |/ | |/|
* | | Merge branch 'add-download-attr' into 'master' Alfredo Sumaran2017-03-315-5/+5
|\ \ \ | | | | | | | | | | | | | | | | Add download attribute to download links See merge request !10318
| * | | Add download attribute to download linksClement Ho2017-03-295-5/+5
| | | |
* | | | 30276 Move issue, mr, todos next to profile dropdown in top navtauriedavis2017-03-311-9/+9
| | | |
* | | | Merge branch '24861-stringify-group-member-details' into 'master'Clement Ho2017-03-301-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Hide form inputs for group member without editing rights Closes #24861 See merge request !7816
| * | | Remove unnecessary variableKushal Pandya2017-02-281-2/+1
| | | |
| * | | Hide form inputs for user without accessKushal Pandya2017-02-271-2/+3
| | | |
* | | | Merge branch 'jej-group-name-disclosure' into 'security'Sean McGivern2017-03-291-1/+1
| |/ / |/| | | | | | | | | | | | | | Prevent private group disclosure via parent_id See merge request !2077
* | | Merge branch '23674-simplify-milestone-summary' into 'master' Jacob Schatz2017-03-296-48/+140
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Simplify milestone summary" Closes #23674 See merge request !10096
| * | | prever #count over #size when calculating issue/mr totalsMike Greiling2017-03-291-12/+12
| | | |
| * | | combine milestone start and end dates in collapsed sidebarMike Greiling2017-03-271-9/+19
| | | |
| * | | add start date to sidebar and display dates on group and dashboard views ↵Mike Greiling2017-03-271-20/+35
| | | | | | | | | | | | | | | | when possible
| * | | use smaller font-weight in sidebar to match other sidebar content in gitlabMike Greiling2017-03-271-3/+3
| | | |
| * | | enable links to browse milsetone issuables in dashboard and group viewMike Greiling2017-03-271-13/+5
| | | |