summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added CHANGELOG itemdiff-hash-locationPhil Hughes2016-04-141-0/+2
|
* Fixed issue with other links being clicked in diffsPhil Hughes2016-04-141-2/+2
|
* Correctly scrolls to the line when clickingPhil Hughes2016-04-141-2/+10
|
* Diff viewer links to correct part of the filePhil Hughes2016-04-147-8/+58
| | | | | | Added highlight colours to diff rows Closes #13852
* Merge branch 'simplify-gitlab-url_builder-15202' into 'master' Rémy Coutable2016-04-149-101/+147
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor and expose only Gitlab::UrlBuilder.build(record) ``` $ git grep Gitlab::UrlBuilder app/models/commit.rb: url: Gitlab::UrlBuilder.build(self), app/services/issues/base_service.rb: issue_url = Gitlab::UrlBuilder.build(issue) app/services/merge_requests/base_service.rb: hook_data[:object_attributes][:url] = Gitlab::UrlBuilder.build(merge_request) app/views/search/results/_note.html.haml:- note_url = Gitlab::UrlBuilder.build(note) lib/gitlab/note_data_builder.rb: base_data[:object_attributes][:url] = Gitlab::UrlBuilder.build(note) spec/lib/gitlab/note_data_builder_spec.rb: expect(data[:object_attributes][:url]).to eq(Gitlab::UrlBuilder.build(note)) spec/lib/gitlab/url_builder_spec.rb:describe Gitlab::UrlBuilder, lib: true do ``` Fixes #15202. See merge request !3696
| * Refactor and expose only Gitlab::UrlBuilder.build(record)simplify-gitlab-url_builder-15202Rémy Coutable2016-04-139-101/+147
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'note-form-buttons' into 'master' Jacob Schatz2016-04-1423-123/+113
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Note form A lot of the forms have the same actions associated with them so I have created a standard class that encapsulate these actions. There is also another class that allows toolbar action buttons to be added that will insert different characters based on the HTML `data-prefix` attribute value - this will give us the opportunity to add more actions to the form and maybe create a markdown toolbar in the future. See merge request !3534
| * | Fixed scss syntax issuePhil Hughes2016-04-141-1/+1
| | |
| * | Focus variable for dropzonePhil Hughes2016-04-142-1/+2
| | |
| * | Added CHANGELOG itemPhil Hughes2016-04-142-2/+3
| | |
| * | Updated dropzone hover stylingPhil Hughes2016-04-144-22/+20
| | |
| * | Removed GL Actions classPhil Hughes2016-04-143-57/+0
| | |
| * | Fixed group milestones placeholder bugPhil Hughes2016-04-141-1/+1
| | |
| * | Placeholder on milestone formPhil Hughes2016-04-142-1/+2
| | | | | | | | | | | | Updated JS spec to include gl_form
| * | Updated all GFM forms to use new GLForm classPhil Hughes2016-04-149-37/+20
| | |
| * | Milestones use new GLForm classPhil Hughes2016-04-143-6/+5
| | |
| * | merge request form uses new GLFormPhil Hughes2016-04-143-3/+3
| | |
| * | Updated issue form to use new GLFormPhil Hughes2016-04-144-6/+12
| | |
| * | Destroy discussion formPhil Hughes2016-04-142-8/+22
| | |
| * | Notes form JS updatePhil Hughes2016-04-145-51/+95
|/ / | | | | | | | | Updated the JS to have a standard class with standard actions for each form Created ability to have toolbar buttons that insert different prefixes dependant upon the data-prefix attribute
* | Merge branch 'patch-1' into 'master' Rémy Coutable2016-04-143-5/+43
|\ \ | | | | | | | | | | | | | | | | | | Do not require recipients when pusher will be recipient Closes #10946 See merge request !3603
| * | Allow empty recipient list when pusher is addedFrank Groeneveld2016-04-143-5/+43
|/ / | | | | | | Closes #13574
* | Merge branch 'api-issue-update-and-note-create-backdating-14947' into 'master' Rémy Coutable2016-04-147-7/+43
|\ \ | | | | | | | | | | | | | | | | | | API issue update and note create back dating Closes #14947 See merge request !3551
| * | Allow back dating notes on creationMichael Greene2016-04-134-0/+20
| | |
| * | Allow back dating issues on updateMichael Greene2016-04-134-7/+23
| | |
* | | Merge branch 'issue_15222' into 'master' Jacob Schatz2016-04-131-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add test for search page Closes #15222 See merge request !3711
| * | | Add test to check if top right search form is not presentissue_15222Alfredo Sumaran2016-04-131-0/+4
|/ / /
* | | Merge branch 'redis_config_consistency' into 'master' Valery Sizov2016-04-133-5/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Redis configuration consistency Related https://gitlab.com/gitlab-org/gitlab-ce/commit/cf669551f69edd66913d22c96cf1de1302e7990e See merge request !3697
| * | | Redis configuration consistencyredis_config_consistencyValery Sizov2016-04-133-5/+5
| | | |
* | | | Merge branch 'issue_14771' into 'master' Jacob Schatz2016-04-131-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide top search form on the search page Closes #14771 ![Screen_Shot_2016-04-11_at_6.04.19_PM](/uploads/44cf2110bad29c0df06d874740a3a61f/Screen_Shot_2016-04-11_at_6.04.19_PM.png) See merge request !3668
| * | | | Hide top search form on the search pageissue_14771Alfredo Sumaran2016-04-111-1/+1
| | | | |
* | | | | Merge branch 'issue_15093' into 'master' Jacob Schatz2016-04-131-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set tooltips for new added labels Fixes #15093 ![Screen_Shot_2016-04-11_at_5.50.21_PM](/uploads/52d06f6ccb3ca42e7ce75b94111514c2/Screen_Shot_2016-04-11_at_5.50.21_PM.png) See merge request !3667
| * | | | | Set tooltips for new added labelsissue_15093Alfredo Sumaran2016-04-111-1/+3
| |/ / / /
* | | | | Merge branch '14762-delete-button' into 'master' Jacob Schatz2016-04-131-4/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update delete button Closes #14762 ![Screen_Shot_2016-04-11_at_5.21.32_PM](/uploads/fef09645eb70fc0fcaee359245664ddc/Screen_Shot_2016-04-11_at_5.21.32_PM.png) See merge request !3665
| * | | | Update delete button14762-delete-buttonAnnabel Dunstone2016-04-111-4/+2
| |/ / /
* | | | Merge branch 'issuable-form-alignment' into 'master' Jacob Schatz2016-04-132-3/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed alignment on issuable new form Fixes #13802 ![Screen_Shot_2016-04-11_at_17.03.29](/uploads/d359580e693284d4b694d8158d4f736e/Screen_Shot_2016-04-11_at_17.03.29.png) See merge request !3661
| * | | | Fixed alignment on issuable new formissuable-form-alignmentPhil Hughes2016-04-112-3/+9
| | | | | | | | | | | | | | | | | | | | Fixes #13802
* | | | | Merge branch 'update-influx-documentation' into 'master' Achilleas Pipinellis2016-04-131-18/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated InfluxDB/Grafana setup/import docs See https://gitlab.com/gitlab-org/grafana-dashboards/merge_requests/1 for some background info. cc @dblessing See merge request !3706
| * | | | | Updated InfluxDB/Grafana setup/import docsYorick Peterse2016-04-131-18/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The grafana-dashboards repository now contains _all_ GitLab.com dashboards and thus requires some extra continuous queries to be set up. The repository now also provided a way to automatically import/export dashboards. [ci skip]
* | | | | | Merge branch 'redis_improvements' into 'master' Robert Speicher2016-04-131-5/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up ExclusiveLease See merge request !3695
| * | | | | | clean up ExclusiveLeaseredis_improvementsValery Sizov2016-04-131-5/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'fix-trailing-slash-in-bamboo_url' into 'master' Robert Speicher2016-04-133-62/+221
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug with trailing slash in bamboo_url Also, improve specs for BambooService Similar to !3679. See merge request !3680
| * | | | | | Fix a bug with trailing slash in bamboo_urlRémy Coutable2016-04-133-62/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, improve specs for BambooService Similar to https://gitlab.com/gitlab-org/gitlab-ce/issues/3515 Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'fix-trailing-slash-in-teamcity_url-3515' into 'master' Robert Speicher2016-04-133-66/+219
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix trailing slash in teamcity_url Originally opened at !2309 by @ctmay4. As described in #3515, if you have trailing spaces in the the Teamcity server name, the service will not work properly. Switching from `URI.parse` to `URI.join` fixes it so that it works with or without a trailing slash. Fixes #3515. See merge request !3679
| * | | | | | | Improve TeamcityService and its specsfix-trailing-slash-in-teamcity_url-3515Rémy Coutable2016-04-133-58/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Fix a bug with trailing slash in teamcity_urlCharles May2016-04-122-13/+21
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/3515
* | | | | | | Merge branch 'async-related-mrs' into 'master' Rémy Coutable2016-04-136-15/+66
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Load related MRs/branches asynchronously cc @dzaporozhets See merge request !3678
| * | | | | | | Load related MRs/branches asynchronouslyYorick Peterse2016-04-136-15/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently this works by loading the HAML partials via XHR. While this is not the nicest setup it _is_ the easiest setup using the tools we currently have. Loading this data asynchronously doesn't make loading the related MRs/branches itself faster, it merely ensures that loading the issue itself is not slowed down. Fixes gitlab-org/gitlab-ce#14949
* | | | | | | | Merge branch 'make_milestone_labels_tab_similar_to_labels_page' into 'master' Jacob Schatz2016-04-132-13/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make milestone labels in labels tab similar to that of the labels page I realized that some of the changes for the labels page was not reflecting in the labels list in milestone page. ## Desktop ![Screen_Shot_2016-04-11_at_4.25.36_PM](/uploads/e21f3c5a9187fe32472e796171781b5d/Screen_Shot_2016-04-11_at_4.25.36_PM.png) ## Mobile ![Screen_Shot_2016-04-11_at_4.26.47_PM](/uploads/5c9f75ca0938fc30ab47c5520215f692/Screen_Shot_2016-04-11_at_4.26.47_PM.png) See merge request !3658
| * | | | | | | | make milestone labels in labels tab similar to that of the labels pagemake_milestone_labels_tab_similar_to_labels_pageArinde Eniola2016-04-112-13/+25
| | | | | | | | |