Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Fix tooltip display in list views | Drew Blessing | 2015-09-14 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'add_diff_note_hover_size' into 'master' | Dmitriy Zaporozhets | 2015-09-14 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keep add-diff-note button the same size on hover. Fixes #2497 Removes the overridden `font-size` and `width` so the button inherits size on hover. See #2497 for screenshots of prior behavior. See merge request !1285 | |||||
| * | | | | | | | Keep add-diff-note button the same size on hover. Fixes #2497 | Drew Blessing | 2015-09-12 | 1 | -2/+0 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'latest_tag_patch_release' into 'master' | Hannes Rosenögger | 2015-09-14 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add LATEST_TAG variable to automatically fetch the latest tag Add LATEST_TAG variable to automatically fetch the latest tag Replaces !1241 See merge request !1287 | |||||
| * | | | | | | | | Add LATEST_TAG variable | Achilleas Pipinellis | 2015-09-14 | 1 | -5/+4 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq | Dmitriy Zaporozhets | 2015-09-14 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'issues-database' into 'master' | Job van der Voort | 2015-09-14 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added note about Issues stored in the database Because of tweet https://twitter.com/galstar/status/637981324117020672 See merge request !1930 | |||||
| | * | | | | | | | | added note | karen Carias | 2015-09-13 | 1 | -1/+4 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'improve-error-message' into 'master' | Job van der Voort | 2015-09-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve english of error message See merge request !1284 | |||||
| * | | | | | | | | Improve english of error message | Robert Schilling | 2015-09-12 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'dashboard-titles' into 'master' | Dmitriy Zaporozhets | 2015-09-11 | 58 | -202/+260 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up overlap between dashboard and explore - Clean up overlap between dashboard and explore. ... 5d785457 - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not. - Consistently case `Back to X` links. 260fcd45 - Link to help from signin page bottom. d92696d3 - Make Help accessible for guests. c258e977 cc @dzaporozhets See merge request !1260 | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into dashboard-titlesdashboard-titles | Douwe Maan | 2015-09-10 | 124 | -482/+1792 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix help access spec | Douwe Maan | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fix snippets exploration test | Douwe Maan | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fix spec | Douwe Maan | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fix RootController | Douwe Maan | 2015-09-09 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Use new routing helper | Douwe Maan | 2015-09-08 | 8 | -10/+10 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Move partial to right place and fix tests. | Douwe Maan | 2015-09-08 | 6 | -10/+10 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Clean up overlap between dashboard and explore. | Douwe Maan | 2015-09-08 | 39 | -171/+228 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not. | |||||
| * | | | | | | | | | Consistently case `Back to X` links. | Douwe Maan | 2015-09-08 | 5 | -7/+7 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Link to help from signin page bottom. | Douwe Maan | 2015-09-08 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Make Help accessible for guests. | Douwe Maan | 2015-09-08 | 2 | -1/+3 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| | | | | | | | * | Fix: models/ci/project_spec.rb once again | Kamil Trzcinski | 2015-09-15 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: rubocop | Kamil Trzcinski | 2015-09-15 | 3 | -4/+4 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: tasks/gitlab/backup_rake_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Add missing builds/ folder to fix backup tests | Kamil Trzcinski | 2015-09-15 | 1 | -0/+0 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: features/ci/admin/runners_spec.rb | Kamil Trzcinski | 2015-09-15 | 4 | -7/+9 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: features/ci/events_spec.rb once again | Kamil Trzcinski | 2015-09-15 | 1 | -3/+5 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix models/ci/web_hook_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: models/ci/project_spec.rb | Kamil Trzcinski | 2015-09-15 | 2 | -47/+7 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: services/ci/create_project_service_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -14/+12 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: models/ci/mail_service_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -33/+18 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: models/ci/build_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: helpers/ci/runners_helper_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -6/+6 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: helpers/ci/application_helper_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: features/ci/triggers_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -2/+4 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: features/ci/triggers_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -2/+4 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: features/ci/runners_spec.rb | Kamil Trzcinski | 2015-09-15 | 3 | -12/+19 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: features/ci/projects_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -10/+13 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Refactor ci_admin_event and fix features/ci/events_spec.rb | Kamil Trzcinski | 2015-09-15 | 3 | -4/+4 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix: ci_*_build factory should be valid | Kamil Trzcinski | 2015-09-15 | 1 | -0/+2 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Fix ci/projects_controller_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -27/+9 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Use GitLab instead of GITLAB for rake task | Kamil Trzcinski | 2015-09-15 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Remove unused tasks | Kamil Trzcinski | 2015-09-15 | 2 | -20/+0 | |
| | | | | | | | | | ||||||
| | | | | | | | * | Cleanup CI backup => migrate with GitLab | Kamil Trzcinski | 2015-09-15 | 7 | -346/+55 | |
| | | | | | | | | | ||||||
| | | | | | | | * | fix specs. Stage 7 | Valery Sizov | 2015-09-15 | 23 | -402/+406 | |
| | | | | | | | | | ||||||
| | | | | | | | * | fix specs. Stage 6 | Valery Sizov | 2015-09-15 | 8 | -144/+148 | |
| | | | | | | | | | ||||||
| | | | | | | | * | fix specs. Stage 5 | Valery Sizov | 2015-09-15 | 16 | -74/+72 | |
| | | | | | | | | | ||||||
| | | | | | | | * | fix specs. Stage 4 | Valery Sizov | 2015-09-15 | 6 | -36/+31 | |
| | | | | | | | | | ||||||
| | | | | | | | * | fix specs. Stage 3 | Valery Sizov | 2015-09-15 | 5 | -82/+106 | |
| | | | | | | | | |