| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'blameless' into 'master' | Rémy Coutable | 2017-06-02 | 1 | -0/+1 |
| |\ | | | | | | | | | Promote blameless culture by using "annotate" instead See merge request !10378 | ||||
| | * | Promote blameless culture by using "annotate" instead | Ilya Vassilevsky | 2017-06-02 | 1 | -0/+1 |
| | | | | | | | | | User-facing changes (fast & easy win) | ||||
| * | | simplify test&save actions when setting a service integration | Jarka Kadlecova | 2017-06-01 | 1 | -41/+29 |
| |/ | |||||
| * | Introduce source to pipeline entitytrigger-source | Kamil Trzcinski | 2017-05-31 | 1 | -1/+1 |
| | | |||||
| * | Merge branch ↵ | Fatih Acet | 2017-05-26 | 1 | -1/+5 |
| |\ | | | | | | | | | | | | | | | | | '32447-remove-source-branch-is-displayed-to-mergers-who-cannot-actually-delete-the-source-branch-from-a-forked-project' into 'master' Disable "Remove source branch" in MR Widget for users who can't remove, and re-add checkbox to MR form Closes #32447 and #32907 See merge request !11558 | ||||
| | * | Update spinach specs to explicitly check Remove Source Branch. | Bryce Johnson | 2017-05-23 | 1 | -1/+5 |
| | | | |||||
| * | | Add API URL to JIRA settings31448-jira-urls | Jarka Kadlecova | 2017-05-26 | 1 | -2/+4 |
| | | | |||||
| * | | Merge branch '17848-web-hook-logging' into 'master' | Dmitriy Zaporozhets | 2017-05-25 | 1 | -75/+0 |
| |\ \ | | | | | | | | | | | | | | | | | | | Implement Web Hooks calls logging Closes #17848 See merge request !11027 | ||||
| | * | | Implement web hooks logging | Alexander Randa | 2017-05-25 | 1 | -75/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover | ||||
| * | | | Merge branch 'wait-for-ajax-handling-all-js-requests' into 'master' | Douwe Maan | 2017-05-24 | 10 | -55/+53 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Use wait_for_requests for checking Vue resource and $.ajax requests [CE] Closes #31946 and #31555 See merge request !11451 | ||||
| | * | | | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requests | Oswaldo Ferreira | 2017-05-22 | 10 | -55/+53 |
| | | |/ | |/| | |||||
| * | | | Merge branch 'issue_32225' into 'master' | Robert Speicher | 2017-05-23 | 1 | -2/+8 |
| |\ \ \ | |/ / |/| | | | | | | | | Add transient head_pipeline_of to pipeline factories See merge request !11566 | ||||
| | * | | Add transient head_pipeline_of to pipeline factoriesissue_32225 | Felipe Artur | 2017-05-22 | 1 | -2/+8 |
| | |/ | |||||
| * | | Show password field mask while editing service settings | Kushal Pandya | 2017-05-22 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch '30975-fixed-top-nav-POC' into 'master' | Annabel Dunstone Gray | 2017-05-12 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Add fixed positioning to top level navbar Closes #30975 See merge request !10751 | ||||
| | * | Fix specs | Annabel Dunstone Gray | 2017-05-12 | 1 | -1/+1 |
| | | | |||||
| | * | Fix specs | Annabel Dunstone Gray | 2017-05-12 | 1 | -1/+1 |
| | | | |||||
| * | | Consistently use monospace font for commit SHAs and branch and tag names | Douwe Maan | 2017-05-12 | 2 | -32/+3 |
| |/ | |||||
| * | Load tree readme asynchronouslydm-async-tree-readme | Douwe Maan | 2017-05-10 | 2 | -0/+3 |
| | | |||||
| * | Merge branch 'issue_27168_2' into 'master' | Sean McGivern | 2017-05-09 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | Preloads head pipeline for each merge request Closes #27168 See merge request !10064 | ||||
| | * | Fix Specs | Felipe Artur | 2017-05-08 | 1 | -0/+1 |
| | | | |||||
| * | | Merge request widget redesign | Fatih Acet | 2017-05-09 | 5 | -14/+37 |
| |/ | |||||
| * | Add instant comments support | Kushal Pandya | 2017-05-05 | 1 | -0/+7 |
| | | |||||
| * | Merge branch 'deploy-keys-load-async' into 'master' | Filipa Lacerda | 2017-05-04 | 1 | -7/+9 |
| |\ | | | | | | | | | | | | | Deploy keys load async Closes #29667 See merge request !10973 | ||||
| | * | Merge branch 'master' into deploy-keys-load-async | Phil Hughes | 2017-05-04 | 3 | -10/+24 |
| | |\ | |||||
| | * \ | Merge branch 'master' into deploy-keys-load-async | Phil Hughes | 2017-05-03 | 4 | -3/+9 |
| | |\ \ | |||||
| | * | | | Fixed some spinach & rspec tests | Phil Hughes | 2017-04-28 | 1 | -7/+9 |
| | | | | | |||||
| * | | | | Merge branch 'dm-artifact-blob-viewer' into 'master' | Sean McGivern | 2017-05-04 | 1 | -11/+4 |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Use blob viewer for job artifacts Closes #31297 See merge request !11018 | ||||
| | * | | | Add artifact file page that uses the blob viewerdm-artifact-blob-viewer | Douwe Maan | 2017-05-04 | 1 | -11/+4 |
| | | | | | |||||
| * | | | | Merge branch '30529-remove-pages-tab-if-pages-isn-t-enabled' into 'master' | Rémy Coutable | 2017-05-04 | 2 | -10/+12 |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Disable navigation to Pages config if Pages is disabled Closes #30529 See merge request !11008 | ||||
| | * | | | Disable navigation to Pages config if Pages is disabled | Mark Fletcher | 2017-05-04 | 2 | -10/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Regards project-level pages config - Nav link is now shown only if Pages is enabled for instance - Navigation to following controllers denied if Pages disabled: * projects/pages_controller * projects/pages_domains_controller - 'disabled' partial removed + Test for pages_controller introduced | ||||
| * | | | | Merge branch 'dm-artifact-browser-header' into 'master' | Robert Speicher | 2017-05-03 | 1 | -0/+12 |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | Add breadcrumb, build header and pipelines submenu to artifacts browser See merge request !11050 | ||||
| | * | | | Add breadcrumb, build header and pipelines submenu to artifacts browser | Douwe Maan | 2017-05-03 | 1 | -0/+12 |
| | | | | | |||||
| * | | | | Merge branch 'async-milestone-tabs' into 'master' | Jacob Schatz | 2017-05-03 | 1 | -0/+3 |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | Load milestone tabs asynchronously See merge request !10919 | ||||
| | * | | | Fixed spinach tests | Phil Hughes | 2017-04-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | Removed a spinach test as it wasn't actually testing what it said it should be | ||||
| * | | | | Show Raw button as Download for binary files | Douwe Maan | 2017-04-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Use blob viewers for snippets | Douwe Maan | 2017-04-30 | 1 | -1/+4 |
| | |/ / |/| | | |||||
| * | | | Pull preserve into render helpers | Douwe Maan | 2017-04-28 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Fix feature specs | Douwe Maan | 2017-04-27 | 2 | -0/+13 |
| |/ | |||||
| * | Don't expect underlying DB data to be updated in feature spec | Rémy Coutable | 2017-04-26 | 1 | -2/+1 |
| | | | | | | | | Only assert that the page shows something, this waits for requests to be completed. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Fix scoping issues with Spinach tests (e.g. ↵sh-fix-spinach-5-10-tests | Stan Hu | 2017-04-24 | 1 | -1/+1 |
| | | | | | https://gitlab.com/gitlab-org/gitlab-ce/builds/14929499) | ||||
| * | Merge branch 'rs-rename-login_as' into 'master' | Rémy Coutable | 2017-04-24 | 3 | -3/+3 |
| |\ | | | | | | | | | Except where necessary, use `sign_in` over `login_as` in features See merge request !10320 | ||||
| | * | Except where necessary, use `sign_in` over `login_as` in features | Robert Speicher | 2017-04-19 | 3 | -3/+3 |
| | | | |||||
| * | | Adding animation for all dropdown | Nur Rony | 2017-04-21 | 2 | -3/+5 |
| | | | |||||
| * | | Add Fork/Cancel confirmation to "Replace"/"Delete" buttons30637-replace-delete-buttons-get-fork-cancel-confirmation | Eric Eastwood | 2017-04-20 | 1 | -1/+0 |
| | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637 | ||||
| * | | Merge branch 'dz-refactor-create-members' into 'master' | Douwe Maan | 2017-04-20 | 1 | -73/+4 |
| |\ \ | | | | | | | | | | | | | Refactor code that creates and destroys project/group members See merge request !10735 | ||||
| | * | | Move some project/group members spinach tests to rspecdz-refactor-create-members | Dmitriy Zaporozhets | 2017-04-17 | 1 | -73/+4 |
| | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | Refactor changing files in web UI | Douwe Maan | 2017-04-20 | 1 | -1/+5 |
| | |/ |/| | |||||
| * | | Add renderNote animation and added spec | Luke "Jared" Bennett | 2017-04-19 | 1 | -11/+0 |
| | | | |||||
| * | | Removes `Repository#version` method and testsdz-remove-repo-version | Dmitriy Zaporozhets | 2017-04-17 | 1 | -6/+0 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
