summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* Removes duplicated & non used codefl-remove-duplicated-codeFilipa Lacerda2018-03-091-14/+0
|
* Add support for query params for labels endpointKushal Pandya2018-03-021-0/+8
|
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-282-5/+30
|
* Add Tip about Push to Create project on New Project pageAndré Luís2018-02-231-0/+10
|
* Update to jQuery 3.Jacob Schatz2018-02-201-1/+1
|
* Merge branch '3559-ce-port-group-roadmap' into 'master'Filipa Lacerda2018-02-073-2/+149
|\ | | | | | | | | CE Port for Group Roadmap changes See merge request gitlab-org/gitlab-ce!16908
| * Add `convertObjectPropsToCamelCase` helper methodKushal Pandya2018-02-071-0/+21
| |
| * Add `convertToCamelCase` helper methodKushal Pandya2018-02-071-0/+7
| |
| * Add more date helper functionsKushal Pandya2018-02-071-2/+121
| |
* | Use dynamic variable list in scheduled pipelines and group/project CI secret ↵Eric Eastwood2018-02-051-0/+2
|/ | | | | | | | | | | | | variables See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118 Conflicts: app/views/ci/variables/_form.html.haml app/views/ci/variables/_table.html.haml ee/app/views/ci/variables/_environment_scope.html.haml spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js spec/javascripts/fixtures/projects.rb
* fixed issue with axios_utils not reducing activeVueResources variable when ↵Phil Hughes2018-02-021-0/+4
| | | | request fails
* remove useless ajaxPost methodPhil Hughes2018-02-011-3/+0
|
* fixed eslint :see_no_evil:Phil Hughes2018-01-311-1/+0
|
* Merge branch 'master' into ph-axios-2Phil Hughes2018-01-312-15/+10
|\
| * Use axios instead of jquery ajax for setCiStatusFaviconClement Ho2018-01-311-11/+6
| |
| * Converted API.js to axiosPhil Hughes2018-01-301-4/+4
| |
* | Converted common_utils to axiosPhil Hughes2018-01-311-9/+7
| |
* | Converted ajax_cache to axiosPhil Hughes2018-01-311-19/+13
|/
* Make sure that axios adapater is restored after mockingwinh-check-axios-restoreWinnie Hellmann2018-01-251-0/+8
|
* WebIDE: Fix Commit bugsTim Zallmann2018-01-191-1/+1
|
* Backport of methods and components added in EBackport of methods and ↵Filipa Lacerda2018-01-031-0/+9
| | | | components added in EEE
* Switch issue_show to AxiosEric Eastwood2018-01-021-1/+1
|
* Fix mergeUrlParams encoding query parametersEric Eastwood2018-01-021-1/+1
| | | | | | | | Before: /-/boards/1/issues.json?page=1&per=50&scope=all&utf8=✓&state=opened&milestone_title=#upcoming After: /-/boards/1/issues.json?page=1&per=50&scope=all&utf8=%E2%9C%93&state=opened&milestone_title=%23upcoming
* Add `X-Requested-With: XMLHttpRequest` header so Rails can recognize XHREric Eastwood2018-01-021-0/+2
| | | | | Backport from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3732
* Restore missing language code in datetime_utility.jsWinnie Hellmann2017-12-211-5/+13
|
* Move dateTickFormat to separate moduleWinnie Hellmann2017-12-181-0/+39
|
* Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-112-77/+52
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (112 commits) small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc Improve down step of removing issues.assignee_id column Fix specs after removing assignee_id field Remove issues.assignee_id column Resolve conflicts in app/models/user.rb Fix image view mode Do not raise when downstream pipeline is created Remove the need for destroy and add a comment in the spec Use build instead of create in importer spec Simplify normalizing of paths Remove allocation tracking code from InfluxDB sampler for performance ...
| * fixed URL being undefined :face_palm:Phil Hughes2017-12-081-2/+2
| |
| * use exported methods instead of gl.utilsPhil Hughes2017-12-082-20/+6
| |
| * Moved URL utility methods into es modulesPhil Hughes2017-12-081-69/+58
| |
* | Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-071-2/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (82 commits) Docs: add EEU tier to the landing page CE backport of ProtectedBranches API changes Support uploads for groups Update pipeline create chain Prometheus metric Don't set timeago title to what was already there. Resolve "Display member role per project" The API isn't using the appropriate services for managing forks Add chevron to create dropdown on repository page Rename GKE as Kubernetes Engine Fix specs for MySQL Fix broken tests Refactor banzai to support referencing from group context Fix specs after rebase Prevent dups when using StringIO for binary reads Bump redis-rails to 5.0.2 to get redis-store security updates add note on deploying Pages to a private network Bump GITLAB_SHELL_VERSION Updates the dropdown to match the docs and remove old hack of stop event propagation Move invalid builds counter out of the transaction Add invalid builds counter metric to stage seeds class ...
| * Don't set timeago title to what was already there.bvl-dont-reset-timeago-titleBob Van Landuyt2017-12-071-2/+0
| | | | | | | | This didn't actually do anything.
* | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-073-110/+115
|/
* Fix issue comment submit button disabled on GFM pasteEric Eastwood2017-11-281-1/+1
| | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40373 When copying some text from another note and paste, it goes through `copy_as_gfm` `paste` handler that calls `e.preventDefault()` which stops things. But then when inserting the text, we manually trigger an `input` event with jQuery which doesn't seem to be picked up by Vue `v-model`. Using copy/paste trick from https://stackoverflow.com/a/41046276/796832
* Merge branch 'backport-add-epic-sidebar' into 'master'Fatih Acet2017-11-272-0/+23
|\ | | | | | | | | Backport of add-epic-sidebar See merge request gitlab-org/gitlab-ce!15335
| * Update text_utility.jsClement Ho2017-11-171-1/+1
| |
| * Fix potential EE conflictbackport-add-epic-sidebarClement Ho2017-11-162-10/+10
| |
| * Merge branch 'master' into 'backport-add-epic-sidebar'Clement Ho2017-11-154-2/+74
| |\ | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/text_utility.js
| * \ Merge branch 'master' into backport-add-epic-sidebarClement Ho2017-11-134-187/+206
| |\ \
| * | | Backport of add-epic-sidebarClement Ho2017-11-102-1/+18
| | | |
* | | | Improve environments performanceFilipa Lacerda2017-11-231-40/+0
| | | |
* | | | Use axios instead of vue resource - step 1Filipa Lacerda2017-11-202-4/+22
| |_|/ |/| |
* | | Merge branch 'fix-typo' into 'master'Annabel Dunstone Gray2017-11-141-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Fix typo See merge request gitlab-org/gitlab-ce!15358
| * | | Fix typofix-typoClement Ho2017-11-131-1/+1
| | |/ | |/|
* | | Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda2017-11-142-2/+42
| | |
* | | Merge branch '40092-fix-cluster-size' into 'master'Tim Zallmann2017-11-141-0/+28
|\ \ \ | | | | | | | | | | | | | | | | Formats bytes to human readable number in registry table See merge request gitlab-org/gitlab-ce!15359
| * | | Formats bytes to human reabale number in registry table40092-fix-cluster-sizeFilipa Lacerda2017-11-131-0/+28
| |/ /
* | | url_utility and style backportLuke "Jared" Bennett2017-11-131-0/+4
|/ /
* | Export text utils as ES6 modulesFilipa Lacerda2017-11-134-187/+200
|/
* Add crsf token in axios calls39726-add-crsf-token-axiosFilipa Lacerda2017-11-021-0/+6
|