Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start builds redesign | Annabel Dunstone | 2016-05-04 | 1 | -1/+1 |
| | |||||
* | Move Network page from separate tab to sub tab of Commits | Dmitriy Zaporozhets | 2015-12-09 | 2 | -2/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use gray content block for network graph header | Douwe Maan | 2015-12-08 | 1 | -3/+6 |
| | |||||
* | Fix default avatar not showing up in network graph | Stan Hu | 2015-09-24 | 1 | -1/+1 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9657 | ||||
* | Move project header title definition to view in question. | Douwe Maan | 2015-09-17 | 1 | -0/+1 |
| | |||||
* | Fix network graph when branch name has single quotes | Stan Hu | 2015-07-29 | 1 | -3/+3 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9500 | ||||
* | Remove requires-input from the Network Graph formrs-disables-submit-behavior | Robert Speicher | 2015-06-26 | 1 | -2/+2 |
| | | | | | The "Begin with the selected commit" checkbox requires the submit button to be enabled, even if the extended SHA1 input field is blank. | ||||
* | Remove disableButtonIf[Any]EmptyField calls from forms | Robert Speicher | 2015-06-26 | 1 | -6/+4 |
| | | | | These have been replaced by the "requiresInput" behavior. | ||||
* | Include ref in network page title. | Douwe Maan | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Add a page title to every page. | Douwe Maan | 2015-04-30 | 1 | -0/+1 |
| | |||||
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -3/+3 |
| | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers. | ||||
* | Upgrade to Font Awesome v4.2 | Sullivan SENECHAL | 2014-10-03 | 1 | -1/+1 |
| | |||||
* | Remove type submit from button_tag since default. | Ciro Santilli | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Disable buttons if required forms are empty | Robert Schilling | 2014-09-11 | 1 | -2/+4 |
| | |||||
* | Awesome shortcuts for GitLab | Robert Schilling | 2014-09-01 | 1 | -1/+2 |
| | |||||
* | Improve network UI | Dmitriy Zaporozhets | 2014-06-14 | 2 | -17/+14 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Show spinner on network graph while it loading | Dmitriy Zaporozhets | 2014-06-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Replace gif animation with font icon spinner | Dmitriy Zaporozhets | 2014-02-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Change the Label for SHA1-Seach inside the Network | Johannes Schleifenbaum | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | Fix project network ui | Dmitriy Zaporozhets | 2014-01-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix network tests. Removed console.log | Dmitriy Zaporozhets | 2014-01-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | twbs3 style for admin, tree, network, commits | Dmitriy Zaporozhets | 2014-01-04 | 1 | -21/+13 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Restyle issue form. Replace inputs | Dmitriy Zaporozhets | 2014-01-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Migrate forms and inputs pt1 | Dmitriy Zaporozhets | 2013-12-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update form classes | Dmitriy Zaporozhets | 2013-12-31 | 1 | -4/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | avatar upload on profile page | Steven Thonus | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | A little improvement | Hiroyuki Sato | 2013-08-21 | 1 | -3/+3 |
| | | | | | | 1. Replace params key 'q' with 'extended_sha1'. A extended SHA1 syntax is explained in 'man gitrevisions'. 2. Change the placeholder of looking for commit. 3. Change the label of ref filter. | ||||
* | Remove the dependancy of grit from class Network::Graph | Hiroyuki Sato | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | Replace xlarge and xxlarge classes | Dmitriy Zaporozhets | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | Determine network height based on window size | Dmitriy Zaporozhets | 2013-07-15 | 1 | -10/+6 |
| | |||||
* | Remove unnecessary title. Fix graphs width for less then 1214px resolution | Dmitriy Zaporozhets | 2013-07-15 | 1 | -2/+0 |
| | |||||
* | Few ui fixes: network graph and accept mr button | Dmitriy Zaporozhets | 2013-07-15 | 1 | -1/+0 |
| | |||||
* | Replace page_title with page-title. Correct margin for some blocks/layouts | Dmitriy Zaporozhets | 2013-07-13 | 1 | -1/+1 |
| | |||||
* | Move projects controllers/views in Projects module | Dmitriy Zaporozhets | 2013-06-23 | 3 | -0/+67 |