summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sidebar-clipboard-toggle' into 'master' Fatih Acet2016-07-202-1/+4
|\
| * Prevent toggling sidebar when clipboard icon clicked.sidebar-clipboard-toggleFatih Acet2016-07-202-1/+4
* | Merge branch '18586-user-authorized_projects-is-slow' into 'master' Yorick Peterse2016-07-203-0/+82
|\ \
| * | Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez2016-07-203-0/+82
* | | Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-205-52/+135
|\ \ \
| * | | Reorder allowed params for `ApplicationSetting` and add more details to docs.email-domain-blacklistPatricio Cano2016-07-191-3/+3
| * | | Removed escaping characters by using double quotes.Patricio Cano2016-07-181-1/+1
| * | | Default to manual input for `domain_whitelist`, syntax fixes and added new te...Patricio Cano2016-07-183-7/+6
| * | | Refactor `match_domain` to a predicate: `domain_matches?`Patricio Cano2016-07-181-3/+3
| * | | Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-184-34/+16
| * | | Move inline JS to admin.js.coffee specific file.Patricio Cano2016-07-181-0/+12
| * | | Refactored the domain separator regex, plus syntax and grammar fixes.Patricio Cano2016-07-181-11/+10
| * | | Make sure email domain validation method is private.Patricio Cano2016-07-181-28/+26
| * | | Fixed `signup_domain_valid?` flow and added documentation.Patricio Cano2016-07-181-18/+19
| * | | Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-184-30/+122
* | | | Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet2016-07-207-10/+34
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into cs-warn-on-failurecs-warn-on-failureKamil Trzcinski2016-07-2026-67/+241
| |\ \ \ \
| * | | | | Use switch statements instead of if/else chains.Connor Shea2016-07-192-8/+10
| * | | | | Address feedback.Connor Shea2016-07-192-5/+3
| * | | | | Add with_warnings? method to Pipelines and add tests.Connor Shea2016-07-192-0/+8
| * | | | | Starting work on the warn_on_failure feature for the MR build status.Connor Shea2016-07-195-5/+23
* | | | | | Merge branch 'fix-side-by-side-comment-widget' into 'master' Jacob Schatz2016-07-201-7/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Off mouse listener from document for diff comment button.Fatih Acet2016-07-191-1/+3
| * | | | | Fix inline view for comment button selector.Fatih Acet2016-07-191-1/+4
| * | | | | Revert "Refactored .prev and .next methods"Fatih Acet2016-07-191-7/+3
* | | | | | Merge branch 'add-link-to-commit-avatar' into 'master' Rémy Coutable2016-07-205-17/+34
|\ \ \ \ \ \
| * | | | | | Add link to user profile to commit avatar (!5163)winniehell2016-07-205-17/+34
* | | | | | | Merge branch 'issue_8110' into 'master' Rémy Coutable2016-07-208-106/+141
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Refactor service settings viewissue_8110Felipe Artur2016-07-2010-130/+52
| * | | | | | Add project service documentation and update integration documentationFelipe Artur2016-07-196-42/+49
| * | | | | | Allow slack service to send messages on different channelsFelipe Artur2016-07-197-13/+119
* | | | | | | Merge branch 'fix-retries-on-manual-actions' into 'master' Rémy Coutable2016-07-202-3/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix a problem with processing a pipeline where stage only has manual actionsfix-retries-on-manual-actionsKamil Trzcinski2016-07-201-2/+3
| * | | | | | | Don't show other actions of the same nameKamil Trzcinski2016-07-201-1/+1
* | | | | | | | Merge branch 'explore-nav' into 'master' Jacob Schatz2016-07-201-4/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove icons from explore navAnnabel Dunstone2016-07-201-4/+0
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'compare-code-view' into 'master' Jacob Schatz2016-07-201-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Apply diff view cookie on comparecompare-code-viewPhil Hughes2016-07-151-0/+1
* | | | | | | | | Merge branch '15343-build-settiings' into 'master' Rémy Coutable2016-07-208-99/+137
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Change how we style redirect_toKamil Trzcinski2016-07-201-3/+1
| * | | | | | | | Use flash[:notice] onlyKamil Trzcinski2016-07-201-2/+1
| * | | | | | | | Create PipelinesSettingsController for showing settings pageKamil Trzcinski2016-07-205-30/+38
| * | | | | | | | Fix updating settings for pipelines15343-build-settiingsKamil Trzcinski2016-07-202-15/+8
| * | | | | | | | Merge remote-tracking branch 'origin/master' into 15343-build-settiingsKamil Trzcinski2016-07-2047-123/+465
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Move Pipelines settings under `gitlab.com/gitlab-org/gitlab-ce/pipelines/sett...Kamil Trzcinski2016-07-196-11/+38
| * | | | | | | | Change title to CI/CD PipelinesAnnabel Dunstone2016-07-192-3/+3
| * | | | | | | | Capitalize CI PipelinesAnnabel Dunstone2016-07-191-1/+1
| * | | | | | | | Update badges pathAnnabel Dunstone2016-07-192-2/+1
| * | | | | | | | Remove unused badges page and delete badges index controller actionAnnabel Dunstone2016-07-192-28/+0
| * | | | | | | | Change builds to pipelines; settings formattingAnnabel Dunstone2016-07-191-7/+8