summaryrefslogtreecommitdiff
path: root/app/views/shared
Commit message (Collapse)AuthorAgeFilesLines
* Updated snippets UIPhil Hughes2016-05-181-10/+9
| | | | Closes #14328
* Revert counter parentheses back to badges15179-builds-redesignAnnabel Dunstone2016-05-041-1/+1
|
* Start builds redesignAnnabel Dunstone2016-05-044-5/+5
|
* Improve milestone page UIimprove-milestone-uiDmitriy Zaporozhets2016-05-031-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move modal css to separate file and fix danger text for confirmation modalDmitriy Zaporozhets2016-04-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Properly handle bigger filesZeger-Jan van de Weg2016-04-281-2/+3
|
* Merge branch 'issue_14904' into 'master' Jacob Schatz2016-04-251-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Add new shortcuts Closes #14904 - On a project: `i` To navigate to New Issue page. - On a issuable: `l` To open Label dropdown on a issuable. - Global: Typing `?` multiple times now toggles the modal. See merge request !3686
| * Merge remote-tracking branch 'origin/master' into issue_14904Alfredo Sumaran2016-04-211-4/+3
| |\
| * \ Merge remote-tracking branch 'origin/master' into issue_14904Alfredo Sumaran2016-04-207-17/+58
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # app/views/shared/issuable/_sidebar.html.haml
| * | | Make shortcuts work when sidebar is collapsedAlfredo Sumaran2016-04-201-1/+1
| | | |
* | | | Merge branch 'issue_3799' into 'master' Rémy Coutable2016-04-221-1/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow filtering by Owned projects on dashboard page Closes #3799 ![Screen_Shot_2016-04-15_at_9.40.52_PM](/uploads/440498c5647bda282304891307931a02/Screen_Shot_2016-04-15_at_9.40.52_PM.png) See merge request !3762
| * \ \ \ Merge remote-tracking branch 'origin/master' into issue_3799Alfredo Sumaran2016-04-2113-82/+125
| |\ \ \ \
| * | | | | Do not display filters if user if there's no current_userAlfredo Sumaran2016-04-211-7/+8
| | | | | |
| * | | | | Allow filtering by Owned projectsAlfredo Sumaran2016-04-181-1/+9
| | | | | |
* | | | | | Merge branch 'remove-update-files' into 'master' Yorick Peterse2016-04-211-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | Removed JS update templates See merge request !3814
| * | | | | Removed JS update templatesremove-update-filesPhil Hughes2016-04-191-1/+1
| |/ / / /
* | | | | Merge branch 'label-dropdown-fix' into 'master' Jacob Schatz2016-04-214-52/+42
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes "create label" functionality on label dropdown **Issue sidebar** ![label_dropdown](/uploads/2a056136fc88626530fc275ded0c2aa3/label_dropdown.gif) **Issues page** ![label_dropdown_issues](/uploads/965fd20f5b206499e9b11a64556c5240/label_dropdown_issues.gif) See merge request !3670
| * | | | Merge remote-tracking branch 'origin/master' into label-dropdown-fixlabel-dropdown-fixAlfredo Sumaran2016-04-207-17/+58
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'origin/master' into label-dropdown-fixAlfredo Sumaran2016-04-205-12/+25
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | # Conflicts: # app/views/shared/issuable/_sidebar.html.haml
| * | | | Move shared html to a partialAlfredo Sumaran2016-04-183-34/+21
| | | | |
| * | | | Add is-link attribute to know if a menu item should not be stoppedAlfredo Sumaran2016-04-181-1/+1
| | | | |
| * | | | Fix Label dropdown and organize codeAlfredo Sumaran2016-04-152-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/labels_select.js.coffee
| * | | | Render proper partialAlfredo Sumaran2016-04-152-2/+2
| | | | |
| * | | | Add spacesAlfredo Sumaran2016-04-151-3/+3
| | | | |
| * | | | Reuse partial for Create Label pageAlfredo Sumaran2016-04-153-18/+21
| | | | |
* | | | | Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-211-4/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci::Commit becomes a Pipeline object 1. Ci::Commit receives context: ref, :tag. 1. One Ci::Commit describes a one Pipeline 1. Pipeline is created from `.gitlab-ci.yml` 1. Pipeline is a ordered group of builds 1. We test MR against Pipeline 1. Pipelines have a separate view (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Pipeline can be triggered from UI (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Later we change `Trigger -> TriggerRequest -> Build` to `Trigger -> Pipeline` (future) 1. We add a Pipeline Hook that will be triggered on Pipeline status change (future) 1. We extend notifications to use `Pipeline Hook` to send summary on pipeline changes (future) After merging that I'll prepare a separate MR that will unify naming, database columns, table names: ``` Ci::Commit -> Pipeline Ci::Build -> Build CommitStatus -> Job GenericCommitStatus -> ExternalJob ci_commits -> pipelines ci_builds -> jobs ``` This MR implements first 5 points. This is made to solve this issue https://gitlab.com/gitlab-org/gitlab-ce/issues/14149. See merge request !3653
| * | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-192-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-163-17/+17
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-132-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-113-24/+12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/commits/_commit.html.haml
| * | | | | | | Fix specsKamil Trzcinski2016-04-111-2/+2
| | | | | | | |
| * | | | | | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-111-4/+3
| | | | | | | |
* | | | | | | | Remove duplicate hidden_field and fix RubocopRémy Coutable2016-04-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Address MR feedbackRémy Coutable2016-04-202-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Removed buttons instead clicking date sets itPhil Hughes2016-04-201-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue with dropdown not being toggleable again
* | | | | | | | Mobile value color for due datePhil Hughes2016-04-201-1/+1
| | | | | | | |
* | | | | | | | Updates sidebar valuePhil Hughes2016-04-201-1/+1
| | | | | | | |
* | | | | | | | Posts the due date through AJAXPhil Hughes2016-04-201-13/+26
| | | | | | | |
* | | | | | | | Removed due date filterPhil Hughes2016-04-201-6/+0
| | | | | | | |
* | | | | | | | Fix functionality of due this week. Add due this month and overdue, remove ↵Mehmet Beydogan2016-04-203-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | due tomorrow to issues. Fix typos on sorting dropdown related to due date Remove constant array and add Structs on Issue to keep due date data to fill options
* | | | | | | | Add due_date:time field to Issue modelMehmet Beydogan2016-04-203-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add due_date text field to sidebar issue#show Add ability sorting issues by due date ASC and DESC Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options Add handling issue due_date field for MergeRequest Update CHANGELOG Fix ambigous match for issues#show sidebar Fix SCREAMING_SNAKE_CASE offenses for due date contants Add specs for due date sorting and filtering on issues
* | | | | | | | Merge branch 'multi-filter-labels' into 'master' Jacob Schatz2016-04-205-12/+18
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mutliple label filter Fixes #989 See merge request !3438
| * | | | | | | Fixed tests because of nil arrayPhil Hughes2016-04-201-3/+4
| | | | | | | |
| * | | | | | | Label text color comes from JSONPhil Hughes2016-04-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created issuable singleton to house the filtering
| * | | | | | | get the multi filter labels feature to work on merge request, also escape ↵Arinde Eniola2016-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | characters in the templates to prevent xss attack
| * | | | | | | Removed animation from labels filterPhil Hughes2016-04-202-2/+2
| | | | | | | |
| * | | | | | | some refactoringArinde Eniola2016-04-191-2/+2
| | | | | | | |
| * | | | | | | fix failing testsArinde Eniola2016-04-151-5/+5
| | | | | | | |
| * | | | | | | fix failing testsArinde Eniola2016-04-143-4/+9
| | | | | | | |
| * | | | | | | Fix issue with labels not showing initially.Jacob Schatz2016-04-131-2/+2
| | | | | | | |