Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor code cleanupnotification-levels | Douwe Maan | 2015-09-20 | 1 | -9/+6 |
| | |||||
* | Merge branch 'master' into notification-levels | Patricio Cano | 2015-09-16 | 13 | -3/+379 |
|\ | |||||
| * | Eliminate combined image_tag and image_path in providers list | Stan Hu | 2015-09-16 | 1 | -1/+1 |
| | | |||||
| * | Fix default avatars to ensure that helpers don't have /assets dir appended | Stan Hu | 2015-09-16 | 2 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into ↵ | Kamil Trzcinski | 2015-09-15 | 3 | -18/+63 |
| |\ | | | | | | | | | | | | | | | | | | | ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g # Conflicts: # Gemfile.lock | ||||
| * | | Make small ui fixes for CI | Dmitriy Zaporozhets | 2015-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Fix navigation and header tile | Kamil Trzcinski | 2015-09-14 | 1 | -0/+9 |
| | | | | | | | | | | | | Remove redundant navigation on commits and builds page | ||||
| * | | Fix build triggers URL and slack notifications | Kamil Trzcinski | 2015-09-14 | 2 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Dmitriy Zaporozhets | 2015-09-11 | 1 | -0/+22 |
| |\ \ | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | CLeanup CI helpers since we dont use oauth any more | Dmitriy Zaporozhets | 2015-09-11 | 1 | -32/+0 |
| | | | | |||||
| * | | | Fix ci commits features specs | Dmitriy Zaporozhets | 2015-09-11 | 1 | -1/+5 |
| | | | | |||||
| * | | | remove gitlab_ci config | Valery Sizov | 2015-09-10 | 2 | -4/+4 |
| | | | | |||||
| * | | | integration with gitlab auth | Valery Sizov | 2015-09-09 | 1 | -1/+1 |
| | | | | |||||
| * | | | Move helpers back to original directory | Dmitriy Zaporozhets | 2015-09-09 | 84 | -3290/+3138 |
| | | | | |||||
| * | | | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Douwe Maan | 2015-08-26 | 2 | -0/+43 |
| |\ \ \ | |||||
| * | | | | Update gitignore, change literal DB table names, fix errors, fix fontawesome | Douwe Maan | 2015-08-26 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 97 | -3196/+3676 |
| | | | | | |||||
* | | | | | Merge branch 'master' into notification-levels | Patricio Cano | 2015-09-16 | 4 | -18/+85 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Add current_ref helper methodheader-titles | Dmitriy Zaporozhets | 2015-09-14 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | | Add page titles to header for group and project | Dmitriy Zaporozhets | 2015-09-14 | 2 | -17/+60 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | | Fix tooltip display in list views | Drew Blessing | 2015-09-14 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
| * | | | Fix fixed layout | Dmitriy Zaporozhets | 2015-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | Style panels and add blank container | Dmitriy Zaporozhets | 2015-09-09 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Added Global to the drop downs and updated the label of the button to show ↵ | Patricio Cano | 2015-09-16 | 1 | -7/+15 |
| | | | | | | | | | | | | | | | | the current level instead of `Notifications` | ||||
* | | | | Notification dropdown now shows currently active level, and also shows what ↵ | Patricio Cano | 2015-09-14 | 1 | -5/+14 |
| | | | | | | | | | | | | | | | | the actual value of `global` is, if the project has the notification level set to global. | ||||
* | | | | Corrected `case` indentation to conform with Rubocop | Patricio Cano | 2015-09-14 | 1 | -22/+22 |
| | | | | |||||
* | | | | Added spacing to icons in Notification drop down | Patricio Cano | 2015-09-14 | 1 | -4/+4 |
| | | | | |||||
* | | | | Notification level can now be saved from within the project view. | Patricio Cano | 2015-09-14 | 1 | -8/+12 |
| | | | | |||||
* | | | | Fixed notification level list item helper. | Patricio Cano | 2015-09-14 | 1 | -12/+8 |
| | | | | |||||
* | | | | PAtrially working notification button | Darby | 2015-09-14 | 1 | -0/+31 |
|/ / / | |||||
* | | | Merge branch 'ui-improvements' into 'master' | Dmitriy Zaporozhets | 2015-09-07 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ui improvements * fix project home page when activity set as default * style commits, branches and tags pages to new style * render flash message outside of content block * style group pages See merge request !1255 | ||||
| * | | | Restyle group pages. Merge header with page title | Dmitriy Zaporozhets | 2015-09-07 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Merge branch 'crowd' into 'master' | Valery Sizov | 2015-09-07 | 1 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Crowd integration https://dev.gitlab.org/gitlab/gitlabhq/issues/2217 See merge request !1228 | ||||
| * | | | | Crowd integration | Valery Sizov | 2015-09-02 | 1 | -1/+5 |
| | | | | | |||||
* | | | | | Merge branch 'fix-wiki-page-history' into 'master' | Douwe Maan | 2015-09-07 | 1 | -24/+0 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken Wiki Page History This MR fixes the broken Page History on the Wiki pages. It turns out `WikiHelper` did not allow users to view different versions due to its omitting of query string parameters, which was necessary to specify different `version_id` parameters. Instead of this hacky approach, use manually-specified wildcard routes that match the ID field properly for slashes. Closes #2104 Closes #1751 Closes #1592 Closes https://github.com/gitlabhq/gitlabhq/issues/9399 See merge request !1232 | ||||
| * | | | | Fix broken Wiki Page History | Stan Hu | 2015-09-01 | 1 | -24/+0 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2104 Closes #1751 Closes #1592 Closes https://github.com/gitlabhq/gitlabhq/issues/9399 | ||||
* | | | | Fix tests | Dmitriy Zaporozhets | 2015-09-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Replace obvious tooltips. Fix line-height for top nav | Dmitriy Zaporozhets | 2015-09-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Redesign activity feed on dashboard and project pages | Dmitriy Zaporozhets | 2015-09-03 | 1 | -6/+4 |
|/ / / | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Remove PreferencesHelper include from GitlabMarkdownHelperrs-cleanup-redcarpet-renderer | Robert Speicher | 2015-09-01 | 1 | -2/+0 |
| | | | |||||
* | | | Make sure the `gfm` helper passes the required options | Robert Speicher | 2015-08-31 | 1 | -1/+9 |
| | | | | | | | | | | | | This adds some duplication, but this helper is temporary. | ||||
* | | | Make `gfm` delegate to `Gitlab::Markdown.gfm` instead of `markdown` | Robert Speicher | 2015-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Some usages of the `gfm` helper depend on the text not being rendered as standard Markdown. Ugh. | ||||
* | | | Fix context options in `markdown` helper | Robert Speicher | 2015-08-31 | 1 | -5/+5 |
| | | | | | | | | | | | | We need to send `path`, not `requested_path`. | ||||
* | | | Add a temporary `gfm` helper that just delegates to `markdown` | Robert Speicher | 2015-08-27 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | Some views are still calling `gfm` directly. We'll need to update them to instead call `markdown` with a `pipeline: ...` argument. | ||||
* | | | Restore the forwarded HTML options in link_to_gfm | Robert Speicher | 2015-08-27 | 1 | -0/+5 |
| | | | |||||
* | | | Decouple Gitlab::Markdown from the GitlabMarkdownHelper | Robert Speicher | 2015-08-27 | 1 | -24/+10 |
| | | | | | | | | | | | | | | | This module is now the sole source of knowledge for *how* we render Markdown (and GFM). | ||||
* | | | Merge branch 'rs-remove-user-color-scheme-class' into 'master' | Douwe Maan | 2015-08-27 | 2 | -25/+4 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply syntax highlighting to fenced code blocks client-side Instead of applying the syntax highlighting scheme class to these blocks server-side, we use Javascript and Gon to apply the user's color scheme (or the default) client-side. This will make it easier to cache these blocks in the future because they're no longer state-dependent. See merge request !1203 | ||||
| * | | Re-add user_color_scheme helper | Robert Speicher | 2015-08-26 | 1 | -1/+5 |
| | | | | | | | | | | | | Update PreferencesHelper specs | ||||
| * | | Remove user_color_scheme_class | Robert Speicher | 2015-08-25 | 2 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of rendering this value server-side, we use Javascript and Gon to apply the user's color scheme (or the default) to any syntax highlighted code blocks. This will make it easier to cache these blocks in the future because they're no longer state-dependent. | ||||
| * | | Add Gitlab::ColorSchemes module | Robert Speicher | 2015-08-25 | 1 | -23/+2 |
| |/ | | | | | | | | | Very similar to Gitlab::Theme, this contains all of the definitions for our syntax highlighting schemes. |