summaryrefslogtreecommitdiff
path: root/spec/views
Commit message (Collapse)AuthorAgeFilesLines
* fix broken specsMike Greiling2018-06-061-4/+4
|
* Fix fast admin counters not working when PostgreSQL has secondariessh-fix-admin-page-counts-take-2Stan Hu2018-05-251-0/+5
| | | | | | | | | | | | This commit does a number of things: 1. Reduces the number of queries needed by perform a single query to get all the tuples for the relevant rows. 2. Uses a transaction to query the tuple counts to ensure that the data is retrieved from the primary. Closes #46742
* Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-242-2/+2
| | | | | | without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
* Project Sidebar: Split CI/CD into CI/CD and OperationsLukas Eipert2018-05-161-4/+5
|
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-1/+2
|
* Create autodevops settings sectionsJose Ivan Vargas2018-04-201-1/+1
|
* Merge branch 'ash.mckenzie/include-sha-with-version' into 'master'Nick Thomas2018-04-161-0/+6
|\ | | | | | | | | Include git SHA with GitLab version on Admin Dashboard See merge request gitlab-org/gitlab-ce!18331
| * Include git SHA with GitLab versionAsh McKenzie2018-04-121-0/+6
| |
* | Merge branch 'deprecation-warning-for-dynamic-milestones' into 'master'Filipa Lacerda2018-04-161-0/+35
|\ \ | | | | | | | | | | | | | | | | | | Deprecation warning for dynamic milestones Closes #42336 See merge request gitlab-org/gitlab-ce!17505
| * \ Merge remote-tracking branch 'origin/master' into ↵Luke Bennett2018-04-092-9/+13
| |\ \ | | |/ | | | | | | deprecation-warning-for-dynamic-milestones
| * | Merge remote-tracking branch 'origin/master' into ↵Luke Bennett2018-04-052-16/+18
| |\ \ | | | | | | | | | | | | deprecation-warning-for-dynamic-milestones
| * \ \ Merge remote-tracking branch 'origin/master' into ↵Luke Bennett2018-03-216-2/+158
| |\ \ \ | | | | | | | | | | | | | | | deprecation-warning-for-dynamic-milestones
| * | | | Change unneeded let to setLuke Bennett2018-03-091-1/+1
| | | | |
| * | | | Add view spec for topLuke Bennett2018-03-051-0/+35
| | | | |
* | | | | Spec improvements for speed, reliability and readabilityBob Van Landuyt2018-04-121-1/+0
| | | | |
* | | | | Hide file/directory creation buttonsBob Van Landuyt2018-04-112-2/+2
| | | | |
* | | | | Share collaboration check between view and presenterBob Van Landuyt2018-04-111-0/+1
| | | | |
* | | | | Add ability checks in views where they were previously missingDouwe Maan2018-04-101-5/+4
| |_|_|/ |/| | |
* | | | Merge branch '42568-pipeline-empty-state' into 'master'Kamil Trzciński2018-04-061-8/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Wrong empty state for cancelled build, hides existing logs!" Closes #42568 See merge request gitlab-org/gitlab-ce!17646
| * \ \ \ Merge branch 'master' into '42568-pipeline-empty-state'Kamil Trzciński2018-04-062-1/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/jobs/show.html.haml # lib/gitlab/ci/status/core.rb
| * | | | | Set up traces in build show specMatija Čupić2018-04-031-8/+9
| | | | | |
* | | | | | Implement a new SHA partial for commit listsShah El-Rahman2018-04-061-1/+1
| |/ / / / |/| | | |
* | | | | Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-051-0/+3
| |_|_|/ |/| | |
* | | | Move leftovers from pipelines_settings_controller to settings/ci_cd_controllerTomasz Maczukin2018-04-041-1/+1
|/ / /
* | | Build ci/lint pageMayra Cabrera2018-03-261-15/+12
| | | | | | | | | | | | | | | - Includes new image from gitlab-svgs - Updates dependency for svgs
* | | Make ci/lint page context aware:Mayra Cabrera2018-03-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Create ci/lints controller inside project/ - Move js pages to be inside projects/ - Copy view ci/lint view to be inside project folder - Remove ci/lint view and js files Closes #43603
* | | Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński2018-03-261-0/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Improve how we populate pipeline with stages and builds Closes #43941 See merge request gitlab-org/gitlab-ce!17841
| * | Fix static analysis and tests related to YAML processingGrzegorz Bizon2018-03-221-0/+1
| | |
* | | Merge branch 'issue_25542' into 'master'Sean McGivern2018-03-201-0/+46
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve JIRA event descriptions Closes #25542 See merge request gitlab-org/gitlab-ce!17811
| * | | Improve JIRA event descriptionsissue_25542Felipe Artur2018-03-191-0/+46
| |/ /
* | | Resolve "GitLab Community Edition 10.5.3 shows plural for 1 item"Jan2018-03-191-0/+56
|/ /
* | Allow maintainers to edit directly in a forkBob Van Landuyt2018-03-071-0/+1
| |
* | Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-061-1/+53
|\ \ | | | | | | | | | | | | # Conflicts: # app/models/group.rb # db/schema.rb
| * | Projects and groups badges APIFrancisco Javier López2018-03-051-1/+53
| | |
* | | Bring one group board to CEFelipe Artur2018-03-031-1/+1
|/ /
* | Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+1
|/
* Hide pipeline schedule 'take ownership' for current ownerMark Fletcher2018-02-011-0/+47
|
* Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service"Fabio Busatto2018-01-251-4/+4
|
* Merge branch '39988-hide-new-branch-tag-empty-repo' into 'master'Rémy Coutable2018-01-111-0/+39
|\ | | | | | | | | | | | | Resolve ""New branch" and "New tag" actions are pointless on an empty repository" Closes #39988 See merge request gitlab-org/gitlab-ce!16332
| * Hide new branch and tag links for projects with an empty repoMark Fletcher2018-01-091-0/+39
| |
* | Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-0/+2
|/ | | | | | | | | | | | | | When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-222-2/+2
|
* Fix tags in the Activity tab not being clickableMario de la Ossa2017-12-191-0/+55
|
* Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher2017-12-151-2/+2
|\ | | | | | | | | Replace factory_girl_rails with factory_bot_rails See merge request gitlab-org/gitlab-ce!15919
| * Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me>
* | spec fixesPhil Hughes2017-12-142-3/+3
| |
* | added specsPhil Hughes2017-12-121-0/+40
| |
* | fixed failing testsPhil Hughes2017-12-111-0/+1
|/
* adding view and feature specsmicael.bergeron2017-12-073-5/+57
|
* Fixes admin welcome states new group pathadmin-welcome-new-group-linkPhil Hughes2017-12-061-0/+15
| | | | Closes #40645