summaryrefslogtreecommitdiff
path: root/app/views/projects/network
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug of json request urlHiroyuki Sato2016-11-071-1/+1
|
* Remove 'extended_sha1' option from ExtractsPath moduleHiroyuki Sato2016-11-061-1/+1
|
* Network page appear with an error message when entering nonexistent git revisionHiroyuki Sato2016-11-061-2/+3
|
* Changed placeholder to 'Commit hash'20356-network-commit-hash-input-placeholder-correctionsLuke Bennett2016-10-101-1/+1
| | | | Changed 'Commit hash' to 'Git revision'
* Replace namespace-specific application.js files with namespace-bundle.js files.rename-js-filesConnor Shea2016-07-151-1/+1
|
* Remove unnecessary parenscode_style_fixesValery Sizov2016-06-302-2/+2
|
* Trying to make this work with sprockets in production.Connor Shea2016-06-231-2/+2
|
* Reorganize the lib directory.Connor Shea2016-06-231-1/+1
|
* Re-implement page-specific JS in a better way.Connor Shea2016-06-231-1/+3
| | | | This makes larger libraries more cacheable and will allow us to use SRI with the dynamically included libraries.
* Remove unnecessary string interpolation.fix-network-linksConnor Shea2016-06-211-1/+1
|
* Fix Network graph links.Connor Shea2016-06-211-1/+1
| | | | Resolves #18894.
* Fix failing test.Connor Shea2016-06-101-1/+1
|
* Replace raphael-rails with raphael.js so it can be split from the rest of ↵Connor Shea2016-06-101-10/+2
| | | | the JavaScript. The gem isn't maintained anymore anyway. Added a network folder with an application.js including raphael components, since that's the only page using it currently.
* Finish styling sub navAnnabel Dunstone2016-06-072-18/+22
|
* Remove header title from project pagesDmitriy Zaporozhets2016-05-261-1/+0
| | | | | | | With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Start builds redesignAnnabel Dunstone2016-05-041-1/+1
|
* Move Network page from separate tab to sub tab of CommitsDmitriy Zaporozhets2015-12-092-2/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use gray content block for network graph headerDouwe Maan2015-12-081-3/+6
|
* Fix default avatar not showing up in network graphStan Hu2015-09-241-1/+1
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9657
* Move project header title definition to view in question.Douwe Maan2015-09-171-0/+1
|
* Fix network graph when branch name has single quotesStan Hu2015-07-291-3/+3
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9500
* Remove requires-input from the Network Graph formrs-disables-submit-behaviorRobert Speicher2015-06-261-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 formsRobert Speicher2015-06-261-6/+4
| | | | These have been replaced by the "requiresInput" behavior.
* Include ref in network page title.Douwe Maan2015-04-301-1/+1
|
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-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.2Sullivan SENECHAL2014-10-031-1/+1
|
* Remove type submit from button_tag since default.Ciro Santilli2014-09-261-1/+1
|
* Disable buttons if required forms are emptyRobert Schilling2014-09-111-2/+4
|
* Awesome shortcuts for GitLabRobert Schilling2014-09-011-1/+2
|
* Improve network UIDmitriy Zaporozhets2014-06-142-17/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show spinner on network graph while it loadingDmitriy Zaporozhets2014-06-111-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace gif animation with font icon spinnerDmitriy Zaporozhets2014-02-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change the Label for SHA1-Seach inside the NetworkJohannes Schleifenbaum2014-01-051-1/+1
|
* Fix project network uiDmitriy Zaporozhets2014-01-051-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix network tests. Removed console.logDmitriy Zaporozhets2014-01-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* twbs3 style for admin, tree, network, commitsDmitriy Zaporozhets2014-01-041-21/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restyle issue form. Replace inputsDmitriy Zaporozhets2014-01-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate forms and inputs pt1Dmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update form classesDmitriy Zaporozhets2013-12-311-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* avatar upload on profile pageSteven Thonus2013-10-091-1/+1
|
* A little improvementHiroyuki Sato2013-08-211-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::GraphHiroyuki Sato2013-08-201-1/+1
|
* Replace xlarge and xxlarge classesDmitriy Zaporozhets2013-08-071-1/+1
|
* Determine network height based on window sizeDmitriy Zaporozhets2013-07-151-10/+6
|
* Remove unnecessary title. Fix graphs width for less then 1214px resolutionDmitriy Zaporozhets2013-07-151-2/+0
|
* Few ui fixes: network graph and accept mr buttonDmitriy Zaporozhets2013-07-151-1/+0
|
* Replace page_title with page-title. Correct margin for some blocks/layoutsDmitriy Zaporozhets2013-07-131-1/+1
|
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-233-0/+67