summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactor projects filtering by nameDmitriy Zaporozhets2017-03-0323-207/+212
| | | | | | | | | | | | Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed filter_projects param still used in group controllerPhil Hughes2017-03-031-1/+1
|
* Fixed incorrect empty state showingPhil Hughes2017-03-031-2/+2
|
* Fixes filtering by name reseting archive filterPhil Hughes2017-03-038-22/+48
| | | | | | Previously the search form just wasn't including any params that had previously been set, so when you filtered by name, it would reset all the params & therefore ignoring the archived param Closes #28007
* Merge branch '27532_api_changes' into 'master' Sean McGivern2017-03-038-17/+317
|\ | | | | | | | | | | | | Use iids as filter parameter Closes #27532 See merge request !9096
| * Use iids as filter parameterJarka Kadlecova2017-03-028-17/+317
| |
* | Merge branch '28935-make-logo-smaller' into 'master' Alfredo Sumaran2017-03-033-4/+8
|\ \ | | | | | | | | | | | | | | | | | | Decrease tanuki logo size Closes #28935 See merge request !9676
| * | Decrease tanuki logo sizeAnnabel Dunstone Gray2017-03-023-4/+8
| | |
* | | Merge branch '28010-mr-merge-button-default-to-danger' into 'master' Alfredo Sumaran2017-03-039-35/+122
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Default to dangerous MR merge button Closes #28010 See merge request !9245
| * | | Default to subtle MR mege button until CI status is available28010-mr-merge-button-default-to-dangerEric Eastwood2017-03-029-35/+122
| | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9245
* | | | Merge branch 'remove_group_policy_add_rules' into 'master' Douwe Maan2017-03-021-6/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove now unnecessary `additional_rules!` method from GroupPolicy See merge request !9595
| * | | | Remove now unnecessary `additional_rules!` method from GroupPolicyDrew Blessing2017-02-281-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The intention was for this to be used to override group policy in EE. This led to all sort of strange problems in practice - for example, https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1025 needed to override `owner` permissions, but `additional_rules!` passed `master` only. The better solution is to use an EE module to override the policy. Removing this now defunct method.
* | | | | Merge branch 'dm-fix-api-create-file-on-empty-repo' into 'master' Robert Speicher2017-03-028-46/+52
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix creating a file in an empty repo using the API Closes #28626 See merge request !9632
| * | | | | Delete hooks from project with empty repositorydm-fix-api-create-file-on-empty-repoDouwe Maan2017-03-021-0/+4
| | | | | |
| * | | | | Don't require start branch to exist if we're just creating a new branchDouwe Maan2017-03-021-11/+7
| | | | | |
| * | | | | Fix specDouwe Maan2017-03-011-1/+1
| | | | | |
| * | | | | Fix variable name and change copyDouwe Maan2017-03-012-3/+3
| | | | | |
| * | | | | Fix creating a file in an empty repo using the APIDouwe Maan2017-03-017-44/+50
| | | | | |
* | | | | | Merge branch '27978-improve-task-list-ux' into 'master' Clement Ho2017-03-023-4/+78
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only add a newline in Markdown Editor if the current line is not empty Closes #27978 See merge request !9455
| * | | | | | Only add a newline in Markdown Editor if the current line is not emptyJan Christophersen2017-03-023-4/+78
| | | | | | |
* | | | | | | Merge branch 'add-svg-loader' into 'master' Fatih Acet2017-03-0237-306/+156
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Tech debt: No need to pass svgs as props into Vue with Webpack Closes #27692 and #27840 See merge request !9522
| * | | | | | | Changes after reviewadd-svg-loaderFilipa Lacerda2017-03-024-6/+21
| | | | | | | |
| * | | | | | | Merge branch 'master' into add-svg-loaderFilipa Lacerda2017-02-28149-710/+2008
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (21 commits) Move `Group -> Members` to top-level, fix missing sub-nav for Subgroups Left align logo; increase max width of title Add newline to end of frontend.md. Clone nested objects from default data. Checks if key is present before accessing it Update CHANGELOG.md for 8.17.1 Document use of AirBnb js styleguide and eslint. Don't allow a project to be shared with an ancestor of the group it is in Fix access to projects shared with a nested group Ignore builds dir when run rubocop check Remove hidden-xs classes from last columns in environments and pipelines table. Transform pipelines table css to match structure of pipelines table Make environments table overflow Use exceptions for MergeService error handling Clarify when to create EE compatibility MR in code review process New runner API returns 204 Backport new behavior to CI API Backport API to V3 Update documentation Return 204 for delete endpoints API project create: Make name or path required Only create unmergeable todos once Put back the new project button ...
| * \ \ \ \ \ \ \ Merge branch 'master' into add-svg-loaderFilipa Lacerda2017-02-2844-187/+508
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fix migration without DOWNTIME clause specified Fix CSS classes fix missing @ symbol Update CHANGELOG.md for 8.16.7 Update CHANGELOG.md for 8.16.7 Update CHANGELOG.md for 8.16.7 Make RuboCop happy Add development fixtures for nested groups Align last column buttons with new environment button Removed jQuery UI draggable ensure webpack dev server proxy connects regardless of request headers Keep consistent in handling indexOf results Replace setInterval with setTimeout to prevent highly frequent requests Add feature specs for three types of user uploads Minor refactoring of Uploaders Fix #27840 - Improve the search bar experience on mobile Fix false positive caused by non-interpolated string use Fix inline comment images by removing wrapper #20890
| * \ \ \ \ \ \ \ \ Merge branch 'master' into 'add-svg-loader'Filipa Lacerda2017-02-2785-479/+1105
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
| * | | | | | | | | | Changes after review - adds alias for icons pathFilipa Lacerda2017-02-278-23/+24
| | | | | | | | | | |
| * | | | | | | | | | Fix eslint errorFilipa Lacerda2017-02-251-1/+0
| | | | | | | | | | |
| * | | | | | | | | | Remove unused testFilipa Lacerda2017-02-251-30/+0
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into 'add-svg-loader'Filipa Lacerda2017-02-2549-834/+931
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
| * | | | | | | | | | | Remove unneed codeFilipa Lacerda2017-02-251-13/+6
| | | | | | | | | | | |
| * | | | | | | | | | | remove tech debt codeFilipa Lacerda2017-02-258-77/+7
| | | | | | | | | | | |
| * | | | | | | | | | | Load svgs in cycle analyticsFilipa Lacerda2017-02-259-21/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Use vhtml only when necessaryFilipa Lacerda2017-02-254-7/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Load SVGs into PipelinesFilipa Lacerda2017-02-258-92/+81
| | | | | | | | | | | |
| * | | | | | | | | | | Loads SVGs into JS for environmentsFilipa Lacerda2017-02-247-60/+17
| | | | | | | | | | | |
| * | | | | | | | | | | Adds loader to load SVGFilipa Lacerda2017-02-243-2/+11
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '28410-dropdown-styling' into 'master' Alfredo Sumaran2017-03-023-2/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "missing count badge styling in new sidebar dropdown" Closes #28410 See merge request !9592
| * | | | | | | | | | | | Resolve "missing count badge styling in new sidebar dropdown"Annabel Dunstone Gray2017-03-023-2/+16
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'update-yarn-lock' into 'master' Filipa Lacerda2017-03-021-6/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update yarn.lock after the removal of jquery-ui See merge request !9670
| * | | | | | | | | | | | update yarn.lock after the removal of jquery-ui in !9649update-yarn-lockMike Greiling2017-03-021-6/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '28874-user-callout-margin' into 'master' Alfredo Sumaran2017-03-023-10/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove extra whitespace on dashboard projects page Closes #28874 See merge request !9617
| * | | | | | | | | | | | | remove extra whitespace on dashboard projects pageSimon Knox2017-03-023-10/+33
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'bye-bye-unused-deps' into 'master' Filipa Lacerda2017-03-022-58/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed some unused JS deps See merge request !9652
| * | | | | | | | | | | | Removed another unused Bootstrap pluginbye-bye-unused-depsPhil Hughes2017-03-021-1/+0
| | | | | | | | | | | | |
| * | | | | | | | | | | | Removed some unused JS depsPhil Hughes2017-03-022-57/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We dont use them anywhere, so why have them around?
* | | | | | | | | | | | | Merge branch 'issue-descrpiption-spinner-off' into 'master' Annabel Dunstone Gray2017-03-022-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the position of loading spinner Closes #28906 See merge request !9658
| * | | | | | | | | | | | | Fixed the position of loading spinnerissue-descrpiption-spinner-offPhil Hughes2017-03-022-2/+7
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the position of the loading spinner in the issue template dropdown toggle. It was previously just positioned with the content, this now correctly places it in the same place the chevron down is Closes #28906
* | | | | | | | | | | | | Merge branch 'right-sidebar-whitespace' into 'master' Filipa Lacerda2017-03-021-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove side padding from expanded sidebar See merge request !9634
| * | | | | | | | | | | | | Remove side padding from expanded sidebarright-sidebar-whitespaceAnnabel Dunstone Gray2017-03-011-4/+0
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch '28893-highlighted-diff-doesn-t-stay-highlighted-on-refresh' ↵Annabel Dunstone Gray2017-03-022-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Hightlight linenumber on page load Closes #28893 See merge request !9664