summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects
Commit message (Collapse)AuthorAgeFilesLines
* migrate projects:issues:new and projects:issues:edit to static bundleMike Greiling2018-02-162-6/+2
|
* migrate projects:branches:index to static bundleMike Greiling2018-02-161-2/+2
|
* migrate projects:branches:new to static bundleMike Greiling2018-02-161-1/+3
|
* migrate projects:compare:show to static bundleMike Greiling2018-02-161-2/+2
|
* migrate projects:environments:metrics to static bundleMike Greiling2018-02-161-1/+1
|
* migrate projects:milestones:* and groups:milestones:* to static bundleMike Greiling2018-02-162-2/+2
|
* migrate projects:milestones:show to static bundleMike Greiling2018-02-161-2/+2
|
* migrate projects:milestones:index to static bundleMike Greiling2018-02-161-1/+1
|
* Merge branch 'project-integrations-form-dispatcher-refactor' into 'master'Fatih Acet2018-02-151-0/+6
|\ | | | | | | | | Removed integrations webpack bundle tag See merge request gitlab-org/gitlab-ce!17147
| * Removed integrations webpack bundle tagproject-integrations-form-dispatcher-refactorConstance Okoghenun2018-02-151-0/+6
| |
* | Re-enable eslint in `commits.js` fileAndré Luís2018-02-151-1/+1
| |
* | Converted pipeline_schedules bundles into automatic webpack entriespipeline-schedule-webpackPhil Hughes2018-02-1511-0/+419
|/ | | | #41341
* Fixed missing js selector for the realtime pipelines commit compjivl-fix-missing-js-selector-realtime-pipelineJose Ivan Vargas2018-02-121-1/+1
|
* Refactored merge_requests/show path in dispatcher.jsConstance Okoghenun2018-02-081-0/+24
|
* Merge branch '4656-ce-port-filtered-search-bar' into 'master'Clement Ho2018-02-072-2/+6
|\ | | | | | | | | CE Port: for Filtered search releated changes See merge request gitlab-org/gitlab-ce!16917
| * Update class initialization syntaxKushal Pandya2018-02-072-2/+6
| |
* | Use dynamic variable list in scheduled pipelines and group/project CI secret ↵Eric Eastwood2018-02-051-7/+10
|/ | | | | | | | | | | | | 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 'webpack-auto-config' into 'master'Jacob Schatz2018-02-025-11/+11
|\ | | | | | | | | Automatically Generate Webpack Entry Points See merge request gitlab-org/gitlab-ce!16865
| * migrate projects:issues:show to static bundleMike Greiling2018-02-011-3/+3
| |
| * migrate projects:issues:index to static bundleMike Greiling2018-02-011-2/+2
| |
| * migrate projects:merge_requests:index to static bundleMike Greiling2018-02-011-2/+2
| |
| * migrate projects:show to static bundleMike Greiling2018-02-011-2/+2
| |
| * migrate projects:boards:* to static bundleMike Greiling2018-02-011-2/+2
| |
* | Replace $.ajax in project.jsaxios-projectClement Ho2018-02-011-9/+10
|/
* Added more tests and corrected typos35779-realtime-update-of-pipeline-status-in-files-viewJose Ivan Vargas2018-02-012-19/+17
|
* Restored some code, add hidden classJose Ivan Vargas2018-01-302-18/+5
|
* Added realtime prop and corrected specsJose Ivan Vargas2018-01-304-107/+20
|
* Added pipeline status to the files viewJose Ivan Vargas2018-01-303-0/+124
|
* Merge branch 'update-secret-values-to-support-dynamic-elements' into 'master'Filipa Lacerda2018-01-251-2/+6
|\ | | | | | | | | Update secret_values to support dynamic elements within parent See merge request gitlab-org/gitlab-ce!16665
| * Update secret_values to support dynamic elements within parentupdate-secret-values-to-support-dynamic-elementsEric Eastwood2018-01-241-2/+6
| | | | | | | | | | | | | | | | Used in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110 which introduces a dynamic variable list and needs secrets. We use the valueSelector/placeholderSelector options to avoid selecting the last empty row.
* | Add modal for deleting a milestonewinh-delete-milestone-modalWinnie Hellmann2018-01-252-2/+9
|/
* added missing importsPhil Hughes2018-01-241-0/+4
|
* Added imports for dispatcher routesPhil Hughes2018-01-241-0/+4
|
* Merge branch 'dispatcher-milestones-show-path' into 'master'Jacob Schatz2018-01-231-0/+3
|\ | | | | | | | | Refactor dispatcher milestones show path See merge request gitlab-org/gitlab-ce!16633
| * Refactor dispatcher milestones show pathdispatcher-milestones-show-pathClement Ho2018-01-221-0/+3
| |
* | remove webpack bundle tag for monitoring:environments:metricsSimon Knox2018-01-231-0/+3
| |
* | Merge branch ↵Fatih Acet2018-01-231-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | '42022-allow-users-to-request-access-not-visible-when-project-visibility-is-public' into 'master' Fix visibility of "Allow users to request access" option in public projects Closes #42022 See merge request gitlab-org/gitlab-ce!16485
| * display "allow users to request access option" in public projectsMike Greiling2018-01-191-1/+1
| |
* | Merge branch 'master' into projects-r-sClement Ho2018-01-193-0/+25
|\ \ | |/
| * Merge branch 'dispatcher-project-mr-edit' into 'master'Jacob Schatz2018-01-193-0/+25
| |\ | | | | | | | | | | | | Refactor dispatcher project mr edit and creation diff path See merge request gitlab-org/gitlab-ce!16404
| | * Refactor dispatcher project mr edit and creation diff pathClement Ho2018-01-183-0/+25
| | |
* | | Add secretVariable testClement Ho2018-01-191-0/+6
| | |
* | | Merge branch 'master' into 'projects-r-s'Clement Ho2018-01-194-15/+34
|\ \ \ | |/ / | | | | | | # Conflicts: # app/assets/javascripts/dispatcher.js
| * | dynamic imports for groups: pagesSimon Knox2018-01-183-15/+16
| | |
| * | Refactor dispatcher project mr creations new pathClement Ho2018-01-181-0/+18
| |/
* | Fix eslintClement Ho2018-01-184-13/+3
| |
* | Code improvementsClement Ho2018-01-187-25/+13
| |
* | Add rest of refactor of dispatcher for project:s*Jacob Schatz2018-01-183-0/+41
| |
* | Refactor for projects:sJacob Schatz2018-01-185-0/+35
| |
* | refactor for projects-r*Jacob Schatz2018-01-181-0/+7
|/