summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Added worksheets support to notebook viewerPhil Hughes2017-03-302-2523/+2540
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Updated some Ruby code based on comments
* | | | | | | | | Merge branch '30063-builds-sidebar-stutter' into 'master' Filipa Lacerda2017-03-301-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add subnav height to sidebar scroll calculation Closes #30063 See merge request !10262
| * | | | | | | | | Add subnav height to sidebar scroll calculationAnnabel Dunstone Gray2017-03-281-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'patch-15' into 'master' Achilleas Pipinellis2017-03-301-0/+18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tip about `CI_JOB_TOKEN` clone abilities with "new job permissions model" See merge request !10221
| * | | | | | | | | | Add tip about general git clone authentication.Johan Brandhorst2017-03-291-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CI_JOB_TOKEN post 8.12 allows the cloning of any repositories that are accessible by the triggering user. This was not documented anywhere, and the documentation was in particular very specific on git submodule dependency management. This commit adds a tip about cloning arbitrary repository paths.
* | | | | | | | | | | Merge branch 'group-links-select2-infinite-scroll' into 'master' Rémy Coutable2017-03-305-16/+139
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | group links select2 infinite scroll Closes #20013 See merge request !9807
| * | | | | | | | | | | group links select2 infinite scrollLuke "Jared" Bennett2017-03-305-16/+139
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'rs-spinach-reporter' into 'master' Rémy Coutable2017-03-301-0/+16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Monkey patch the Spinach StdoutReporter to show scenario locations See merge request !10321
| * | | | | | | | | | | Monkey patch the Spinach StdoutReporter to show scenario locationsRobert Speicher2017-03-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: Scenario: Viewing invitation when signed out ✔ Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8 After: Scenario: Viewing invitation when signed out # features/invites.feature:6 ✔ Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8 Now if a scenario fails we can easily rerun it with a specific line number.
* | | | | | | | | | | | Merge branch 'rs-empty-project-misc' into 'master' Rémy Coutable2017-03-3035-58/+59
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use `:empty_project` in worker, view, task, serializer, policy, migration, and mailer specs See merge request !10272
| * | | | | | | | | | | | Use `:empty_project` where possible in worker specsRobert Speicher2017-03-2714-18/+18
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use Project `:repository` trait where necessary in view specsRobert Speicher2017-03-2711-17/+14
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use Project `:repository` trait where necessary in task specsRobert Speicher2017-03-271-3/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use `:empty_project` where possible in serializer specsRobert Speicher2017-03-274-11/+10
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use `:empty_project` where possible in policy specsRobert Speicher2017-03-272-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use Project `:repository` trait where necessary in migration specsRobert Speicher2017-03-271-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use `:empty_project` where possible in mailer specsRobert Speicher2017-03-272-6/+11
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'tc-cleanup-application-settings-spec' into 'master' Sean McGivern2017-03-302-16/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup application settings spec See merge request !10189
| * | | | | | | | | | | | | Remove redundant code to convert restricted_levels to integersToon Claes2017-03-232-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ApplicationSetting#restricted_visibility_levels= now takes care of converting string formatted levels to integers.
| * | | | | | | | | | | | | Resolve future conflicts with CE -> EE mergeToon Claes2017-03-231-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EE already includes specs for the ApplicationSettingsController, so ensure future changes will be easier to merge to EE.
* | | | | | | | | | | | | | Merge branch '30248-fix-production-admin-fixture' into 'master' Sean McGivern2017-03-303-4/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix production admin fixture to use the new `Users::CreateService` Closes #30248 See merge request !10326
| * | | | | | | | | | | | | | Fix production admin fixture to use the new `Users::CreateService`Rémy Coutable2017-03-303-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | | | | | Merge branch '26595-fix-issue-preselected-template' into 'master' Rémy Coutable2017-03-303-1/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix linking to new issue with selected template Closes #26595 See merge request !10155
| * | | | | | | | | | | | | | | Fix linking to new issue with selected templateEric Eastwood2017-03-293-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/26595
* | | | | | | | | | | | | | | | Merge branch '28799-todo-creation' into 'master' Sean McGivern2017-03-309-48/+178
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create todos only for new mentiones Closes #28799 See merge request !10279
| * | | | | | | | | | | | | | | | Create todos only for new mentionsJarka Kadlecova2017-03-299-48/+178
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'update-eyeballs-docs' into 'master' Jacob Schatz2017-03-301-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update docs regarding visibility lib See merge request !10295
| * | | | | | | | | | | | | | | | | Update docs regarding visibility libFilipa Lacerda2017-03-281-2/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'bump-gitlab-shell-version' into 'master' Sean McGivern2017-03-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bumps gitlab shell version See merge request !10329
| * | | | | | | | | | | | | | | | | bumps gitlab shell versionTiago Botelho2017-03-301-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'test-doc-image' into 'master' Rémy Coutable2017-03-303-6/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test docs internal links check See merge request !9509
| * | | | | | | | | | | | | | | | Test docs internal links checkAchilleas Pipinellis2017-03-303-6/+27
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch '24784-system-notes-meta-data' into 'master' Sean McGivern2017-03-3013-65/+335
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add metadata for system notes See merge request !9964
| * | | | | | | | | | | | | | | Create metadata when creating system notesJarka Kadlecova2017-03-2813-75/+269
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add system_note_metadata modelJarka Kadlecova2017-03-288-2/+78
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jej-group-name-disclosure' into 'security'Sean McGivern2017-03-296-1/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent private group disclosure via parent_id See merge request !2077
* | | | | | | | | | | | | | | Merge branch '29843-project-subgroup-transfer' into 'security'Rémy Coutable2017-03-297-24/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use full path for moving directories when changing namespace path See merge request !2078
* | | | | | | | | | | | | | | Merge remote-tracking branch 'dev/master'DJ Mountney2017-03-291-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Update CHANGELOG.md for 9.0.2DJ Mountney2017-03-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | | | Merge branch '29539-fix-pipelines-container-width-with-parallel-diff' into ↵Alfredo Sumaran2017-03-297-39/+115
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Reset container width when switching to pipelines MR tab Closes #29539 See merge request !10169
| * | | | | | | | | | | | | | | Reset container width when switching to pipelines MR tabEric Eastwood2017-03-287-39/+115
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
* | | | | | | | | | | | | | | Merge branch '23674-simplify-milestone-summary' into 'master' Jacob Schatz2017-03-2913-103/+201
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Simplify milestone summary" Closes #23674 See merge request !10096
| * | | | | | | | | | | | | | | prever #count over #size when calculating issue/mr totalsMike Greiling2017-03-291-12/+12
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | combine milestone start and end dates in collapsed sidebarMike Greiling2017-03-272-9/+31
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | add start date to sidebar and display dates on group and dashboard views ↵Mike Greiling2017-03-271-20/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when possible
| * | | | | | | | | | | | | | | use smaller font-weight in sidebar to match other sidebar content in gitlabMike Greiling2017-03-272-4/+3
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | enable links to browse milsetone issuables in dashboard and group viewMike Greiling2017-03-271-13/+5
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | update milestone page testsMike Greiling2017-03-252-9/+11
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | add CHANGELOG.md entry for !10096Mike Greiling2017-03-241-0/+4
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | move progress bar from milestone summary into the sidebarMike Greiling2017-03-246-57/+35
| | | | | | | | | | | | | | | |