summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'issue_3799' into 'master' Rémy Coutable2016-04-221-0/+1
|\ | | | | | | | | | | | | | | | | 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-211-1/+43
| |\
| * | Update CHANGELOGAlfredo Sumaran2016-04-211-0/+1
| | |
* | | Merge branch 'confirmation-screen' into 'master' Robert Speicher2016-04-221-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improved email confirmation UX Closes #4228 See merge request !3184
| * | | Improved confirmation UXconfirmation-screenPhil Hughes2016-04-211-0/+1
| | | | | | | | | | | | | | | | Closes #4228
* | | | Add Changelog entry for private labels security fixGrzegorz Bizon2016-04-221-0/+1
|/ / /
* | | Merge branch 'repository-checks-default-off' into 'master' Yorick Peterse2016-04-211-1/+1
|\ \ \ | |_|/ |/| | | | | | | | Disable 'repository check' feature in 8.7.0 See merge request !3856
| * | Disable 'repository check' feature in 8.7.0Jacob Vosmaer2016-04-211-1/+1
| | | | | | | | | | | | It still causes too many false alarms.
* | | Instrument Gitlab::GitAccess/GitAccessWikiYorick Peterse2016-04-211-0/+1
|/ /
* | Revert changelog tooJacob Schatz2016-04-211-1/+0
| |
* | Merge branch 'issue_5838' into 'master' Rémy Coutable2016-04-211-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Show project members only for members fixes #5838 See merge request !3752
| * | Add changelog entry and fix convention in a specissue_5838Felipe Artur2016-04-201-0/+1
| |/
* | Merge branch 'fix/cross-project-labels-project-reference' into 'master' Grzegorz Bizon2016-04-211-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix cross-project label ref used with invalid project When cross-project label reference was used with invalid project reference, `nil` was assigned to project variable which later caused an exception. Closes #15168 See merge request !3811
| * | Add Changelog entry for cross-project label fixGrzegorz Bizon2016-04-211-0/+1
| | |
* | | Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-211-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-191-0/+26
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | Fix CHANGELOGKamil Trzcinski2016-04-181-1/+1
| | | |
| * | | Make some logic less twistableKamil Trzcinski2016-04-171-0/+1
| | | |
* | | | add item to chengelogArinde Eniola2016-04-201-0/+1
| | | |
* | | | Update CHANGELOG for 8.6.7, 8.5.11, 8.4.9, 8.3.8Robert Speicher2016-04-201-6/+13
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'due-date-frontend' into 'master' Robert Speicher2016-04-201-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add due date to issues Closes: #12709 See merge request !3614
| * | | | Move due_date sort scopes to Issue and fix CHANGELOGRémy Coutable2016-04-201-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Address MR feedbackRémy Coutable2016-04-201-7/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Update CHANGELOG [ci skip]Mehmet Beydogan2016-04-201-0/+4
| | | | |
| * | | | Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'sentry-js' into 'master' Robert Speicher2016-04-201-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Add Sentry logging for JavaScript errors Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/12675 See merge request !3795
| * | | | some changes and add item to changelogArinde Eniola2016-04-191-0/+1
| | | | |
* | | | | update CHANGELOGAnnabel Dunstone2016-04-201-2/+0
| | | | |
* | | | | Add diff scroll to changelogAnnabel Dunstone2016-04-201-0/+1
| | | | |
* | | | | Update changelogAnnabel Dunstone2016-04-201-0/+5
| | | | |
* | | | | Update CHANGELOGTomasz Maczukin2016-04-201-0/+1
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'slack_wiki_notifications' into 'master' Rémy Coutable2016-04-201-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add slack notifications for wiki pages ## What does this MR do? Lets the Slack service be configured to send notifications when wiki pages are created or edited. ## Are there points in the code the reviewer needs to double check? I'm just starting to get familiar with the Gitlab codebase and I was unsure on how to get the wiki page url to pass it to the slack message, on whether or not I needed to refactor the create/update methods for wiki pages from the controller to a service (but seemed necessary to test it better), and if I needed to add a column to the web hooks table or if the services table would have been enough. Please let me know if I should change anything and I will improve the MR, thanks for checking :) ## Why was this MR needed? Related to #563 and fixes #4233. See merge request !2998
| * | | | | Update changelogSebastian Klier2016-04-201-1/+1
| | | | | |
| * | | | | update changelogSebastian Klier2016-04-201-1/+1
| | | | | |
| * | | | | add slack notifications for wiki pagesSebastian Klier2016-04-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | update changelog
* | | | | | Merge branch 'feature/raw-trace-output' into 'master' Rémy Coutable2016-04-201-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add raw build trace output Closes #15308, #15147 Changes in the UI: - on finished build: ![raw-on-finished-build](/uploads/0e0904940db5b381ae064d49343c6508/raw-on-finished-build.png) - on running build: ![raw-on-running-build](/uploads/0e4c800b68c12bdd0cbd2eea732b22ff/raw-on-running-build.png) See merge request !3767
| * | | | | | Update CHANGELOGTomasz Maczukin2016-04-191-0/+1
| | | | | | |
* | | | | | | Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher2016-04-201-0/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License templates when creating/editing a LICENSE file Closes #12804 See merge request !3660
| * | | | | | Continue implementation of the license template selector and /licenses API ↵Rémy Coutable2016-04-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Update CHANGELOGRobert Speicher2016-04-191-1/+3
| |/ / / / / |/| | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch 'imported-ghe-project-names-links-to-github' into 'master' Robert Speicher2016-04-191-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GitHub project's link in the import page when provider has a custom URL Closes gitlab-org/gitlab-ee#478 See merge request !3803
| * | | | | | Fix GitHub project's link on import page when provider has a custom URLDouglas Barbosa Alexandre2016-04-191-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'pmq20/gitlab-ce-issue_12785'Douwe Maan2016-04-191-0/+1
|\ \ \ \ \ \
| * | | | | | Add support to cherry-pick any commitP.S.V.R2016-04-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
* | | | | | | Merge branch 'mr-formatting' into 'master' Robert Speicher2016-04-191-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use ! rather than # for merge request references Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15278 See merge request !3740
| * | | | | | | format merge request references properlyBen Bodenmiller2016-04-181-0/+1
| | | | | | | |
* | | | | | | | Merge branch '14566-confidential-issue-branches' into 'master' Robert Speicher2016-04-191-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sanitize branch names for confidential issues - When creating new branches for confidential issues, prefer a branch name like `issue-15` to `some-sensitive-issue-title-15`. - The behaviour for non-confidential issues stays the same. Closes #14566 See merge request !3671
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into ↵Timothy Andrew2016-04-151-1/+26
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 14566-confidential-issue-branches
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into ↵Timothy Andrew2016-04-131-0/+13
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 14566-confidential-issue-branches
| * | | | | | | | | | Update CHANGELOGTimothy Andrew2016-04-131-0/+1
| | | | | | | | | | |