summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/project.js
Commit message (Collapse)AuthorAgeFilesLines
* Export project, projectAvatar and projectImport as ES6 modules38869-projectFilipa Lacerda2017-11-131-127/+119
|
* Remove project select dropdown from breadcrumbkushalpandya2017-09-051-4/+0
|
* Many Repo FixesJacob Schatz2017-08-151-1/+1
|
* Repo Editor FixesBryce Johnson2017-08-151-1/+1
|
* Merge branch 'master' into ideMike Greiling2017-08-071-2/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (177 commits) Add changelog Bump gitlab-shell version to 5.8.0 to fix Git for Windows 2.14 Make contextual sidebar collapsible Fixed sidebar context header hover colors Use correct `Environment`-class within `Gitlab` namespace Remove gl.Activities from Commits page Move `let` calls inside the `describe` block using them Add `/assign me` alias support for assigning issuables to oneself GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandError Use `broken_storage` in the fs_shards_spec. Eager load project creators for project dashboards Memoize a user's personal projects count Remove redundant query from User#recent_push Improve checking if projects would be returned Change spelling of gitlab-shell Remove unused #tree-holder Add custom linter for inline JavaScript to haml_lint Rename user_can_admin? because it's more accurate Synchronous zanata community contribution translation Add Korean translation to i18n ...
| * Make dropdown style on project page consistentWinnie Hellmann2017-08-031-2/+7
| |
* | Get rid of hard coded new branchJacob Schatz2017-08-051-0/+1
| |
* | [ci skip] eslint-fixLuke "Jared" Bennett2017-08-011-3/+2
| |
* | Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideJacob Schatz2017-07-281-14/+15
|\ \ | |/
| * Removed inline JS in shared HAML filesPhil Hughes2017-07-251-14/+15
| |
* | Adds new ruby help for dropdowns for branchesJacob Schatz2017-07-281-2/+7
| |
* | Fix eslint offensesLuke "Jared" Bennett2017-07-261-1/+1
| |
* | Fixes height problemsJacob Schatz2017-07-251-0/+1
|/
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+2
|
* remove Cookies class from global spaceMike Greiling2017-03-221-1/+2
|
* Keep consistent in handling indexOf resultsTakuya Noguchi2017-02-251-1/+1
|
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* Merge branch 'eslint-fix' into 'master' Clement Ho2017-02-031-2/+2
|\ | | | | | | | | Fixed eslint test failure See merge request !8964
| * Fixed eslint test failureeslint-fixPhil Hughes2017-02-031-2/+2
| |
* | Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-031-2/+1
|\ \ | |/ |/| | | | | | | | | Remove Turbolinks Closes #25624 See merge request !8570
| * Remove turbolinks.Bryce Johnson2017-02-021-2/+1
| |
* | Merge branch 'ref-switcher-perf' into 'master' Jacob Schatz2017-02-031-5/+24
|\ \ | |/ |/| | | | | | | | | Improved ref switcher dropdown performance Closes #18202 See merge request !7239
| * Fixed the active branch selected indicatorPhil Hughes2016-11-211-1/+1
| |
| * Changed how the data is returned - we only care about the branch/tag namePhil Hughes2016-11-211-2/+2
| |
| * Use cloneNode instead of createElementPhil Hughes2016-11-211-5/+13
| |
| * Improved ref switcher dropdown performancePhil Hughes2016-11-211-5/+16
| | | | | | | | Closes #18202
* | resolve all indent eslint violationsMike Greiling2017-01-181-4/+4
| |
* | resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
| |
* | resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-2/+2
| |
* | resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+5
|/
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* Merge branch 'eslint' into 'master' Fatih Acet2016-10-261-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ESLint ## What does this MR do? - create `package.json` - add ESLint dependencies to `package.json` - add JavaScript linting to CI - add Rake task `lint:javascript`as alias for `eslint` (which itself is an alias for `npm run eslint`) ## Are there points in the code the reviewer needs to double check? Probably not. ## Why was this MR needed? My hovercraft was full of eels. ## What are the relevant issue numbers? - https://gitlab.com/gitlab-org/gitlab-ce/issues/13224#note_12537431 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5006#note_13255658 See merge request !5445
| * disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
| |
* | Merge branch ↵Fatih Acet2016-10-261-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '21248-wrong-urlencoding-when-switching-branch-in-graphs-contributers' into 'master' Fix refs dropdown selection with special characters ## What does this MR do? Remove unneeded encode from the project-refs-dropdown renderRow method. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## Screenshots (if relevant) ![2016-10-23_01.20.19](/uploads/1f176b2aa633093851799ae9f70f116b/2016-10-23_01.20.19.gif) ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #21248 See merge request !7061
| * Remove encode from the project-refs-dropdown renderRow method21248-wrong-urlencoding-when-switching-branch-in-graphs-contributersLuke Bennett2016-10-231-1/+1
| |
* | remove manual Cookie.set "path" option in favor of global settingMike Greiling2016-10-241-6/+2
| |
* | replace jquery.cookie vendor script with js.cookieMike Greiling2016-10-241-2/+2
|/
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+6
|
* use gitlab global root url as canonical base url for all javascript set ↵Mike Greiling2016-08-241-6/+2
| | | | cookies (closes #20435)
* Make the ref-selector function work properly for branch selection.Connor Shea2016-08-171-2/+3
|
* Merge branch 'master' into ref-switcher-enter-submitPhil Hughes2016-08-031-2/+8
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+103