summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-2011-37/+126
|\
| * Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-1/+1
| * Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-193-4/+29
| |\
| | * Merge branch 'group-specific-lfs-settings' into 'master' Rémy Coutable2016-09-161-0/+25
| | |\
| | | * Syntax fixes and better tests for helper methods. Updated docs.group-specific-lfs-settingsPatricio Cano2016-09-151-10/+11
| | | * Correct helper for group LFS status.Patricio Cano2016-09-151-14/+14
| | | * Improved helper methods, better flow for `project.lfs_enabled?`, and UI fixes.Patricio Cano2016-09-152-4/+23
| | | * Added group-specific setting for LFS.Patricio Cano2016-09-152-2/+7
| | * | Merge branch '18849-project-snippets-page-isn-t-really-responsive' into 'mast...Jacob Schatz2016-09-152-4/+4
| | |\ \ | | | |/ | | |/|
| | | * Reordered dropdown options18849-project-snippets-page-isn-t-really-responsiveLuke Bennett2016-09-072-4/+4
| * | | Fix specs after renaming authentication_capabilitiesKamil Trzcinski2016-09-161-3/+3
| * | | Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-151-1/+1
| |\ \ \
| | * | | Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano2016-09-151-1/+1
| | * | | Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano2016-09-151-3/+1
| | * | | Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-151-1/+5
| | * | | Added LFS support to SSHPatricio Cano2016-09-151-1/+1
| | |/ /
| * | | Simplify LFS helperKamil Trzcinski2016-09-151-4/+0
| * | | Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski2016-09-151-0/+31
| |\ \ \ | | |/ /
| | * | Backport search_helper changes from EEbackport_to_search_helper_from_eeValery Sizov2016-09-141-0/+31
| * | | Use `build_read_container_image` and use `build_download_code`Kamil Trzcinski2016-09-151-4/+4
| * | | Make result to return project and capabilities grantedKamil Trzcinski2016-09-131-3/+3
| * | | Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-131-2/+14
| |/ /
| * | Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)2016-09-091-0/+4
| |\ \
| | * | Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-0/+4
| * | | Merge branch 'sidekiq-ps-parsing' into 'master' Rémy Coutable2016-09-091-0/+19
| |\ \ \
| | * | | Remove original regexpPascal Betz2016-09-081-9/+7
| | * | | Reformat Regexp Pascal Betz2016-09-081-0/+9
| | * | | feedback code reviewPascal Betz2016-09-081-1/+1
| | * | | Move parsing of sidekiq ps into helperPascal Betz2016-09-071-0/+12
| | | |/ | | |/|
| * | | Merge branch 'dz-mr-version-compare' into 'master' Douwe Maan2016-09-082-0/+14
| |\ \ \
| | * | | Improve merge request version featureDmitriy Zaporozhets2016-09-072-1/+5
| | * | | Expand abbreviations in merge request version path helperDmitriy Zaporozhets2016-09-071-1/+1
| | * | | Improve merge request version switch/compare dropdownDmitriy Zaporozhets2016-09-071-0/+4
| | * | | Compare merge request version against other version on changes pageDmitriy Zaporozhets2016-09-071-2/+4
| | * | | Add link to compare merge request versionsDmitriy Zaporozhets2016-09-071-0/+4
| | |/ /
| * | | Merge branch 'blame-ui-fix' into 'master' Annabel Dunstone Gray2016-09-071-1/+2
| |\ \ \
| | * | | Fix layout issues with blame tableblame-ui-fixPhil Hughes2016-09-061-1/+2
| | |/ /
| * | | Merge branch '19183-refactor-sidebar-js' into 'master' Fatih Acet2016-09-071-18/+1
| |\ \ \
| | * | | remove dead code - 'collapsed_nav' cookie no longer used since a1fbdbb6 (see ...Mike Greiling2016-09-071-13/+0
| | * | | remove superfluous "collapsed" class and rename header classes for clarityMike Greiling2016-09-071-5/+1
| * | | | Merge branch 'issue_21821' into 'master' Fatih Acet2016-09-071-11/+13
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix project settings fieldissue_21821Felipe Artur2016-09-061-11/+13
| | |/ /
| * | | Escape search term before passing it to Regexp.new (!6241)winniehell2016-09-071-1/+3
| |/ /
* | | Cycle Analytics: A value of 0 is changed to `nil`.Timothy Andrew2016-09-201-1/+1
* | | Finalise cycle analytics frontend.Fatih Acet2016-09-191-2/+2
* | | Do _not_ set `stats` to `null` when data is not available.Timothy Andrew2016-09-191-2/+0
* | | Make changes to the cycle analytics JSON endpoint.Timothy Andrew2016-09-191-5/+18
* | | Move cycle analytics JSON generation to a helper.Timothy Andrew2016-09-171-0/+24
* | | Implement Cycle Analytics frontend.Fatih Acet2016-09-151-0/+4
|/ /
* | Merge branch 'master' of https://dev.gitlab.org/gitlab/gitlabhqRémy Coutable2016-09-052-2/+9
|\ \ | |/ |/|