summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | Add endpoints to resolve diff notes and discussionsDouwe Maan2016-07-251-4/+8
| | | | | | | | | |
| | * | | | | | | | Resolve all endpointPhil Hughes2016-07-241-0/+4
| | | | | | | | | |
| | * | | | | | | | Posts to rails to update note eventuallyPhil Hughes2016-07-241-0/+1
| | | | | | | | | |
| | * | | | | | | | Diff line comments resolvePhil Hughes2016-07-241-0/+1
| | | | | | | | | |
| * | | | | | | | | Small refactor and syntax fixes.2fa-api-checkPatricio Cano2016-08-181-1/+1
| | | | | | | | | |
| * | | | | | | | | Removed unnecessary service for user retrieval and improved API error message.Patricio Cano2016-08-181-1/+2
| | | | | | | | | |
| * | | | | | | | | Added checks for 2FA to the API `/sessions` endpoint and the Resource Owner ↵Patricio Cano2016-08-181-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Password Credentials flow.
| * | | | | | | | Merge branch '17334-u2f-device-identifiers' into 'master' Robert Speicher2016-08-181-0/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow naming (and deleting) U2F devices. ## What does this MR do? - Allow giving each U2F device a name (at the time of registration). - Allow deleting individual U2F devices. - Display a list of registered U2F devices. ## What are the relevant issue numbers? - Closes #17334 - Closes #17335 See merge request !5833
| | * | | | | | | Allow naming U2F devices.Timothy Andrew2016-08-181-0/+2
| | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Display a list of U2F devices on the `two_factor_auth` page. 2. Allow deleting individual U2F devices. 3. Allow setting a (optional) name for a device (during registration).
* | | | | | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-08-182-0/+19
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | artifacts-from-ref-and-build-name * upstream/master: (359 commits) Add new image to show the 'Reset template' button Refactor description templates documentation Remove index from pipeline toggles Hide `Create new list button` on Issues and MRs pages Remove params from build; general refactor Style build container box; add check mark to active build Display jobs as scrolling list in sidebar Move stages and jobs to build sidebar Removed vue assets Move skipped tests to end of array Remove unused data attributes Update changelog Style build dropdowns Populate dropdowns with current build on pageload Selecting stage updates builds dropdown Add data attributes to builds Change active state of list items; style dropdown items Hide dropdown if all tests fit on one line; add counter to dropdown Add overflow tests to dropdown Order by build status ...
| * | | | | | | Merge branch 'issue-boards' into 'master' Douwe Maan2016-08-172-0/+16
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue boards ## What are the relevant issue numbers? - Issue: #17907 - Issue backend: #20335 - Backend MR: !5548 - Frontend MR: !5554 - Documentation !5713 ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [X] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~ - [X] ~~API support added~~ - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5548
| | * | | | | | | Hooked the frontend services up with the backendPhil Hughes2016-08-171-10/+0
| | | | | | | | |
| | * | | | | | | Added simulate drag JS for testsPhil Hughes2016-08-171-0/+1
| | | | | | | | |
| | * | | | | | | Added vue-resource to get & save dataPhil Hughes2016-08-171-0/+10
| | | | | | | | |
| | * | | | | | | Hooked up JS to allow issues to be moved between columnsPhil Hughes2016-08-171-0/+1
| | | | | | | | |
| | * | | | | | | Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre2016-08-171-1/+1
| | | | | | | | |
| | * | | | | | | Move board related controllers to the `Boards` namespaceDouglas Barbosa Alexandre2016-08-171-6/+8
| | | | | | | | |
| | * | | | | | | Add an endpoint to generate the default lists for a boardDouglas Barbosa Alexandre2016-08-171-0/+4
| | | | | | | | |
| | * | | | | | | Move endpoint to list issues under lists resourcesDouglas Barbosa Alexandre2016-08-171-2/+5
| | | | | | | | |
| | * | | | | | | Add endpoint to allow users to move issues between listsDouglas Barbosa Alexandre2016-08-171-1/+1
| | | | | | | | |
| | * | | | | | | Add endpoint to list issues for a specific board listDouglas Barbosa Alexandre2016-08-171-0/+1
| | | | | | | | |
| | * | | | | | | Add endpoint to allow users to remove listsDouglas Barbosa Alexandre2016-08-171-1/+1
| | | | | | | | |
| | * | | | | | | Add endpoint to allow users to move listsDouglas Barbosa Alexandre2016-08-171-1/+1
| | | | | | | | |
| | * | | | | | | Add endpoint to allow users to create a new board listDouglas Barbosa Alexandre2016-08-171-1/+3
| | | | | | | | |
| | * | | | | | | Initial issues board pageDouglas Barbosa Alexandre2016-08-171-0/+2
| | |/ / / / / /
| * | | | | | | Merge branch 'mc-ui'Douwe Maan2016-08-171-0/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/merge_requests_controller.rb
| | * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into mc-uiSean McGivern2016-08-171-1/+11
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | Merge branch 'master' into mc-uiDouwe Maan2016-08-151-1/+4
| | |\ \ \ \ \ \ \
| | * | | | | | | | Remove undo endpointSean McGivern2016-08-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2536fea8db0967a817615eb3e951eb6ba22f8ede.
| | * | | | | | | | REMOVE THIS COMMIT: allow undoing last resolutionSean McGivern2016-08-121-0/+1
| | | | | | | | | |
| | * | | | | | | | Allow resolving conflicts in MR controllerSean McGivern2016-08-121-0/+1
| | | | | | | | | |
| | * | | | | | | | Added routes for conflicts in merge requests page.Fatih Acet2016-08-121-0/+1
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Annabel Dunstone2016-08-161-0/+5
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | 18681-pipelines-merge-request
| * | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Kamil Trzcinski2016-08-1616-125/+233
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 18681-pipelines-merge-request
| * | | | | | | | | Add route, controller action, and views for MR pipelinesAnnabel Dunstone2016-07-251-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-08-171-2/+15
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | artifacts-from-ref-and-build-name * upstream/master: (109 commits) Update CHANGELOG for 8.10.6, 8.9.7, and 8.8.8 Updated Akismet documentation Add hover state to todos (!5361) Load issues and merge requests templates from repository Backport EE assertions in protected branch related specs. Revert "Merge branch '19957-write-tests-for-adding-comments-for-different-line-types-in-diff' into 'master'" Fix a missed `before_action` for `AutocompleteController`. Backport `AutocompleteController#load_project` from EE!581. Fix API::BranchesSpec. Fix failing tests relating to backporting ee!581. Revert unrelevant changes Fix the protected branches factory. Improve EE compatibility with protected branch access levels. Move the "update" portion of the protected branch view into a partial. Don't select an access level if already selected. Backport changes from gitlab-org/gitlab-ee!581 to CE. Further refactor and syntax fixes. Upgrade httpclient gem from 2.7.0.1 to 2.8.2. Make rubocop happy Make rubocop happy ...
| * | | | | | | | | Load issues and merge requests templates from repositoryFelipe Artur2016-08-161-0/+5
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'akismet-submittable' into 'master' Robert Speicher2016-08-151-1/+6
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submit to Akismet Part 1 (Issues) Related to #5932 #5573 gitlab-com/infrastructure#14 See merge request !5538
| | * | | | | | | Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added controller actions as reusable concerns - Added controller tests
| | * | | | | | | Allow `SpamLog` to be submitted as hamPatricio Cano2016-08-151-1/+5
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added `submitted_as_ham` to `SpamLog` to mark which logs have been submitted to Akismet. - Added routes and controller action.
| * | | | | | | Add coverage report badge metadata classGrzegorz Bizon2016-08-151-1/+4
| |/ / / / / /
* | | | | | | Rename to latest_succeeded, feedback:Lin Jen-Shin2016-08-161-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_13908017
* | | | | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-08-165-42/+98
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | artifacts-from-ref-and-build-name * upstream/master: (123 commits) Limit the size of SVGs when viewing them as blobs Add a spec for ProjectsFinder project_ids_relation option Fix ProjectsFinder spec Pass project IDs relation to ProjectsFinder instead of using a block Speed up todos queries by limiting the projects set we join with Used phantomjs variable Ability to specify branches for pivotal tracker integration Fix a memory leak caused by Banzai::Filter::SanitizationFilter Update phantomjs link Remove sleeping and replace escaped text. Filters test fix Fixed filtering tests Removed screenshot command :poop: Updated failing tests Used mirrored version on GitLab Updated tests Fix `U2fSpec` for PhantomJS versions > 2. Fix file downloading Install latest stable phantomjs Use new PhantomJS version ...
| * | | | | | Instrument Project.visible_to_userYorick Peterse2016-08-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because this method is a Rails scope we have to instrument it manually as regular the instrumentation methods only instrument methods defined directly on a Class or Module.
| * | | | | | Merge branch '15000-rename-markdown-preview' into 'master' Robert Speicher2016-08-111-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename `markdown_preview` routes to `preview_markdown` _Originally opened at !3700 by @cbartz._ Closes #15000. See merge request !5774
| | * | | | | | Rename `markdown_preview` routes to `preview_markdown`Christopher Bartz2016-08-111-2/+2
| | | | | | | |
| * | | | | | | Merge branch 'remove-grack-lfs' into 'master' Rémy Coutable2016-08-113-7/+23
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Grack::Auth: part 2 (LFS) Deprecate Grack::Auth and handle LFS in Rails controllers under the Project namespace. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14501 See merge request !5369
| | * | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer2016-08-099-37/+78
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | remove-grack-lfs
| | * | | | | | | Handle custom Git LFS content typeJacob Vosmaer2016-07-221-0/+7
| | | | | | | | |
| | * | | | | | | Remove obsolete codeJacob Vosmaer2016-07-221-3/+0
| | | | | | | | |