summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Convert groups_select ajax to use axiosgroups-select-axiosPhil Hughes2018-02-091-11/+11
|
* Merge branch 'fl-mr-widget-missing-branch' into 'master'Phil Hughes2018-02-093-44/+63
|\ | | | | | | | | Moves missing branch into a vue file See merge request gitlab-org/gitlab-ce!17016
| * Remove not needed default statementFilipa Lacerda2018-02-091-1/+0
| |
| * Moves missing branch into a vue filefl-mr-widget-missing-branchFilipa Lacerda2018-02-083-44/+64
| |
* | Replace $.post in importer status with axiosClement Ho2018-02-091-24/+44
|/
* Added 'clear' button to ci lint editorLin Jen-Shin2018-02-081-0/+7
|
* Merge branch 'new-list-dropdown-ajax-refactor' into 'master'Filipa Lacerda2018-02-081-3/+4
|\ | | | | | | | | Replaced $.get with axois.get See merge request gitlab-org/gitlab-ce!16992
| * Replaced $.get with axois.getnew-list-dropdown-ajax-refactorConstance Okoghenun2018-02-081-3/+4
| |
* | Refactored merge_requests/show path in dispatcher.jsConstance Okoghenun2018-02-083-19/+29
|/
* Resolve "New design for user deletion confirmation in admin area"Shah El-Rahman2018-02-084-0/+247
|
* Merge branch '41297-new-design-for-cancel-stop-pipeline-confirmation' into ↵Clement Ho2018-02-086-13/+152
|\ | | | | | | | | | | | | | | | | 'master' Resolve "New design for cancel / stop pipeline confirmation" Closes #41297 See merge request gitlab-org/gitlab-ce!16813
| * Add modal for stopping and retrying pipelines41297-new-design-for-cancel-stop-pipeline-confirmationShah El-Rahman2018-02-076-13/+152
| | | | | | | | | | | | | | | | Fix tests Address code review feedback Fix tests
* | Resolve "New design for project deletion confirmation"Shah El-Rahman2018-02-083-0/+167
| |
* | Merge branch '42462-edit-note' into 'master'Fatih Acet2018-02-071-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Cancelling a second comment edit doesn't return its state to before the edit" Closes #42462 See merge request gitlab-org/gitlab-ce!16869
| * | Resolve "Cancelling a second comment edit doesn't return its state to before ↵Simon Knox2018-02-071-0/+1
| | | | | | | | | | | | the edit"
* | | Replace $.ajax in profile.js with axiosClement Ho2018-02-071-17/+16
|/ /
* | Merge branch 'axios-diff-file-editor' into 'master'Fatih Acet2018-02-071-10/+11
|\ \ | | | | | | | | | | | | Replace $.get in diff file editor with axios See merge request gitlab-org/gitlab-ce!16896
| * | Replace $.get in diff file editor with axiosaxios-diff-file-editorClement Ho2018-02-021-10/+11
| | |
* | | Merge branch '4656-ce-port-filtered-search-bar' into 'master'Clement Ho2018-02-079-49/+72
|\ \ \ | | | | | | | | | | | | | | | | CE Port: for Filtered search releated changes See merge request gitlab-org/gitlab-ce!16917
| * | | Update class initialization syntaxKushal Pandya2018-02-075-6/+14
| | | |
| * | | Export class instead of assigning to `gl`Kushal Pandya2018-02-071-4/+1
| | | |
| * | | Make class initialization configurableKushal Pandya2018-02-072-38/+57
| | | |
| * | | Remove `FilteredSearchTokenKeys` importKushal Pandya2018-02-071-1/+0
| | | |
* | | | Merge branch 'clear-job-request-timeout' into 'master'Filipa Lacerda2018-02-071-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear the timeout in Jobs class after each test Closes #42830 See merge request gitlab-org/gitlab-ce!16969
| * | | | Clear the timeout in Jobs class after each testPhil Hughes2018-02-071-1/+1
| | | | |
* | | | | Merge branch 'pawel/connect_to_prometheus_through_proxy-30480' into 'master'Robert Speicher2018-02-076-17/+70
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deploy prometheus through kubernetes and autoconnect to cluster Closes #30480 and #28916 See merge request gitlab-org/gitlab-ce!16182
| * \ \ \ \ Merge branch 'master' into pawel/connect_to_prometheus_through_proxy-30480Mike Greiling2018-02-0680-958/+1549
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (242 commits) Validate user namespace before saving so that errors persist on model Reset Project's column information in spec/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data_spec.rb Explicitly set cwd in Sidekiq memory killer instead of depending on getcwd Downgrade google-protobuf Close low level rugged repository in project cache worker File upload UI obeys LFS filters Resolve "Add a link to documentation on how to get external ip in the Kubernetes cluster details page" Upgrade GitLab Workhorse to v3.6.0 Add sorting options for /users API (admin only) improvements from feedback [ci-skip] add changelog remove file after `Upload#destroy` Fix a hardcoded pipeline ID in a spinach step Override group sidebar links Replace "cluster" with "Kubernetes cluster" Reorder async/sync tasks in BuildFinishedWorker to read traces efficiently Fix tests for Drop filename enforcement Revert using expand_fixture_path in factory Revert "Add FixtureHelpers for FactoryGirl" Refactor :trace to :trace_live in spec ...
| * | | | | add link to cluster configuration from prometheus "getting started" stateMike Greiling2018-01-312-9/+25
| | | | | |
| * | | | | Merge branch 'master' into pawel/connect_to_prometheus_through_proxy-30480Mike Greiling2018-01-3125-321/+332
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (119 commits) [ci skip] Fix example commands to refer to the correct versions Use axios instead of jquery ajax for setCiStatusFavicon refactor groups controller to match EE Fix broken test Introduce a new QA::Gitlab::Page::Component::Dropzone class Gitaly Server info for admin panel Add note about being in the `qa` directory for `bin/qa` to work Remove N+1 queries with /projects/:project_id/{access_requests,members} API endpoints Fix not all events being shown in group dashboard Add support for PreReceiveError in UserMergeBranch RPC Migrate Git::Repository#delete_refs to Gitaly Replace $.get in render math with axios Move mr widget related links into a vue file Make those files as close as EE to reduce conflicts Don't assume postgresql in two initializers Move Repository#can_be_merged? to Gitlab::Git::Repository Remove brakeman from .codeclimate.yml since it's now covered by the sast CI job Update Nokogiri to 1.8.2 Ignore conflicts in db/schema.rb in Gitlab::EeCompatCheck Remove Rugged exception in cache rescue ...
| * | | | | | fix eslint and formatting issuesMike Greiling2018-01-311-4/+4
| | | | | | |
| * | | | | | display manage application button only when it is installedMike Greiling2018-01-311-2/+5
| | | | | | |
| * | | | | | internationalize the "Manage" button labelMike Greiling2018-01-301-1/+4
| | | | | | |
| * | | | | | add button to configure prometheus integration from cluster pageMike Greiling2018-01-302-0/+7
| | | | | | |
| * | | | | | add manage button to application rows in cluster integrationMike Greiling2018-01-302-5/+28
| | | | | | |
* | | | | | | 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
| | |_|/ / / / | |/| | | | |
* | | | | | | Translate issuable sidebar34416-issue-i18nJarka Kadlecová2018-02-0710-42/+61
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński2018-02-076-22/+176
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842
| * | | | | | Use dynamic variable list in scheduled pipelines and group/project CI secret ↵Eric Eastwood2018-02-056-22/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge branch 'search-autocomplete-axios' into 'master'Filipa Lacerda2018-02-071-16/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Converted search_autocomplete.js to use axios See merge request gitlab-org/gitlab-ce!16943
| * | | | | | | Converted search_autocomplete.js to use axiossearch-autocomplete-axiosPhil Hughes2018-02-061-16/+23
| | | | | | | |
* | | | | | | | Merge branch 'move-board-list-vue-component' into 'master'Phil Hughes2018-02-072-86/+91
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Move board list vue component See merge request gitlab-org/gitlab-ce!16888
| * | | | | | | Move BoardList vue component to vue fileGeorge Tsiolis2018-02-062-86/+91
| |/ / / / / /
* | | | | | | Merge branch 'winh-kubernetes-clusters' into 'master'Phil Hughes2018-02-063-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace "cluster" with "Kubernetes cluster" Closes #41963 See merge request gitlab-org/gitlab-ce!16778
| * | | | | | | Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-063-5/+5
| |/ / / / / /
* | | | | | | Resolve "Add a link to documentation on how to get external ip in the ↵Fabio Busatto2018-02-063-3/+27
|/ / / / / / | | | | | | | | | | | | | | | | | | Kubernetes cluster details page"
* | | | | | 31885 - Ability to transfer a single group to another groupMayra Cabrera2018-02-062-1/+39
| | | | | |
* | | | | | Merge branch '41672-emphasize-gke-cluster-to-new-users' into 'master'Clement Ho2018-02-054-0/+137
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add feature highlight blue dot to GKE "Clusters" sidebar item Closes #41672 See merge request gitlab-org/gitlab-ce!16379