summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | | | Absolute URLs for Banzai HTML for HipChatDavid Eisner2016-10-211-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using "pipeline: :email" gets "only_path: false" into the context to produce full URLs instead of /namespace/project/...
| | | * | | | | | | | | Also render commit titles in HipChat notificationsDavid Eisner2016-10-211-4/+8
| | | | | | | | | | | |
| | | * | | | | | | | | Full Banzai rendering for HipChat notificationsDavid Eisner2016-10-211-11/+3
| | | | | | | | | | | |
| | | * | | | | | | | | Render hipchat notification descriptions as HTML instead of raw markdownAirat Shigapov2016-10-212-16/+13
| | | | | | | | | | | |
| | | * | | | | | | | | Update changelogNick Thomas2016-10-211-0/+1
| | | | | | | | | | | |
| | | * | | | | | | | | Rename forked_source_project_missing? to source_project_missing?Nick Thomas2016-10-212-7/+7
| | | | | | | | | | | |
| | | * | | | | | | | | Fix two CI endpoints for MRs where the source project is deletedNick Thomas2016-10-211-1/+1
| | | | | | | | | | | |
| | | * | | | | | | | | Fix the merge request view when source projects or branches are removedNick Thomas2016-10-215-18/+36
| | | | | | | | | | | |
| | | * | | | | | | | | Revert "Add #closed_without_source_project?"Nick Thomas2016-10-213-57/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 31c37c6c38258684fc92e0d91119c33872e39034. See #23341
| | | * | | | | | | | | Added dyanmic position adjustmentLuke Bennett2016-10-217-27/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added tooltips for dropdown items Reverted pretty much everything in favour of a DOM approach Simplified JS
| | | * | | | | | | | | Added tooltip with jobs full name to build items in graphLuke Bennett2016-10-213-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added status to build tooltip and removed status icon tooltip Added Pipelines class to force tooltips ontop of the dropdown, we cannot do this with data attributes because dropdown toggle is already set Corrected dispatcher invocation
| | | * | | | | | | | | Change input order on Sign In form for better tabbing.Clement Ho2016-10-212-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This *unreverts* 8751491b, which was mistakenly reverted in !6328. It also changes the implementation of the original commit to work with the new login styling and markup. cc: @ClemMakesApps
| | | * | | | | | | | | Restrict ProjectCacheWorker jobs to one per 15 minYorick Peterse2016-10-213-11/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures ProjectCacheWorker jobs for a given project are performed at most once per 15 minutes. This should reduce disk load a bit in cases where there are multiple pushes happening (which should schedule multiple ProjectCacheWorker jobs).
| | | * | | | | | | | | Removed code from project members controllerPhil Hughes2016-10-211-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This code was meant to be added to another branch as an expirement, but instead was commited to wrong branch
| | | * | | | | | | | | Make label API spec independent of orderDouwe Maan2016-10-211-2/+1
| | | | | | | | | | | |
| | | * | | | | | | | | Create project feature when project is createdFelipe Artur2016-10-215-10/+42
| | | | | | | | | | | |
| | | * | | | | | | | | Refactoring find_commits functionalityValery Sizov2016-10-213-9/+8
| | | | | | | | | | | |
| | | * | | | | | | | | Remove pagination description from individual docTakuya Noguchi2016-10-211-2/+0
| | | | | | | | | | | |
| | | * | | | | | | | | Fix a broken table in Project API docTakuya Noguchi2016-10-212-4/+5
| | | | | | | | | | | |
| | | * | | | | | | | | Simpler arguments passed to named_route on toggle_award_url helper methodPaco Guzman2016-10-212-2/+3
| | | | | | | | | | | |
| | | * | | | | | | | | Differentiate the expire from leave eventCallum Dryden2016-10-2113-45/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the moment we cannot see weather a user left a project due to their membership expiring of if they themselves opted to leave the project. This adds a new event type that allows us to make this differentiation. Note that is not really feasable to go back and reliably fix up the previous events. As a result the events for previous expire removals will remain the same however events of this nature going forward will be correctly represented.
| | | * | | | | | | | | Fixed height of issue board blank statePhil Hughes2016-10-211-2/+1
| | | | | | | | | | | |
| | | * | | | | | | | | Smaller min-width for MR pipeline tableAnnabel Dunstone Gray2016-10-211-0/+4
| | | | | | | | | | | |
| | | * | | | | | | | | Add hover to trash icon in notesblackst0ne2016-10-201-1/+1
| | | | | | | | | | | |
| | | * | | | | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ceblackst0ne2016-10-20157-831/+2468
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Updated schema.rbblackst0ne2016-10-191-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch '27032-add-a-house-keeping-api-call' into 'master' Rémy Coutable2017-02-224-0/+80
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add housekeeping endpoint for Projects API Closes #27032 See merge request !9421
| | * | | | | | | | | | | | Add housekeeping endpoint for Projects APIMark Fletcher2017-02-224-0/+80
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'zj-fix-slash-command-labels' into 'master' Douwe Maan2017-02-223-1/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chat slash commands show labels correctly Closes #28358 See merge request !9408
| | * | | | | | | | | | | | | Chat slash commands show labels correctlyzj-fix-slash-command-labelsZ.J. van de Weg2017-02-213-1/+20
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch '28524-gitlab-ci-yml-coverage-key-is-unknown' into 'master' Rémy Coutable2017-02-222-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document when current coverage configuration option was introduced Closes #28524 See merge request !9443
| | * | | | | | | | | | | | | | Document when current coverage configuration option was introducedMark Fletcher2017-02-222-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduced in v8.17 [skip ci]
| * | | | | | | | | | | | | | | Merge branch '24651-environments-list-buttons' into 'master' Annabel Dunstone Gray2017-02-223-39/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improves the environments list action buttons Closes #24651 See merge request !9424
| | * | | | | | | | | | | | | | | Use a btn-group to group all action buttons24651-environments-list-buttonsFilipa Lacerda2017-02-213-39/+42
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'patch-9' into 'master' Rémy Coutable2017-02-221-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update two_factor_authentication.md by correcting FreeOTP link. See merge request !9368
| | * | | | | | | | | | | | | | | Update two_factor_authentication.md by correcting FreeOTP link.Rudi Kramer2017-02-201-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'grapify-ci-runners-api' into 'master' Rémy Coutable2017-02-221-26/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grapify the CI::Runners API See merge request !9440
| | * | | | | | | | | | | | | | | Grapify the CI::Runners APIgrapify-ci-runners-apiRobert Schilling2017-02-221-26/+18
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Update VERSION to 8.18.0-prev8.18.0.preFelipe Artur2017-02-221-1/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Update CHANGELOG.md for 8.17.0Felipe Artur2017-02-22163-653/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | | | | | Merge branch 'lnovy/gitlab-ce-empty-variables' into 'master'Rémy Coutable2017-02-223-3/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI: Allow a project variable to be set to an empty value See merge request !9414
| | * | | | | | | | | | | | | | | | Fix specslnovy/gitlab-ce-empty-variablesRémy Coutable2017-02-211-17/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| | * | | | | | | | | | | | | | | | UI: Allow a project variable to be set to an empty valueLukáš Nový2017-02-213-8/+42
| | | |_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | | | | | | | | Merge branch 'grapify-ci-triggers-api' into 'master' Rémy Coutable2017-02-222-28/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grapfiy the CI::Triggers API See merge request !9439
| | * | | | | | | | | | | | | | | | Grapfiy the CI::Triggers APIgrapify-ci-triggers-apiRobert Schilling2017-02-222-28/+18
| | | |/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch '26087-asciidoc-cicd-badges-snippet' into 'master'Rémy Coutable2017-02-225-2/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add AsciiDoc snippet for CI/CD Badges Closes #26087 See merge request !9164
| | * | | | | | | | | | | | | | | | Add AsciiDoc snippet for CI/CD BadgesJan Christophersen2017-02-205-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds CI/CD Badges Snippets for AsciiDoc as requested in #26087. I've however run into an issue in highlighting the snippet, it seems as if AsciiDoc is currently not being highlighted properly (displayed as plaintext) Add testcase for to_asciidoc Update test case for Badges list
| * | | | | | | | | | | | | | | | | Merge branch 'dev-docs-ci_docker_build-example_variable_use' into 'master' Rémy Coutable2017-02-221-0/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs(ci/docker_build): Add example of variable use See merge request !9159
| | * | | | | | | | | | | | | | | | | docs(ci/docker_build): Add example of variable useDmitriy Volkov2017-02-211-0/+24
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling2017-02-2213-25/+723
|/ / / / / / / / / / / / / / / / / /