Chris Baumbauer
6aa0645fa7
Rename knative domainname field to hostname and fix changelog entry
2018-10-30 14:12:10 -07:00
Chris Baumbauer
b5155b90ee
Knative support
2018-10-24 22:38:44 -07:00
Kushal Pandya
b9ad4eccf5
Update Todo icons in collapsed sidebar for Issues and MRs
2018-10-23 11:50:41 +00:00
Oswaldo Ferreira
86ead874e2
Resolve "Filter discussion (tab) by comments or activity in issues and merge requests"
2018-10-23 09:49:45 +00:00
Winnie Hellmann
60405bd373
Extract JobContainerItem component
2018-10-22 17:43:43 +00:00
Filipa Lacerda
25170fbe7b
Frontend: Review app changes
2018-10-22 08:31:24 +00:00
Jacques Erasmus
d1fb29e573
Remove base64 encoding from files that contain plain text
2018-10-22 08:28:36 +00:00
Filipa Lacerda
54bd4b4f92
Merge branch 'jivl-fix-bar-char-transient-spec-failure' into 'master'
...
Fix transient failure from the bar_chart.vue component
Closes gitlab-ee#8062
See merge request gitlab-org/gitlab-ce!22495
2018-10-19 15:56:08 +00:00
Clement Ho
cad56768d5
Merge branch 'gt-remove-empty-spec-describe-blocks' into 'master'
...
Remove empty spec describe blocks
Closes #52842
See merge request gitlab-org/gitlab-ce!22451
2018-10-19 15:53:11 +00:00
Jose Vargas
d32abeece3
Fix transient failure from the bar_chart.vue component
2018-10-19 10:16:41 -05:00
George Tsiolis
1af6ddffed
Change markdown header tab anchor links to buttons
2018-10-19 11:35:33 +00:00
Phil Hughes
369bb6fb14
Fixed merge request fill tree not respecting fluid width
...
This fixes a bug where the merge request fill tree
would not respect the users fluid width preference.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
2018-10-19 10:37:42 +01:00
George Tsiolis
e7763a58b5
Remove empty spec describe blocks
2018-10-18 19:02:55 +03:00
Filipa Lacerda
d6b684e42c
Fixes broken test in master for ci status bagde
2018-10-18 15:09:06 +01:00
Mike Greiling
7f1b934e51
Merge branch 'master' into 'prettify-all-the-karma-specs'
...
# Conflicts:
# spec/javascripts/clusters/components/application_row_spec.js
2018-10-17 21:50:44 +00:00
Mike Greiling
1d7453d310
Merge branch '7493-configuring-prometheus-alerts-causes-cluster-install-page-to-display-error-message' into 'master'
...
Backport: Resolve "Configuring Prometheus alerts causes Cluster Install page to display error message"
See merge request gitlab-org/gitlab-ce!22408
2018-10-17 21:41:52 +00:00
Jose Vargas
d4763515c1
Add missing state on the application row component
...
This fixes the application row component weird state when an
`updating` status is fetched, this causes apps to show as uninstalled
even though they are installed in the cluster.
2018-10-17 12:09:32 -05:00
Mike Greiling
7a3e605350
Resolve eslint violations
2018-10-17 11:18:17 -05:00
Mike Greiling
024c31fe79
Remove superfluous IIFEs
2018-10-17 11:18:17 -05:00
Mike Greiling
f666026d71
Prettify all spec files
2018-10-17 11:18:17 -05:00
Mike Greiling
5a6fffcffc
Prettify awards_handler_spec.js script
2018-10-17 11:17:40 -05:00
Filipa Lacerda
d32ac958dd
Merge branch 'gt-update-environments-empty-state' into 'master'
...
Update environments empty state
See merge request gitlab-org/gitlab-ce!22297
2018-10-17 12:04:43 +00:00
George Tsiolis
ea75b72710
Update environments empty state
2018-10-17 14:25:22 +03:00
Winnie Hellmann
b01dacffff
Replace job with group in frontend components to be consistent with backend
2018-10-17 11:11:52 +00:00
Filipa Lacerda
5ed91cf81b
Resolve "Integrate new vue+vuex code base with new API and remove old haml code"
2018-10-17 10:34:19 +00:00
Johann Hubert Sonntagbauer
6f5723a169
enable jasmine/new-line-before-expect
2018-10-17 06:57:29 +02:00
Johann Hubert Sonntagbauer
0fd203ba24
enable jasmine/no-promise-without-done-fail
2018-10-16 21:31:16 +02:00
Filipa Lacerda
836439885a
Merge branch 'ide-file-templates-clear' into 'master'
...
Fixed file templates not clearing in Web IDE
Closes #52487
See merge request gitlab-org/gitlab-ce!22357
2018-10-16 13:19:56 +00:00
George Tsiolis
469dc95a95
Replace `<i>` in vue components with `<icon>`
2018-10-15 18:35:00 +00:00
Clement Ho
bf47fc8b0c
Merge branch '52532-unable-to-toggle-issuable-sidebar-out-of-collapsed-state' into 'master'
...
Allow Issue and Merge Request sidebar to be toggled from collapsed state
Closes #52532
See merge request gitlab-org/gitlab-ce!22353
2018-10-15 16:27:21 +00:00
Clement Ho
2bbd16e840
Remove unused eslint disable
2018-10-15 10:45:22 -05:00
Luke Bennett
7cf19c0b81
Prioritize group settings, improve panel titles, disable submit without changes
2018-10-15 13:36:19 +00:00
Phil Hughes
ff55aa7ebb
Fixed file templates not clearing in Web IDE
...
This fixes a bug where the file templates would not be cleared
after changing the template type.
Previously the templates would get pushed into the array
creating a list of templates for the different types.
This changes that by clearing the templates array
when the template type gets changed.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52487
2018-10-15 10:02:40 +01:00
Mark Chao
b4297573c0
Only display merge commit SHA when it exists
2018-10-15 07:56:29 +00:00
Lukas Eipert
05ec7b352f
Remove obsolete usage of gl.lazyLoader.loadCheck
...
In [!21565 ][0] we removed the loadCheck function from the LazyLoader for
images. The function seemed to be obsolete before anyhow, because we
make use of the MutationObserver in order to detect elements added /
removed from the DOM.
[0]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21565
2018-10-15 08:05:45 +02:00
Tim Zallmann
1103f589f0
Merge branch '52614-update-job-started-check' into 'master'
...
Updates the check for started in job header
See merge request gitlab-org/gitlab-ce!22329
2018-10-12 17:16:47 +00:00
Steve Azzopardi
464655edb2
Add stage name in job.json response
2018-10-12 17:13:41 +00:00
Filipa Lacerda
85c30d742c
Updates the check for started in job header
...
The function that was checking if the job was started or not
was expecting a boolean, however it was receiving a null.
During the refactor the condition was changed, causing the function
to break with null
This commit fixes the check
2018-10-12 16:26:04 +01:00
Jacques Erasmus
a577cfcbb2
Fix broken file name navigation on MRs
2018-10-11 22:32:28 +00:00
Mike Greiling
da4f77957c
Merge branch '51712-prefer-jasmine-matcher' into 'master'
...
4. enable jasmine/prefer-jasmine-matcher
See merge request gitlab-org/gitlab-ce!22236
2018-10-11 21:55:03 +00:00
Mike Greiling
db85dbbf5e
Merge branch '51712-new-line-between-declarations' into 'master'
...
1. enable jasmine/new-line-between-declarations
See merge request gitlab-org/gitlab-ce!22230
2018-10-11 18:35:53 +00:00
Filipa Lacerda
dd0806d095
Fix erased block not being rendered when job was erased
2018-10-11 18:33:02 +00:00
Tim Zallmann
a8513c7dc3
Merge branch '52472-pipeline-endpoint-json' into 'master'
...
Adds `.json` to the end of pipelines endpoint
Closes #52472
See merge request gitlab-org/gitlab-ce!22293
2018-10-11 15:18:44 +00:00
Filipa Lacerda
e63cbf4ece
Stuck block URL links to runners settings
2018-10-11 15:14:40 +00:00
Filipa Lacerda
0073be9bf7
Adds `.json` to the end of pipelines endpoint
...
When the job page is rendered we fetch the pipeline
endpoint to render the stages in the sidebar.
Without `.json` the response is cached, and when the
user goes back to the pipeline's page it renders the
json output instead of the Vue app
2018-10-11 14:29:35 +01:00
Mike Greiling
a018974460
Convert remaining issue board components into ES module syntax
2018-10-10 17:08:43 +00:00
Johann Hubert Sonntagbauer
db4c1f665f
enable jasmine/prefer-jasmine-matcher
2018-10-09 20:30:03 +02:00
Johann Hubert Sonntagbauer
2a76e04091
enable jasmine/new-line-between-declarations
2018-10-09 19:01:49 +02:00
Mike Greiling
d76190371c
Resolve "Harmonize prettier and eslint configs"
2018-10-09 15:25:53 +00:00
George Tsiolis
e9f7908f5e
Add button to insert table in markdown editor
2018-10-06 14:30:35 +00:00