summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Improve ux in builds artifacts browserGrzegorz Bizon2016-01-183-18/+24
|
* Replaced "td" with "th" in the Sherlock SQL listsherlock-table-htmlYorick Peterse2016-01-181-1/+1
|
* sanitize user supplied input.Josh Frye2016-01-162-25/+2
|
* Autofill abuse message text with user url. Closes #2838Josh Frye2016-01-162-1/+24
|
* Merge branch 'fix-alignment-issue' into 'master' Jacob Schatz2016-01-155-8/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix alignment issues after a fix on titles weight Fixes #8102. Fixes #3956. This fixes an alignment regression introduced by !2422. Sorry about that! :/ ## Commit title alignment fixed ![Screen_Shot_2016-01-14_at_16.10.01](/uploads/8fdc08dca379bc551f5872de910c7149/Screen_Shot_2016-01-14_at_16.10.01.png) **The fact that the first row has a smaller height than the other rows was not introduced by !2422 (I've checked by reverting 818607f0 on `master`).** ## Tags name in list ![Screen_Shot_2016-01-14_at_16.10.09](/uploads/fba3978037677bb8855f374b5f38dde0/Screen_Shot_2016-01-14_at_16.10.09.png) See merge request !2431
| * Replace strong by span for .item-title elementsfix-alignment-issueRémy Coutable2016-01-155-6/+6
| |
| * Streamline item titles to use a single class, and add back strong tagsRémy Coutable2016-01-155-9/+10
| |
| * Fix alignment issues after a fix on titles weightRémy Coutable2016-01-142-5/+4
| |
* | add missing padding for commit -> builds pageDmitriy Zaporozhets2016-01-141-1/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix layout for empty projectDmitriy Zaporozhets2016-01-141-34/+37
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'rs-fix-cross-reference' into 'master' Robert Speicher2016-01-141-3/+4
|\ \ | | | | | | | | | | | | | | | | | | Fix cross-project reference clipboard text See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2339 See merge request !2420
| * | Fix cross-project reference clipboard textRobert Speicher2016-01-131-3/+4
| | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/4183
* | | Fix css mess around git clone panel. Align it properlyDmitriy Zaporozhets2016-01-144-16/+17
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Fix missing padding for user/group pagesDmitriy Zaporozhets2016-01-143-3/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-01-142-9/+10
|\ \ \
| * \ \ Merge branch 'import-gh-wiki' into 'master' Douwe Maan2016-01-141-7/+4
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import GitHub wiki into GitLab Closes #2834 GitHub doesn’t apply any constraints to theirs wiki slug allowing chars like ,, :, *, etc, we need to remove our constraints or some wiki pages will not be available after they are imported. Some wikis use the Gollum's tags to link its internal/external resources like: images, urls, wiki pages, etc. So, to avoid that wiki links/images displays completely broken after they were imported, we added a new `WikiPipeline`, that for now will parse only simple links, and image tags. ##### Before `WikiPipeline`: ![Screenshot_2016-01-11_20.14.48](/uploads/46fd5dbb5acfc70aa8ecca3050b675e4/Screenshot_2016-01-11_20.14.48.png) ##### After `WikiPipeline`: ![Screenshot_2016-01-11_20.15.56](/uploads/b1d94aa852f385f867a7868c358b4257/Screenshot_2016-01-11_20.15.56.png) See merge request !2324
| | * | Relax constraints for wiki slugDouglas Barbosa Alexandre2016-01-141-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since GitHub doesn’t apply these constraints to theirs wiki slug allowing characters like `,`, `:`, `*`, etc, we need to relax our constraints or some wiki pages will not be available after they were imported. For an example the Devise project have a wiki page with the following slug: “How To: Add sign_in, sign_out, and sign_up links to your layout template”
| * | | Merge branch 'unsubscribe-from-thread-from-email-footer' into 'master' Douwe Maan2016-01-141-2/+6
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unsubscribe from thread through link in email footer Closes #3437 ![Screenshot_from_2015-12-11_15-35-06](/uploads/cfb3d8737d4757f527995411f103d0ce/Screenshot_from_2015-12-11_15-35-06.png) ![Screenshot_from_2015-12-11_15-35-56](/uploads/9b7121be7ce4b05e5995ca6d38c5bea4/Screenshot_from_2015-12-11_15-35-56.png) See merge request !2068
| | * | #can_unsubscribe? -> #?unsubscribable?Zeger-Jan van de Weg2016-01-111-1/+1
| | | |
| | * | Add #can_unsubscribe? to SentNotificationZeger-Jan van de Weg2016-01-091-1/+1
| | | |
| | * | Unsubscribe from thread through link in email footerZeger-Jan van de Weg2016-01-091-2/+6
| | | |
* | | | Merge remote-tracking branch 'origin/rs-autosize'Dmitriy Zaporozhets2016-01-141-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Autosize textareasRobert Speicher2016-01-131-1/+1
| | |/ | |/|
* | | Merge branch 'remove-gray-bg'Dmitriy Zaporozhets2016-01-1453-278/+279
|\ \ \ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Add margin to pages where is no headerremove-gray-bgDmitriy Zaporozhets2016-01-144-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Update files/diffs to match new layoutDmitriy Zaporozhets2016-01-146-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Fix files, project settings and few more pages with new layoutDmitriy Zaporozhets2016-01-144-5/+6
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Dont use nav-pills. Instead use nav-listsDmitriy Zaporozhets2016-01-132-97/+92
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Replace nav-tabs with nav-linksDmitriy Zaporozhets2016-01-136-7/+11
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Apply new layout to user pageDmitriy Zaporozhets2016-01-133-69/+71
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Update UI help page with only one nav-link exampleDmitriy Zaporozhets2016-01-131-17/+0
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Replace all navigation menu with nav-links classDmitriy Zaporozhets2016-01-1329-53/+59
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Start moving all navigation to one classDmitriy Zaporozhets2016-01-132-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | New layout without background colorDmitriy Zaporozhets2016-01-134-24/+34
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Add suport for layout without containerDmitriy Zaporozhets2016-01-131-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Minor improvements in build arfifacts browserci/view-build-artifactsGrzegorz Bizon2016-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | Added also a `Gitlab::Ci::Build::Artifacts::Metadata::ParserError` exception class.
* | | | Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-141-6/+6
| | | |
* | | | Add specs for endpoint meant to be accelerated by workhorseGrzegorz Bizon2016-01-141-1/+1
| | | |
* | | | Improvements, readability for artifacts browserGrzegorz Bizon2016-01-143-3/+3
| | | |
* | | | Attach download action to artifacts file in ZIP archiveGrzegorz Bizon2016-01-141-1/+2
| | | |
* | | | Change format of artifacts metadata from text to binary 0.0.1Grzegorz Bizon2016-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the format of metadata to handle paths, that may contain whitespace characters, new line characters and non-UTF-8 characters. Now those paths along with metadata in JSON format are stored as length-prefixed strings (uint32 prefix). Metadata file has a custom format: 1. First string field is metadata version field (string) 2. Second string field is metadata errors field (JSON strong) 3. All subsequent fields is pair of path (string) and path metadata in JSON format. Path's metadata contains all fields that where possible to extract from ZIP archive like date of modification, CRC, compressed size, uncompressed size and comment.
* | | | Show file size in artifacts browser using metadataGrzegorz Bizon2016-01-143-2/+6
| | | |
* | | | Update artifacts download specsGrzegorz Bizon2016-01-141-8/+8
| | | |
* | | | Add method that checks if artifacts browser is supportedGrzegorz Bizon2016-01-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is needed because of backward compatibility. Previously artifacts archive had `.tar.gz` format, but artifacts browser requires ZIP format now.
* | | | Update specs for CI Build, add `artifacts?` methodGrzegorz Bizon2016-01-143-3/+3
| | | | | | | | | | | | | | | | `artifacts?` method checks if artifacts archive is available.
* | | | Rename method that returns url to CI build artifacts downloadGrzegorz Bizon2016-01-143-6/+6
| | | |
* | | | Add button to CI build artifacts browser into build summaryGrzegorz Bizon2016-01-141-1/+6
| | | |
* | | | Remove artifacts metadata column from databaseGrzegorz Bizon2016-01-141-0/+3
| | | |
* | | | Add support for parent directories in `StringPath`Grzegorz Bizon2016-01-142-3/+3
| | | | | | | | | | | | | | | | | | | | This support is not completed though, as parent directory that is first in collection returned by `directories!` is not iterable yet.
* | | | Improve CI build artifacts browser viewGrzegorz Bizon2016-01-143-3/+21
| | | |