summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Make new dropdown <li> style globalWinnie Hellmann2017-12-081-17/+2
|
* Make new dropdown-link style globalWinnie Hellmann2017-12-081-21/+10
|
* Make new .dropdown-menu-user-link style globalWinnie Hellmann2017-12-081-13/+7
|
* Make new dropdown-item-hover style globalWinnie Hellmann2017-12-081-39/+23
|
* Make new .text-danger style globalWinnie Hellmann2017-12-081-10/+5
|
* Make new .is-active style globalWinnie Hellmann2017-12-081-18/+7
|
* Make new .dropdown-header style globalWinnie Hellmann2017-12-081-6/+2
|
* Make new style .divider globalWinnie Hellmann2017-12-081-15/+5
|
* Make new .dropdown-open-top style globalWinnie Hellmann2017-12-081-4/+4
|
* Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-086-42/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
* Merge branch '40754-fix-flash-usage-with-personal-access-token' into 'master'Grzegorz Bizon2017-12-083-5/+27
|\ | | | | | | | | | | | | Fix new personal access token showing up in a flash message Closes #40754 See merge request gitlab-org/gitlab-ce!15707
| * Fix new personal access token showing up in a flash message40754-fix-flash-usage-with-personal-access-tokenEric Eastwood2017-12-073-5/+27
| |
* | Merge branch '40825-use-relative-path-urls' into 'master'Robert Speicher2017-12-079-13/+27
|\ \ | | | | | | | | | | | | | | | | | | Use relative _path helper URLs in the GitLab UI Closes #40825 See merge request gitlab-org/gitlab-ce!15738
| * | Use relative _path helper URLs in the GitLab UI40825-use-relative-path-urlsEric Eastwood2017-12-079-13/+27
| | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40825
* | | Merge branch ↵Jacob Schatz2017-12-071-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '40555-replace-absolute-urls-with-related-branches-to-avoid-hostname' into 'master' Replace absolute URLs on related branches/MRs with relative url to avoid hostname Closes #40555 See merge request gitlab-org/gitlab-ce!15735
| * | | Replace absolute URLs on related branches/MRs with relative url to avoid ↵40555-replace-absolute-urls-with-related-branches-to-avoid-hostnameEric Eastwood2017-12-041-2/+2
| | |/ | |/| | | | | | | hostname
* | | Merge branch 'acet-fix-branches-list-on-cherry-pick-modal-after-merge' into ↵Jacob Schatz2017-12-071-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix loading branches list on cherry pick modal after merge. Closes #33894 See merge request gitlab-org/gitlab-ce!15306
| * | | Fix loading branches list on cherry pick modal after merge.acet-fix-branches-list-on-cherry-pick-modal-after-mergeFatih Acet2017-12-041-0/+2
| | | |
* | | | Merge branch 'feature/sm/34834-missing-dependency-should-fail-job-2' into ↵Kamil Trzciński2017-12-073-1/+25
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Dependency validator Closes #34834 See merge request gitlab-org/gitlab-ce!14009
| * | | | Change feature flag to ci_disable_validates_dependencies to enable it as defaultShinya Maeda2017-12-071-1/+1
| | | | |
| * | | | Fix /build_spec.rbShinya Maeda2017-12-061-8/+8
| | | | |
| * | | | Optimize valid_dependency method by ayufan thoughtShinya Maeda2017-12-061-15/+11
| | | | |
| * | | | Add feature flagShinya Maeda2017-12-061-0/+2
| | | | |
| * | | | Add case when artifacts have not existed on dependenciesShinya Maeda2017-12-061-5/+15
| | | | |
| * | | | Use Class.new(StandardError) instead of custom extended error class. Bring ↵Shinya Maeda2017-12-062-3/+9
| | | | | | | | | | | | | | | | | | | | back specified_dependencies?.
| * | | | Fail jobs if its dependency is missingShinya Maeda2017-12-063-1/+11
| | | | |
* | | | | Merge branch 'deploy-keys-loading-icon' into 'master'Filipa Lacerda2017-12-072-3/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed remove deploy key loading icon not being removed after canceling Closes #37595 See merge request gitlab-org/gitlab-ce!15779
| * | | | | Fixed remove deploy key loading icon not being removed after cancelingdeploy-keys-loading-iconPhil Hughes2017-12-072-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | Closes #37595
* | | | | | Resolve "updateEndpoint undefined on Issue page"Luke Bennett2017-12-071-25/+2
| | | | | |
* | | | | | Merge branch 'pawel/update-prometheus_gem_to_highly_optimized_version' into ↵Stan Hu2017-12-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Update prometheus-client-mmap gem to highly optimized version See merge request gitlab-org/gitlab-ce!15796
| * | | | | | Update prometheus-client-mmap gem to highly optimized versionPawel Chojnacki2017-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + change string concatenation to help with GC pressure. + fix metric producing incompatible label sets
* | | | | | | Merge branch 'merge-request-lock-icon-size-fix' into 'master'Annabel Dunstone Gray2017-12-072-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed merge request locked icon size Closes #40876 See merge request gitlab-org/gitlab-ce!15767
| * | | | | | | Fixed merge request locked icon sizemerge-request-lock-icon-size-fixPhil Hughes2017-12-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #40876
* | | | | | | | Merge branch ↵Kamil Trzciński2017-12-076-66/+10
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settings' into 'master' Resolve "Remove the checkbox for starting a new pipeline in Auto DevOps settings" Closes #40761 See merge request gitlab-org/gitlab-ce!15714
| * | | | | | | Remove Auto DevOps checkboxes - frontend40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settingsbikebilly2017-12-043-43/+6
| | | | | | | |
| * | | | | | | Remove Auto DevOps checkboxes - backendbikebilly2017-12-043-23/+4
| | | | | | | |
* | | | | | | | Merge branch 'dm-commit-diff-discussions-in-mr-context' into 'master'Douwe Maan2017-12-0728-95/+236
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow commenting on individual commits inside an MR Closes #31847 See merge request gitlab-org/gitlab-ce!12148
| * | | | | | | | adding view and feature specsmicael.bergeron2017-12-074-24/+27
| | | | | | | | |
| * | | | | | | | cache the Note#commit methodmicael.bergeron2017-12-071-8/+6
| | | | | | | | |
| * | | | | | | | revert the `#all_pipelines` method to use the pluckmicael.bergeron2017-12-071-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the `ci_pipelines.sha` column is not the same type than the `merge_request_diff_commits.sha` column (varchar, bytea)
| * | | | | | | | add support for the commit reference filtermicael.bergeron2017-12-077-38/+26
| | | | | | | | |
| * | | | | | | | tidying up the changesmicael.bergeron2017-12-073-18/+13
| | | | | | | | |
| * | | | | | | | add support for commit (in mr) to reference filtermicael.bergeron2017-12-074-2/+24
| | | | | | | | |
| * | | | | | | | corrects the url buildingmicael.bergeron2017-12-079-41/+34
| | | | | | | | |
| * | | | | | | | diff notes created in merge request on a commit have the right contextmicael.bergeron2017-12-077-16/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add a spec for commit merge request diff notes
| * | | | | | | | Allow commenting on individual commits inside an MRDouwe Maan2017-12-0723-66/+186
| | | | | | | | |
* | | | | | | | | Remove Rugged::Repository#empty?Zeger-Jan van de Weg2017-12-072-10/+12
| | | | | | | | |
* | | | | | | | | Use Markdown styling for new project guidelinesMarkus Koller2017-12-071-1/+2
|/ / / / / / / /
* | | | | | | | Merge branch 'bvl-dont-reset-timeago-title' into 'master'Filipa Lacerda2017-12-071-2/+0
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Don't set timeago title to what was already there. See merge request gitlab-org/gitlab-ce!15780
| * | | | | | | Don't set timeago title to what was already there.bvl-dont-reset-timeago-titleBob Van Landuyt2017-12-071-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This didn't actually do anything.