summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updatemargin-updateAndriy Dyadyura2016-01-141-1/+1
|
* updateAndriy Dyadyura2016-01-141-2/+2
|
* Merge branch 'notification-btn-in-left-field' into 'master' Drew Blessing2016-01-141-1/+1
|\ | | | | | | | | | | | | | | fixes margin and padding ![Screen_Shot_2016-01-14_at_3.10.57_PM](/uploads/83c8b36b01439cb629c91b2dd3a85692/Screen_Shot_2016-01-14_at_3.10.57_PM.png) See merge request !2439
| * fixes margin and paddingJacob Schatz2016-01-141-1/+1
|/
* Merge branch 'diff-parse-first-commit' into 'master'Robert Speicher2016-01-142-2/+4
|\ | | | | | | | | | | | | | | | | Properly generate diff of orphan commits, like the first commit in a repository Fixes gitlab-org/gitlab_git#14 See merge request !2427
| * Merge branch 'master' into diff-parse-first-commitdiff-parse-first-commitDouwe Maan2016-01-1420-10/+463
| |\
| * | Properly generate diff of orphan commits, like the first commit in a repositoryDouwe Maan2016-01-142-2/+4
| | |
* | | Merge branch 'backport-ee' into 'master' Robert Speicher2016-01-1443-70/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Backport two commits from EE Backport part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/110 See merge request !2424
| * | | Param should be present, not just truthybackport-eeDouwe Maan2016-01-141-1/+1
| | | |
| * | | Prevent circular reference error in BanzaiDouwe Maan2016-01-1442-69/+0
| | | |
* | | | Merge branch 'rs-fix-cross-reference' into 'master' Robert Speicher2016-01-142-3/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cross-project reference clipboard text See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2339 See merge request !2420
| * | | | centering copy buttonrs-fix-cross-referenceJacob Schatz2016-01-131-0/+1
| | | | |
| * | | | Fix cross-project reference clipboard textRobert Speicher2016-01-132-4/+9
| | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/4183
* | | | | Merge branch 'update_mail_docs' into 'master' Drew Blessing2016-01-142-3/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update mailroom/postfix documentation [ci skip] I worked with a customer to troubleshoot some strange Postfix and Mailroom issues. These doc updates aim to help other users avoid the same confusion. See merge request !2430
| * | | | | Update mailroom/postfix documentation [ci skip]Drew Blessing2016-01-142-3/+15
| | | | | |
* | | | | | Merge branch 'ui-fixes' into 'master' Dmitriy Zaporozhets2016-01-149-112/+60
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various UI fixes * Fix missing padding for user/group pages * Fix align of clone panel Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !2433
| * | | | | | Fix css mess around git clone panel. Align it properlyDmitriy Zaporozhets2016-01-145-104/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Fix missing padding for user/group pagesDmitriy Zaporozhets2016-01-144-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | Merge branch 'ci/api-builds' into 'master' Douwe Maan2016-01-149-0/+724
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add builds API References #4264 See merge request !2207
| * | | | | | Move Ci::Build#available_statuses to AVAILABLE_STATUSES constant in CommitStatusci/api-buildsTomasz Maczukin2016-01-143-5/+3
| | | | | | |
| * | | | | | Merge branch 'master' into ci/api-buildsTomasz Maczukin2016-01-1473-240/+1394
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (51 commits) Fix version Fix specs and rubocop warnings Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages fixed LDAP activation on login to use new ldap_blocked state Fix Admin/Users view to position buttons without spacing magic Update to Go 1.5.3 Fix the undefinded variable error in Project's safe_import_url method Update CHANGELOG [ci skip] Add some cosmetic changes to variables API documentation [ci skip] Fix misaligned edit button in milestone collection partial Update button styles for Milestones#show Modify builds API documentation style [ci skip] Modify :ci_variable factory Ensure the API doesn't return notes that the current user shouldn't see Add 'Build' prefix to Variables entry name in API docs index Fix some typos Add spec for Note#cross_reference_not_visible_for? Remove (invalid) timestamp formatting Move `BroadcastMessage#status` to a helper since it's presentational Update CHANGELOG ... Conflicts: doc/api/README.md lib/api/api.rb lib/api/entities.rb
| * | | | | | Remove hard-coded id from builds factoryTomasz Maczukin2016-01-141-2/+1
| | | | | | |
| * | | | | | Modify builds API documentation style [ci skip]Tomasz Maczukin2016-01-131-16/+66
| | | | | | |
| * | | | | | Update CHANGELOG [ci skip]Tomasz Maczukin2016-01-131-0/+1
| | | | | | |
| * | | | | | Merge branch 'master' into ci/api-buildsTomasz Maczukin2016-01-1392-520/+1155
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (76 commits) Add Changelog entry for build traces data integrity fix Update doc_styleguide.md [ci skip] Added hint that you can search users by name, username, or email. Add changelog Randomize metrics sample intervals Make the metrics sampler interval configurable Don't automatically require awesome_print Disable colorization if STDOUT is not a tty Block the reported user before destroying the record changes `$quote-gray` to `$secondary-text` makes message plural for multiple MRs and removes from loop. Duh. Prepare Installation and Update docs for 8.4 RC1 Mention channel/key bug in irkerd docs Revert "Remove the `:coffee` and `:coffeescript` Haml filters" gets merge request discussion working again adds back in discussion.haml.html for issues commenting and closing/reopening properly. removing last chunk of MR ajax changes, rest will be in another MR reverting more MR ajax files, will appear in different commit reverting MR ajax changes, which will be in a different MR reverting _mr_title.html.haml ...
| * | | | | | Add seperated 'describe' block for build trace specsTomasz Maczukin2016-01-131-7/+13
| | | | | | |
| * | | | | | Change :ci_build_canceled factory to :canceled traitTomasz Maczukin2016-01-132-5/+5
| | | | | | |
| * | | | | | Add some fixes after reviewTomasz Maczukin2016-01-134-51/+21
| | | | | | |
| * | | | | | Add some fixesTomasz Maczukin2016-01-122-2/+1
| | | | | | |
| * | | | | | Fix doc/api/builds.mdTomasz Maczukin2016-01-121-41/+19
| | | | | | |
| * | | | | | Fix :ci_build_with_trace factoryTomasz Maczukin2016-01-111-1/+3
| | | | | | |
| * | | | | | Add TODO notice to build trace feature in CI APITomasz Maczukin2016-01-111-0/+4
| | | | | | |
| * | | | | | Merge branch 'master' into ci/api-buildsTomasz Maczukin2016-01-11298-1015/+3221
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (143 commits) Only load autocomplete data when actually needed Check for current user Add pencil icon to edit group settings Issue #5817 wording of the web hooks updated on issue and merge events use JavaScript instead of CoffeeScript in Views, the reason #9819 Before project save ensure that a runners_token exists Fix Error 500 when visiting build page of project with nil runners_token Remove outdated gitlab-git-http-server reference from Install doc Fix typo in build page of projects Update docs for shared runner default settings Disable "Already Blocked" button in admin abuse report page Add CHANGELOG entry for reply-by-email fix Use WOFF versions of SourceSansPro Clean up document on adding users to a project Refactor ZenMode Fix caching issue where build status was not updating in project dashboard Add a CHANGELOG entry for The Most Important Feature of All Time(TM) changes verb `references` to noun `reference`. fixes new branch button positioning, when visible and not visible container DRY up upload and download services ...
| * | | | | | | Update ./doc/api/builds.mdTomasz Maczukin2016-01-112-70/+234
| | | | | | | |
| * | | | | | | Change commit builds URL in builds APITomasz Maczukin2016-01-112-5/+5
| | | | | | | |
| * | | | | | | Add some modifications to builds API and specsTomasz Maczukin2016-01-082-5/+5
| | | | | | | |
| * | | | | | | Change test access level from MASTER to DEVELOPERTomasz Maczukin2016-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should help us detect potential regressions in the future.
| * | | | | | | Modify entities for builds APITomasz Maczukin2016-01-083-25/+29
| | | | | | | |
| * | | | | | | Modify builds scope filtering in builds APITomasz Maczukin2016-01-084-16/+39
| | | | | | | |
| * | | | | | | Update ./doc/api/Tomasz Maczukin2016-01-053-1/+209
| | | | | | | |
| * | | | | | | Merge branch 'master' into ci/api-buildsTomasz Maczukin2016-01-05115-1720/+1067
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (75 commits) Fix grammar Clarify the key generation step Remove misleading `ssh-dsa` markdown fixes markdown fixes Add `AbuseReport#notify` Make AbuseReportMailer responsible for knowing if it should deliver Redirect back to user profile page after abuse report Redesign the AbuseReports index Don't notify users twice if they are both project watchers and subscribers Restructure logo JS to use `setInterval` Decrease the logo sweep delay Correct the logo ID names Update CHANGELOG Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notification Remove jquery.blockUI.js plugin rempves tests for "you have master access" text Revert "Merge branch 'rs-remove-jquery-blockui' into 'master' " removes footer message about access to project remove public field from namespace and refactoring ...
| * | | | | | | | Remove incorrect 'default' values from method descriptionTomasz Maczukin2015-12-311-2/+2
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into ci/api-buildsTomasz Maczukin2015-12-30123-275/+3221
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (108 commits) Fix project transfer e-mail sending incorrect paths in e-mail notification Update CHANGELOG Use Gitlab::CurrentSettings for InfluxDB Write to InfluxDB directly via UDP Strip newlines from obfuscated SQL Add hotfix that allows to access build artifacts created before 8.3 note votes methids implementation When reCAPTCHA is disabled, allow registrations to go through without a code Downcased user or email search for avatar_icon. Handle missing settings table for metrics Fix broken link in permissions page [ci skip] reCAPTCHA is configurable through Admin Settings, no reload needed. Fixed syntax in gitlab.yml.example Move InfluxDB settings to ApplicationSetting Fix spelling mistake, thanks Connor. Restart settings are moved too. Hotfix for builds trace data integrity add issue weight to contributing Added host option for InfluxDB Fixed styling of MetricsWorker specs ...
| * | | | | | | | | Add cancel/retry features to builds APITomasz Maczukin2015-12-302-1/+65
| | | | | | | | | |
| * | | | | | | | | Add specs for build details/traces features in builds APITomasz Maczukin2015-12-302-2/+44
| | | | | | | | | |
| * | | | | | | | | Add specs for build listings in APITomasz Maczukin2015-12-292-3/+58
| | | | | | | | | |
| * | | | | | | | | Remove changes in 'paginate' helperTomasz Maczukin2015-12-281-4/+2
| | | | | | | | | |
| * | | | | | | | | Add cancel/retry endpoints to build APITomasz Maczukin2015-12-281-0/+40
| | | | | | | | | |
| * | | | | | | | | Add 'not_found' notifications in build/trace detailsTomasz Maczukin2015-12-281-2/+6
| | | | | | | | | |
| * | | | | | | | | Add endpoint for getting builds for a specific commitTomasz Maczukin2015-12-281-12/+26
| | | | | | | | | |